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-12-16T03:45:28.303Z||main|||||INFO|500||The following profiles are active: basic 2022-12-16T03:45:39.760Z||main|||||INFO|500||Starting service [Tomcat] 2022-12-16T03:45:39.764Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-12-16T03:45:39.880Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-12-16T03:45:44.181Z||main|||||INFO|500||catdb-pool - Starting... 2022-12-16T03:45:44.615Z||main|||||INFO|500||catdb-pool - Start completed. 2022-12-16T03:45:45.083Z||main|||||INFO|500||reqdb-pool - Starting... 2022-12-16T03:45:45.091Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-12-16T03:45:45.218Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-12-16T03:45:45.442Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-12-16T03:45:46.028Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-12-16T03:45:47.810Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-12-16T03:45:50.272Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-12-16T03:45:50.332Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-12-16T03:45:51.075Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-12-16T03:45:51.340Z||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-12-16T03:45:52.656Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-12-16T03:45:53.795Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-12-16T03:45:53.812Z||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$$3d37c175.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-12-16T03:45:53.813Z||main|||||WARN|500||The sdc end point is not alive 2022-12-16T03:45:57.204Z||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-12-16T03:46:00.527Z||main|||||WARN|500||--- 2022-12-16T03:46:00.528Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-12-16T03:46:00.528Z||main|||||WARN|500||--- 2022-12-16T03:46:00.954Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-12-16T03:46:05.526Z||main|||||INFO|500||Started Application in 40.23 seconds (JVM running for 42.261) 2022-12-16T03:46:05.540Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-12-16T03:46:05.542Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-12-16T03:46:05.552Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-12-16T03:46:05.576Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-12-16T03:46:05.620Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 35f3a665-ecfc-41ab-9ee1-eeffcede6967 url= /sdc/v1/artifactTypes 2022-12-16T03:46:05.620Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-12-16T03:46:05.890Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-12-16T03:46:05.940Z||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-12-16T03:46:05.960Z||scheduling-1|||||DEBUG|500||create keys 2022-12-16T03:46:05.967Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-12-16T03:46:06.001Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T03:46:06.017Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b0b3c2b0-60e9-4f23-99e5-74f841d1ac6b url= /sdc/v1/registerForDistribution 2022-12-16T03:46:06.126Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= b0b3c2b0-60e9-4f23-99e5-74f841d1ac6b url= /sdc/v1/registerForDistribution 2022-12-16T03:46:06.126Z||scheduling-1|||||INFO|500||start DistributionClient 2022-12-16T03:46:06.135Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T03:46:06.135Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T03:46:06.144Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-12-16T03:46:06.155Z||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-12-16T03:46:06.158Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T03:46:06.158Z||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-12-16T03:46:06.158Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T03:46:16.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T03:46:16.623Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T03:47:06.132Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T03:47:06.134Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-16T03:47:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T03:47:06.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T03:47:06.135Z||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-12-16T03:47:06.136Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T03:47:15.758Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T03:47:15.761Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T03:48:06.133Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T03:48:06.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T03:48:06.135Z||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-12-16T03:48:06.136Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T03:48:06.137Z||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-12-16T03:48:06.137Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T03:48:15.743Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T03:48:15.768Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T03:49:06.133Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T03:49:06.134Z||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-12-16T03:49:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T03:49:06.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T03:49:06.136Z||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-12-16T03:49:06.136Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T03:49:15.762Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T03:49:15.789Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T03:50:06.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T03:50:06.134Z||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-12-16T03:50:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T03:50:06.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T03:50:06.136Z||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-12-16T03:50:06.136Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T03:50:15.706Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T03:50:15.706Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T03:51:06.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T03:51:06.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T03:51:06.135Z||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-12-16T03:51:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T03:51:06.135Z||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-12-16T03:51:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T03:51:15.702Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T03:51:15.708Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T03:52:06.132Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T03:52:06.134Z||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-12-16T03:52:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T03:52:06.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T03:52:06.135Z||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-12-16T03:52:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T03:52:15.716Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T03:52:15.749Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T03:53:06.132Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T03:53:06.134Z||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-12-16T03:53:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T03:53:06.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T03:53:06.135Z||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-12-16T03:53:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T03:53:15.714Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T03:53:15.731Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T03:54:06.133Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T03:54:06.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T03:54:06.135Z||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-12-16T03:54:06.136Z||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-12-16T03:54:06.136Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T03:54:06.136Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T03:54:15.710Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T03:54:15.725Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T03:55:06.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T03:55:06.134Z||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-12-16T03:55:06.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T03:55:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T03:55:06.136Z||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-12-16T03:55:06.136Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T03:55:15.693Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T03:55:15.694Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T03:55:49.521Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-12-16T03:56:06.132Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T03:56:06.134Z||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-12-16T03:56:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T03:56:06.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T03:56:06.135Z||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-12-16T03:56:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T03:56:15.695Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T03:56:15.704Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T03:57:06.132Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T03:57:06.133Z||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-12-16T03:57:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T03:57:06.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T03:57:06.135Z||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-12-16T03:57:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T03:57:15.702Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T03:57:15.702Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T03:58:06.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T03:58:06.134Z||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-12-16T03:58:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T03:58:06.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T03:58:06.135Z||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-12-16T03:58:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T03:58:15.733Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T03:58:15.736Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T03:59:06.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T03:59:06.134Z||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-12-16T03:59:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T03:59:06.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T03:59:06.135Z||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-12-16T03:59:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T03:59:15.719Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T03:59:15.720Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:00:06.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:00:06.134Z||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-12-16T04:00:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:00:06.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:00:06.135Z||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-12-16T04:00:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:00:15.711Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:00:15.772Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:01:06.132Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:01:06.134Z||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-12-16T04:01:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:01:06.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:01:06.135Z||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-12-16T04:01:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:01:15.694Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:01:15.703Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:02:06.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:02:06.135Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:02:06.136Z||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-12-16T04:02:06.136Z||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-12-16T04:02:06.136Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:02:06.136Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:02:15.726Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:02:15.741Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:03:06.132Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:03:06.134Z||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-12-16T04:03:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:03:06.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:03:06.135Z||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-12-16T04:03:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:03:15.687Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:03:15.714Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:04:06.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:04:06.134Z||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-12-16T04:04:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:04:06.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:04:06.135Z||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-12-16T04:04:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:04:15.699Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:04:15.715Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:05:06.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:05:06.134Z||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-12-16T04:05:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:05:06.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:05:06.135Z||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-12-16T04:05:06.136Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:05:15.745Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:05:15.746Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:06:06.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:06:06.134Z||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-12-16T04:06:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:06:06.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:06:06.135Z||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-12-16T04:06:06.136Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:06:15.691Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:06:15.810Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:07:06.132Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:07:06.133Z||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-12-16T04:07:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:07:06.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:07:06.135Z||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-12-16T04:07:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:07:15.766Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:07:15.767Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:08:06.132Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:08:06.134Z||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-12-16T04:08:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:08:06.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:08:06.135Z||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-12-16T04:08:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:08:15.696Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:08:15.701Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:09:06.132Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:09:06.134Z||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-12-16T04:09:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:09:06.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:09:06.135Z||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-12-16T04:09:06.136Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:09:15.706Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:09:15.712Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:10:06.132Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:10:06.133Z||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-12-16T04:10:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:10:06.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:10:06.135Z||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-12-16T04:10:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:10:15.708Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:10:15.709Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:11:06.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:11:06.134Z||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-12-16T04:11:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:11:06.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:11:06.135Z||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-12-16T04:11:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:11:15.713Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:11:15.737Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:12:06.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:12:06.134Z||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-12-16T04:12:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:12:06.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:12:06.135Z||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-12-16T04:12:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:12:15.723Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:12:15.730Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:13:06.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:13:06.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:13:06.134Z||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-12-16T04:13:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:13:06.135Z||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-12-16T04:13:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:13:15.760Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:13:15.786Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:14:06.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:14:06.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:14:06.135Z||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-12-16T04:14:06.136Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:14:06.136Z||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-12-16T04:14:06.136Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:14:15.699Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:14:15.709Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:15:06.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:15:06.134Z||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-12-16T04:15:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:15:06.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:15:06.136Z||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-12-16T04:15:06.136Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:15:15.695Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:15:15.699Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:16:06.132Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:16:06.134Z||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-12-16T04:16:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:16:06.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:16:06.135Z||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-12-16T04:16:06.136Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:16:15.691Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:16:15.702Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:17:06.132Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:17:06.133Z||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-12-16T04:17:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:17:06.135Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:17:06.136Z||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-12-16T04:17:06.136Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:17:15.710Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:17:15.725Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:18:06.132Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:18:06.134Z||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-12-16T04:18:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:18:06.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:18:06.135Z||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-12-16T04:18:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:18:15.702Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:18:15.711Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:19:06.132Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:19:06.133Z||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-12-16T04:19:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:19:06.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:19:06.136Z||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-12-16T04:19:06.136Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:19:15.696Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:19:15.701Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:20:06.132Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:20:06.133Z||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-12-16T04:20:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:20:06.136Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:20:06.136Z||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-12-16T04:20:06.136Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:20:15.701Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:20:15.706Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:21:06.132Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:21:06.133Z||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-12-16T04:21:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:21:06.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:21:06.135Z||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-12-16T04:21:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:21:15.717Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:21:15.717Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:22:06.132Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:22:06.133Z||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-12-16T04:22:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:22:06.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:22:06.135Z||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-12-16T04:22:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:22:15.712Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:22:15.722Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:23:06.132Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:23:06.133Z||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-12-16T04:23:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:23:06.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:23:06.135Z||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-12-16T04:23:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:23:15.712Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:23:15.731Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:24:06.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:24:06.134Z||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-12-16T04:24:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:24:06.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:24:06.135Z||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-12-16T04:24:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:24:15.725Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:24:15.726Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:25:06.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:25:06.134Z||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-12-16T04:25:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:25:06.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:25:06.135Z||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-12-16T04:25:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:25:15.746Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:25:15.746Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:26:06.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:26:06.134Z||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-12-16T04:26:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:26:06.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:26:06.135Z||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-12-16T04:26:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:26:15.702Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:26:15.717Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:27:06.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:27:06.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:27:06.135Z||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-12-16T04:27:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:27:06.135Z||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-12-16T04:27:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:27:15.745Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:27:15.750Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:28:06.132Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:28:06.133Z||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-12-16T04:28:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:28:06.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:28:06.135Z||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-12-16T04:28:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:28:15.698Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:28:15.699Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:29:06.132Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:29:06.133Z||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-12-16T04:29:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:29:06.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:29:06.135Z||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-12-16T04:29:06.136Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:29:15.742Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:29:15.791Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:30:06.132Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:30:06.133Z||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-12-16T04:30:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:30:06.136Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:30:06.137Z||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-12-16T04:30:06.137Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:30:15.680Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:30:15.706Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:31:06.132Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:31:06.134Z||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-12-16T04:31:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:31:06.135Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:31:06.135Z||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-12-16T04:31:06.136Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:31:15.711Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:31:15.740Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:32:06.132Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:32:06.133Z||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-12-16T04:32:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:32:06.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:32:06.135Z||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-12-16T04:32:06.136Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:32:15.812Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:32:15.821Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:33:06.132Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:33:06.133Z||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-12-16T04:33:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:33:06.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:33:06.135Z||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-12-16T04:33:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:33:15.706Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:33:15.754Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:34:06.133Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:34:06.133Z||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-12-16T04:34:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:34:06.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:34:06.135Z||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-12-16T04:34:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:34:15.682Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:34:15.682Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:35:06.133Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:35:06.133Z||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-12-16T04:35:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:35:06.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:35:06.135Z||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-12-16T04:35:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:35:15.682Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:35:15.695Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:36:06.132Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:36:06.133Z||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-12-16T04:36:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:36:06.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:36:06.136Z||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-12-16T04:36:06.137Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:36:15.679Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:36:15.683Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:37:06.133Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:37:06.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:37:06.135Z||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-12-16T04:37:06.135Z||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-12-16T04:37:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:37:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:37:15.752Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:37:15.762Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:38:06.132Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:38:06.133Z||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-12-16T04:38:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:38:06.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:38:06.135Z||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-12-16T04:38:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:38:15.685Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:38:15.710Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:39:06.133Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:39:06.134Z||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-12-16T04:39:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:39:06.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:39:06.135Z||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-12-16T04:39:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:39:15.706Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:39:15.708Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:40:06.133Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:40:06.134Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:40:06.135Z||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-12-16T04:40:06.135Z||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-12-16T04:40:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:40:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:40:15.719Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:40:15.736Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:41:06.132Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:41:06.134Z||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-12-16T04:41:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:41:06.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:41:06.135Z||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-12-16T04:41:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:41:15.697Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:41:15.698Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:42:06.132Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:42:06.133Z||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-12-16T04:42:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:42:06.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:42:06.135Z||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-12-16T04:42:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:42:15.705Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:42:15.714Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:43:06.133Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:43:06.134Z||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-12-16T04:43:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:43:06.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:43:06.135Z||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-12-16T04:43:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:43:15.710Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:43:15.731Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:44:06.132Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:44:06.133Z||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-12-16T04:44:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:44:06.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:44:06.136Z||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-12-16T04:44:06.136Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:44:15.779Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:44:15.784Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:45:06.132Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:45:06.133Z||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-12-16T04:45:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:45:06.135Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:45:06.136Z||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-12-16T04:45:06.137Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:45:15.718Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:45:15.738Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:46:06.132Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:46:06.134Z||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-12-16T04:46:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:46:06.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:46:06.135Z||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-12-16T04:46:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:46:15.771Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:46:15.791Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:47:06.132Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:47:06.134Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-16T04:47:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:47:06.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:47:06.136Z||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-12-16T04:47:06.136Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:47:15.749Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:47:15.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:48:06.132Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:48:06.133Z||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-12-16T04:48:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:48:06.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:48:06.135Z||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-12-16T04:48:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:48:15.715Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:48:15.729Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:49:06.133Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:49:06.134Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-16T04:49:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:49:06.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:49:06.135Z||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-12-16T04:49:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:49:06.444Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:49:06.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:49:06.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "ves-openapi-manager", "timestamp": 1671166137327, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T04:49:06.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:49:06.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:49:06.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "cds", "timestamp": 1671166139027, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T04:49:06.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:49:06.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:49:06.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "aai-ml", "timestamp": 1671166134416, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T04:49:06.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:49:06.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:49:06.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "ves-openapi-manager", "timestamp": 1671166137327, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json", "status": "NOT_NOTIFIED" } 2022-12-16T04:49:06.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:49:06.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:49:06.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "cds", "timestamp": 1671166139027, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json", "status": "NOT_NOTIFIED" } 2022-12-16T04:49:06.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:49:06.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:49:06.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "aai-ml", "timestamp": 1671166134416, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json", "status": "NOT_NOTIFIED" } 2022-12-16T04:49:06.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:49:06.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:49:06.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671166142109, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T04:49:06.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:49:06.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:49:06.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "ves-openapi-manager", "timestamp": 1671166137327, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T04:49:06.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:49:06.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:49:06.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "cds", "timestamp": 1671166139027, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T04:49:06.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:49:06.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:49:06.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "aai-ml", "timestamp": 1671166134416, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T04:49:06.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:49:06.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:49:06.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671166142109, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json", "status": "NOT_NOTIFIED" } 2022-12-16T04:49:06.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:49:06.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:49:06.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "cds", "timestamp": 1671166139027, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T04:49:06.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:49:06.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:49:06.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "ves-openapi-manager", "timestamp": 1671166137327, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T04:49:06.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:49:06.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:49:06.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "aai-ml", "timestamp": 1671166134416, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T04:49:06.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:49:06.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:49:06.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671166142109, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T04:49:06.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:49:06.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:49:06.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "ves-openapi-manager", "timestamp": 1671166137327, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-16T04:49:06.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:49:06.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:49:06.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "cds", "timestamp": 1671166139027, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-16T04:49:06.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:49:06.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:49:06.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "aai-ml", "timestamp": 1671166134416, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-16T04:49:06.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:49:06.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:49:06.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671166142109, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T04:49:06.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:49:06.766Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:49:06.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-16T04:49:06.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"12c574a9-eb84-430e-a83e-30b4ca768279","serviceName":"vFW 2022-12-16 04-48-04","serviceVersion":"1.0","serviceUUID":"a8020f59-e8db-455b-af14-4ca99e77f7a4","serviceDescription":"catalog service description","serviceInvariantUUID":"2217165f-8d14-49f0-a4da-97081e40b517","resources":[{"resourceInstanceName":"vFW 0d817d8b-6e34 0","resourceName":"vFW 0d817d8b-6e34","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"40440526-5a47-4743-8de1-42ab3fc9ce11","resourceInvariantUUID":"ae0af2fc-fda0-49fa-badc-7620b8b0d4d0","resourceCustomizationUUID":"99bc5d3b-57ae-4ed9-8949-03d6e95bb09f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vf-license-model.xml","artifactChecksum":"OWI0NWJmODczYWIxOWE4NTY4MmM0NjAwMGY2MTY3MjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a272068e-17a7-48bf-af43-03ae429ab7df","artifactVersion":"1"},{"artifactName":"vfw0d817d8b6e340_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json","artifactChecksum":"MDUxNjhhYmZhM2NiYjg5ZmUxMWJmMjlkNjBmN2FiOTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"547261e7-7b26-43d4-8134-99925c4b3bc5","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fd19e24f-3879-401b-8958-add6a85cf250","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vendor-license-model.xml","artifactChecksum":"NjFjMDVhYjBjYWM3YTc0Y2Q0NjMyOTQ2ZTFhMzBiMTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"53923c32-e8ca-4344-ba42-520f4d3973f1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"435f70b1-0b11-4dc7-89ae-45376b2196dd","artifactVersion":"2","generatedFromUUID":"fd19e24f-3879-401b-8958-add6a85cf250"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221216044804-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-template.yml","artifactChecksum":"ZGRkYTAyZDMwODRlNmZjZDFmYzU2YjU1NDE3ODhlMjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"26accdbf-be92-4baf-a231-141151762a9d","artifactVersion":"1"},{"artifactName":"service-Vfw20221216044804-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar","artifactChecksum":"NGIzNTEyNGEwMTM3OGI3N2EyMTdlNGYxOTBlNDNjZjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2bd6f1eb-66b2-4316-bafc-3fdb93232972","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-16T04:49:06.777Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T04:49:06.784Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-16T04:49:06.797Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T04:49:06.798Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166146133, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T04:49:06.898Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-12-16T04:49:06.904Z||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-12-16T04:49:06.905Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:49:06.922Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:49:06.924Z||pool-3-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-12-16T04:49:07.811Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T04:49:07.811Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-16T04:49:07.813Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T04:49:07.814Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166146133, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json", "status": "NOTIFIED" } 2022-12-16T04:49:07.914Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T04:49:07.915Z||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-12-16T04:49:07.915Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:49:07.932Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:49:07.932Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-12-16T04:49:08.814Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T04:49:08.815Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-16T04:49:08.818Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T04:49:08.818Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166146133, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-12-16T04:49:08.918Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T04:49:08.919Z||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-12-16T04:49:08.920Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:49:08.937Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:49:08.938Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-12-16T04:49:09.819Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T04:49:09.820Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-16T04:49:09.822Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T04:49:09.822Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166146133, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T04:49:09.924Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-12-16T04:49:09.925Z||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-12-16T04:49:09.925Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:49:09.938Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:49:09.939Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-16T04:49:10.822Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T04:49:10.823Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-16T04:49:10.826Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T04:49:10.826Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166146133, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-12-16T04:49:10.926Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T04:49:10.927Z||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-12-16T04:49:10.927Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:49:10.945Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:49:10.946Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-12-16T04:49:11.826Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T04:49:11.827Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-16T04:49:11.829Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T04:49:11.829Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166146133, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T04:49:11.930Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T04:49:11.931Z||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-12-16T04:49:11.931Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:49:11.955Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:49:11.956Z||pool-8-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-12-16T04:49:12.830Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T04:49:12.831Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-16T04:49:12.835Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T04:49:12.835Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166146133, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar", "status": "NOTIFIED" } 2022-12-16T04:49:12.933Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-12-16T04:49:12.934Z||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-12-16T04:49:12.934Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:49:12.948Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:49:12.949Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-16T04:49:13.837Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "serviceName": "vFW 2022-12-16 04-48-04", "serviceVersion": "1.0", "serviceUUID": "a8020f59-e8db-455b-af14-4ca99e77f7a4", "serviceDescription": "catalog service description", "serviceInvariantUUID": "2217165f-8d14-49f0-a4da-97081e40b517", "resources": [ { "resourceInstanceName": "vFW 0d817d8b-6e34 0", "resourceCustomizationUUID": "99bc5d3b-57ae-4ed9-8949-03d6e95bb09f", "resourceName": "vFW 0d817d8b-6e34", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "40440526-5a47-4743-8de1-42ab3fc9ce11", "resourceInvariantUUID": "ae0af2fc-fda0-49fa-badc-7620b8b0d4d0", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw0d817d8b6e340_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json", "artifactChecksum": "MDUxNjhhYmZhM2NiYjg5ZmUxMWJmMjlkNjBmN2FiOTg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "547261e7-7b26-43d4-8134-99925c4b3bc5", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "fd19e24f-3879-401b-8958-add6a85cf250", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "435f70b1-0b11-4dc7-89ae-45376b2196dd", "generatedFromUUID": "fd19e24f-3879-401b-8958-add6a85cf250" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "435f70b1-0b11-4dc7-89ae-45376b2196dd", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20221216044804-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar", "artifactChecksum": "NGIzNTEyNGEwMTM3OGI3N2EyMTdlNGYxOTBlNDNjZjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2bd6f1eb-66b2-4316-bafc-3fdb93232972" } ], "workloadContext": "Production" } 2022-12-16T04:49:13.839Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-16T04:49:13.839Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a8020f59-e8db-455b-af14-4ca99e77f7a4 ASDC 2022-12-16T04:49:13.969Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:12c574a9-eb84-430e-a83e-30b4ca768279 ServiceName:vFW 2022-12-16 04-48-04 ServiceVersion:1.0 ServiceUUID:a8020f59-e8db-455b-af14-4ca99e77f7a4 ServiceInvariantUUID:2217165f-8d14-49f0-a4da-97081e40b517 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20221216044804-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar ArtifactUUID:2bd6f1eb-66b2-4316-bafc-3fdb93232972 ArtifactChecksum:NGIzNTEyNGEwMTM3OGI3N2EyMTdlNGYxOTBlNDNjZjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 0d817d8b-6e34 0 ResourceCustomizationUUID:99bc5d3b-57ae-4ed9-8949-03d6e95bb09f ResourceInvariantUUID:ae0af2fc-fda0-49fa-badc-7620b8b0d4d0 ResourceName:vFW 0d817d8b-6e34 ResourceType:VF ResourceUUID:40440526-5a47-4743-8de1-42ab3fc9ce11 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw0d817d8b6e340_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json ArtifactUUID:547261e7-7b26-43d4-8134-99925c4b3bc5 ArtifactChecksum:MDUxNjhhYmZhM2NiYjg5ZmUxMWJmMjlkNjBmN2FiOTg= 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/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml ArtifactUUID:fd19e24f-3879-401b-8958-add6a85cf250 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/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env ArtifactUUID:435f70b1-0b11-4dc7-89ae-45376b2196dd 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/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env ArtifactUUID:435f70b1-0b11-4dc7-89ae-45376b2196dd ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-16T04:49:13.970Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a8020f59-e8db-455b-af14-4ca99e77f7a4 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-12-16T04:49:14.255Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-16T04:49:14.256Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-12-16T04:49:14.258Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-12-16T04:49:14.258Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2bd6f1eb-66b2-4316-bafc-3fdb93232972 from URL: /sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar 2022-12-16T04:49:14.259Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-12-16T04:49:14.260Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar 2022-12-16T04:49:14.357Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-12-16T04:49:14.374Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar 2bd6f1eb-66b2-4316-bafc-3fdb93232972 100652 2022-12-16T04:49:14.376Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar ASDC sendASDCNotification 2022-12-16T04:49:14.377Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar 2022-12-16T04:49:14.380Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-16T04:49:14.381Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-16T04:49:14.383Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T04:49:14.384Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166154375, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T04:49:14.484Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T04:49:14.485Z||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-12-16T04:49:14.485Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:49:14.500Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:49:14.500Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-12-16T04:49:15.388Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-16T04:49:15.389Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-12-16T04:49:15.390Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 2bd6f1eb-66b2-4316-bafc-3fdb93232972, URL: /sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar to file: /app/ASDC/1/service-Vfw20221216044804-csar.csar 2022-12-16T04:49:15.390Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221216044804-csar.csar 2022-12-16T04:49:15.496Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221216044804-csar.csar 2022-12-16T04:49:15.497Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221216044804-csar.csar 2022-12-16T04:49:16.230Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1903635023639270457/Definitions/service-Vfw20221216044804-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_key_name" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided 2022-12-16T04:49:19.326Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-16T04:49:19.332Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-12-16T04:49:19.332Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221216044804-csar.csar 2022-12-16T04:49:19.332Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2022-12-16T04:49:19.332Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221216044804-csar.csar 2022-12-16T04:49:19.332Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221216044804-csar.csar 2022-12-16T04:49:19.332Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221216044804-csar.csar 2022-12-16T04:49:19.333Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221216044804-csar.csar 2022-12-16T04:49:19.333Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221216044804-csar.csar 2022-12-16T04:49:19.333Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221216044804-csar.csar 2022-12-16T04:49:19.333Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221216044804-csar.csar 2022-12-16T04:49:19.333Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221216044804-csar.csar 2022-12-16T04:49:19.333Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221216044804-csar.csar 2022-12-16T04:49:19.333Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0d817d8b-6e34 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221216044804-csar.csar 2022-12-16T04:49:19.333Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221216044804-csar.csar 2022-12-16T04:49:19.334Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-12-16T04:49:19.340Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:49:19.341Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-16 04-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T04:49:19.345Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vFW 0d817d8b-6e34 0 is matching search criteria 2022-12-16T04:49:19.345Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-12-16T04:49:19.347Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0d817d8b-6e34 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-16T04:49:19.349Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:49:19.349Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-16 04-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T04:49:19.349Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vFW 0d817d8b-6e34 0 is matching search criteria 2022-12-16T04:49:19.350Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-12-16T04:49:19.350Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0d817d8b-6e34 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-16T04:49:19.350Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:49:19.350Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-16 04-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T04:49:19.353Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:49:19.354Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vFW 0d817d8b-6e34 0 is not matching search criteria 2022-12-16T04:49:19.354Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-16T04:49:19.354Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-16T04:49:19.354Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-16T04:49:19.354Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-16T04:49:19.354Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-16T04:49:19.355Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-16T04:49:19.355Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-16T04:49:19.355Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-16T04:49:19.355Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-16T04:49:19.355Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-16T04:49:19.356Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-16T04:49:19.356Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-16T04:49:19.356Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-16T04:49:19.356Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-16T04:49:19.356Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-16T04:49:19.356Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-16T04:49:19.356Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:49:19.357Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-16 04-48-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-16T04:49:19.358Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:49:19.358Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vFW 0d817d8b-6e34 0 is matching search criteria 2022-12-16T04:49:19.358Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0d817d8b-6e34 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-16T04:49:19.358Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:49:19.359Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vFW 0d817d8b-6e34 0 is matching search criteria 2022-12-16T04:49:19.359Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0d817d8b-6e34 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-16T04:49:19.359Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:49:19.359Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vFW 0d817d8b-6e34 0 is matching search criteria 2022-12-16T04:49:19.359Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0d817d8b-6e34 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-16T04:49:19.360Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:49:19.360Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vFW 0d817d8b-6e34 0 is not matching search criteria 2022-12-16T04:49:19.360Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-16T04:49:19.360Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-16T04:49:19.361Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-12-16T04:49:19.361Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-16T04:49:19.361Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-16T04:49:19.361Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-16T04:49:19.361Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-16T04:49:19.362Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-16T04:49:19.362Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-16T04:49:19.362Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-16T04:49:19.362Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-16T04:49:19.362Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4105456b-4083-4604-9d6d-d935749ee91e 2022-12-16T04:49:19.362Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:49:19.363Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vFW 0d817d8b-6e34 0 is not matching search criteria 2022-12-16T04:49:19.363Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-16T04:49:19.363Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-16T04:49:19.363Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-16T04:49:19.363Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-16T04:49:19.364Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-16T04:49:19.364Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-16T04:49:19.364Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-16T04:49:19.364Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-12-16T04:49:19.364Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-16T04:49:19.365Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-16T04:49:19.365Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-16T04:49:19.365Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-16T04:49:19.365Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fd46ceb2-299b-47c9-ba30-1bb685d68c30 2022-12-16T04:49:19.366Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:49:19.366Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vFW 0d817d8b-6e34 0 is not matching search criteria 2022-12-16T04:49:19.366Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-16T04:49:19.366Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-16T04:49:19.367Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-16T04:49:19.367Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-16T04:49:19.367Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-16T04:49:19.367Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-16T04:49:19.367Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-16T04:49:19.367Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-16T04:49:19.368Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-16T04:49:19.368Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-16T04:49:19.368Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-16T04:49:19.368Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-12-16T04:49:19.369Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=440c9a50-28f4-4b45-acf5-6d02b81dbcf9 2022-12-16T04:49:19.369Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:49:19.369Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-16 04-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T04:49:19.369Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:49:19.370Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-16 04-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T04:49:19.370Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:49:19.370Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-16 04-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T04:49:19.370Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:49:19.370Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-16 04-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T04:49:19.371Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-12-16 04-48-04 Description:catalog service description Model UUID:a8020f59-e8db-455b-af14-4ca99e77f7a4 Model Version:NULL Model InvariantUuid:2217165f-8d14-49f0-a4da-97081e40b517 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 0d817d8b-6e34 Model UUID:2c9a0079-1ed0-4b88-84df-184379ada68d Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:ae0af2fc-fda0-49fa-badc-7620b8b0d4d0 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:99bc5d3b-57ae-4ed9-8949-03d6e95bb09f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d7eeae84-7526-44e2-af4f-9d9d3774595f ModelName:Vfw0d817d8b6e34..base_vfw..module-0 ModelUuid:062e354f-6cf9-4400-a49e-377f3011da4d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4105456b-4083-4604-9d6d-d935749ee91e ModelInvariantUuid:8f9477b0-cb43-4a77-8a2b-8b6b18a3fb1b ModelName:vFW 0d817d8b-6e34-nodes.vfwCvfc ModelUuid:71265e7f-35f2-4f0a-9551-f1307edf66b9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:5b62f3aa-9760-43dc-85f7-1f1ca327dbc6 ModelInvariantUuid:f032e4f9-d3d4-48b4-9411-8cd88e41578d ModelName:Vfw0d817d8b6e34.compute.nodes.heat.vfw ModelUuid:355cfe63-7cec-4ff2-9ee3-0aad947350d6 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:fd46ceb2-299b-47c9-ba30-1bb685d68c30 ModelInvariantUuid:41f4d076-09a1-45a1-89ee-16a50f9197d7 ModelName:vFW 0d817d8b-6e34-nodes.vsnCvfc ModelUuid:c0c8b171-9ae6-4243-a581-0b5316bf38d8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:6889c161-317c-40d6-a430-8fe02261c20a ModelInvariantUuid:f064464a-373e-4d2a-8253-95c48912964a ModelName:Vfw0d817d8b6e34.compute.nodes.heat.vsn ModelUuid:df21f02b-e812-4260-9262-f5e35c567239 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:440c9a50-28f4-4b45-acf5-6d02b81dbcf9 ModelInvariantUuid:62ed6ea6-7622-40cb-8d97-a4ce58c000f8 ModelName:vFW 0d817d8b-6e34-nodes.vpgCvfc ModelUuid:867abda2-9857-4c6c-8b64-7cacf3035ebf ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:e53a25c3-ddef-496f-b67e-9f91d943fd3e ModelInvariantUuid:30e30318-d1ac-487b-8ca6-4e45de994a65 ModelName:Vfw0d817d8b6e34.compute.nodes.heat.vpg ModelUuid:257fc694-8a1f-45c6-9af9-0c62664cec49 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-12-16T04:49:19.402Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 40440526-5a47-4743-8de1-42ab3fc9ce11 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-12-16T04:49:19.506Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||vFW 0d817d8b-6e34 0 2022-12-16T04:49:19.514Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 40440526-5a47-4743-8de1-42ab3fc9ce11 2022-12-16T04:49:19.515Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 547261e7-7b26-43d4-8134-99925c4b3bc5 from URL: /sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json 2022-12-16T04:49:19.515Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-12-16T04:49:19.515Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json 2022-12-16T04:49:19.573Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-12-16T04:49:19.574Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json 547261e7-7b26-43d4-8134-99925c4b3bc5 785 2022-12-16T04:49:19.574Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json ASDC sendASDCNotification 2022-12-16T04:49:19.575Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json 2022-12-16T04:49:19.575Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-16T04:49:19.575Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-16T04:49:19.578Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T04:49:19.578Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166159574, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json", "status": "DOWNLOAD_OK" } 2022-12-16T04:49:19.678Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T04:49:19.679Z||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-12-16T04:49:19.679Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:49:19.692Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:49:19.693Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-12-16T04:49:20.580Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw0d817d8b6e34..base_vfw..module-0", "vfModuleModelInvariantUUID": "d7eeae84-7526-44e2-af4f-9d9d3774595f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "062e354f-6cf9-4400-a49e-377f3011da4d", "vfModuleModelCustomizationUUID": "1f9a0f1b-57ca-4d96-932d-5b80141c748a", "isBase": true, "artifacts": [ "fd19e24f-3879-401b-8958-add6a85cf250", "435f70b1-0b11-4dc7-89ae-45376b2196dd" ], "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-12-16T04:49:20.595Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw0d817d8b6e34..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:062e354f-6cf9-4400-a49e-377f3011da4d VfModuleModelInvariantUUID:d7eeae84-7526-44e2-af4f-9d9d3774595f VfModuleModelDescription:NULL Artifacts UUID List:{ fd19e24f-3879-401b-8958-add6a85cf250 , 435f70b1-0b11-4dc7-89ae-45376b2196dd } 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-12-16T04:49:20.598Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw0d817d8b6e34..base_vfw..module-0", "vfModuleModelInvariantUUID": "d7eeae84-7526-44e2-af4f-9d9d3774595f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "062e354f-6cf9-4400-a49e-377f3011da4d", "vfModuleModelCustomizationUUID": "1f9a0f1b-57ca-4d96-932d-5b80141c748a", "isBase": true, "artifacts": [ "fd19e24f-3879-401b-8958-add6a85cf250", "435f70b1-0b11-4dc7-89ae-45376b2196dd" ], "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-12-16T04:49:20.598Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw0d817d8b6e34..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:062e354f-6cf9-4400-a49e-377f3011da4d VfModuleModelInvariantUUID:d7eeae84-7526-44e2-af4f-9d9d3774595f VfModuleModelDescription:NULL Artifacts UUID List:{ fd19e24f-3879-401b-8958-add6a85cf250 , 435f70b1-0b11-4dc7-89ae-45376b2196dd } 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-12-16T04:49:20.598Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fd19e24f-3879-401b-8958-add6a85cf250 from URL: /sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml 2022-12-16T04:49:20.599Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-12-16T04:49:20.599Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml 2022-12-16T04:49:20.658Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-12-16T04:49:20.660Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml fd19e24f-3879-401b-8958-add6a85cf250 20368 2022-12-16T04:49:20.660Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-12-16T04:49:20.661Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml 2022-12-16T04:49:20.661Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-16T04:49:20.661Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-16T04:49:20.663Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T04:49:20.663Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166160660, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-12-16T04:49:20.763Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T04:49:20.765Z||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-12-16T04:49:20.765Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:49:20.779Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:49:20.779Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-16T04:49:21.664Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 435f70b1-0b11-4dc7-89ae-45376b2196dd from URL: /sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env 2022-12-16T04:49:21.665Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-12-16T04:49:21.665Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env 2022-12-16T04:49:21.720Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-12-16T04:49:21.721Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env 435f70b1-0b11-4dc7-89ae-45376b2196dd 2098 2022-12-16T04:49:21.721Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env ASDC sendASDCNotification 2022-12-16T04:49:21.721Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env 2022-12-16T04:49:21.721Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-16T04:49:21.722Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-16T04:49:21.724Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T04:49:21.725Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166161721, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-12-16T04:49:21.825Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T04:49:21.826Z||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-12-16T04:49:21.826Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:49:21.842Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:49:21.842Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-12-16T04:49:22.725Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: a8020f59-e8db-455b-af14-4ca99e77f7a4 2022-12-16T04:49:22.726Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0d817d8b-6e34 0 40440526-5a47-4743-8de1-42ab3fc9ce11 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-12-16T04:49:22.771Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5f5ef210, org.onap.sdc.toscaparser.api.parameters.Input@616f3a6e, org.onap.sdc.toscaparser.api.parameters.Input@517a13cb, org.onap.sdc.toscaparser.api.parameters.Input@410dff6c, org.onap.sdc.toscaparser.api.parameters.Input@69eb5b2f] 2022-12-16T04:49:22.776Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:49:22.777Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-16 04-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T04:49:22.777Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-12-16T04:49:22.777Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 99bc5d3b-57ae-4ed9-8949-03d6e95bb09f 2022-12-16T04:49:22.777Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 99bc5d3b-57ae-4ed9-8949-03d6e95bb09f matches Tosca VF Customization UUID: 99bc5d3b-57ae-4ed9-8949-03d6e95bb09f 2022-12-16T04:49:22.777Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 99bc5d3b-57ae-4ed9-8949-03d6e95bb09f 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-12-16T04:49:22.787Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:49:22.787Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-16 04-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T04:49:22.789Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 99bc5d3b-57ae-4ed9-8949-03d6e95bb09f: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-12-16T04:49:22.789Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1fdafbf0 2022-12-16T04:49:22.789Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:49:22.789Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-16 04-48-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-16T04:49:22.790Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1f9a0f1b-57ca-4d96-932d-5b80141c748a 2022-12-16T04:49:22.791Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1f9a0f1b-57ca-4d96-932d-5b80141c748a 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-12-16T04:49:22.797Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:49:22.798Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vFW 0d817d8b-6e34 0 is matching search criteria 2022-12-16T04:49:22.798Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0d817d8b-6e34 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-16T04:49:22.799Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:49:22.799Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vFW 0d817d8b-6e34 0 is matching search criteria 2022-12-16T04:49:22.799Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0d817d8b-6e34 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-16T04:49:22.800Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:49:22.800Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vFW 0d817d8b-6e34 0 is not matching search criteria 2022-12-16T04:49:22.800Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-16T04:49:22.800Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-16T04:49:22.801Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-12-16T04:49:22.801Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-16T04:49:22.801Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-16T04:49:22.802Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-16T04:49:22.802Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-16T04:49:22.802Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-16T04:49:22.803Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-16T04:49:22.803Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-16T04:49:22.803Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-16T04:49:22.803Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4105456b-4083-4604-9d6d-d935749ee91e 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-12-16T04:49:22.829Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:49:22.829Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vFW 0d817d8b-6e34 0 is matching search criteria 2022-12-16T04:49:22.830Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0d817d8b-6e34 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-16T04:49:22.830Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:49:22.830Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vFW 0d817d8b-6e34 0 is not matching search criteria 2022-12-16T04:49:22.830Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-16T04:49:22.830Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-16T04:49:22.831Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-16T04:49:22.831Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-16T04:49:22.831Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-16T04:49:22.832Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-16T04:49:22.832Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-16T04:49:22.832Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-12-16T04:49:22.832Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-16T04:49:22.832Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-16T04:49:22.833Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-16T04:49:22.833Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-16T04:49:22.833Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fd46ceb2-299b-47c9-ba30-1bb685d68c30 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-12-16T04:49:22.835Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:49:22.836Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vFW 0d817d8b-6e34 0 is matching search criteria 2022-12-16T04:49:22.836Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0d817d8b-6e34 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-16T04:49:22.838Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:49:22.839Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vFW 0d817d8b-6e34 0 is not matching search criteria 2022-12-16T04:49:22.839Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-16T04:49:22.839Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-16T04:49:22.839Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-16T04:49:22.840Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-16T04:49:22.840Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-16T04:49:22.840Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-16T04:49:22.840Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-16T04:49:22.840Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-16T04:49:22.841Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-16T04:49:22.841Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-16T04:49:22.841Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-16T04:49:22.841Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-12-16T04:49:22.841Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=440c9a50-28f4-4b45-acf5-6d02b81dbcf9 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-12-16T04:49:22.844Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:49:22.844Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vFW 0d817d8b-6e34 0 is matching search criteria 2022-12-16T04:49:22.844Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0d817d8b-6e34 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-16T04:49:22.844Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:49:22.845Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Node template vFW 0d817d8b-6e34 0 is matching search criteria 2022-12-16T04:49:22.845Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0d817d8b-6e34 0] matching following query criteria: sdcType=VF, customizationUUID=99bc5d3b-57ae-4ed9-8949-03d6e95bb09f 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-12-16T04:49:22.847Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:49:22.847Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-16 04-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T04:49:22.847Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid a8020f59-e8db-455b-af14-4ca99e77f7a4: vFW 0d817d8b-6e34 2022-12-16T04:49:22.848Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:49:22.848Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-16 04-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T04:49:22.848Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:49:22.848Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-16 04-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T04:49:22.848Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:49:22.849Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-16 04-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T04:49:22.849Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:49:22.849Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-16 04-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T04:49:22.849Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:49:22.850Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-16 04-48-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T04:49:22.850Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-12-16 04-48-04 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-12-16T04:49:23.149Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0d817d8b-6e34 40440526-5a47-4743-8de1-42ab3fc9ce11 1 ASDC deployResourceStructure 2022-12-16T04:49:23.149Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json ASDC sendASDCNotification 2022-12-16T04:49:23.150Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json 2022-12-16T04:49:23.150Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-16T04:49:23.150Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-16T04:49:23.152Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T04:49:23.152Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166163149, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json", "status": "DEPLOY_OK" } 2022-12-16T04:49:23.252Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T04:49:23.254Z||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-12-16T04:49:23.254Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:49:23.343Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:49:23.344Z||pool-14-thread-1|||||INFO|500||cambria reply ok (91 ms):{"serverTimeMs":0,"count":1} 2022-12-16T04:49:24.153Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-12-16T04:49:24.154Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml 2022-12-16T04:49:24.154Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-16T04:49:24.154Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-16T04:49:24.156Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T04:49:24.156Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166164153, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-12-16T04:49:24.256Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T04:49:24.257Z||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-12-16T04:49:24.257Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:49:24.275Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:49:24.276Z||pool-15-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-12-16T04:49:25.157Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env ASDC sendASDCNotification 2022-12-16T04:49:25.158Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env 2022-12-16T04:49:25.158Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-16T04:49:25.158Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-16T04:49:25.160Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T04:49:25.160Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166165157, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-12-16T04:49:25.263Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-12-16T04:49:25.264Z||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-12-16T04:49:25.264Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:49:25.280Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:49:25.280Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-12-16T04:49:26.162Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar ASDC sendASDCNotification 2022-12-16T04:49:26.162Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar 2022-12-16T04:49:26.162Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-16T04:49:26.163Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-16T04:49:26.165Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T04:49:26.165Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166166161, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar", "status": "DEPLOY_OK" } 2022-12-16T04:49:26.265Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T04:49:26.266Z||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-12-16T04:49:26.266Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:49:26.360Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:49:26.360Z||pool-17-thread-1|||||INFO|500||cambria reply ok (95 ms):{"serverTimeMs":0,"count":1} 2022-12-16T04:49:27.166Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12c574a9-eb84-430e-a83e-30b4ca768279 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-16T04:49:27.197Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12c574a9-eb84-430e-a83e-30b4ca768279 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-16T04:49:27.199Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-16T04:49:27.200Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-16T04:49:27.200Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-16T04:49:57.201Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12c574a9-eb84-430e-a83e-30b4ca768279 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-16T04:49:57.214Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12c574a9-eb84-430e-a83e-30b4ca768279 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-16T04:49:57.216Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-16T04:49:57.216Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-16T04:49:57.217Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-16T04:50:06.135Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:50:06.136Z||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-12-16T04:50:06.136Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:50:06.180Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:50:06.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:50:06.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "ves-openapi-manager", "timestamp": 1671166137327, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T04:50:06.182Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:50:27.217Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12c574a9-eb84-430e-a83e-30b4ca768279 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-16T04:50:27.228Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12c574a9-eb84-430e-a83e-30b4ca768279 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-16T04:50:27.230Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-16T04:50:27.231Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-16T04:50:27.231Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-16T04:50:57.231Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12c574a9-eb84-430e-a83e-30b4ca768279 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-16T04:50:57.241Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12c574a9-eb84-430e-a83e-30b4ca768279 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-16T04:50:57.243Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-16T04:50:57.243Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-16T04:50:57.243Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-16T04:51:06.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:51:06.135Z||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-12-16T04:51:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:51:06.181Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:51:06.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:51:06.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "cds", "timestamp": 1671166139027, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T04:51:06.183Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:51:27.243Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12c574a9-eb84-430e-a83e-30b4ca768279 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-16T04:51:27.255Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12c574a9-eb84-430e-a83e-30b4ca768279 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-16T04:51:27.258Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-16T04:51:27.258Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-16T04:51:27.259Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-16T04:51:57.259Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12c574a9-eb84-430e-a83e-30b4ca768279 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-16T04:51:57.270Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12c574a9-eb84-430e-a83e-30b4ca768279 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-16T04:51:57.272Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-16T04:51:57.273Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-16T04:51:57.273Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-16T04:52:06.135Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:52:06.137Z||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-12-16T04:52:06.137Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:52:06.177Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:52:06.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "aai-ml", "timestamp": 1671166134416, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T04:52:06.183Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166146133, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T04:52:06.184Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.184Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671166142109, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-16T04:52:06.184Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "ves-openapi-manager", "timestamp": 1671166137327, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-16T04:52:06.185Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "cds", "timestamp": 1671166139027, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar", "status": "NOTIFIED" } 2022-12-16T04:52:06.185Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "aai-ml", "timestamp": 1671166134416, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar", "status": "NOTIFIED" } 2022-12-16T04:52:06.186Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.186Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166146133, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json", "status": "NOTIFIED" } 2022-12-16T04:52:06.186Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.186Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671166142109, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T04:52:06.187Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "cds", "timestamp": 1671166148302, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T04:52:06.187Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T04:52:06.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "aai-ml", "timestamp": 1671166148978, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T04:52:06.188Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T04:52:06.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166146133, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-12-16T04:52:06.188Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671166142109, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar", "status": "NOTIFIED" } 2022-12-16T04:52:06.189Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "multicloud-k8s-id", "timestamp": 1671166149844, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T04:52:06.190Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "cds", "timestamp": 1671166149321, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-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-12-16T04:52:06.205Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 12c574a9-eb84-430e-a83e-30b4ca768279 2022-12-16T04:52:06.205Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12c574a9-eb84-430e-a83e-30b4ca768279 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-12-16T04:52:06.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166146133, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T04:52:06.221Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671166149995, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T04:52:06.222Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T04:52:06.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "multicloud-k8s-id", "timestamp": 1671166149844, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json", "status": "NOTIFIED" } 2022-12-16T04:52:06.223Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166146133, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-12-16T04:52:06.224Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.224Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.224Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "multicloud-k8s-id", "timestamp": 1671166149844, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-12-16T04:52:06.225Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.225Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.225Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166146133, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T04:52:06.226Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "multicloud-k8s-id", "timestamp": 1671166149844, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T04:52:06.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166146133, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar", "status": "NOTIFIED" } 2022-12-16T04:52:06.228Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "multicloud-k8s-id", "timestamp": 1671166149844, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-12-16T04:52:06.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166154375, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T04:52:06.229Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T04:52:06.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "multicloud-k8s-id", "timestamp": 1671166149844, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T04:52:06.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "multicloud-k8s-id", "timestamp": 1671166149844, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar", "status": "NOTIFIED" } 2022-12-16T04:52:06.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671166155609, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar", "status": "DEPLOY_OK" } 2022-12-16T04:52:06.232Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T04:52:06.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671166156614, "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-12-16T04:52:06.237Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 12c574a9-eb84-430e-a83e-30b4ca768279 2022-12-16T04:52:06.238Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12c574a9-eb84-430e-a83e-30b4ca768279 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-12-16T04:52:06.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "multicloud-k8s-id", "timestamp": 1671166157707, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json", "status": "DOWNLOAD_OK" } 2022-12-16T04:52:06.248Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T04:52:06.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "multicloud-k8s-id", "timestamp": 1671166158804, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-12-16T04:52:06.249Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T04:52:06.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "multicloud-k8s-id", "timestamp": 1671166159870, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-12-16T04:52:06.249Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T04:52:06.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166159574, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json", "status": "DOWNLOAD_OK" } 2022-12-16T04:52:06.250Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T04:52:06.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "multicloud-k8s-id", "timestamp": 1671166160964, "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-12-16T04:52:06.255Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 12c574a9-eb84-430e-a83e-30b4ca768279 2022-12-16T04:52:06.256Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12c574a9-eb84-430e-a83e-30b4ca768279 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-12-16T04:52:06.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166160660, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-12-16T04:52:06.270Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T04:52:06.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "multicloud-k8s-id", "timestamp": 1671166161969, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json", "status": "DEPLOY_OK" } 2022-12-16T04:52:06.271Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T04:52:06.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166161721, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-12-16T04:52:06.272Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T04:52:06.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166163149, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/vfw0d817d8b6e340_modules.json", "status": "DEPLOY_OK" } 2022-12-16T04:52:06.273Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T04:52:06.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "aai-ml", "timestamp": 1671166163732, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar", "status": "DEPLOY_OK" } 2022-12-16T04:52:06.273Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T04:52:06.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166164153, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-12-16T04:52:06.274Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T04:52:06.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "aai-ml", "timestamp": 1671166164758, "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-12-16T04:52:06.282Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 12c574a9-eb84-430e-a83e-30b4ca768279 2022-12-16T04:52:06.282Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12c574a9-eb84-430e-a83e-30b4ca768279 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-12-16T04:52:06.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.291Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166165157, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/resourceInstances/vfw0d817d8b6e340/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-12-16T04:52:06.291Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T04:52:06.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166166161, "artifactURL": "/sdc/v1/catalog/services/Vfw20221216044804/1.0/artifacts/service-Vfw20221216044804-csar.csar", "status": "DEPLOY_OK" } 2022-12-16T04:52:06.292Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T04:52:06.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671166172109, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T04:52:06.293Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "ves-openapi-manager", "timestamp": 1671166177327, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T04:52:06.293Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.294Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671166172109, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-16T04:52:06.294Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.294Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.294Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "ves-openapi-manager", "timestamp": 1671166177327, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-16T04:52:06.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "ves-openapi-manager", "timestamp": 1671166177327, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T04:52:06.295Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671166172109, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T04:52:06.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "cds", "timestamp": 1671166184027, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T04:52:06.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "ves-openapi-manager", "timestamp": 1671166177327, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T04:52:06.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671166172109, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T04:52:06.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "cds", "timestamp": 1671166184027, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-16T04:52:06.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "ves-openapi-manager", "timestamp": 1671166177327, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-12-16T04:52:06.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671166172109, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-12-16T04:52:06.301Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "cds", "timestamp": 1671166184027, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T04:52:06.302Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "ves-openapi-manager", "timestamp": 1671166177327, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T04:52:06.302Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671166172109, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T04:52:06.303Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "cds", "timestamp": 1671166184027, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T04:52:06.304Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "ves-openapi-manager", "timestamp": 1671166177327, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-16T04:52:06.304Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671166172109, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar", "status": "NOTIFIED" } 2022-12-16T04:52:06.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "cds", "timestamp": 1671166184027, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-12-16T04:52:06.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671166189381, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T04:52:06.306Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T04:52:06.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "multicloud-k8s-id", "timestamp": 1671166189844, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T04:52:06.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "cds", "timestamp": 1671166184027, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T04:52:06.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "multicloud-k8s-id", "timestamp": 1671166189844, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json", "status": "NOTIFIED" } 2022-12-16T04:52:06.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "cds", "timestamp": 1671166184027, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar", "status": "NOTIFIED" } 2022-12-16T04:52:06.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "multicloud-k8s-id", "timestamp": 1671166189844, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-12-16T04:52:06.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671166191626, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar", "status": "DEPLOY_OK" } 2022-12-16T04:52:06.310Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T04:52:06.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "cds", "timestamp": 1671166191773, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T04:52:06.311Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T04:52:06.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "multicloud-k8s-id", "timestamp": 1671166189844, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T04:52:06.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671166192630, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-16T04:52:06.330Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f989180a-ec10-4f84-a1dd-174cd328db86 2022-12-16T04:52:06.330Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f989180a-ec10-4f84-a1dd-174cd328db86 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-12-16T04:52:06.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "cds", "timestamp": 1671166192778, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-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-12-16T04:52:06.349Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f989180a-ec10-4f84-a1dd-174cd328db86 2022-12-16T04:52:06.349Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f989180a-ec10-4f84-a1dd-174cd328db86 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-12-16T04:52:06.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "multicloud-k8s-id", "timestamp": 1671166189844, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-12-16T04:52:06.361Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "multicloud-k8s-id", "timestamp": 1671166189844, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T04:52:06.362Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "aai-ml", "timestamp": 1671166194416, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T04:52:06.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "multicloud-k8s-id", "timestamp": 1671166189844, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar", "status": "NOTIFIED" } 2022-12-16T04:52:06.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "aai-ml", "timestamp": 1671166194416, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-16T04:52:06.364Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "multicloud-k8s-id", "timestamp": 1671166197644, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-16T04:52:06.364Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T04:52:06.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "aai-ml", "timestamp": 1671166194416, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T04:52:06.365Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "aai-ml", "timestamp": 1671166194416, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T04:52:06.366Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "multicloud-k8s-id", "timestamp": 1671166198713, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-12-16T04:52:06.366Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T04:52:06.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "aai-ml", "timestamp": 1671166194416, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-12-16T04:52:06.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "multicloud-k8s-id", "timestamp": 1671166199765, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-12-16T04:52:06.368Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T04:52:06.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "aai-ml", "timestamp": 1671166194416, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T04:52:06.368Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "multicloud-k8s-id", "timestamp": 1671166200790, "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-12-16T04:52:06.374Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f989180a-ec10-4f84-a1dd-174cd328db86 2022-12-16T04:52:06.374Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f989180a-ec10-4f84-a1dd-174cd328db86 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-12-16T04:52:06.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "aai-ml", "timestamp": 1671166194416, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar", "status": "NOTIFIED" } 2022-12-16T04:52:06.384Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-16T04:52:06.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "multicloud-k8s-id", "timestamp": 1671166201795, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json", "status": "DEPLOY_OK" } 2022-12-16T04:52:06.385Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T04:52:06.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-16T04:52:06.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "aai-ml", "timestamp": 1671166202209, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T04:52:06.385Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T04:52:27.273Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12c574a9-eb84-430e-a83e-30b4ca768279 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-16T04:52:27.289Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12c574a9-eb84-430e-a83e-30b4ca768279 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-16T04:52:27.292Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-16T04:52:27.292Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-16T04:52:27.292Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-16T04:52:27.292Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-16T04:52:27.292Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T04:52:27.293Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T04:52:27.293Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T04:52:27.293Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T04:52:27.293Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T04:52:27.293Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-16T04:52:27.304Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-16T04:52:57.305Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 12c574a9-eb84-430e-a83e-30b4ca768279 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-12-16T04:52:57.317Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 12c574a9-eb84-430e-a83e-30b4ca768279 and serviceModelVersionId: a8020f59-e8db-455b-af14-4ca99e77f7a4 2022-12-16T04:52:57.317Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2217165f-8d14-49f0-a4da-97081e40b517 2022-12-16T04:53:06.135Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:53:06.136Z||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-12-16T04:53:06.136Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:53:06.660Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:53:06.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-16T04:53:06.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "aai-ml", "timestamp": 1671166209182, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar", "status": "DEPLOY_OK" } 2022-12-16T04:53:06.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T04:53:06.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-16T04:53:06.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "aai-ml", "timestamp": 1671166210187, "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-12-16T04:53:06.674Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f989180a-ec10-4f84-a1dd-174cd328db86 2022-12-16T04:53:06.674Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f989180a-ec10-4f84-a1dd-174cd328db86 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-12-16T04:53:13.416Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2217165f-8d14-49f0-a4da-97081e40b517/model-vers/model-ver/a8020f59-e8db-455b-af14-4ca99e77f7a4?depth=0 2022-12-16T04:53:13.521Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-12-16T04:53:14.021Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2217165f-8d14-49f0-a4da-97081e40b517/model-vers/model-ver/a8020f59-e8db-455b-af14-4ca99e77f7a4?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-12-16T04:53:14.026Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2217165f-8d14-49f0-a4da-97081e40b517/model-vers/model-ver/a8020f59-e8db-455b-af14-4ca99e77f7a4?depth=0|INFO|500||Invoke 2022-12-16T04:53:14.148Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2217165f-8d14-49f0-a4da-97081e40b517/model-vers/model-ver/a8020f59-e8db-455b-af14-4ca99e77f7a4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-16T04:53:14.348Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2217165f-8d14-49f0-a4da-97081e40b517/model-vers/model-ver/a8020f59-e8db-455b-af14-4ca99e77f7a4?depth=0|INFO|500||InvokeReturn 2022-12-16T04:53:14.349Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2217165f-8d14-49f0-a4da-97081e40b517/model-vers/model-ver/a8020f59-e8db-455b-af14-4ca99e77f7a4?depth=0 has http status code:200 and response headers:{date=[Fri, 16 Dec 2022 04:53:14 GMT], content-length=[0], vertex-id=[188448], x-aai-txid=[2-aai-resources-221216-04:53:14:983-45841], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-16T04:53:14.350Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-12-16T04:53:14.354Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-16T04:53:14.354Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-16T04:53:14.359Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-16T04:53:14.361Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 12c574a9-eb84-430e-a83e-30b4ca768279 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-16T04:53:14.362Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-16T04:53:14.362Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-16T04:53:14.364Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T04:53:14.365Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166394361, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-16T04:53:14.465Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T04:53:14.466Z||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-12-16T04:53:14.466Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:53:14.496Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:53:14.497Z||pool-18-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-16T04:53:15.376Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:53:15.377Z|12c574a9-eb84-430e-a83e-30b4ca768279|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-12-16T04:53:15.377Z|12c574a9-eb84-430e-a83e-30b4ca768279|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:53:19.913Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:53:19.914Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-16T04:53:19.915Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"f989180a-ec10-4f84-a1dd-174cd328db86","serviceName":"basic_onboard_nkQwtp","serviceVersion":"1.0","serviceUUID":"dce0112a-9688-4c8b-87f9-d57938a88a2c","serviceDescription":"service","serviceInvariantUUID":"40f8f887-8dce-4d34-9a1d-3f2a14f7d9da","resources":[{"resourceInstanceName":"basic_onboard_nkQwtp 0","resourceName":"basic_onboard_nkQwtp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c4098cd6-124d-44ae-b9d8-a9808aa89163","resourceInvariantUUID":"9c7b8973-caa9-49e4-99bf-7da31d6aae87","resourceCustomizationUUID":"199e9eb7-0e6f-4557-ae73-f3bcc609e24f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/vf-license-model.xml","artifactChecksum":"MTM0MDgyOGVhMzgzODg2N2NlMjYxMmE0NjEyMTExNjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e41a28d-f9f3-40b5-b19a-5dfb7135786b","artifactVersion":"1"},{"artifactName":"basic_onboard_nkqwtp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json","artifactChecksum":"ZmE5NTA3YjNmMTNhMjAxNzQ3NzYyMzAwMDIyYTNiZjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b7829a92-f42c-4b7d-a3c5-5aac7da389cb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b14dc2cc-5139-4874-b4d7-8d18f4703f48","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3d2b2c9e-c925-4fcf-bb70-9a832e81843c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"06dd0464-16ab-4083-a418-f36c21f78ed8","artifactVersion":"2","generatedFromUUID":"b14dc2cc-5139-4874-b4d7-8d18f4703f48"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNkqwtp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-template.yml","artifactChecksum":"Y2EwMzk0ODcxMGI1YTc4MjQyZDI2NDgxOTA2ZjY1YTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2f205f10-fc2c-4236-aa44-86008c7086c6","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNkqwtp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar","artifactChecksum":"ZGQxYTI0ODY5NTkzYjNjYTQ0MWMxMzlkOTU0M2ZjYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"10cfd4c2-fc77-414e-84c3-925f1e7c2f0f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-16T04:53:19.918Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T04:53:19.919Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-16T04:53:19.922Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T04:53:19.922Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166395376, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T04:53:20.022Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T04:53:20.023Z||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-12-16T04:53:20.023Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:53:20.038Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:53:20.039Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-16T04:53:20.923Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T04:53:20.924Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-16T04:53:20.926Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T04:53:20.926Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166395376, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json", "status": "NOTIFIED" } 2022-12-16T04:53:21.026Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T04:53:21.027Z||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-12-16T04:53:21.027Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:53:21.046Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:53:21.047Z||pool-20-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-12-16T04:53:21.927Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T04:53:21.927Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-16T04:53:21.929Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T04:53:21.930Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166395376, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-12-16T04:53:22.030Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T04:53:22.031Z||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-12-16T04:53:22.031Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:53:22.042Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:53:22.042Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-16T04:53:22.930Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T04:53:22.931Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-16T04:53:22.933Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T04:53:22.933Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166395376, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T04:53:23.034Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-16T04:53:23.035Z||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-12-16T04:53:23.035Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:53:23.050Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:53:23.050Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-12-16T04:53:23.934Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T04:53:23.935Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-16T04:53:23.938Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T04:53:23.938Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166395376, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-12-16T04:53:24.038Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T04:53:24.039Z||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-12-16T04:53:24.039Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:53:24.081Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:53:24.082Z||pool-23-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} 2022-12-16T04:53:24.939Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T04:53:24.940Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-16T04:53:24.942Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T04:53:24.942Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166395376, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T04:53:25.042Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T04:53:25.043Z||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-12-16T04:53:25.043Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:53:25.075Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:53:25.075Z||pool-24-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-12-16T04:53:25.943Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T04:53:25.944Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-16T04:53:25.946Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T04:53:25.946Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166395376, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar", "status": "NOTIFIED" } 2022-12-16T04:53:26.046Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T04:53:26.047Z||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-12-16T04:53:26.047Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:53:26.060Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:53:26.061Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-16T04:53:26.948Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "serviceName": "basic_onboard_nkQwtp", "serviceVersion": "1.0", "serviceUUID": "dce0112a-9688-4c8b-87f9-d57938a88a2c", "serviceDescription": "service", "serviceInvariantUUID": "40f8f887-8dce-4d34-9a1d-3f2a14f7d9da", "resources": [ { "resourceInstanceName": "basic_onboard_nkQwtp 0", "resourceCustomizationUUID": "199e9eb7-0e6f-4557-ae73-f3bcc609e24f", "resourceName": "basic_onboard_nkQwtp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c4098cd6-124d-44ae-b9d8-a9808aa89163", "resourceInvariantUUID": "9c7b8973-caa9-49e4-99bf-7da31d6aae87", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_nkqwtp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json", "artifactChecksum": "ZmE5NTA3YjNmMTNhMjAxNzQ3NzYyMzAwMDIyYTNiZjE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b7829a92-f42c-4b7d-a3c5-5aac7da389cb", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "b14dc2cc-5139-4874-b4d7-8d18f4703f48", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "06dd0464-16ab-4083-a418-f36c21f78ed8", "generatedFromUUID": "b14dc2cc-5139-4874-b4d7-8d18f4703f48" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "06dd0464-16ab-4083-a418-f36c21f78ed8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardNkqwtp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar", "artifactChecksum": "ZGQxYTI0ODY5NTkzYjNjYTQ0MWMxMzlkOTU0M2ZjYjA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "10cfd4c2-fc77-414e-84c3-925f1e7c2f0f" } ], "workloadContext": "Production" } 2022-12-16T04:53:26.949Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-16T04:53:26.949Z|12c574a9-eb84-430e-a83e-30b4ca768279|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dce0112a-9688-4c8b-87f9-d57938a88a2c ASDC 2022-12-16T04:53:26.950Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:f989180a-ec10-4f84-a1dd-174cd328db86 ServiceName:basic_onboard_nkQwtp ServiceVersion:1.0 ServiceUUID:dce0112a-9688-4c8b-87f9-d57938a88a2c ServiceInvariantUUID:40f8f887-8dce-4d34-9a1d-3f2a14f7d9da ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardNkqwtp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar ArtifactUUID:10cfd4c2-fc77-414e-84c3-925f1e7c2f0f ArtifactChecksum:ZGQxYTI0ODY5NTkzYjNjYTQ0MWMxMzlkOTU0M2ZjYjA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_nkQwtp 0 ResourceCustomizationUUID:199e9eb7-0e6f-4557-ae73-f3bcc609e24f ResourceInvariantUUID:9c7b8973-caa9-49e4-99bf-7da31d6aae87 ResourceName:basic_onboard_nkQwtp ResourceType:VF ResourceUUID:c4098cd6-124d-44ae-b9d8-a9808aa89163 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_nkqwtp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json ArtifactUUID:b7829a92-f42c-4b7d-a3c5-5aac7da389cb ArtifactChecksum:ZmE5NTA3YjNmMTNhMjAxNzQ3NzYyMzAwMDIyYTNiZjE= 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/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml ArtifactUUID:b14dc2cc-5139-4874-b4d7-8d18f4703f48 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/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env ArtifactUUID:06dd0464-16ab-4083-a418-f36c21f78ed8 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/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env ArtifactUUID:06dd0464-16ab-4083-a418-f36c21f78ed8 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-16T04:53:26.950Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dce0112a-9688-4c8b-87f9-d57938a88a2c 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-12-16T04:53:27.008Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-16T04:53:27.009Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-12-16T04:53:27.009Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-12-16T04:53:27.009Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 10cfd4c2-fc77-414e-84c3-925f1e7c2f0f from URL: /sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar 2022-12-16T04:53:27.009Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-12-16T04:53:27.010Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar 2022-12-16T04:53:27.149Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-12-16T04:53:27.153Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar 10cfd4c2-fc77-414e-84c3-925f1e7c2f0f 75307 2022-12-16T04:53:27.153Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar ASDC sendASDCNotification 2022-12-16T04:53:27.153Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar 2022-12-16T04:53:27.153Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-16T04:53:27.154Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-16T04:53:27.156Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T04:53:27.156Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166407153, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T04:53:27.256Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T04:53:27.257Z||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-12-16T04:53:27.257Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:53:27.271Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:53:27.271Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-12-16T04:53:28.157Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-16T04:53:28.158Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-12-16T04:53:28.158Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 10cfd4c2-fc77-414e-84c3-925f1e7c2f0f, URL: /sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar to file: /app/ASDC/1/service-BasicOnboardNkqwtp-csar.csar 2022-12-16T04:53:28.159Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNkqwtp-csar.csar 2022-12-16T04:53:28.159Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNkqwtp-csar.csar 2022-12-16T04:53:28.159Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNkqwtp-csar.csar 2022-12-16T04:53:28.347Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13932450838833912294/Definitions/service-BasicOnboardNkqwtp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_ubuntu18_metadata" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "compute_ubuntu18_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu18_key_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided 2022-12-16T04:53:29.536Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-16T04:53:29.537Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-12-16T04:53:29.558Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNkqwtp-csar.csar 2022-12-16T04:53:29.558Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-16T04:53:29.558Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_nkQwtp 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardNkqwtp-csar.csar 2022-12-16T04:53:29.558Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardNkqwtp-csar.csar 2022-12-16T04:53:29.559Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNkqwtp-csar.csar 2022-12-16T04:53:29.559Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNkqwtp-csar.csar 2022-12-16T04:53:29.559Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNkqwtp-csar.csar 2022-12-16T04:53:29.559Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNkqwtp-csar.csar 2022-12-16T04:53:29.559Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardNkqwtp-csar.csar 2022-12-16T04:53:29.559Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-12-16T04:53:29.560Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:53:29.560Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nkQwtp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T04:53:29.560Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nkQwtp 0 is matching search criteria 2022-12-16T04:53:29.560Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-12-16T04:53:29.560Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nkQwtp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-16T04:53:29.561Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:53:29.561Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nkQwtp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T04:53:29.561Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nkQwtp 0 is matching search criteria 2022-12-16T04:53:29.561Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-12-16T04:53:29.561Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nkQwtp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-16T04:53:29.562Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:53:29.562Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nkQwtp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T04:53:29.562Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:53:29.562Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nkQwtp 0 is not matching search criteria 2022-12-16T04:53:29.562Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-12-16T04:53:29.563Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-12-16T04:53:29.563Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-12-16T04:53:29.563Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-12-16T04:53:29.563Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-16T04:53:29.563Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:53:29.563Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nkQwtp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-16T04:53:29.564Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:53:29.564Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nkQwtp 0 is matching search criteria 2022-12-16T04:53:29.564Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nkQwtp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-16T04:53:29.564Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:53:29.564Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nkQwtp 0 is matching search criteria 2022-12-16T04:53:29.565Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nkQwtp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-16T04:53:29.565Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:53:29.565Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nkQwtp 0 is matching search criteria 2022-12-16T04:53:29.565Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nkQwtp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-16T04:53:29.565Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:53:29.566Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nkQwtp 0 is not matching search criteria 2022-12-16T04:53:29.566Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-12-16T04:53:29.566Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-12-16T04:53:29.566Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3582d322-5443-4d5f-81e5-8bfe0933092e 2022-12-16T04:53:29.566Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:53:29.566Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nkQwtp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T04:53:29.567Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:53:29.567Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nkQwtp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T04:53:29.567Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:53:29.567Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nkQwtp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T04:53:29.567Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:53:29.567Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nkQwtp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T04:53:29.568Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_nkQwtp Description:service Model UUID:dce0112a-9688-4c8b-87f9-d57938a88a2c Model Version:NULL Model InvariantUuid:40f8f887-8dce-4d34-9a1d-3f2a14f7d9da Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_nkQwtp Model UUID:4e6277fa-12fc-4c2b-859c-1a573bcedfde Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:9c7b8973-caa9-49e4-99bf-7da31d6aae87 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:199e9eb7-0e6f-4557-ae73-f3bcc609e24f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:57c39f87-2b6c-403b-b58f-9f9d4c9d0730 ModelName:BasicOnboardNkqwtp..base_ubuntu18..module-0 ModelUuid:54596b52-ab0a-4187-aa8b-a7e54bdc4e55 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3582d322-5443-4d5f-81e5-8bfe0933092e ModelInvariantUuid:53e634a7-c008-4cea-957f-121a722396dc ModelName:basic_onboard_nkQwtp-nodes.ubuntu18Cvfc ModelUuid:aca8e995-5b42-48d1-a0fb-350275b36cba ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:077b8bfe-448a-46a3-93dc-138f58bbae4b ModelInvariantUuid:b24e0b48-50ab-4a92-b23b-e5deb3e54f13 ModelName:BasicOnboardNkqwtp.compute.nodes.heat.ubuntu18 ModelUuid:85a9b602-e304-445c-9622-2f00daf60b30 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-12-16T04:53:29.574Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: c4098cd6-124d-44ae-b9d8-a9808aa89163 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-12-16T04:53:29.577Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||basic_onboard_nkQwtp 0 2022-12-16T04:53:29.577Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c4098cd6-124d-44ae-b9d8-a9808aa89163 2022-12-16T04:53:29.577Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b7829a92-f42c-4b7d-a3c5-5aac7da389cb from URL: /sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json 2022-12-16T04:53:29.577Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-12-16T04:53:29.577Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json 2022-12-16T04:53:29.645Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-12-16T04:53:29.645Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json b7829a92-f42c-4b7d-a3c5-5aac7da389cb 798 2022-12-16T04:53:29.646Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json ASDC sendASDCNotification 2022-12-16T04:53:29.646Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json 2022-12-16T04:53:29.646Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-16T04:53:29.647Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-16T04:53:29.649Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T04:53:29.649Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166409646, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-16T04:53:29.749Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T04:53:29.750Z||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-12-16T04:53:29.750Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:53:29.762Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:53:29.762Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-16T04:53:30.650Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardNkqwtp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "57c39f87-2b6c-403b-b58f-9f9d4c9d0730", "vfModuleModelVersion": "1", "vfModuleModelUUID": "54596b52-ab0a-4187-aa8b-a7e54bdc4e55", "vfModuleModelCustomizationUUID": "4dfdef0e-9baf-4654-9efe-d84bd9e84b9c", "isBase": true, "artifacts": [ "b14dc2cc-5139-4874-b4d7-8d18f4703f48", "06dd0464-16ab-4083-a418-f36c21f78ed8" ], "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-12-16T04:53:30.655Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardNkqwtp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:54596b52-ab0a-4187-aa8b-a7e54bdc4e55 VfModuleModelInvariantUUID:57c39f87-2b6c-403b-b58f-9f9d4c9d0730 VfModuleModelDescription:NULL Artifacts UUID List:{ b14dc2cc-5139-4874-b4d7-8d18f4703f48 , 06dd0464-16ab-4083-a418-f36c21f78ed8 } 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-12-16T04:53:30.657Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardNkqwtp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "57c39f87-2b6c-403b-b58f-9f9d4c9d0730", "vfModuleModelVersion": "1", "vfModuleModelUUID": "54596b52-ab0a-4187-aa8b-a7e54bdc4e55", "vfModuleModelCustomizationUUID": "4dfdef0e-9baf-4654-9efe-d84bd9e84b9c", "isBase": true, "artifacts": [ "b14dc2cc-5139-4874-b4d7-8d18f4703f48", "06dd0464-16ab-4083-a418-f36c21f78ed8" ], "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-12-16T04:53:30.658Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardNkqwtp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:54596b52-ab0a-4187-aa8b-a7e54bdc4e55 VfModuleModelInvariantUUID:57c39f87-2b6c-403b-b58f-9f9d4c9d0730 VfModuleModelDescription:NULL Artifacts UUID List:{ b14dc2cc-5139-4874-b4d7-8d18f4703f48 , 06dd0464-16ab-4083-a418-f36c21f78ed8 } 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-12-16T04:53:30.658Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b14dc2cc-5139-4874-b4d7-8d18f4703f48 from URL: /sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml 2022-12-16T04:53:30.658Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-12-16T04:53:30.659Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml 2022-12-16T04:53:30.713Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-12-16T04:53:30.713Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml b14dc2cc-5139-4874-b4d7-8d18f4703f48 5033 2022-12-16T04:53:30.714Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-12-16T04:53:30.714Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml 2022-12-16T04:53:30.714Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-16T04:53:30.714Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-16T04:53:30.717Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T04:53:30.717Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166410714, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-12-16T04:53:30.817Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T04:53:30.818Z||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-12-16T04:53:30.818Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:53:30.829Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:53:30.829Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-12-16T04:53:31.718Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 06dd0464-16ab-4083-a418-f36c21f78ed8 from URL: /sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env 2022-12-16T04:53:31.718Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-12-16T04:53:31.718Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env 2022-12-16T04:53:31.766Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-12-16T04:53:31.766Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env 06dd0464-16ab-4083-a418-f36c21f78ed8 909 2022-12-16T04:53:31.766Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-12-16T04:53:31.767Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env 2022-12-16T04:53:31.767Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-16T04:53:31.767Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-16T04:53:31.769Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T04:53:31.769Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166411766, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-12-16T04:53:31.869Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T04:53:31.870Z||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-12-16T04:53:31.871Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:53:31.888Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:53:31.888Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-12-16T04:53:32.770Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: dce0112a-9688-4c8b-87f9-d57938a88a2c 2022-12-16T04:53:32.770Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_nkQwtp 0 c4098cd6-124d-44ae-b9d8-a9808aa89163 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-12-16T04:53:32.784Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6cd62863, org.onap.sdc.toscaparser.api.parameters.Input@57ba3b8b, org.onap.sdc.toscaparser.api.parameters.Input@571c0803, org.onap.sdc.toscaparser.api.parameters.Input@26faaf83, org.onap.sdc.toscaparser.api.parameters.Input@7bb21e0f] 2022-12-16T04:53:32.785Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:53:32.785Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nkQwtp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T04:53:32.785Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-12-16T04:53:32.786Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 199e9eb7-0e6f-4557-ae73-f3bcc609e24f 2022-12-16T04:53:32.786Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 199e9eb7-0e6f-4557-ae73-f3bcc609e24f matches Tosca VF Customization UUID: 199e9eb7-0e6f-4557-ae73-f3bcc609e24f 2022-12-16T04:53:32.786Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 199e9eb7-0e6f-4557-ae73-f3bcc609e24f 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-12-16T04:53:32.788Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:53:32.788Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nkQwtp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T04:53:32.788Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 199e9eb7-0e6f-4557-ae73-f3bcc609e24f: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-12-16T04:53:32.789Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@394c7f4b 2022-12-16T04:53:32.789Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:53:32.789Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nkQwtp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-16T04:53:32.789Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4dfdef0e-9baf-4654-9efe-d84bd9e84b9c 2022-12-16T04:53:32.789Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4dfdef0e-9baf-4654-9efe-d84bd9e84b9c 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-12-16T04:53:32.791Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:53:32.792Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nkQwtp 0 is matching search criteria 2022-12-16T04:53:32.792Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nkQwtp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-16T04:53:32.792Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:53:32.792Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nkQwtp 0 is matching search criteria 2022-12-16T04:53:32.792Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nkQwtp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-16T04:53:32.793Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:53:32.793Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nkQwtp 0 is not matching search criteria 2022-12-16T04:53:32.793Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-12-16T04:53:32.793Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-12-16T04:53:32.793Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3582d322-5443-4d5f-81e5-8bfe0933092e 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-12-16T04:53:32.795Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:53:32.796Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nkQwtp 0 is matching search criteria 2022-12-16T04:53:32.796Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nkQwtp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-16T04:53:32.796Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:53:32.796Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_nkQwtp 0 is matching search criteria 2022-12-16T04:53:32.797Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_nkQwtp 0] matching following query criteria: sdcType=VF, customizationUUID=199e9eb7-0e6f-4557-ae73-f3bcc609e24f 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-12-16T04:53:32.799Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:53:32.799Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nkQwtp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T04:53:32.800Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid dce0112a-9688-4c8b-87f9-d57938a88a2c: basic_onboard_nkQwtp 2022-12-16T04:53:32.800Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:53:32.800Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nkQwtp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T04:53:32.800Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:53:32.800Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nkQwtp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T04:53:32.801Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:53:32.801Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nkQwtp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T04:53:32.801Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:53:32.801Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nkQwtp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T04:53:32.802Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T04:53:32.802Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_nkQwtp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T04:53:32.802Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_nkQwtp 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-12-16T04:53:32.877Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_nkQwtp c4098cd6-124d-44ae-b9d8-a9808aa89163 1 ASDC deployResourceStructure 2022-12-16T04:53:32.878Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json ASDC sendASDCNotification 2022-12-16T04:53:32.878Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json 2022-12-16T04:53:32.878Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-16T04:53:32.879Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-16T04:53:32.881Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T04:53:32.881Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166412878, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json", "status": "DEPLOY_OK" } 2022-12-16T04:53:32.981Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T04:53:32.982Z||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-12-16T04:53:32.982Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:53:33.042Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:53:33.042Z||pool-30-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1} 2022-12-16T04:53:33.882Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-12-16T04:53:33.883Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml 2022-12-16T04:53:33.883Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-16T04:53:33.884Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-16T04:53:33.886Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T04:53:33.886Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166413882, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-12-16T04:53:33.986Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T04:53:33.987Z||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-12-16T04:53:33.987Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:53:34.002Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:53:34.002Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-12-16T04:53:34.887Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-12-16T04:53:34.888Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env 2022-12-16T04:53:34.888Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-16T04:53:34.888Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-16T04:53:34.890Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T04:53:34.890Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166414887, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-12-16T04:53:34.990Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T04:53:34.992Z||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-12-16T04:53:34.993Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:53:35.006Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:53:35.006Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-16T04:53:35.891Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar ASDC sendASDCNotification 2022-12-16T04:53:35.892Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar 2022-12-16T04:53:35.892Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-16T04:53:35.892Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-16T04:53:35.895Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T04:53:35.895Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166415891, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar", "status": "DEPLOY_OK" } 2022-12-16T04:53:35.995Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T04:53:35.996Z||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-12-16T04:53:35.996Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:53:36.009Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:53:36.010Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-16T04:53:36.896Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f989180a-ec10-4f84-a1dd-174cd328db86 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-16T04:53:36.907Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f989180a-ec10-4f84-a1dd-174cd328db86 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-16T04:53:36.911Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-16T04:53:36.911Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-16T04:53:36.911Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-16T04:53:36.911Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-16T04:53:36.912Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T04:53:36.912Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T04:53:36.912Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T04:53:36.912Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T04:53:36.912Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T04:53:36.912Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-16T04:53:36.917Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-16T04:54:06.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:54:06.135Z||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-12-16T04:54:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:54:06.779Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:54:06.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-16T04:54:06.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "12c574a9-eb84-430e-a83e-30b4ca768279", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166394361, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-16T04:54:06.781Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T04:54:06.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-16T04:54:06.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166395376, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T04:54:06.781Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-16T04:54:06.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-16T04:54:06.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166395376, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json", "status": "NOTIFIED" } 2022-12-16T04:54:06.782Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-16T04:54:06.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-16T04:54:06.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166395376, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-12-16T04:54:06.782Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-16T04:54:06.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-16T04:54:06.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166395376, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T04:54:06.782Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-16T04:54:06.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-16T04:54:06.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166395376, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-12-16T04:54:06.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-16T04:54:06.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-16T04:54:06.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166395376, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T04:54:06.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-16T04:54:06.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-16T04:54:06.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166395376, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar", "status": "NOTIFIED" } 2022-12-16T04:54:06.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-12-16T04:54:06.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-16T04:54:06.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166407153, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T04:54:06.784Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T04:54:06.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-16T04:54:06.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166409646, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-16T04:54:06.784Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T04:54:06.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-16T04:54:06.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166410714, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-12-16T04:54:06.784Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T04:54:06.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-16T04:54:06.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166411766, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-12-16T04:54:06.784Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T04:54:06.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-16T04:54:06.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166412878, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/basic_onboard_nkqwtp0_modules.json", "status": "DEPLOY_OK" } 2022-12-16T04:54:06.785Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T04:54:06.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-16T04:54:06.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166413882, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-12-16T04:54:06.785Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T04:54:06.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-16T04:54:06.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166414887, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/resourceInstances/basic_onboard_nkqwtp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-12-16T04:54:06.785Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T04:54:06.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-12-16T04:54:06.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166415891, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNkqwtp/1.0/artifacts/service-BasicOnboardNkqwtp-csar.csar", "status": "DEPLOY_OK" } 2022-12-16T04:54:06.786Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T04:54:06.918Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f989180a-ec10-4f84-a1dd-174cd328db86 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-12-16T04:54:06.924Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f989180a-ec10-4f84-a1dd-174cd328db86 and serviceModelVersionId: dce0112a-9688-4c8b-87f9-d57938a88a2c 2022-12-16T04:54:06.924Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 40f8f887-8dce-4d34-9a1d-3f2a14f7d9da 2022-12-16T04:54:06.925Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/40f8f887-8dce-4d34-9a1d-3f2a14f7d9da/model-vers/model-ver/dce0112a-9688-4c8b-87f9-d57938a88a2c?depth=0 2022-12-16T04:54:06.929Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-12-16T04:54:06.977Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40f8f887-8dce-4d34-9a1d-3f2a14f7d9da/model-vers/model-ver/dce0112a-9688-4c8b-87f9-d57938a88a2c?depth=0|INFO|500||Invoke 2022-12-16T04:54:06.977Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40f8f887-8dce-4d34-9a1d-3f2a14f7d9da/model-vers/model-ver/dce0112a-9688-4c8b-87f9-d57938a88a2c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40f8f887-8dce-4d34-9a1d-3f2a14f7d9da/model-vers/model-ver/dce0112a-9688-4c8b-87f9-d57938a88a2c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f989180a-ec10-4f84-a1dd-174cd328db86], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6a6ad4a7-ed19-4390-9e3b-01509058c4e8], X-ECOMP-RequestID=[f989180a-ec10-4f84-a1dd-174cd328db86], X-TransactionId=[], X-ONAP-RequestID=[f989180a-ec10-4f84-a1dd-174cd328db86], Content-Type=[application/merge-patch+json]} 2022-12-16T04:54:07.003Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40f8f887-8dce-4d34-9a1d-3f2a14f7d9da/model-vers/model-ver/dce0112a-9688-4c8b-87f9-d57938a88a2c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-16T04:54:07.106Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40f8f887-8dce-4d34-9a1d-3f2a14f7d9da/model-vers/model-ver/dce0112a-9688-4c8b-87f9-d57938a88a2c?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/40f8f887-8dce-4d34-9a1d-3f2a14f7d9da/model-vers/model-ver/dce0112a-9688-4c8b-87f9-d57938a88a2c?depth=0 has http status code:200 and response headers:{date=[Fri, 16 Dec 2022 04:54:07 GMT], content-length=[0], vertex-id=[200800], x-aai-txid=[0-aai-resources-221216-04:54:07:837-28590], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-16T04:54:07.107Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40f8f887-8dce-4d34-9a1d-3f2a14f7d9da/model-vers/model-ver/dce0112a-9688-4c8b-87f9-d57938a88a2c?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-12-16T04:54:07.107Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40f8f887-8dce-4d34-9a1d-3f2a14f7d9da/model-vers/model-ver/dce0112a-9688-4c8b-87f9-d57938a88a2c?depth=0|INFO|500||InvokeReturn 2022-12-16T04:54:07.108Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-16T04:54:07.108Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-16T04:54:07.115Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-16T04:54:07.115Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f989180a-ec10-4f84-a1dd-174cd328db86 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-16T04:54:07.116Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-16T04:54:07.116Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-12-16T04:54:07.118Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T04:54:07.118Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166447115, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-16T04:54:07.218Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T04:54:07.219Z||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-12-16T04:54:07.219Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:54:07.240Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:54:07.241Z||pool-34-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-16T04:54:08.141Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:54:08.142Z|f989180a-ec10-4f84-a1dd-174cd328db86|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-12-16T04:54:08.142Z|f989180a-ec10-4f84-a1dd-174cd328db86|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:54:17.716Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:54:17.717Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:54:17.717Z|f989180a-ec10-4f84-a1dd-174cd328db86|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-12-16T04:54:17.717Z|f989180a-ec10-4f84-a1dd-174cd328db86|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:54:27.297Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:54:27.298Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:54:27.299Z|f989180a-ec10-4f84-a1dd-174cd328db86|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-12-16T04:54:27.299Z|f989180a-ec10-4f84-a1dd-174cd328db86|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:54:36.957Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:54:36.958Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:54:36.958Z||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-12-16T04:54:36.958Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:54:46.513Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:55:06.132Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:55:06.133Z||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-12-16T04:55:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:55:06.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:55:06.135Z||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-12-16T04:55:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:55:06.806Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:55:06.807Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-16T04:55:06.807Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f989180a-ec10-4f84-a1dd-174cd328db86", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671166447115, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-16T04:55:06.808Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T04:55:15.760Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:56:06.132Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:56:06.133Z||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-12-16T04:56:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:56:06.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:56:06.135Z||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-12-16T04:56:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:56:15.707Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:56:15.724Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:57:06.132Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:57:06.133Z||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-12-16T04:57:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:57:06.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:57:06.135Z||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-12-16T04:57:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:57:15.726Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:57:15.733Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:58:06.132Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:58:06.133Z||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-12-16T04:58:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:58:06.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:58:06.135Z||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-12-16T04:58:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:58:15.690Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:58:15.725Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:59:06.132Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:59:06.133Z||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-12-16T04:59:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:59:06.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T04:59:06.135Z||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-12-16T04:59:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T04:59:15.740Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T04:59:15.764Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:00:06.132Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:00:06.133Z||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-12-16T05:00:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:00:06.134Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:00:06.135Z|f989180a-ec10-4f84-a1dd-174cd328db86|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-12-16T05:00:06.135Z|f989180a-ec10-4f84-a1dd-174cd328db86|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:00:15.697Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:00:15.743Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:01:06.132Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:01:06.133Z||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-12-16T05:01:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:01:06.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:01:06.135Z||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-12-16T05:01:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:01:15.740Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:01:15.771Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:02:06.132Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:02:06.133Z||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-12-16T05:02:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:02:06.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:02:06.135Z||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-12-16T05:02:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:02:15.724Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:02:15.733Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:03:06.132Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:03:06.134Z||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-12-16T05:03:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:03:06.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:03:06.135Z||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-12-16T05:03:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:03:15.741Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:03:15.744Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:04:06.132Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:04:06.134Z||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-12-16T05:04:06.134Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:04:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:04:06.135Z|f989180a-ec10-4f84-a1dd-174cd328db86|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-12-16T05:04:06.135Z|f989180a-ec10-4f84-a1dd-174cd328db86|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:04:15.740Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:04:15.740Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:05:06.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:05:06.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:05:06.135Z||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-12-16T05:05:06.135Z||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-12-16T05:05:06.136Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:05:06.136Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:05:15.726Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:05:16.043Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:05:16.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-16T05:05:16.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"570fcb9c-18af-43af-92b4-d871e5aa72a6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e823accf-ea71-43d2-9098-1551fde645e4","serviceDescription":"service","serviceInvariantUUID":"d226656f-9935-46d9-8de8-d956cf36712a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e0b5fd12-6b57-4d78-add5-4a8eb9f58217","resourceInvariantUUID":"c354f447-1837-470d-ae9e-decb6ec5bbcf","resourceCustomizationUUID":"f9b88651-f8f5-4d56-ac6e-642221ec70d8","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":"MjI1ODI1NjlkM2Y2OGE0YTg0MjU5NGZjZDRmMThhZWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9c3baa33-8433-4499-b6ff-b851b688ebc9","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZTg3NWFiZWZhM2Y4ODM1NDJiNmM1NzlkNWQxODczZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2f077064-f1aa-45d4-ad98-3c7a8ca78d61","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-16T05:05:16.055Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:05:16.056Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:05:16.061Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:05:16.061Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167106132, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:05:16.161Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:05:16.162Z||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-12-16T05:05:16.162Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:05:16.185Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:05:16.186Z||pool-35-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":2,"count":1} 2022-12-16T05:05:17.062Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:05:17.063Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:05:17.065Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:05:17.065Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167106132, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-16T05:05:17.168Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-12-16T05:05:17.169Z||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-12-16T05:05:17.169Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:05:17.192Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:05:17.192Z||pool-36-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-12-16T05:05:18.067Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "e823accf-ea71-43d2-9098-1551fde645e4", "serviceDescription": "service", "serviceInvariantUUID": "d226656f-9935-46d9-8de8-d956cf36712a", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "f9b88651-f8f5-4d56-ac6e-642221ec70d8", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "e0b5fd12-6b57-4d78-add5-4a8eb9f58217", "resourceInvariantUUID": "c354f447-1837-470d-ae9e-decb6ec5bbcf", "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": "ZTg3NWFiZWZhM2Y4ODM1NDJiNmM1NzlkNWQxODczZmY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2f077064-f1aa-45d4-ad98-3c7a8ca78d61" } ], "workloadContext": "Production" } 2022-12-16T05:05:18.067Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-16T05:05:18.067Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e823accf-ea71-43d2-9098-1551fde645e4 ASDC 2022-12-16T05:05:18.069Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:570fcb9c-18af-43af-92b4-d871e5aa72a6 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:e823accf-ea71-43d2-9098-1551fde645e4 ServiceInvariantUUID:d226656f-9935-46d9-8de8-d956cf36712a 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:2f077064-f1aa-45d4-ad98-3c7a8ca78d61 ArtifactChecksum:ZTg3NWFiZWZhM2Y4ODM1NDJiNmM1NzlkNWQxODczZmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:f9b88651-f8f5-4d56-ac6e-642221ec70d8 ResourceInvariantUUID:c354f447-1837-470d-ae9e-decb6ec5bbcf ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:e0b5fd12-6b57-4d78-add5-4a8eb9f58217 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-12-16T05:05:18.069Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e823accf-ea71-43d2-9098-1551fde645e4 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-12-16T05:05:18.116Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-16T05:05:18.118Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-12-16T05:05:18.118Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-12-16T05:05:18.118Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2f077064-f1aa-45d4-ad98-3c7a8ca78d61 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-12-16T05:05:18.118Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-16T05:05:18.119Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|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-12-16T05:05:18.255Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-16T05:05:18.258Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2f077064-f1aa-45d4-ad98-3c7a8ca78d61 57660 2022-12-16T05:05:18.259Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|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-12-16T05:05:18.259Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|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-12-16T05:05:18.260Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-16T05:05:18.260Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:05:18.263Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:05:18.263Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167118259, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T05:05:18.363Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:05:18.364Z||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-12-16T05:05:18.364Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:05:18.386Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:05:18.387Z||pool-37-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:05:19.264Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-16T05:05:19.265Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-12-16T05:05:19.266Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 2f077064-f1aa-45d4-ad98-3c7a8ca78d61, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-16T05:05:19.266Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-12-16T05:05:19.267Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-16T05:05:19.267Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-16T05:05:19.438Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1793844992292052806/Definitions/service-BasicNetwork-template.yml 2022-12-16T05:05:20.074Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-16T05:05:20.075Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-12-16T05:05:20.075Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-16T05:05:20.075Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-12-16T05:05:20.076Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|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-12-16T05:05:20.076Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|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-12-16T05:05:20.076Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|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-12-16T05:05:20.076Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|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-12-16T05:05:20.076Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|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-12-16T05:05:20.076Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|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-12-16T05:05:20.076Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|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-12-16T05:05:20.077Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|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-12-16T05:05:20.077Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-12-16T05:05:20.077Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:05:20.077Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|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-12-16T05:05:20.078Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-12-16T05:05:20.078Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-12-16T05:05:20.078Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-16T05:05:20.078Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:05:20.078Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:05:20.079Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-12-16T05:05:20.079Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-12-16T05:05:20.079Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-16T05:05:20.079Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:05:20.079Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:05:20.080Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:05:20.080Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:05:20.080Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:05:20.081Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:05:20.081Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:05:20.081Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:05:20.081Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:05:20.081Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:05:20.081Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:e823accf-ea71-43d2-9098-1551fde645e4 Model Version:NULL Model InvariantUuid:d226656f-9935-46d9-8de8-d956cf36712a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:c354f447-1837-470d-ae9e-decb6ec5bbcf Model UUID:1fd25598-fb39-4bff-93d5-21505bfa9a14 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:f9b88651-f8f5-4d56-ac6e-642221ec70d8 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-12-16T05:05:20.103Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: e0b5fd12-6b57-4d78-add5-4a8eb9f58217 2022-12-16T05:05:20.103Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||No resources found for Service: e823accf-ea71-43d2-9098-1551fde645e4 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-12-16T05:05:20.110Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500|| 2022-12-16T05:05:20.110Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-12-16T05:05:20.111Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||No resources found for Service: e823accf-ea71-43d2-9098-1551fde645e4 2022-12-16T05:05:20.111Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: e823accf-ea71-43d2-9098-1551fde645e4 2022-12-16T05:05:20.112Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-12-16T05:05:20.112Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|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-12-16T05:05:20.117Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d39decb, org.onap.sdc.toscaparser.api.parameters.Input@655435bf, org.onap.sdc.toscaparser.api.parameters.Input@8cf29c5, org.onap.sdc.toscaparser.api.parameters.Input@7cf4956e, org.onap.sdc.toscaparser.api.parameters.Input@6f28c3bd] 2022-12-16T05:05:20.119Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:05:20.119Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:05:20.120Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:05:20.120Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:05:20.120Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid e823accf-ea71-43d2-9098-1551fde645e4: Generic NeutronNet 2022-12-16T05:05:20.120Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:05:20.121Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:05:20.121Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:05:20.121Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|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-12-16T05:05:20.204Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:05:20.205Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:05:20.205Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:05:20.206Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|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-12-16T05:05:20.206Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:05:20.206Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:05:20.207Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|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-12-16T05:05:20.309Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-12-16T05:05:20.309Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|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-12-16T05:05:20.310Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|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-12-16T05:05:20.310Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-16T05:05:20.310Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:05:20.312Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:05:20.312Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167120309, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-12-16T05:05:20.413Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:05:20.414Z||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-12-16T05:05:20.414Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:05:20.505Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:05:20.505Z||pool-38-thread-1|||||INFO|500||cambria reply ok (92 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:05:21.313Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 570fcb9c-18af-43af-92b4-d871e5aa72a6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-16T05:05:21.324Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 570fcb9c-18af-43af-92b4-d871e5aa72a6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-16T05:05:21.326Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-16T05:05:21.326Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-16T05:05:21.326Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-16T05:05:51.326Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 570fcb9c-18af-43af-92b4-d871e5aa72a6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-16T05:05:51.359Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 570fcb9c-18af-43af-92b4-d871e5aa72a6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-16T05:05:51.361Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-16T05:05:51.361Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-16T05:05:51.361Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-16T05:06:06.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:06:06.135Z||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-12-16T05:06:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:06:06.381Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:06:06.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167106132, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6", "consumerID": "cds", "timestamp": 1671167114027, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6", "consumerID": "multicloud-k8s-id", "timestamp": 1671167109844, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.390Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167106132, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-16T05:06:06.391Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6", "consumerID": "cds", "timestamp": 1671167114027, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-16T05:06:06.392Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6", "consumerID": "multicloud-k8s-id", "timestamp": 1671167109844, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-16T05:06:06.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6", "consumerID": "ves-openapi-manager", "timestamp": 1671167117327, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6", "consumerID": "ves-openapi-manager", "timestamp": 1671167117327, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6", "consumerID": "cds", "timestamp": 1671167118051, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T05:06:06.394Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:06:06.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167118259, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T05:06:06.395Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:06:06.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6", "consumerID": "cds", "timestamp": 1671167119062, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-16T05:06:06.408Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 570fcb9c-18af-43af-92b4-d871e5aa72a6 2022-12-16T05:06:06.408Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 570fcb9c-18af-43af-92b4-d871e5aa72a6 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-12-16T05:06:06.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167120309, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-12-16T05:06:06.418Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:06:06.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6", "consumerID": "aai-ml", "timestamp": 1671167124416, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6", "consumerID": "aai-ml", "timestamp": 1671167124416, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-16T05:06:06.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6", "consumerID": "aai-ml", "timestamp": 1671167127241, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T05:06:06.419Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:06:06.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6", "consumerID": "aai-ml", "timestamp": 1671167131261, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-12-16T05:06:06.419Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:06:06.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6", "consumerID": "aai-ml", "timestamp": 1671167132265, "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-12-16T05:06:06.424Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 570fcb9c-18af-43af-92b4-d871e5aa72a6 2022-12-16T05:06:06.425Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 570fcb9c-18af-43af-92b4-d871e5aa72a6 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-12-16T05:06:06.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671167132109, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.442Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671167132109, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-16T05:06:06.442Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671167134932, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T05:06:06.443Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:06:06.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671167136671, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-12-16T05:06:06.443Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:06:06.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671167137676, "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-12-16T05:06:06.449Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 570fcb9c-18af-43af-92b4-d871e5aa72a6 2022-12-16T05:06:06.449Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 570fcb9c-18af-43af-92b4-d871e5aa72a6 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-12-16T05:06:06.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "ves-openapi-manager", "timestamp": 1671167137327, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.473Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "cds", "timestamp": 1671167144027, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.474Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.474Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "ves-openapi-manager", "timestamp": 1671167137327, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.474Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.474Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "cds", "timestamp": 1671167144027, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.474Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.475Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.475Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "cds", "timestamp": 1671167144027, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.475Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.475Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.475Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "ves-openapi-manager", "timestamp": 1671167137327, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.476Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.476Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.476Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "ves-openapi-manager", "timestamp": 1671167137327, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.476Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.476Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "cds", "timestamp": 1671167144027, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.477Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "cds", "timestamp": 1671167144027, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.477Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.477Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.477Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "ves-openapi-manager", "timestamp": 1671167137327, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "multicloud-k8s-id", "timestamp": 1671167149844, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.478Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "ves-openapi-manager", "timestamp": 1671167137327, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.478Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "cds", "timestamp": 1671167144027, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.479Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "multicloud-k8s-id", "timestamp": 1671167149844, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-12-16T05:06:06.479Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.479Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.479Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "ves-openapi-manager", "timestamp": 1671167137327, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "cds", "timestamp": 1671167144027, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-16T05:06:06.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.480Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "multicloud-k8s-id", "timestamp": 1671167149844, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-16T05:06:06.480Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.480Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "cds", "timestamp": 1671167152166, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T05:06:06.481Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:06:06.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "multicloud-k8s-id", "timestamp": 1671167149844, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.481Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "cds", "timestamp": 1671167153178, "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-12-16T05:06:06.504Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a 2022-12-16T05:06:06.504Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a 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-12-16T05:06:06.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "multicloud-k8s-id", "timestamp": 1671167149844, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-16T05:06:06.516Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "multicloud-k8s-id", "timestamp": 1671167149844, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "aai-ml", "timestamp": 1671167154416, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "multicloud-k8s-id", "timestamp": 1671167149844, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-16T05:06:06.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "aai-ml", "timestamp": 1671167154416, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "multicloud-k8s-id", "timestamp": 1671167157705, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-16T05:06:06.518Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:06:06.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "aai-ml", "timestamp": 1671167154416, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "ves-openapi-manager", "timestamp": 1671167157327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "multicloud-k8s-id", "timestamp": 1671167158774, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-16T05:06:06.520Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:06:06.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "aai-ml", "timestamp": 1671167154416, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.520Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "ves-openapi-manager", "timestamp": 1671167157327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.520Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "multicloud-k8s-id", "timestamp": 1671167159824, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-16T05:06:06.521Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:06:06.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "aai-ml", "timestamp": 1671167154416, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "ves-openapi-manager", "timestamp": 1671167157327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.522Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "aai-ml", "timestamp": 1671167154416, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.522Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "multicloud-k8s-id", "timestamp": 1671167161059, "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-12-16T05:06:06.528Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a 2022-12-16T05:06:06.528Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a 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-12-16T05:06:06.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "cds", "timestamp": 1671167159027, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "ves-openapi-manager", "timestamp": 1671167157327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "aai-ml", "timestamp": 1671167154416, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-16T05:06:06.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "multicloud-k8s-id", "timestamp": 1671167162065, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-12-16T05:06:06.547Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:06:06.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "cds", "timestamp": 1671167159027, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "ves-openapi-manager", "timestamp": 1671167157327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "aai-ml", "timestamp": 1671167162287, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T05:06:06.548Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:06:06.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "cds", "timestamp": 1671167159027, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "multicloud-k8s-id", "timestamp": 1671167149844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "ves-openapi-manager", "timestamp": 1671167157327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-12-16T05:06:06.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671167162109, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "multicloud-k8s-id", "timestamp": 1671167149844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "cds", "timestamp": 1671167159027, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "ves-openapi-manager", "timestamp": 1671167157327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/artifacts/service-DemoPnfJbcltp6uix2x1xkcasqg-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671167162109, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "multicloud-k8s-id", "timestamp": 1671167149844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "cds", "timestamp": 1671167159027, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "ves-openapi-manager", "timestamp": 1671167157327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/artifacts/service-DemoPnfJbcltp6uix2x1xkcasqg-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671167162109, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "multicloud-k8s-id", "timestamp": 1671167149844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "cds", "timestamp": 1671167159027, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "ves-openapi-manager", "timestamp": 1671167166233, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-12-16T05:06:06.558Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:06:06.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671167162109, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:06.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:06:06.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "multicloud-k8s-id", "timestamp": 1671167149844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:06.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:06:21.362Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 570fcb9c-18af-43af-92b4-d871e5aa72a6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-16T05:06:21.378Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 570fcb9c-18af-43af-92b4-d871e5aa72a6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-16T05:06:21.383Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-16T05:06:21.383Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-16T05:06:21.384Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-16T05:06:21.384Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-16T05:06:21.384Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T05:06:21.384Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T05:06:21.384Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T05:06:21.384Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T05:06:21.384Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|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-12-16T05:06:21.389Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-16T05:06:51.389Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 570fcb9c-18af-43af-92b4-d871e5aa72a6 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-12-16T05:06:51.396Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 570fcb9c-18af-43af-92b4-d871e5aa72a6 and serviceModelVersionId: e823accf-ea71-43d2-9098-1551fde645e4 2022-12-16T05:06:51.397Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d226656f-9935-46d9-8de8-d956cf36712a 2022-12-16T05:06:51.398Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d226656f-9935-46d9-8de8-d956cf36712a/model-vers/model-ver/e823accf-ea71-43d2-9098-1551fde645e4?depth=0 2022-12-16T05:06:51.404Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-12-16T05:06:51.468Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d226656f-9935-46d9-8de8-d956cf36712a/model-vers/model-ver/e823accf-ea71-43d2-9098-1551fde645e4?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-12-16T05:06:51.469Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d226656f-9935-46d9-8de8-d956cf36712a/model-vers/model-ver/e823accf-ea71-43d2-9098-1551fde645e4?depth=0|INFO|500||Invoke 2022-12-16T05:06:51.494Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d226656f-9935-46d9-8de8-d956cf36712a/model-vers/model-ver/e823accf-ea71-43d2-9098-1551fde645e4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-16T05:06:51.604Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d226656f-9935-46d9-8de8-d956cf36712a/model-vers/model-ver/e823accf-ea71-43d2-9098-1551fde645e4?depth=0|INFO|500||InvokeReturn 2022-12-16T05:06:51.605Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d226656f-9935-46d9-8de8-d956cf36712a/model-vers/model-ver/e823accf-ea71-43d2-9098-1551fde645e4?depth=0 has http status code:200 and response headers:{date=[Fri, 16 Dec 2022 05:06:52 GMT], content-length=[0], vertex-id=[221232], x-aai-txid=[0-aai-resources-221216-05:06:52:360-458], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-16T05:06:51.605Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2022-12-16T05:06:51.606Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-16T05:06:51.606Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|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-12-16T05:06:51.612Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|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-12-16T05:06:51.613Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 570fcb9c-18af-43af-92b4-d871e5aa72a6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-16T05:06:51.613Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-16T05:06:51.613Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:06:51.615Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:06:51.615Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167211613, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-16T05:06:51.715Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:06:51.717Z||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-12-16T05:06:51.718Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:06:51.745Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:06:51.746Z||pool-39-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-16T05:06:52.627Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:06:52.628Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|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-12-16T05:06:52.628Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:06:53.284Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:06:53.286Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-16T05:06:53.286Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"74a18c8d-3cf5-4f9f-b105-ae73d8f3c28c","serviceDescription":"service","serviceInvariantUUID":"ec42a37a-8501-433c-98f7-f7f7c8df01f5","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bcadb183-9fd2-4924-a46a-64aec835cf15","resourceInvariantUUID":"0008778b-1ae2-491f-ac73-ff0f792ea502","resourceCustomizationUUID":"52a318bc-d7bc-48e7-9d79-be54a5135775","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":"NDg1ZmRhZTBkOGE5ZTRiZDQ4OTVmMDY1NzE1YzAwNmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5099e0ac-84c1-4b5e-b56c-21f6b13ef40c","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":"ZGY3ZGZiMWQwY2MwODBlZTRjNjJjOWE5Y2JhZGY5MmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a39107ae-af53-44ee-a5dd-a4234eb77b2d","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":"5b169fb9-96ff-4114-b2cf-468cd1a323cd","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":"ad0a42c1-8a69-4202-9f14-6750590e02f6","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":"644a0d55-7579-4967-9c24-78563b976ada","artifactVersion":"2","generatedFromUUID":"5b169fb9-96ff-4114-b2cf-468cd1a323cd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"N2Q4ZTQ1ZDVkNjVjMDM4Nzc0MzIzNmY4ZjlhOWQ4MDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1ed83ba1-2647-420e-9dad-8155547a04aa","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NWYxY2Y0NDIzMGE3N2ZiYjhlNzM2YmE1NzkyNDE2Mjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9876f5e3-7730-4f20-9a42-342fa467df22","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-16T05:06:53.288Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:06:53.288Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:06:53.291Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:06:53.291Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:53.391Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-16T05:06:53.392Z||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-12-16T05:06:53.393Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:06:53.405Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:06:53.406Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:06:54.292Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:06:54.293Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:06:54.295Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:06:54.295Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-12-16T05:06:54.395Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:06:54.396Z||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-12-16T05:06:54.396Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:06:54.412Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:06:54.412Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-12-16T05:06:55.295Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:06:55.296Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:06:55.298Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:06:55.298Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-16T05:06:55.398Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:06:55.399Z||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-12-16T05:06:55.399Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:06:55.424Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:06:55.424Z||pool-42-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":3,"count":1} 2022-12-16T05:06:56.299Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:06:56.299Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:06:56.301Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:06:56.301Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:56.401Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:06:56.402Z||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-12-16T05:06:56.403Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:06:56.425Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:06:56.426Z||pool-43-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:06:57.302Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:06:57.303Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:06:57.305Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:06:57.305Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-16T05:06:57.406Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-16T05:06:57.408Z||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-12-16T05:06:57.408Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:06:57.435Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:06:57.435Z||pool-44-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:06:58.306Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:06:58.306Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:06:58.309Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:06:58.309Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:06:58.412Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-12-16T05:06:58.413Z||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-12-16T05:06:58.413Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:06:58.435Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:06:58.435Z||pool-45-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:06:59.312Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:06:59.312Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:06:59.314Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:06:59.314Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-16T05:06:59.414Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:06:59.415Z||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-12-16T05:06:59.415Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:06:59.429Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:06:59.429Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-12-16T05:07:00.316Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "74a18c8d-3cf5-4f9f-b105-ae73d8f3c28c", "serviceDescription": "service", "serviceInvariantUUID": "ec42a37a-8501-433c-98f7-f7f7c8df01f5", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "52a318bc-d7bc-48e7-9d79-be54a5135775", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bcadb183-9fd2-4924-a46a-64aec835cf15", "resourceInvariantUUID": "0008778b-1ae2-491f-ac73-ff0f792ea502", "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": "ZGY3ZGZiMWQwY2MwODBlZTRjNjJjOWE5Y2JhZGY5MmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a39107ae-af53-44ee-a5dd-a4234eb77b2d", "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": "5b169fb9-96ff-4114-b2cf-468cd1a323cd", "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": "644a0d55-7579-4967-9c24-78563b976ada", "generatedFromUUID": "5b169fb9-96ff-4114-b2cf-468cd1a323cd" }, "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": "644a0d55-7579-4967-9c24-78563b976ada", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NWYxY2Y0NDIzMGE3N2ZiYjhlNzM2YmE1NzkyNDE2Mjc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9876f5e3-7730-4f20-9a42-342fa467df22" } ], "workloadContext": "Production" } 2022-12-16T05:07:00.316Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-16T05:07:00.316Z|570fcb9c-18af-43af-92b4-d871e5aa72a6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 74a18c8d-3cf5-4f9f-b105-ae73d8f3c28c ASDC 2022-12-16T05:07:00.316Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:74a18c8d-3cf5-4f9f-b105-ae73d8f3c28c ServiceInvariantUUID:ec42a37a-8501-433c-98f7-f7f7c8df01f5 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:9876f5e3-7730-4f20-9a42-342fa467df22 ArtifactChecksum:NWYxY2Y0NDIzMGE3N2ZiYjhlNzM2YmE1NzkyNDE2Mjc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:52a318bc-d7bc-48e7-9d79-be54a5135775 ResourceInvariantUUID:0008778b-1ae2-491f-ac73-ff0f792ea502 ResourceName:basic_vm ResourceType:VF ResourceUUID:bcadb183-9fd2-4924-a46a-64aec835cf15 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:a39107ae-af53-44ee-a5dd-a4234eb77b2d ArtifactChecksum:ZGY3ZGZiMWQwY2MwODBlZTRjNjJjOWE5Y2JhZGY5MmM= 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:5b169fb9-96ff-4114-b2cf-468cd1a323cd 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:644a0d55-7579-4967-9c24-78563b976ada 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:644a0d55-7579-4967-9c24-78563b976ada ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-16T05:07:00.317Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 74a18c8d-3cf5-4f9f-b105-ae73d8f3c28c 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-12-16T05:07:00.348Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-16T05:07:00.349Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-12-16T05:07:00.349Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-12-16T05:07:00.349Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9876f5e3-7730-4f20-9a42-342fa467df22 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-12-16T05:07:00.349Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-16T05:07:00.370Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-12-16T05:07:00.463Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-16T05:07:00.466Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 9876f5e3-7730-4f20-9a42-342fa467df22 74813 2022-12-16T05:07:00.466Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-12-16T05:07:00.466Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-12-16T05:07:00.466Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-16T05:07:00.467Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:07:00.470Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:07:00.470Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167220466, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T05:07:00.570Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:07:00.571Z||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-12-16T05:07:00.571Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:07:00.585Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:07:00.586Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-12-16T05:07:01.471Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-16T05:07:01.472Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-12-16T05:07:01.472Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 9876f5e3-7730-4f20-9a42-342fa467df22, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-12-16T05:07:01.472Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-12-16T05:07:01.473Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-12-16T05:07:01.473Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-12-16T05:07:01.579Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18241997546603282104/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-12-16T05:07:02.820Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-16T05:07:02.821Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-12-16T05:07:02.821Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-16T05:07:02.821Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-16T05:07:02.822Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||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-12-16T05:07:02.822Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-16T05:07:02.822Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-16T05:07:02.822Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-16T05:07:02.822Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-16T05:07:02.822Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|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-BasicVm-csar.csar 2022-12-16T05:07:02.823Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-16T05:07:02.823Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-12-16T05:07:02.823Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:07:02.823Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:07:02.823Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-16T05:07:02.824Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-12-16T05:07:02.824Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-16T05:07:02.824Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:07:02.824Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:07:02.825Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-16T05:07:02.825Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-12-16T05:07:02.825Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-16T05:07:02.825Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:07:02.825Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:07:02.826Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:07:02.826Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-12-16T05:07:02.826Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-12-16T05:07:02.826Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-12-16T05:07:02.826Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-12-16T05:07:02.827Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-16T05:07:02.827Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-16T05:07:02.827Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:07:02.827Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-16T05:07:02.828Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:07:02.828Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-16T05:07:02.828Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-16T05:07:02.828Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:07:02.828Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-16T05:07:02.829Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-16T05:07:02.829Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:07:02.829Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-16T05:07:02.829Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-16T05:07:02.829Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:07:02.829Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-12-16T05:07:02.830Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-12-16T05:07:02.830Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-16T05:07:02.830Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1b58f893-bd3f-46a9-bcf7-11593c091039 2022-12-16T05:07:02.830Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:07:02.830Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:07:02.831Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:07:02.831Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:07:02.831Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:07:02.831Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:07:02.831Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:07:02.832Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:07:02.832Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:74a18c8d-3cf5-4f9f-b105-ae73d8f3c28c Model Version:NULL Model InvariantUuid:ec42a37a-8501-433c-98f7-f7f7c8df01f5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:c1f834e9-c263-41dd-a931-d9758d73c03a Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0008778b-1ae2-491f-ac73-ff0f792ea502 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:52a318bc-d7bc-48e7-9d79-be54a5135775 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a8692639-9e49-4388-bfd9-59ecfe624c3c ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:d925aba5-3059-4b89-adfb-31c0162caea9 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1b58f893-bd3f-46a9-bcf7-11593c091039 ModelInvariantUuid:21b9b4b8-1c71-40dc-b18b-ae3e4edd0f6b ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:58eb6913-be65-4e9d-8455-cf2086b39040 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:eaea732f-b524-4377-9c58-6afd53a64d14 ModelInvariantUuid:da09c4a1-5706-4ecd-a74f-ea31cd21f50b ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:1e902344-408c-4078-b2ea-8ac833fa6721 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-12-16T05:07:02.839Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: bcadb183-9fd2-4924-a46a-64aec835cf15 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-12-16T05:07:02.841Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||basic_vm 0 2022-12-16T05:07:02.842Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bcadb183-9fd2-4924-a46a-64aec835cf15 2022-12-16T05:07:02.842Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a39107ae-af53-44ee-a5dd-a4234eb77b2d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-12-16T05:07:02.842Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-16T05:07:02.842Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||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-12-16T05:07:02.893Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-16T05:07:02.893Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json a39107ae-af53-44ee-a5dd-a4234eb77b2d 787 2022-12-16T05:07:02.893Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||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-12-16T05:07:02.893Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||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-12-16T05:07:02.894Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-16T05:07:02.894Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:07:02.896Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:07:02.896Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167222893, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-16T05:07:02.996Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:07:02.997Z||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-12-16T05:07:02.997Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:07:03.079Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:07:03.080Z||pool-48-thread-1|||||INFO|500||cambria reply ok (84 ms):{"serverTimeMs":1,"count":1} 2022-12-16T05:07:03.896Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "a8692639-9e49-4388-bfd9-59ecfe624c3c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d925aba5-3059-4b89-adfb-31c0162caea9", "vfModuleModelCustomizationUUID": "c932c33f-4a60-4576-bfb6-1ccc7715b05a", "isBase": true, "artifacts": [ "5b169fb9-96ff-4114-b2cf-468cd1a323cd", "644a0d55-7579-4967-9c24-78563b976ada" ], "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-12-16T05:07:03.901Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d925aba5-3059-4b89-adfb-31c0162caea9 VfModuleModelInvariantUUID:a8692639-9e49-4388-bfd9-59ecfe624c3c VfModuleModelDescription:NULL Artifacts UUID List:{ 5b169fb9-96ff-4114-b2cf-468cd1a323cd , 644a0d55-7579-4967-9c24-78563b976ada } 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-12-16T05:07:03.904Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "a8692639-9e49-4388-bfd9-59ecfe624c3c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d925aba5-3059-4b89-adfb-31c0162caea9", "vfModuleModelCustomizationUUID": "c932c33f-4a60-4576-bfb6-1ccc7715b05a", "isBase": true, "artifacts": [ "5b169fb9-96ff-4114-b2cf-468cd1a323cd", "644a0d55-7579-4967-9c24-78563b976ada" ], "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-12-16T05:07:03.904Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d925aba5-3059-4b89-adfb-31c0162caea9 VfModuleModelInvariantUUID:a8692639-9e49-4388-bfd9-59ecfe624c3c VfModuleModelDescription:NULL Artifacts UUID List:{ 5b169fb9-96ff-4114-b2cf-468cd1a323cd , 644a0d55-7579-4967-9c24-78563b976ada } 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-12-16T05:07:03.904Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5b169fb9-96ff-4114-b2cf-468cd1a323cd from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-12-16T05:07:03.904Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-16T05:07:03.904Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||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-12-16T05:07:03.947Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-16T05:07:03.948Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 5b169fb9-96ff-4114-b2cf-468cd1a323cd 5033 2022-12-16T05:07:03.948Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||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-12-16T05:07:03.948Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||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-12-16T05:07:03.949Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-16T05:07:03.949Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:07:03.951Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:07:03.951Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167223948, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-16T05:07:04.054Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-12-16T05:07:04.055Z||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-12-16T05:07:04.055Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:07:04.083Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:07:04.084Z||pool-49-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:07:04.951Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 644a0d55-7579-4967-9c24-78563b976ada from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-12-16T05:07:04.952Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-16T05:07:04.952Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||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-12-16T05:07:04.997Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-16T05:07:04.998Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 644a0d55-7579-4967-9c24-78563b976ada 903 2022-12-16T05:07:04.998Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||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-12-16T05:07:04.998Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||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-12-16T05:07:04.998Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-16T05:07:04.999Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:07:05.001Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:07:05.001Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167224998, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-16T05:07:05.101Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:07:05.103Z||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-12-16T05:07:05.103Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:07:05.116Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:07:05.116Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-12-16T05:07:06.002Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 74a18c8d-3cf5-4f9f-b105-ae73d8f3c28c 2022-12-16T05:07:06.003Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 bcadb183-9fd2-4924-a46a-64aec835cf15 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-12-16T05:07:06.015Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@28824712, org.onap.sdc.toscaparser.api.parameters.Input@7b8b341a, org.onap.sdc.toscaparser.api.parameters.Input@7a4e3d13, org.onap.sdc.toscaparser.api.parameters.Input@1564492c, org.onap.sdc.toscaparser.api.parameters.Input@2f642645] 2022-12-16T05:07:06.017Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:07:06.017Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:07:06.017Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-12-16T05:07:06.018Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 52a318bc-d7bc-48e7-9d79-be54a5135775 2022-12-16T05:07:06.018Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 52a318bc-d7bc-48e7-9d79-be54a5135775 matches Tosca VF Customization UUID: 52a318bc-d7bc-48e7-9d79-be54a5135775 2022-12-16T05:07:06.018Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 52a318bc-d7bc-48e7-9d79-be54a5135775 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-12-16T05:07:06.020Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:07:06.021Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:07:06.021Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 52a318bc-d7bc-48e7-9d79-be54a5135775: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-12-16T05:07:06.021Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@31daea81 2022-12-16T05:07:06.021Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:07:06.022Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-16T05:07:06.022Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c932c33f-4a60-4576-bfb6-1ccc7715b05a 2022-12-16T05:07:06.022Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c932c33f-4a60-4576-bfb6-1ccc7715b05a 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-12-16T05:07:06.025Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:07:06.025Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-16T05:07:06.025Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-16T05:07:06.025Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:07:06.026Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-16T05:07:06.026Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-16T05:07:06.026Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:07:06.026Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-12-16T05:07:06.027Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-12-16T05:07:06.027Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-16T05:07:06.027Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1b58f893-bd3f-46a9-bcf7-11593c091039 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-12-16T05:07:06.030Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:07:06.030Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-16T05:07:06.030Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-16T05:07:06.030Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:07:06.031Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-16T05:07:06.031Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=52a318bc-d7bc-48e7-9d79-be54a5135775 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-12-16T05:07:06.033Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:07:06.033Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:07:06.033Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 74a18c8d-3cf5-4f9f-b105-ae73d8f3c28c: basic_vm 2022-12-16T05:07:06.033Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:07:06.033Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:07:06.034Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:07:06.034Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:07:06.034Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:07:06.034Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:07:06.034Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:07:06.035Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:07:06.035Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:07:06.035Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:07:06.035Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||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-12-16T05:07:06.111Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm bcadb183-9fd2-4924-a46a-64aec835cf15 1 ASDC deployResourceStructure 2022-12-16T05:07:06.111Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||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-12-16T05:07:06.111Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||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-12-16T05:07:06.111Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-16T05:07:06.112Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:07:06.113Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:07:06.113Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167226111, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-12-16T05:07:06.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:07:06.135Z||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-12-16T05:07:06.136Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:07:06.174Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:07:06.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:07:06.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "cds", "timestamp": 1671167159027, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/artifacts/service-DemoPnfJbcltp6uix2x1xkcasqg-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:07:06.176Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:07:06.214Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-16T05:07:06.214Z||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-12-16T05:07:06.214Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:07:06.244Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:07:06.245Z||pool-51-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:07:07.114Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||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-12-16T05:07:07.115Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||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-12-16T05:07:07.115Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-16T05:07:07.115Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:07:07.117Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:07:07.117Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167227114, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-12-16T05:07:07.217Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:07:07.218Z||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-12-16T05:07:07.219Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:07:07.233Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:07:07.234Z||pool-52-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:07:08.118Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||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-12-16T05:07:08.119Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||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-12-16T05:07:08.119Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-16T05:07:08.119Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:07:08.121Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:07:08.121Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167228118, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-12-16T05:07:08.222Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:07:08.223Z||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-12-16T05:07:08.223Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:07:08.238Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:07:08.238Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-12-16T05:07:09.122Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-12-16T05:07:09.123Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-12-16T05:07:09.123Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-16T05:07:09.123Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:07:09.125Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:07:09.125Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167229122, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-12-16T05:07:09.225Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:07:09.226Z||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-12-16T05:07:09.226Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:07:09.238Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:07:09.239Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:07:10.126Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-16T05:07:10.137Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-16T05:07:10.140Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-16T05:07:10.140Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-16T05:07:10.140Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-16T05:07:40.141Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-16T05:07:40.151Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-16T05:07:40.153Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-16T05:07:40.153Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-16T05:07:40.153Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-16T05:08:06.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:08:06.136Z||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-12-16T05:08:06.136Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:08:06.185Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:08:06.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:08:06.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "ves-openapi-manager", "timestamp": 1671167167434, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-12-16T05:08:06.187Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:08:10.154Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-16T05:08:10.162Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-16T05:08:10.165Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-16T05:08:10.165Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-16T05:08:10.165Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-16T05:08:40.165Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-16T05:08:40.175Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-16T05:08:40.177Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-16T05:08:40.177Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-16T05:08:40.177Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-16T05:09:06.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:09:06.135Z||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-12-16T05:09:06.136Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:09:06.202Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:09:06.204Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.204Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671167162109, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.205Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "cds", "timestamp": 1671167159027, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/artifacts/service-DemoPnfJbcltp6uix2x1xkcasqg-csar.csar", "status": "NOTIFIED" } 2022-12-16T05:09:06.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "multicloud-k8s-id", "timestamp": 1671167149844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.206Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.206Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.206Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "ves-openapi-manager", "timestamp": 1671167168440, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-16T05:09:06.220Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 7fb63cde-e776-4bb5-98b5-8017ee0f0bab 2022-12-16T05:09:06.220Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7fb63cde-e776-4bb5-98b5-8017ee0f0bab 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-12-16T05:09:06.229Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.229Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671167162109, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.229Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.229Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.229Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "multicloud-k8s-id", "timestamp": 1671167149844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/artifacts/service-DemoPnfJbcltp6uix2x1xkcasqg-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.230Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "cds", "timestamp": 1671167167903, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/artifacts/service-DemoPnfJbcltp6uix2x1xkcasqg-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T05:09:06.230Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:09:06.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "aai-ml", "timestamp": 1671167169169, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-12-16T05:09:06.230Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:09:06.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671167162109, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-16T05:09:06.231Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "multicloud-k8s-id", "timestamp": 1671167149844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/artifacts/service-DemoPnfJbcltp6uix2x1xkcasqg-csar.csar", "status": "NOTIFIED" } 2022-12-16T05:09:06.231Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "cds", "timestamp": 1671167168924, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/artifacts/service-DemoPnfJbcltp6uix2x1xkcasqg-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-12-16T05:09:06.236Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7fb63cde-e776-4bb5-98b5-8017ee0f0bab 2022-12-16T05:09:06.236Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7fb63cde-e776-4bb5-98b5-8017ee0f0bab 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-12-16T05:09:06.245Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.245Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "aai-ml", "timestamp": 1671167170173, "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-12-16T05:09:06.249Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a 2022-12-16T05:09:06.249Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a 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-12-16T05:09:06.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671167170059, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T05:09:06.258Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:09:06.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "aai-ml", "timestamp": 1671167154416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "aai-ml", "timestamp": 1671167154416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671167172359, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-12-16T05:09:06.259Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:09:06.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "aai-ml", "timestamp": 1671167154416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.260Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671167173364, "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-12-16T05:09:06.264Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a 2022-12-16T05:09:06.264Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a 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-12-16T05:09:06.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "aai-ml", "timestamp": 1671167154416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.284Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671167162109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "aai-ml", "timestamp": 1671167154416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671167162109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "aai-ml", "timestamp": 1671167154416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.286Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671167162109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.286Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "aai-ml", "timestamp": 1671167154416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/artifacts/service-DemoPnfJbcltp6uix2x1xkcasqg-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.286Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671167162109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.287Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "aai-ml", "timestamp": 1671167154416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/artifacts/service-DemoPnfJbcltp6uix2x1xkcasqg-csar.csar", "status": "NOTIFIED" } 2022-12-16T05:09:06.287Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671167162109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.287Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "aai-ml", "timestamp": 1671167179271, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/artifacts/service-DemoPnfJbcltp6uix2x1xkcasqg-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T05:09:06.288Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:09:06.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671167162109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.288Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671167162109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/artifacts/service-DemoPnfJbcltp6uix2x1xkcasqg-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.288Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671167162109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/artifacts/service-DemoPnfJbcltp6uix2x1xkcasqg-csar.csar", "status": "NOTIFIED" } 2022-12-16T05:09:06.288Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671167182462, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/artifacts/service-DemoPnfJbcltp6uix2x1xkcasqg-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T05:09:06.289Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:09:06.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "aai-ml", "timestamp": 1671167184070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/artifacts/service-DemoPnfJbcltp6uix2x1xkcasqg-csar.csar", "status": "DEPLOY_OK" } 2022-12-16T05:09:06.289Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:09:06.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671167184355, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/artifacts/service-DemoPnfJbcltp6uix2x1xkcasqg-csar.csar", "status": "DEPLOY_OK" } 2022-12-16T05:09:06.289Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:09:06.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "aai-ml", "timestamp": 1671167185074, "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-12-16T05:09:06.294Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7fb63cde-e776-4bb5-98b5-8017ee0f0bab 2022-12-16T05:09:06.294Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7fb63cde-e776-4bb5-98b5-8017ee0f0bab 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-12-16T05:09:06.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.301Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671167185359, "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-12-16T05:09:06.306Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7fb63cde-e776-4bb5-98b5-8017ee0f0bab 2022-12-16T05:09:06.306Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7fb63cde-e776-4bb5-98b5-8017ee0f0bab 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-12-16T05:09:06.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "multicloud-k8s-id", "timestamp": 1671167189844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.313Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671167192109, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "aai-ml", "timestamp": 1671167186077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "cds", "timestamp": 1671167189027, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.315Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671167192109, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.315Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "multicloud-k8s-id", "timestamp": 1671167189844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-12-16T05:09:06.315Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "aai-ml", "timestamp": 1671167186077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "cds", "timestamp": 1671167189027, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "multicloud-k8s-id", "timestamp": 1671167189844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-12-16T05:09:06.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671167192109, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "aai-ml", "timestamp": 1671167186077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "cds", "timestamp": 1671167189027, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "multicloud-k8s-id", "timestamp": 1671167189844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-12-16T05:09:06.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671167192109, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "aai-ml", "timestamp": 1671167186077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "cds", "timestamp": 1671167189027, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "multicloud-k8s-id", "timestamp": 1671167189844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-12-16T05:09:06.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671167192109, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "cds", "timestamp": 1671167189027, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "aai-ml", "timestamp": 1671167186077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "ves-openapi-manager", "timestamp": 1671167197327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "multicloud-k8s-id", "timestamp": 1671167189844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671167192109, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "aai-ml", "timestamp": 1671167186077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "cds", "timestamp": 1671167189027, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.325Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "ves-openapi-manager", "timestamp": 1671167197327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.325Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671167192109, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.326Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "multicloud-k8s-id", "timestamp": 1671167189844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-12-16T05:09:06.326Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "aai-ml", "timestamp": 1671167186077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.327Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "cds", "timestamp": 1671167189027, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.327Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "ves-openapi-manager", "timestamp": 1671167197327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "multicloud-k8s-id", "timestamp": 1671167189844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671167192109, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "aai-ml", "timestamp": 1671167186077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "cds", "timestamp": 1671167189027, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "ves-openapi-manager", "timestamp": 1671167197327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "multicloud-k8s-id", "timestamp": 1671167189844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-16T05:09:06.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671167192109, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-16T05:09:06.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "aai-ml", "timestamp": 1671167186077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-16T05:09:06.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "cds", "timestamp": 1671167189027, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-16T05:09:06.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "ves-openapi-manager", "timestamp": 1671167197327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "multicloud-k8s-id", "timestamp": 1671167203093, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-16T05:09:06.333Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:09:06.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "aai-ml", "timestamp": 1671167202477, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T05:09:06.333Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:09:06.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671167202044, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T05:09:06.334Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:09:06.334Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.334Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "cds", "timestamp": 1671167201878, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T05:09:06.334Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:09:06.334Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.334Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "ves-openapi-manager", "timestamp": 1671167197327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.335Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.335Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.335Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "multicloud-k8s-id", "timestamp": 1671167204161, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-12-16T05:09:06.335Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:09:06.335Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.336Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "cds", "timestamp": 1671167202884, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-16T05:09:06.349Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c47cfde5-a09b-48e4-b73f-ee4c9246f503 2022-12-16T05:09:06.349Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c47cfde5-a09b-48e4-b73f-ee4c9246f503 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-12-16T05:09:06.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "ves-openapi-manager", "timestamp": 1671167197327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "multicloud-k8s-id", "timestamp": 1671167205212, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-12-16T05:09:06.358Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:09:06.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671167204292, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-12-16T05:09:06.358Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:09:06.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "ves-openapi-manager", "timestamp": 1671167197327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "ves-openapi-manager", "timestamp": 1671167197327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671167205296, "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-12-16T05:09:06.363Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c47cfde5-a09b-48e4-b73f-ee4c9246f503 2022-12-16T05:09:06.363Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c47cfde5-a09b-48e4-b73f-ee4c9246f503 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-12-16T05:09:06.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "multicloud-k8s-id", "timestamp": 1671167206359, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-12-16T05:09:06.371Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:09:06.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "multicloud-k8s-id", "timestamp": 1671167207430, "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-12-16T05:09:06.375Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c47cfde5-a09b-48e4-b73f-ee4c9246f503 2022-12-16T05:09:06.375Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c47cfde5-a09b-48e4-b73f-ee4c9246f503 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-12-16T05:09:06.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "multicloud-k8s-id", "timestamp": 1671167208434, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-12-16T05:09:06.383Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:09:06.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "aai-ml", "timestamp": 1671167209602, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-12-16T05:09:06.383Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:09:06.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.384Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "aai-ml", "timestamp": 1671167210606, "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-12-16T05:09:06.388Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c47cfde5-a09b-48e4-b73f-ee4c9246f503 2022-12-16T05:09:06.388Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c47cfde5-a09b-48e4-b73f-ee4c9246f503 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-12-16T05:09:06.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "570fcb9c-18af-43af-92b4-d871e5aa72a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167211613, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-16T05:09:06.395Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:09:06.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.396Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-12-16T05:09:06.396Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.397Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-16T05:09:06.397Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.397Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.397Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.397Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.398Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.398Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-16T05:09:06.398Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.398Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.398Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:06.399Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.399Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-16T05:09:06.399Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:09:06.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.399Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167220466, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T05:09:06.400Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:09:06.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.400Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167222893, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-16T05:09:06.400Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:09:06.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.400Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167223948, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-16T05:09:06.401Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:09:06.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:09:06.401Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167224998, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-16T05:09:06.401Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:09:10.178Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-16T05:09:10.187Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-16T05:09:10.190Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-16T05:09:10.190Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-16T05:09:10.190Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-16T05:09:10.190Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-16T05:09:10.191Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T05:09:10.191Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T05:09:10.191Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T05:09:10.191Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T05:09:10.192Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T05:09:10.192Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|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-12-16T05:09:10.196Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-16T05:09:40.196Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a 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-12-16T05:09:40.204Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a and serviceModelVersionId: 74a18c8d-3cf5-4f9f-b105-ae73d8f3c28c 2022-12-16T05:09:40.204Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ec42a37a-8501-433c-98f7-f7f7c8df01f5 2022-12-16T05:09:40.206Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ec42a37a-8501-433c-98f7-f7f7c8df01f5/model-vers/model-ver/74a18c8d-3cf5-4f9f-b105-ae73d8f3c28c?depth=0 2022-12-16T05:09:40.213Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-12-16T05:09:40.275Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec42a37a-8501-433c-98f7-f7f7c8df01f5/model-vers/model-ver/74a18c8d-3cf5-4f9f-b105-ae73d8f3c28c?depth=0|INFO|500||Invoke 2022-12-16T05:09:40.275Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec42a37a-8501-433c-98f7-f7f7c8df01f5/model-vers/model-ver/74a18c8d-3cf5-4f9f-b105-ae73d8f3c28c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec42a37a-8501-433c-98f7-f7f7c8df01f5/model-vers/model-ver/74a18c8d-3cf5-4f9f-b105-ae73d8f3c28c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a3d42564-a5fc-4f9d-8189-baafc21f9e72], X-ECOMP-RequestID=[76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a], X-TransactionId=[], X-ONAP-RequestID=[76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a], Content-Type=[application/merge-patch+json]} 2022-12-16T05:09:40.306Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec42a37a-8501-433c-98f7-f7f7c8df01f5/model-vers/model-ver/74a18c8d-3cf5-4f9f-b105-ae73d8f3c28c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-16T05:09:40.445Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec42a37a-8501-433c-98f7-f7f7c8df01f5/model-vers/model-ver/74a18c8d-3cf5-4f9f-b105-ae73d8f3c28c?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/ec42a37a-8501-433c-98f7-f7f7c8df01f5/model-vers/model-ver/74a18c8d-3cf5-4f9f-b105-ae73d8f3c28c?depth=0 has http status code:200 and response headers:{date=[Fri, 16 Dec 2022 05:09:41 GMT], content-length=[0], vertex-id=[221280], x-aai-txid=[2-aai-resources-221216-05:09:41:175-98412], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-16T05:09:40.446Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec42a37a-8501-433c-98f7-f7f7c8df01f5/model-vers/model-ver/74a18c8d-3cf5-4f9f-b105-ae73d8f3c28c?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-12-16T05:09:40.448Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec42a37a-8501-433c-98f7-f7f7c8df01f5/model-vers/model-ver/74a18c8d-3cf5-4f9f-b105-ae73d8f3c28c?depth=0|INFO|500||InvokeReturn 2022-12-16T05:09:40.449Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-16T05:09:40.449Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|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-12-16T05:09:40.454Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|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-12-16T05:09:40.454Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-16T05:09:40.454Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-16T05:09:40.454Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:09:40.456Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:09:40.456Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167380454, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-16T05:09:40.556Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:09:40.558Z||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-12-16T05:09:40.558Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:09:40.578Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:09:40.579Z||pool-55-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-12-16T05:09:41.468Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-16T05:09:41.468Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"7fb63cde-e776-4bb5-98b5-8017ee0f0bab","serviceName":"Demo_pNF_JBcltp6UiX2X1xKcASQG","serviceVersion":"1.0","serviceUUID":"ccd00a23-6901-4851-8e08-8344329085f3","serviceDescription":"catalog service description","serviceInvariantUUID":"454cc91c-d407-4e04-935e-5821d8b7f398","resources":[{"resourceInstanceName":"pNF 7d7e8a90-8f95 0","resourceName":"pNF 7d7e8a90-8f95","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6cacdcc1-011d-43c6-bebf-9ac7053cfdd9","resourceInvariantUUID":"06a56099-ed1a-4bbe-bbc6-8ec5246a347b","resourceCustomizationUUID":"0fc61747-0faf-4441-ae43-f6519f061dc0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/vf-license-model.xml","artifactChecksum":"MjdiYjM3MjIzZmE1N2JiNWEyOWU1ZmYwNTg0ZDkxM2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"084c40b1-4178-49c2-966b-701c83fa7bd9","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/pNF.csar","artifactChecksum":"ZmU3MGVkYmRhMzI1OTVlMWViNjA0ZjVlZTQ4MzhmM2E\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"deeb10b3-ffa2-4340-902d-9bae5cd218a4","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1dbc6f09-774b-4b59-9b42-dbe560aae62c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/vendor-license-model.xml","artifactChecksum":"N2Q5MzdlZmU1MTYzYjA1NTdlNmMwM2EzMTY2ZmE5OTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ec907b52-e33f-4dce-a022-4a743231f6a0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"82b4847f-014a-4ad3-9f76-99ec3961c469","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"98630ee7-cf62-477d-99eb-7eca7914a3c7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJbcltp6uix2x1xkcasqg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/artifacts/service-DemoPnfJbcltp6uix2x1xkcasqg-template.yml","artifactChecksum":"Mjc4MjM1YmRkM2Y3ZTdlN2QzNWJjZGRiMzExZDBhNzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"29a7a3c8-9ffc-4acf-bc1e-2f02a4ba943f","artifactVersion":"1"},{"artifactName":"service-DemoPnfJbcltp6uix2x1xkcasqg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/artifacts/service-DemoPnfJbcltp6uix2x1xkcasqg-csar.csar","artifactChecksum":"MzE4MGM2MTU1MGUxNjRkNWQ3ZDE1YTJmMjlmMjA4NDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de055c5a-f6c5-4a8b-b0af-467286e9932f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-16T05:09:41.469Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:09:41.469Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:09:41.471Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:09:41.471Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:41.571Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:09:41.572Z||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-12-16T05:09:41.572Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:09:41.585Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:09:41.585Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:09:42.472Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:09:42.473Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:09:42.475Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:09:42.475Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:42.575Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:09:42.576Z||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-12-16T05:09:42.576Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:09:42.620Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:09:42.621Z||pool-57-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1} 2022-12-16T05:09:43.476Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:09:43.476Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:09:43.479Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:09:43.479Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:43.579Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:09:43.580Z||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-12-16T05:09:43.580Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:09:43.593Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:09:43.593Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:09:44.480Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:09:44.480Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:09:44.482Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:09:44.482Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:44.582Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:09:44.583Z||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-12-16T05:09:44.583Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:09:44.624Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:09:44.624Z||pool-59-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1} 2022-12-16T05:09:45.483Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:09:45.483Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:09:45.485Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:09:45.485Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:45.586Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:09:45.586Z||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-12-16T05:09:45.586Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:09:45.598Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:09:45.598Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:09:46.486Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:09:46.487Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:09:46.489Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:09:46.489Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:46.589Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:09:46.590Z||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-12-16T05:09:46.590Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:09:46.611Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:09:46.611Z||pool-61-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:09:47.490Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:09:47.490Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:09:47.492Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:09:47.492Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/artifacts/service-DemoPnfJbcltp6uix2x1xkcasqg-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:09:47.592Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:09:47.593Z||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-12-16T05:09:47.593Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:09:47.606Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:09:47.607Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-12-16T05:09:48.493Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:09:48.494Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:09:48.496Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:09:48.496Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/artifacts/service-DemoPnfJbcltp6uix2x1xkcasqg-csar.csar", "status": "NOTIFIED" } 2022-12-16T05:09:48.596Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:09:48.597Z||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-12-16T05:09:48.597Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:09:48.612Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:09:48.612Z||pool-63-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:09:49.497Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "serviceName": "Demo_pNF_JBcltp6UiX2X1xKcASQG", "serviceVersion": "1.0", "serviceUUID": "ccd00a23-6901-4851-8e08-8344329085f3", "serviceDescription": "catalog service description", "serviceInvariantUUID": "454cc91c-d407-4e04-935e-5821d8b7f398", "resources": [ { "resourceInstanceName": "pNF 7d7e8a90-8f95 0", "resourceCustomizationUUID": "0fc61747-0faf-4441-ae43-f6519f061dc0", "resourceName": "pNF 7d7e8a90-8f95", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "6cacdcc1-011d-43c6-bebf-9ac7053cfdd9", "resourceInvariantUUID": "06a56099-ed1a-4bbe-bbc6-8ec5246a347b", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfJbcltp6uix2x1xkcasqg-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/artifacts/service-DemoPnfJbcltp6uix2x1xkcasqg-csar.csar", "artifactChecksum": "MzE4MGM2MTU1MGUxNjRkNWQ3ZDE1YTJmMjlmMjA4NDg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "de055c5a-f6c5-4a8b-b0af-467286e9932f" } ], "workloadContext": "Production" } 2022-12-16T05:09:49.498Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-16T05:09:49.498Z|76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ccd00a23-6901-4851-8e08-8344329085f3 ASDC 2022-12-16T05:09:49.498Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:7fb63cde-e776-4bb5-98b5-8017ee0f0bab ServiceName:Demo_pNF_JBcltp6UiX2X1xKcASQG ServiceVersion:1.0 ServiceUUID:ccd00a23-6901-4851-8e08-8344329085f3 ServiceInvariantUUID:454cc91c-d407-4e04-935e-5821d8b7f398 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfJbcltp6uix2x1xkcasqg-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/artifacts/service-DemoPnfJbcltp6uix2x1xkcasqg-csar.csar ArtifactUUID:de055c5a-f6c5-4a8b-b0af-467286e9932f ArtifactChecksum:MzE4MGM2MTU1MGUxNjRkNWQ3ZDE1YTJmMjlmMjA4NDg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 7d7e8a90-8f95 0 ResourceCustomizationUUID:0fc61747-0faf-4441-ae43-f6519f061dc0 ResourceInvariantUUID:06a56099-ed1a-4bbe-bbc6-8ec5246a347b ResourceName:pNF 7d7e8a90-8f95 ResourceType:PNF ResourceUUID:6cacdcc1-011d-43c6-bebf-9ac7053cfdd9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-12-16T05:09:49.498Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ccd00a23-6901-4851-8e08-8344329085f3 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-12-16T05:09:49.520Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-16T05:09:49.521Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-12-16T05:09:49.521Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-12-16T05:09:49.521Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: de055c5a-f6c5-4a8b-b0af-467286e9932f from URL: /sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/artifacts/service-DemoPnfJbcltp6uix2x1xkcasqg-csar.csar 2022-12-16T05:09:49.521Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-16T05:09:49.521Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/artifacts/service-DemoPnfJbcltp6uix2x1xkcasqg-csar.csar 2022-12-16T05:09:49.675Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-16T05:09:49.679Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/artifacts/service-DemoPnfJbcltp6uix2x1xkcasqg-csar.csar de055c5a-f6c5-4a8b-b0af-467286e9932f 87784 2022-12-16T05:09:49.680Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/artifacts/service-DemoPnfJbcltp6uix2x1xkcasqg-csar.csar ASDC sendASDCNotification 2022-12-16T05:09:49.680Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/artifacts/service-DemoPnfJbcltp6uix2x1xkcasqg-csar.csar 2022-12-16T05:09:49.680Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-16T05:09:49.681Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:09:49.682Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:09:49.683Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167389680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/artifacts/service-DemoPnfJbcltp6uix2x1xkcasqg-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T05:09:49.783Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:09:49.784Z||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-12-16T05:09:49.784Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:09:49.797Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:09:49.797Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:09:50.683Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-16T05:09:50.685Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-12-16T05:09:50.685Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: de055c5a-f6c5-4a8b-b0af-467286e9932f, URL: /sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/artifacts/service-DemoPnfJbcltp6uix2x1xkcasqg-csar.csar to file: /app/ASDC/1/service-DemoPnfJbcltp6uix2x1xkcasqg-csar.csar 2022-12-16T05:09:50.686Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJbcltp6uix2x1xkcasqg-csar.csar 2022-12-16T05:09:50.687Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJbcltp6uix2x1xkcasqg-csar.csar 2022-12-16T05:09:50.687Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJbcltp6uix2x1xkcasqg-csar.csar 2022-12-16T05:09:50.791Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17133801701476577044/Definitions/service-DemoPnfJbcltp6uix2x1xkcasqg-template.yml 2022-12-16T05:09:51.561Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-16T05:09:51.561Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-12-16T05:09:51.561Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJbcltp6uix2x1xkcasqg-csar.csar 2022-12-16T05:09:51.562Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-16T05:09:51.562Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||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-DemoPnfJbcltp6uix2x1xkcasqg-csar.csar 2022-12-16T05:09:51.562Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJbcltp6uix2x1xkcasqg-csar.csar 2022-12-16T05:09:51.562Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||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-DemoPnfJbcltp6uix2x1xkcasqg-csar.csar 2022-12-16T05:09:51.562Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJbcltp6uix2x1xkcasqg-csar.csar 2022-12-16T05:09:51.562Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJbcltp6uix2x1xkcasqg-csar.csar 2022-12-16T05:09:51.562Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7d7e8a90-8f95 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-DemoPnfJbcltp6uix2x1xkcasqg-csar.csar 2022-12-16T05:09:51.563Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|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-DemoPnfJbcltp6uix2x1xkcasqg-csar.csar 2022-12-16T05:09:51.563Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-12-16T05:09:51.563Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:09:51.563Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_JBcltp6UiX2X1xKcASQG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:09:51.564Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||Node template pNF 7d7e8a90-8f95 0 is matching search criteria 2022-12-16T05:09:51.564Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-12-16T05:09:51.564Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 7d7e8a90-8f95 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-16T05:09:51.564Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:09:51.564Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_JBcltp6UiX2X1xKcASQG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:09:51.565Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||Node template pNF 7d7e8a90-8f95 0 is matching search criteria 2022-12-16T05:09:51.565Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-12-16T05:09:51.565Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 7d7e8a90-8f95 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-16T05:09:51.565Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:09:51.565Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_JBcltp6UiX2X1xKcASQG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:09:51.566Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:09:51.566Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_JBcltp6UiX2X1xKcASQG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:09:51.566Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:09:51.566Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_JBcltp6UiX2X1xKcASQG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:09:51.566Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:09:51.567Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_JBcltp6UiX2X1xKcASQG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:09:51.567Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:09:51.567Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_JBcltp6UiX2X1xKcASQG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:09:51.567Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_JBcltp6UiX2X1xKcASQG Description:catalog service description Model UUID:ccd00a23-6901-4851-8e08-8344329085f3 Model Version:NULL Model InvariantUuid:454cc91c-d407-4e04-935e-5821d8b7f398 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-12-16T05:09:51.575Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6cacdcc1-011d-43c6-bebf-9ac7053cfdd9 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-12-16T05:09:51.578Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||pNF 7d7e8a90-8f95 0 2022-12-16T05:09:51.578Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6cacdcc1-011d-43c6-bebf-9ac7053cfdd9 2022-12-16T05:09:51.578Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||No resources found for Service: ccd00a23-6901-4851-8e08-8344329085f3 2022-12-16T05:09:51.578Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: ccd00a23-6901-4851-8e08-8344329085f3 2022-12-16T05:09:51.578Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7d7e8a90-8f95 0 6cacdcc1-011d-43c6-bebf-9ac7053cfdd9 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-12-16T05:09:51.583Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1f5065c7, org.onap.sdc.toscaparser.api.parameters.Input@2f6738a9, org.onap.sdc.toscaparser.api.parameters.Input@37edc57, org.onap.sdc.toscaparser.api.parameters.Input@ea7f2d0, org.onap.sdc.toscaparser.api.parameters.Input@12c5d09e] 2022-12-16T05:09:51.583Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:09:51.583Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_JBcltp6UiX2X1xKcASQG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:09:51.583Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid ccd00a23-6901-4851-8e08-8344329085f3: pNF 7d7e8a90-8f95 2022-12-16T05:09:51.584Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||Processing PNF resource: 6cacdcc1-011d-43c6-bebf-9ac7053cfdd9 2022-12-16T05:09:51.584Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:09:51.584Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_JBcltp6UiX2X1xKcASQG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:09:51.584Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||Resource customization UUID: 0fc61747-0faf-4441-ae43-f6519f061dc0 is the same as notified resource customizationUUID: 0fc61747-0faf-4441-ae43-f6519f061dc0 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-12-16T05:09:51.630Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 7d7e8a90-8f95 6cacdcc1-011d-43c6-bebf-9ac7053cfdd9 0 ASDC deployResourceStructure 2022-12-16T05:09:51.630Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/artifacts/service-DemoPnfJbcltp6uix2x1xkcasqg-csar.csar ASDC sendASDCNotification 2022-12-16T05:09:51.630Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/artifacts/service-DemoPnfJbcltp6uix2x1xkcasqg-csar.csar 2022-12-16T05:09:51.630Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-16T05:09:51.631Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:09:51.632Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:09:51.633Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167391630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/artifacts/service-DemoPnfJbcltp6uix2x1xkcasqg-csar.csar", "status": "DEPLOY_OK" } 2022-12-16T05:09:51.733Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:09:51.734Z||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-12-16T05:09:51.734Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:09:51.745Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:09:51.746Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-16T05:09:52.633Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7fb63cde-e776-4bb5-98b5-8017ee0f0bab Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-16T05:09:52.643Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7fb63cde-e776-4bb5-98b5-8017ee0f0bab Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-16T05:09:52.646Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-16T05:09:52.646Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-16T05:09:52.646Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-16T05:09:52.646Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-16T05:09:52.646Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T05:09:52.646Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T05:09:52.647Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T05:09:52.647Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T05:09:52.647Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T05:09:52.647Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|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-12-16T05:09:52.652Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-16T05:10:06.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:10:06.136Z||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-12-16T05:10:06.136Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:10:06.180Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:10:06.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:10:06.181Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167226111, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-12-16T05:10:06.182Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:10:06.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:10:06.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167227114, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-12-16T05:10:06.183Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:10:06.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:10:06.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167228118, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-12-16T05:10:06.183Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:10:06.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:10:06.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167229122, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-12-16T05:10:06.184Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:10:22.652Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7fb63cde-e776-4bb5-98b5-8017ee0f0bab 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-12-16T05:10:22.660Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7fb63cde-e776-4bb5-98b5-8017ee0f0bab and serviceModelVersionId: ccd00a23-6901-4851-8e08-8344329085f3 2022-12-16T05:10:22.660Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 454cc91c-d407-4e04-935e-5821d8b7f398 2022-12-16T05:10:22.661Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/454cc91c-d407-4e04-935e-5821d8b7f398/model-vers/model-ver/ccd00a23-6901-4851-8e08-8344329085f3?depth=0 2022-12-16T05:10:22.666Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-12-16T05:10:22.713Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/454cc91c-d407-4e04-935e-5821d8b7f398/model-vers/model-ver/ccd00a23-6901-4851-8e08-8344329085f3?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-12-16T05:10:22.715Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/454cc91c-d407-4e04-935e-5821d8b7f398/model-vers/model-ver/ccd00a23-6901-4851-8e08-8344329085f3?depth=0|INFO|500||Invoke 2022-12-16T05:10:22.735Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/454cc91c-d407-4e04-935e-5821d8b7f398/model-vers/model-ver/ccd00a23-6901-4851-8e08-8344329085f3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-16T05:10:22.832Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/454cc91c-d407-4e04-935e-5821d8b7f398/model-vers/model-ver/ccd00a23-6901-4851-8e08-8344329085f3?depth=0|INFO|500||InvokeReturn 2022-12-16T05:10:22.832Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/454cc91c-d407-4e04-935e-5821d8b7f398/model-vers/model-ver/ccd00a23-6901-4851-8e08-8344329085f3?depth=0 has http status code:200 and response headers:{date=[Fri, 16 Dec 2022 05:10:23 GMT], content-length=[0], vertex-id=[229472], x-aai-txid=[0-aai-resources-221216-05:10:23:609-94746], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-16T05:10:22.833Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2022-12-16T05:10:22.834Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-16T05:10:22.834Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|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-12-16T05:10:22.838Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|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-12-16T05:10:22.839Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7fb63cde-e776-4bb5-98b5-8017ee0f0bab and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-16T05:10:22.839Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-16T05:10:22.839Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:10:22.842Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:10:22.842Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167422839, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-16T05:10:22.942Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:10:22.943Z||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-12-16T05:10:22.943Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:10:23.002Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:10:23.003Z||pool-66-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":4,"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-12-16T05:10:23.856Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-16T05:10:23.856Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"c47cfde5-a09b-48e4-b73f-ee4c9246f503","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"e29886ec-95c3-4d88-92a7-08819cf1d2df","serviceDescription":"service","serviceInvariantUUID":"56ea219f-73cc-412f-8c28-2992f5833cb5","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4769d007-8468-4150-a797-22498b4edd32","resourceInvariantUUID":"052aab74-354e-43ab-a18a-0d6eb2164c8f","resourceCustomizationUUID":"01b5b0ac-8b59-43bb-9fed-d6ab26099484","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":"ZDRlNmUzMjFmYTZiMWU5OTk0ZDViYjg4Y2IwYjI3Y2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"561bc1ad-6e22-400c-8fbc-4dbe0074fec0","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":"161da221-4a1f-4292-bdfc-78521a097361","artifactVersion":"2","generatedFromUUID":"c542763d-4130-4312-885b-537e97075551"},{"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":"c542763d-4130-4312-885b-537e97075551","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":"NTMwOTlhNGI5ZWJjODk3MTZmYjYyNTliYTFlMjdkNjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1d7a0143-42ae-47a1-9044-62d4e2b92913","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":"4bf816d7-2a07-4099-8333-04a46979c0d6","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":"3dad2498-f605-4dde-ab63-b0ce9f595b85","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":"e1ed8010-2a81-4e75-9098-9cedc40aca6a","artifactVersion":"2","generatedFromUUID":"4bf816d7-2a07-4099-8333-04a46979c0d6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MTU3NWJmODc3ZTgxY2JiYmVhYzczMDFhNDYxZjRiZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ef985eb0-dbaf-406f-835b-ec79e8d04dc4","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YWE4MzdjN2M3ZmEzNmQ0MGI2OTM5NTEzNmM4YjYxN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"868e61df-aa57-41d9-af23-e70002211fea","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-16T05:10:23.857Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:10:23.857Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:10:23.859Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:10:23.859Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:10:23.959Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:10:23.960Z||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-12-16T05:10:23.960Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:10:23.985Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:10:23.986Z||pool-67-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":4,"count":1} 2022-12-16T05:10:24.859Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:10:24.861Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:10:24.863Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:10:24.863Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-12-16T05:10:24.963Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:10:24.964Z||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-12-16T05:10:24.964Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:10:24.998Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:10:24.998Z||pool-68-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:10:25.863Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:10:25.864Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:10:25.866Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:10:25.866Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-12-16T05:10:25.966Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:10:25.967Z||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-12-16T05:10:25.967Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:10:26.009Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:10:26.009Z||pool-69-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1} 2022-12-16T05:10:26.867Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:10:26.867Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:10:26.869Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:10:26.869Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-12-16T05:10:26.969Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:10:26.970Z||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-12-16T05:10:26.971Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:10:27.003Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:10:27.004Z||pool-70-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2022-12-16T05:10:27.870Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:10:27.871Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:10:27.872Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:10:27.873Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-12-16T05:10:27.973Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:10:27.974Z||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-12-16T05:10:27.974Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:10:27.993Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:10:27.993Z||pool-71-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:10:28.873Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:10:28.874Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:10:28.876Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:10:28.876Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:10:28.976Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:10:28.977Z||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-12-16T05:10:28.977Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:10:29.003Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:10:29.004Z||pool-72-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:10:29.877Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:10:29.878Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:10:29.879Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:10:29.880Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-12-16T05:10:29.980Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:10:29.981Z||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-12-16T05:10:29.981Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:10:29.994Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:10:29.994Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:10:30.880Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:10:30.881Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:10:30.884Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:10:30.884Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:10:30.984Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:10:30.985Z||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-12-16T05:10:30.985Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:10:30.997Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:10:30.998Z||pool-74-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:10:31.885Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:10:31.885Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:10:31.887Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:10:31.887Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-16T05:10:31.988Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:10:31.988Z||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-12-16T05:10:31.989Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:10:32.002Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:10:32.003Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:10:32.889Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "e29886ec-95c3-4d88-92a7-08819cf1d2df", "serviceDescription": "service", "serviceInvariantUUID": "56ea219f-73cc-412f-8c28-2992f5833cb5", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "01b5b0ac-8b59-43bb-9fed-d6ab26099484", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4769d007-8468-4150-a797-22498b4edd32", "resourceInvariantUUID": "052aab74-354e-43ab-a18a-0d6eb2164c8f", "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": "161da221-4a1f-4292-bdfc-78521a097361", "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": "c542763d-4130-4312-885b-537e97075551", "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": "NTMwOTlhNGI5ZWJjODk3MTZmYjYyNTliYTFlMjdkNjY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1d7a0143-42ae-47a1-9044-62d4e2b92913", "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": "4bf816d7-2a07-4099-8333-04a46979c0d6", "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": "e1ed8010-2a81-4e75-9098-9cedc40aca6a", "generatedFromUUID": "4bf816d7-2a07-4099-8333-04a46979c0d6" }, "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": "e1ed8010-2a81-4e75-9098-9cedc40aca6a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "YWE4MzdjN2M3ZmEzNmQ0MGI2OTM5NTEzNmM4YjYxN2M\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "868e61df-aa57-41d9-af23-e70002211fea" } ], "workloadContext": "Production" } 2022-12-16T05:10:32.889Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-16T05:10:32.890Z|7fb63cde-e776-4bb5-98b5-8017ee0f0bab|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 e29886ec-95c3-4d88-92a7-08819cf1d2df ASDC 2022-12-16T05:10:32.891Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:c47cfde5-a09b-48e4-b73f-ee4c9246f503 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:e29886ec-95c3-4d88-92a7-08819cf1d2df ServiceInvariantUUID:56ea219f-73cc-412f-8c28-2992f5833cb5 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:868e61df-aa57-41d9-af23-e70002211fea ArtifactChecksum:YWE4MzdjN2M3ZmEzNmQ0MGI2OTM5NTEzNmM4YjYxN2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:01b5b0ac-8b59-43bb-9fed-d6ab26099484 ResourceInvariantUUID:052aab74-354e-43ab-a18a-0d6eb2164c8f ResourceName:basic_cnf ResourceType:VF ResourceUUID:4769d007-8468-4150-a797-22498b4edd32 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:161da221-4a1f-4292-bdfc-78521a097361 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:c542763d-4130-4312-885b-537e97075551 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:1d7a0143-42ae-47a1-9044-62d4e2b92913 ArtifactChecksum:NTMwOTlhNGI5ZWJjODk3MTZmYjYyNTliYTFlMjdkNjY= 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:4bf816d7-2a07-4099-8333-04a46979c0d6 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:e1ed8010-2a81-4e75-9098-9cedc40aca6a 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:e1ed8010-2a81-4e75-9098-9cedc40aca6a ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-16T05:10:32.891Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e29886ec-95c3-4d88-92a7-08819cf1d2df 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-12-16T05:10:32.934Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-16T05:10:32.936Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-12-16T05:10:32.936Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-12-16T05:10:32.936Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 868e61df-aa57-41d9-af23-e70002211fea from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-12-16T05:10:32.937Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-16T05:10:32.937Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-12-16T05:10:33.095Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-16T05:10:33.100Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 868e61df-aa57-41d9-af23-e70002211fea 73670 2022-12-16T05:10:33.101Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-12-16T05:10:33.101Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-12-16T05:10:33.102Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-16T05:10:33.107Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:10:33.110Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:10:33.111Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167433101, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T05:10:33.211Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:10:33.211Z||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-12-16T05:10:33.212Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:10:33.276Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:10:33.276Z||pool-76-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:10:34.111Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-16T05:10:34.112Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-12-16T05:10:34.113Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 868e61df-aa57-41d9-af23-e70002211fea, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-16T05:10:34.113Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-12-16T05:10:34.114Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-16T05:10:34.114Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-16T05:10:34.216Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14723348830446992164/Definitions/service-BasicCnf-template.yml Log warning: The required parameter "compute_dummy_metadata" is not provided Log warning: The required parameter "compute_dummy_name" is not provided 2022-12-16T05:10:35.357Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-16T05:10:35.358Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-12-16T05:10:35.358Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-16T05:10:35.358Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-12-16T05:10:35.358Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||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-12-16T05:10:35.358Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-16T05:10:35.358Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||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-12-16T05:10:35.358Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|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-BasicCnf-csar.csar 2022-12-16T05:10:35.358Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-12-16T05:10:35.359Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:10:35.359Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:10:35.359Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-16T05:10:35.359Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-12-16T05:10:35.359Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-16T05:10:35.360Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:10:35.360Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:10:35.360Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-16T05:10:35.360Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-12-16T05:10:35.360Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-16T05:10:35.360Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:10:35.360Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:10:35.361Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:10:35.361Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-12-16T05:10:35.361Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-12-16T05:10:35.361Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria 2022-12-16T05:10:35.361Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-16T05:10:35.361Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:10:35.361Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-16T05:10:35.362Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:10:35.362Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-16T05:10:35.362Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-16T05:10:35.362Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:10:35.362Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-16T05:10:35.362Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-16T05:10:35.363Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:10:35.363Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-16T05:10:35.363Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-16T05:10:35.363Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:10:35.363Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-12-16T05:10:35.363Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-12-16T05:10:35.364Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f972f96c-c332-448f-b00e-17e2b18626bf 2022-12-16T05:10:35.364Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:10:35.364Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:10:35.364Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:10:35.364Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:10:35.364Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:10:35.365Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:10:35.365Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:10:35.365Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:10:35.365Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:e29886ec-95c3-4d88-92a7-08819cf1d2df Model Version:NULL Model InvariantUuid:56ea219f-73cc-412f-8c28-2992f5833cb5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:beec6f38-b344-4b4b-8774-2728bb0c2763 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:052aab74-354e-43ab-a18a-0d6eb2164c8f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:01b5b0ac-8b59-43bb-9fed-d6ab26099484 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:6eff2d47-aed5-4e0c-8075-c5fd2cb23a70 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:bce8e3d5-1678-448b-82ef-b07468daa724 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f972f96c-c332-448f-b00e-17e2b18626bf ModelInvariantUuid:4cdd8c3b-3d86-4132-a29f-65290cd61359 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:3db1327d-c3d8-499e-a1a4-7e369c2621de ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:a9c720ed-807b-4d85-8340-d8e2dcfcea53 ModelInvariantUuid:2d58606c-5f9d-4539-b272-83a71f555566 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:a9546ab4-96e4-4c15-a35b-eb51290cf8a1 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-12-16T05:10:35.374Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 4769d007-8468-4150-a797-22498b4edd32 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-12-16T05:10:35.380Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||basic_cnf 0 2022-12-16T05:10:35.380Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4769d007-8468-4150-a797-22498b4edd32 2022-12-16T05:10:35.380Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 161da221-4a1f-4292-bdfc-78521a097361 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-12-16T05:10:35.380Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-16T05:10:35.380Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||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-12-16T05:10:35.433Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-16T05:10:35.434Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 161da221-4a1f-4292-bdfc-78521a097361 12 2022-12-16T05:10:35.434Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||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-12-16T05:10:35.434Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||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-12-16T05:10:35.435Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-16T05:10:35.435Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:10:35.437Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:10:35.437Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167435434, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-12-16T05:10:35.537Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:10:35.538Z||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-12-16T05:10:35.538Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:10:35.557Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:10:35.557Z||pool-77-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-12-16T05:10:36.438Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c542763d-4130-4312-885b-537e97075551 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-12-16T05:10:36.439Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-16T05:10:36.439Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||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-12-16T05:10:36.503Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-16T05:10:36.503Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz c542763d-4130-4312-885b-537e97075551 2688 2022-12-16T05:10:36.504Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||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-12-16T05:10:36.504Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||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-12-16T05:10:36.504Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-16T05:10:36.504Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:10:36.506Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:10:36.506Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167436504, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-12-16T05:10:36.607Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:10:36.608Z||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-12-16T05:10:36.608Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:10:36.620Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:10:36.621Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:10:37.508Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1d7a0143-42ae-47a1-9044-62d4e2b92913 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-12-16T05:10:37.508Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-16T05:10:37.508Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||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-12-16T05:10:37.557Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-16T05:10:37.558Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 1d7a0143-42ae-47a1-9044-62d4e2b92913 828 2022-12-16T05:10:37.558Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||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-12-16T05:10:37.558Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||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-12-16T05:10:37.558Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-16T05:10:37.559Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:10:37.560Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:10:37.560Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167437558, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-16T05:10:37.660Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:10:37.661Z||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-12-16T05:10:37.662Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:10:37.674Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:10:37.675Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:10:38.561Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "6eff2d47-aed5-4e0c-8075-c5fd2cb23a70", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bce8e3d5-1678-448b-82ef-b07468daa724", "vfModuleModelCustomizationUUID": "2fcbffa1-2c5e-421f-bb90-0d986bf0f6b4", "isBase": true, "artifacts": [ "c542763d-4130-4312-885b-537e97075551", "4bf816d7-2a07-4099-8333-04a46979c0d6", "e1ed8010-2a81-4e75-9098-9cedc40aca6a" ], "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-12-16T05:10:38.564Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bce8e3d5-1678-448b-82ef-b07468daa724 VfModuleModelInvariantUUID:6eff2d47-aed5-4e0c-8075-c5fd2cb23a70 VfModuleModelDescription:NULL Artifacts UUID List:{ c542763d-4130-4312-885b-537e97075551 , 4bf816d7-2a07-4099-8333-04a46979c0d6 , e1ed8010-2a81-4e75-9098-9cedc40aca6a } 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-12-16T05:10:38.566Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "6eff2d47-aed5-4e0c-8075-c5fd2cb23a70", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bce8e3d5-1678-448b-82ef-b07468daa724", "vfModuleModelCustomizationUUID": "2fcbffa1-2c5e-421f-bb90-0d986bf0f6b4", "isBase": true, "artifacts": [ "c542763d-4130-4312-885b-537e97075551", "4bf816d7-2a07-4099-8333-04a46979c0d6", "e1ed8010-2a81-4e75-9098-9cedc40aca6a" ], "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-12-16T05:10:38.566Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bce8e3d5-1678-448b-82ef-b07468daa724 VfModuleModelInvariantUUID:6eff2d47-aed5-4e0c-8075-c5fd2cb23a70 VfModuleModelDescription:NULL Artifacts UUID List:{ c542763d-4130-4312-885b-537e97075551 , 4bf816d7-2a07-4099-8333-04a46979c0d6 , e1ed8010-2a81-4e75-9098-9cedc40aca6a } 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-12-16T05:10:38.566Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4bf816d7-2a07-4099-8333-04a46979c0d6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-12-16T05:10:38.566Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-16T05:10:38.566Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||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-12-16T05:10:38.629Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-16T05:10:38.630Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 4bf816d7-2a07-4099-8333-04a46979c0d6 1164 2022-12-16T05:10:38.630Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||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-12-16T05:10:38.630Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||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-12-16T05:10:38.630Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-16T05:10:38.630Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:10:38.632Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:10:38.632Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167438630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-12-16T05:10:38.733Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:10:38.734Z||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-12-16T05:10:38.734Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:10:38.760Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:10:38.760Z||pool-80-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:10:39.633Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e1ed8010-2a81-4e75-9098-9cedc40aca6a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-12-16T05:10:39.633Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-12-16T05:10:39.634Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||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-12-16T05:10:39.727Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-12-16T05:10:39.727Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env e1ed8010-2a81-4e75-9098-9cedc40aca6a 200 2022-12-16T05:10:39.728Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||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-12-16T05:10:39.728Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||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-12-16T05:10:39.728Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-16T05:10:39.728Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:10:39.730Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:10:39.730Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167439728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-12-16T05:10:39.830Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:10:39.831Z||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-12-16T05:10:39.831Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:10:39.848Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:10:39.849Z||pool-81-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:10:40.730Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: e29886ec-95c3-4d88-92a7-08819cf1d2df 2022-12-16T05:10:40.731Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 4769d007-8468-4150-a797-22498b4edd32 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=? 2022-12-16T05:10:40.744Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-16T05:10:40.748Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@36ea2fa2, org.onap.sdc.toscaparser.api.parameters.Input@5155ad5, org.onap.sdc.toscaparser.api.parameters.Input@4047db9, org.onap.sdc.toscaparser.api.parameters.Input@4616dda2, org.onap.sdc.toscaparser.api.parameters.Input@21667dfd] 2022-12-16T05:10:40.750Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:10:40.750Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:10:40.750Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-12-16T05:10:40.750Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 01b5b0ac-8b59-43bb-9fed-d6ab26099484 2022-12-16T05:10:40.750Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 01b5b0ac-8b59-43bb-9fed-d6ab26099484 matches Tosca VF Customization UUID: 01b5b0ac-8b59-43bb-9fed-d6ab26099484 2022-12-16T05:10:40.750Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 01b5b0ac-8b59-43bb-9fed-d6ab26099484 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-12-16T05:10:40.752Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:10:40.752Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:10:40.753Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 01b5b0ac-8b59-43bb-9fed-d6ab26099484: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-12-16T05:10:40.753Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@594f267c 2022-12-16T05:10:40.753Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:10:40.753Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-16T05:10:40.753Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2fcbffa1-2c5e-421f-bb90-0d986bf0f6b4 2022-12-16T05:10:40.753Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2fcbffa1-2c5e-421f-bb90-0d986bf0f6b4 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-12-16T05:10:40.755Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:10:40.755Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-16T05:10:40.755Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-16T05:10:40.756Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:10:40.756Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-16T05:10:40.756Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-16T05:10:40.756Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:10:40.756Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-12-16T05:10:40.756Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-12-16T05:10:40.757Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f972f96c-c332-448f-b00e-17e2b18626bf 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-12-16T05:10:40.758Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:10:40.759Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-16T05:10:40.759Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-16T05:10:40.759Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:10:40.759Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-16T05:10:40.759Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=01b5b0ac-8b59-43bb-9fed-d6ab26099484 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-12-16T05:10:40.761Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:10:40.761Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:10:40.762Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid e29886ec-95c3-4d88-92a7-08819cf1d2df: basic_cnf 2022-12-16T05:10:40.762Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:10:40.762Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:10:40.762Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:10:40.762Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:10:40.762Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:10:40.762Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:10:40.763Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:10:40.763Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:10:40.763Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:10:40.763Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:10:40.763Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||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-12-16T05:10:40.828Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 4769d007-8468-4150-a797-22498b4edd32 1 ASDC deployResourceStructure 2022-12-16T05:10:40.829Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||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-12-16T05:10:40.829Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||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-12-16T05:10:40.830Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-12-16T05:10:40.830Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:10:40.831Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:10:40.832Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167440829, "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-12-16T05:10:40.932Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:10:40.933Z||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-12-16T05:10:40.933Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:10:40.962Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:10:40.963Z||pool-82-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:10:41.833Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||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-12-16T05:10:41.833Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||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-12-16T05:10:41.833Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-12-16T05:10:41.833Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:10:41.835Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:10:41.835Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167441832, "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-12-16T05:10:41.936Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:10:41.937Z||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-12-16T05:10:41.937Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:10:41.950Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:10:41.951Z||pool-83-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:10:42.836Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||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-12-16T05:10:42.837Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||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-12-16T05:10:42.837Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-16T05:10:42.837Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:10:42.839Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:10:42.839Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167442836, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-12-16T05:10:42.939Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:10:42.940Z||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-12-16T05:10:42.940Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:10:42.964Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:10:42.965Z||pool-84-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-12-16T05:10:43.840Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||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-12-16T05:10:43.841Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||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-12-16T05:10:43.841Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-16T05:10:43.841Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:10:43.843Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:10:43.843Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167443840, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-12-16T05:10:43.948Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-12-16T05:10:43.949Z||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-12-16T05:10:43.949Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:10:43.964Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:10:43.964Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:10:44.844Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||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-12-16T05:10:44.844Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||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-12-16T05:10:44.845Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-16T05:10:44.845Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:10:44.846Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:10:44.846Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167444844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-12-16T05:10:44.947Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:10:44.948Z||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-12-16T05:10:44.948Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:10:44.961Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:10:44.961Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:10:45.848Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-12-16T05:10:45.848Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-12-16T05:10:45.848Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-16T05:10:45.848Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:10:45.850Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:10:45.850Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167445847, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-12-16T05:10:45.950Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:10:45.952Z||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-12-16T05:10:45.952Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:10:45.968Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:10:45.968Z||pool-87-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:10:46.851Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c47cfde5-a09b-48e4-b73f-ee4c9246f503 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-16T05:10:46.864Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c47cfde5-a09b-48e4-b73f-ee4c9246f503 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-16T05:10:46.866Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-16T05:10:46.866Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-16T05:10:46.866Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-16T05:10:46.866Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-16T05:10:46.867Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T05:10:46.867Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T05:10:46.867Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T05:10:46.867Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T05:10:46.867Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T05:10:46.867Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|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-12-16T05:10:46.872Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-16T05:11:06.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:11:06.135Z||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-12-16T05:11:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:11:06.179Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:11:06.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:11:06.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "76e6b5b5-0138-4c19-bd0a-8ce7aba2d13a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167380454, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-16T05:11:06.180Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:11:06.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:11:06.181Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:11:06.181Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:11:06.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:11:06.181Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-16T05:11:06.181Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:11:06.182Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:11:06.182Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-16T05:11:06.182Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:11:06.182Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:11:06.182Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:11:06.183Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:11:06.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:11:06.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T05:11:06.183Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:11:06.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:11:06.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/resourceInstances/pnf7d7e8a908f950/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T05:11:06.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:11:06.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:11:06.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/artifacts/service-DemoPnfJbcltp6uix2x1xkcasqg-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:11:06.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:11:06.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:11:06.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/artifacts/service-DemoPnfJbcltp6uix2x1xkcasqg-csar.csar", "status": "NOTIFIED" } 2022-12-16T05:11:06.185Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:11:06.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:11:06.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167389680, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/artifacts/service-DemoPnfJbcltp6uix2x1xkcasqg-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T05:11:06.185Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:11:06.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:11:06.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167391630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJbcltp6uix2x1xkcasqg/1.0/artifacts/service-DemoPnfJbcltp6uix2x1xkcasqg-csar.csar", "status": "DEPLOY_OK" } 2022-12-16T05:11:06.186Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:11:16.872Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c47cfde5-a09b-48e4-b73f-ee4c9246f503 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-12-16T05:11:16.880Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c47cfde5-a09b-48e4-b73f-ee4c9246f503 and serviceModelVersionId: e29886ec-95c3-4d88-92a7-08819cf1d2df 2022-12-16T05:11:16.880Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 56ea219f-73cc-412f-8c28-2992f5833cb5 2022-12-16T05:11:16.881Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/56ea219f-73cc-412f-8c28-2992f5833cb5/model-vers/model-ver/e29886ec-95c3-4d88-92a7-08819cf1d2df?depth=0 2022-12-16T05:11:16.885Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-12-16T05:11:16.929Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56ea219f-73cc-412f-8c28-2992f5833cb5/model-vers/model-ver/e29886ec-95c3-4d88-92a7-08819cf1d2df?depth=0|INFO|500||Invoke 2022-12-16T05:11:16.929Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56ea219f-73cc-412f-8c28-2992f5833cb5/model-vers/model-ver/e29886ec-95c3-4d88-92a7-08819cf1d2df?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56ea219f-73cc-412f-8c28-2992f5833cb5/model-vers/model-ver/e29886ec-95c3-4d88-92a7-08819cf1d2df?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c47cfde5-a09b-48e4-b73f-ee4c9246f503], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[020b4851-7716-49ea-a6cd-928d1b930a51], X-ECOMP-RequestID=[c47cfde5-a09b-48e4-b73f-ee4c9246f503], X-TransactionId=[], X-ONAP-RequestID=[c47cfde5-a09b-48e4-b73f-ee4c9246f503], Content-Type=[application/merge-patch+json]} 2022-12-16T05:11:16.951Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56ea219f-73cc-412f-8c28-2992f5833cb5/model-vers/model-ver/e29886ec-95c3-4d88-92a7-08819cf1d2df?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-16T05:11:17.044Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56ea219f-73cc-412f-8c28-2992f5833cb5/model-vers/model-ver/e29886ec-95c3-4d88-92a7-08819cf1d2df?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/56ea219f-73cc-412f-8c28-2992f5833cb5/model-vers/model-ver/e29886ec-95c3-4d88-92a7-08819cf1d2df?depth=0 has http status code:200 and response headers:{date=[Fri, 16 Dec 2022 05:11:17 GMT], content-length=[0], vertex-id=[172120], x-aai-txid=[2-aai-resources-221216-05:11:17:827-28695], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-16T05:11:17.044Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56ea219f-73cc-412f-8c28-2992f5833cb5/model-vers/model-ver/e29886ec-95c3-4d88-92a7-08819cf1d2df?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-12-16T05:11:17.045Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56ea219f-73cc-412f-8c28-2992f5833cb5/model-vers/model-ver/e29886ec-95c3-4d88-92a7-08819cf1d2df?depth=0|INFO|500||InvokeReturn 2022-12-16T05:11:17.046Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-16T05:11:17.046Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|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-12-16T05:11:17.051Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|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-12-16T05:11:17.052Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c47cfde5-a09b-48e4-b73f-ee4c9246f503 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-16T05:11:17.052Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-16T05:11:17.052Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:11:17.054Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:11:17.054Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167477052, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-16T05:11:17.154Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:11:17.155Z||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-12-16T05:11:17.156Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:11:17.168Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:11:17.168Z||pool-88-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-16T05:11:18.076Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:11:18.076Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|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-12-16T05:11:18.077Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:11:28.558Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:11:28.559Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:11:28.560Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|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-12-16T05:11:28.560Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:11:38.159Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:11:38.160Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:11:38.161Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|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-12-16T05:11:38.161Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:11:47.735Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:11:47.736Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:11:47.736Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|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-12-16T05:11:47.737Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:11:57.628Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:11:57.629Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:11:57.630Z||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-12-16T05:11:57.630Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:12:06.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:12:06.135Z||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-12-16T05:12:06.136Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:12:06.305Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:12:06.305Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-16T05:12:06.305Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7fb63cde-e776-4bb5-98b5-8017ee0f0bab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167422839, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-16T05:12:06.306Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:12:06.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-16T05:12:06.306Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:12:06.306Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-16T05:12:06.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-16T05:12:06.307Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-12-16T05:12:06.307Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-16T05:12:06.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-16T05:12:06.307Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-12-16T05:12:06.307Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-16T05:12:06.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-16T05:12:06.307Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-12-16T05:12:06.307Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-16T05:12:06.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-16T05:12:06.308Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-12-16T05:12:06.308Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-16T05:12:06.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-16T05:12:06.308Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:12:06.308Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-16T05:12:06.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-16T05:12:06.308Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-12-16T05:12:06.308Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-16T05:12:06.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-16T05:12:06.308Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:12:06.308Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-16T05:12:06.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-16T05:12:06.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167212627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-16T05:12:06.309Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-12-16T05:12:06.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-16T05:12:06.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167433101, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T05:12:06.309Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:12:06.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-16T05:12:06.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167435434, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-12-16T05:12:06.309Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:12:06.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-16T05:12:06.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167436504, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-12-16T05:12:06.309Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:12:06.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-16T05:12:06.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167437558, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-16T05:12:06.310Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:12:06.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-16T05:12:06.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167438630, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-12-16T05:12:06.310Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:12:06.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-16T05:12:06.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167439728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-12-16T05:12:06.310Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:12:06.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-16T05:12:06.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167440829, "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-12-16T05:12:06.311Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:12:06.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-16T05:12:06.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167441832, "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-12-16T05:12:06.311Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:12:06.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-16T05:12:06.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167442836, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-12-16T05:12:06.311Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:12:06.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-16T05:12:06.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167443840, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-12-16T05:12:06.311Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:12:06.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-16T05:12:06.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167444844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-12-16T05:12:06.312Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:12:06.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-16T05:12:06.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167445847, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-12-16T05:12:06.312Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:12:07.393Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:12:07.393Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:12:07.394Z||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-12-16T05:12:07.394Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:12:17.213Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:13:06.132Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:13:06.133Z||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-12-16T05:13:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:13:06.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:13:06.135Z||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-12-16T05:13:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:13:06.671Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:13:06.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:13:06.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47cfde5-a09b-48e4-b73f-ee4c9246f503", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671167477052, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-16T05:13:06.673Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:13:15.765Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:14:06.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:14:06.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:14:06.134Z||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-12-16T05:14:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:14:06.135Z||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-12-16T05:14:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:14:15.701Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:14:15.770Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:15:06.132Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:15:06.133Z||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-12-16T05:15:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:15:06.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:15:06.135Z||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-12-16T05:15:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:15:15.839Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:15:15.888Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:16:06.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:16:06.133Z||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-12-16T05:16:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:16:06.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:16:06.135Z||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-12-16T05:16:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:16:15.726Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:16:15.727Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:17:06.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:17:06.135Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:17:06.135Z||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-12-16T05:17:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:17:06.135Z||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-12-16T05:17:06.136Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:17:15.761Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:17:15.766Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:18:06.135Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:18:06.136Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:18:06.136Z||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-12-16T05:18:06.137Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:18:06.136Z||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-12-16T05:18:06.144Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:18:15.826Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:18:15.876Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:19:06.132Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:19:06.133Z||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-12-16T05:19:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:19:06.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:19:06.135Z||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-12-16T05:19:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:19:15.725Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:19:15.733Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:20:06.132Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:20:06.133Z||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-12-16T05:20:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:20:06.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:20:06.135Z||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-12-16T05:20:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:20:15.720Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:20:15.727Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:21:06.132Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:21:06.133Z||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-12-16T05:21:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:21:06.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:21:06.135Z||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-12-16T05:21:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:21:15.719Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:21:15.724Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:22:06.132Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:22:06.133Z||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-12-16T05:22:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:22:06.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:22:06.135Z||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-12-16T05:22:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:22:15.754Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:22:15.788Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:23:06.132Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:23:06.133Z||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-12-16T05:23:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:23:06.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:23:06.135Z||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-12-16T05:23:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:23:15.733Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:23:15.740Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:24:06.132Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:24:06.133Z||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-12-16T05:24:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:24:06.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:24:06.135Z||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-12-16T05:24:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:24:15.707Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:24:15.750Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:25:06.132Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:25:06.133Z||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-12-16T05:25:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:25:06.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:25:06.135Z||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-12-16T05:25:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:25:15.721Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:25:15.728Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:26:06.132Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:26:06.133Z||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-12-16T05:26:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:26:06.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:26:06.135Z||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-12-16T05:26:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:26:06.332Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:26:06.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "cds", "timestamp": 1671168344027, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:26:06.337Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:26:06.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "multicloud-k8s-id", "timestamp": 1671168349844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:26:06.337Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:26:06.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "cds", "timestamp": 1671168344027, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-16T05:26:06.338Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:26:06.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.338Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "multicloud-k8s-id", "timestamp": 1671168349844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-12-16T05:26:06.338Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:26:06.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.338Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "cds", "timestamp": 1671168344027, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T05:26:06.338Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:26:06.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.338Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "multicloud-k8s-id", "timestamp": 1671168349844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-12-16T05:26:06.338Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:26:06.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "cds", "timestamp": 1671168344027, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:26:06.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:26:06.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "multicloud-k8s-id", "timestamp": 1671168349844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:26:06.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:26:06.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "cds", "timestamp": 1671168344027, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-12-16T05:26:06.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:26:06.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "multicloud-k8s-id", "timestamp": 1671168349844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-12-16T05:26:06.340Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:26:06.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "aai-ml", "timestamp": 1671168354416, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:26:06.340Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:26:06.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "cds", "timestamp": 1671168344027, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-12-16T05:26:06.340Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:26:06.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "multicloud-k8s-id", "timestamp": 1671168349844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-12-16T05:26:06.340Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:26:06.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "aai-ml", "timestamp": 1671168354416, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-16T05:26:06.341Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:26:06.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "cds", "timestamp": 1671168344027, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-12-16T05:26:06.341Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:26:06.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "multicloud-k8s-id", "timestamp": 1671168349844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-12-16T05:26:06.341Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:26:06.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.342Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "aai-ml", "timestamp": 1671168354416, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T05:26:06.342Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:26:06.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.342Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "ves-openapi-manager", "timestamp": 1671168357327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:26:06.342Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:26:06.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.342Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "cds", "timestamp": 1671168344027, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-16T05:26:06.342Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:26:06.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "multicloud-k8s-id", "timestamp": 1671168349844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-16T05:26:06.343Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:26:06.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "aai-ml", "timestamp": 1671168354416, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:26:06.343Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:26:06.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "ves-openapi-manager", "timestamp": 1671168357327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-16T05:26:06.343Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:26:06.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.344Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "cds", "timestamp": 1671168344027, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:26:06.344Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:26:06.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.344Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "multicloud-k8s-id", "timestamp": 1671168349844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:26:06.344Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:26:06.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.344Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "aai-ml", "timestamp": 1671168354416, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-12-16T05:26:06.345Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:26:06.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.345Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "ves-openapi-manager", "timestamp": 1671168357327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T05:26:06.345Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:26:06.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.345Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "cds", "timestamp": 1671168344027, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-16T05:26:06.345Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:26:06.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.345Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "multicloud-k8s-id", "timestamp": 1671168349844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-16T05:26:06.346Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:26:06.346Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.346Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "aai-ml", "timestamp": 1671168354416, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-12-16T05:26:06.346Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:26:06.346Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.346Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "ves-openapi-manager", "timestamp": 1671168357327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:26:06.346Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:26:06.346Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.346Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "multicloud-k8s-id", "timestamp": 1671168361734, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-16T05:26:06.346Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:26:06.347Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.347Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "aai-ml", "timestamp": 1671168354416, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-12-16T05:26:06.348Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:26:06.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "cds", "timestamp": 1671168360466, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T05:26:06.348Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:26:06.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "ves-openapi-manager", "timestamp": 1671168357327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-12-16T05:26:06.349Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:26:06.349Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "aai-ml", "timestamp": 1671168354416, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-16T05:26:06.350Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:26:06.350Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.350Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "multicloud-k8s-id", "timestamp": 1671168362797, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-12-16T05:26:06.350Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:26:06.350Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.351Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "ves-openapi-manager", "timestamp": 1671168357327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-12-16T05:26:06.351Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:26:06.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.351Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "aai-ml", "timestamp": 1671168354416, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:26:06.352Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:26:06.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "multicloud-k8s-id", "timestamp": 1671168363848, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-12-16T05:26:06.352Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:26:06.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671168362109, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:26:06.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:26:06.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "ves-openapi-manager", "timestamp": 1671168357327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-12-16T05:26:06.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:26:06.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "aai-ml", "timestamp": 1671168354416, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-16T05:26:06.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:26:06.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671168362109, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-16T05:26:06.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:26:06.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "multicloud-k8s-id", "timestamp": 1671168364947, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-12-16T05:26:06.354Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:26:06.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "ves-openapi-manager", "timestamp": 1671168357327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-16T05:26:06.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:26:06.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "cds", "timestamp": 1671168364478, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-16T05:26:06.377Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 21658ee1-15f2-4dab-ae90-f74ba4fe62f1 2022-12-16T05:26:06.377Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21658ee1-15f2-4dab-ae90-f74ba4fe62f1 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-12-16T05:26:06.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "aai-ml", "timestamp": 1671168365183, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T05:26:06.388Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:26:06.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671168362109, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T05:26:06.389Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:26:06.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "multicloud-k8s-id", "timestamp": 1671168366148, "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-12-16T05:26:06.394Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 21658ee1-15f2-4dab-ae90-f74ba4fe62f1 2022-12-16T05:26:06.394Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21658ee1-15f2-4dab-ae90-f74ba4fe62f1 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-12-16T05:26:06.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "ves-openapi-manager", "timestamp": 1671168357327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:26:06.402Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:26:06.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671168362109, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:26:06.403Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:26:06.830Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:26:06.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-16T05:26:06.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"21658ee1-15f2-4dab-ae90-f74ba4fe62f1","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"9da282c8-4d7b-4104-bd49-653491f4e6f9","serviceDescription":"service","serviceInvariantUUID":"edc0b559-f56d-4856-939a-3ed24a3b3959","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cf47b101-f529-4faf-8a93-238a8d7b4e13","resourceInvariantUUID":"d72ceac0-0b2c-4d7e-afe6-79f960916a19","resourceCustomizationUUID":"22642d15-2132-4123-9c4f-94c4f1489b4b","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":"MWI0MTc5NzViNzVhN2U3Y2JlYjg3ZWFkY2FiNTFiNjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4628613a-abc4-4b74-915a-454c873d7f3f","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":"ODhhNjFmOTk3NWFlZTM1MzdjMzdmOWQ1Zjk4ZmQ0M2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"127321b0-f0d5-4681-96d4-46e9997017da","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":"01ccb95c-e469-4a5e-9c9c-42282ded77c5","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":"b4d2b4cd-9e81-4fd6-beb4-9411a3b53bfa","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":"a3e549a1-1ddb-4242-8431-61c618497c1f","artifactVersion":"2","generatedFromUUID":"aad191c0-7d7a-4293-877a-afd846377d27"},{"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":"3ceca18c-bb9a-4b4d-b7b3-418c93c2d46d","artifactVersion":"2","generatedFromUUID":"01ccb95c-e469-4a5e-9c9c-42282ded77c5"},{"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":"aad191c0-7d7a-4293-877a-afd846377d27","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":"acbca19f-ea1e-4812-889c-526e395a4360","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":"YmEzN2IxZTk4ZGE0ZmE2N2I5MWFlZTQ0NjA3N2E5ODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"eba1b168-14e3-4c21-a29f-2d90ecc57554","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MjY0NWIzNGY5MGNkNjMxNjlmMGU0MjQzZWZjMGNmNDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bda90595-5e21-48a9-ae5e-dbd476c9da28","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-16T05:26:06.834Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:26:06.834Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:26:06.839Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:26:06.839Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168366132, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:26:06.939Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-16T05:26:06.940Z||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-12-16T05:26:06.940Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:26:06.965Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:26:06.966Z||pool-89-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:26:07.840Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:26:07.841Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:26:07.843Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:26:07.843Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168366132, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-12-16T05:26:07.943Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:26:07.944Z||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-12-16T05:26:07.944Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:26:07.963Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:26:07.964Z||pool-90-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":2,"count":1} 2022-12-16T05:26:08.844Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:26:08.844Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:26:08.846Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:26:08.846Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168366132, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-12-16T05:26:08.947Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:26:08.947Z||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-12-16T05:26:08.948Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:26:09.005Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:26:09.005Z||pool-91-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":1,"count":1} 2022-12-16T05:26:09.847Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:26:09.848Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:26:09.850Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:26:09.850Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168366132, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:26:09.950Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:26:09.951Z||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-12-16T05:26:09.951Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:26:09.985Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:26:09.985Z||pool-92-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:26:10.852Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:26:10.853Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:26:10.855Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:26:10.855Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168366132, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-12-16T05:26:10.956Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-16T05:26:10.957Z||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-12-16T05:26:10.957Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:26:10.967Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:26:10.968Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-12-16T05:26:11.856Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:26:11.857Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:26:11.859Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:26:11.859Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168366132, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-12-16T05:26:11.960Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-16T05:26:11.961Z||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-12-16T05:26:11.961Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:26:11.971Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:26:11.971Z||pool-94-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:26:12.860Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:26:12.861Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:26:12.863Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:26:12.863Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168366132, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-12-16T05:26:12.963Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-16T05:26:12.964Z||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-12-16T05:26:12.964Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:26:12.993Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:26:12.993Z||pool-95-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:26:13.864Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:26:13.865Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:26:13.867Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:26:13.867Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168366132, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-16T05:26:13.967Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:26:13.968Z||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-12-16T05:26:13.968Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:26:13.979Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:26:13.980Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:26:14.868Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:26:14.868Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:26:14.871Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:26:14.871Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168366132, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:26:14.971Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:26:14.972Z||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-12-16T05:26:14.972Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:26:14.998Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:26:14.999Z||pool-97-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:26:15.871Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:26:15.873Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:26:15.875Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:26:15.875Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168366132, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-16T05:26:15.975Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-16T05:26:15.976Z||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-12-16T05:26:15.976Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:26:15.990Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:26:15.990Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:26:16.877Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "9da282c8-4d7b-4104-bd49-653491f4e6f9", "serviceDescription": "service", "serviceInvariantUUID": "edc0b559-f56d-4856-939a-3ed24a3b3959", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "22642d15-2132-4123-9c4f-94c4f1489b4b", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "cf47b101-f529-4faf-8a93-238a8d7b4e13", "resourceInvariantUUID": "d72ceac0-0b2c-4d7e-afe6-79f960916a19", "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": "ODhhNjFmOTk3NWFlZTM1MzdjMzdmOWQ1Zjk4ZmQ0M2E\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "127321b0-f0d5-4681-96d4-46e9997017da", "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": "01ccb95c-e469-4a5e-9c9c-42282ded77c5", "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": "3ceca18c-bb9a-4b4d-b7b3-418c93c2d46d", "generatedFromUUID": "01ccb95c-e469-4a5e-9c9c-42282ded77c5" }, "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": "a3e549a1-1ddb-4242-8431-61c618497c1f", "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": "3ceca18c-bb9a-4b4d-b7b3-418c93c2d46d", "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": "aad191c0-7d7a-4293-877a-afd846377d27", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "MjY0NWIzNGY5MGNkNjMxNjlmMGU0MjQzZWZjMGNmNDc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bda90595-5e21-48a9-ae5e-dbd476c9da28" } ], "workloadContext": "Production" } 2022-12-16T05:26:16.878Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-16T05:26:16.878Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 9da282c8-4d7b-4104-bd49-653491f4e6f9 ASDC 2022-12-16T05:26:16.880Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:21658ee1-15f2-4dab-ae90-f74ba4fe62f1 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:9da282c8-4d7b-4104-bd49-653491f4e6f9 ServiceInvariantUUID:edc0b559-f56d-4856-939a-3ed24a3b3959 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:bda90595-5e21-48a9-ae5e-dbd476c9da28 ArtifactChecksum:MjY0NWIzNGY5MGNkNjMxNjlmMGU0MjQzZWZjMGNmNDc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:22642d15-2132-4123-9c4f-94c4f1489b4b ResourceInvariantUUID:d72ceac0-0b2c-4d7e-afe6-79f960916a19 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:cf47b101-f529-4faf-8a93-238a8d7b4e13 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:127321b0-f0d5-4681-96d4-46e9997017da ArtifactChecksum:ODhhNjFmOTk3NWFlZTM1MzdjMzdmOWQ1Zjk4ZmQ0M2E= 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:01ccb95c-e469-4a5e-9c9c-42282ded77c5 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:3ceca18c-bb9a-4b4d-b7b3-418c93c2d46d 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:a3e549a1-1ddb-4242-8431-61c618497c1f 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:3ceca18c-bb9a-4b4d-b7b3-418c93c2d46d 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:aad191c0-7d7a-4293-877a-afd846377d27 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-16T05:26:16.881Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9da282c8-4d7b-4104-bd49-653491f4e6f9 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-12-16T05:26:16.928Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-16T05:26:16.931Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-16T05:26:16.931Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-16T05:26:16.932Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bda90595-5e21-48a9-ae5e-dbd476c9da28 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-12-16T05:26:16.932Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-16T05:26:16.933Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-12-16T05:26:17.006Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-16T05:26:17.019Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar bda90595-5e21-48a9-ae5e-dbd476c9da28 162985 2022-12-16T05:26:17.019Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-12-16T05:26:17.020Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-12-16T05:26:17.020Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-16T05:26:17.021Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:26:17.023Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:26:17.024Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168377019, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T05:26:17.124Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-16T05:26:17.125Z||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-12-16T05:26:17.125Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:26:17.146Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:26:17.147Z||pool-99-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:26:18.025Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-16T05:26:18.026Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-16T05:26:18.026Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: bda90595-5e21-48a9-ae5e-dbd476c9da28, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-16T05:26:18.027Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-12-16T05:26:18.028Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-16T05:26:18.028Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-16T05:26:18.277Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5497334163407386458/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2022-12-16T05:26:19.546Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-16T05:26:19.546Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-16T05:26:19.546Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-16T05:26:19.546Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-12-16T05:26:19.546Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-16T05:26:19.547Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-16T05:26:19.547Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-16T05:26:19.547Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-16T05:26:19.547Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-16T05:26:19.547Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:26:19.547Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:26:19.547Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-16T05:26:19.548Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-16T05:26:19.548Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-16T05:26:19.548Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:26:19.548Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:26:19.548Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-16T05:26:19.548Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-16T05:26:19.549Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-16T05:26:19.549Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:26:19.549Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:26:19.549Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:26:19.549Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-12-16T05:26:19.549Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-12-16T05:26:19.549Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-12-16T05:26:19.550Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-16T05:26:19.550Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:26:19.550Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-16T05:26:19.550Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:26:19.550Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-16T05:26:19.550Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-16T05:26:19.551Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:26:19.551Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-16T05:26:19.551Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-16T05:26:19.551Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:26:19.551Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-16T05:26:19.551Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-16T05:26:19.551Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:26:19.552Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-16T05:26:19.552Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-16T05:26:19.552Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:26:19.552Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-12-16T05:26:19.552Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-12-16T05:26:19.552Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=88590ee8-8373-48c0-ad5a-fb874ca6a627 2022-12-16T05:26:19.552Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:26:19.553Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:26:19.553Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:26:19.553Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:26:19.553Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:26:19.553Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:26:19.553Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:26:19.553Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:26:19.553Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:9da282c8-4d7b-4104-bd49-653491f4e6f9 Model Version:NULL Model InvariantUuid:edc0b559-f56d-4856-939a-3ed24a3b3959 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:6fae161b-880a-4872-8eb2-979bc7e666a4 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:d72ceac0-0b2c-4d7e-afe6-79f960916a19 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:22642d15-2132-4123-9c4f-94c4f1489b4b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a4213630-e724-42d4-a4b6-a1ac619fb519 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:85da9ece-8a89-4c2f-bdf7-02c1ead4d0ec ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:6331fd56-37b8-4036-96f1-05f99c1cbee7 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:e4ce7967-7b68-4f4b-8b3b-ea513a894ef9 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:88590ee8-8373-48c0-ad5a-fb874ca6a627 ModelInvariantUuid:930d8b7b-5750-471c-8013-197fb9599721 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:1805df2e-0507-4cdc-9bb9-09e5d67e27fd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:a1639068-3cdb-4205-9e0f-4b19902d6e95 ModelInvariantUuid:af274afc-6866-4e54-97a7-4be922ffa76b ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:ebc3e32d-c844-4af7-8724-2b4e6957a90e 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-12-16T05:26:19.561Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: cf47b101-f529-4faf-8a93-238a8d7b4e13 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-12-16T05:26:19.566Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0 2022-12-16T05:26:19.566Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cf47b101-f529-4faf-8a93-238a8d7b4e13 2022-12-16T05:26:19.566Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 127321b0-f0d5-4681-96d4-46e9997017da from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-12-16T05:26:19.566Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-16T05:26:19.567Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-12-16T05:26:19.631Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-16T05:26:19.632Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 127321b0-f0d5-4681-96d4-46e9997017da 1565 2022-12-16T05:26:19.633Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-12-16T05:26:19.633Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-12-16T05:26:19.634Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-16T05:26:19.634Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:26:19.636Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:26:19.636Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168379633, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-16T05:26:19.737Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:26:19.738Z||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-12-16T05:26:19.738Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:26:19.754Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:26:19.754Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-12-16T05:26:20.637Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "6331fd56-37b8-4036-96f1-05f99c1cbee7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e4ce7967-7b68-4f4b-8b3b-ea513a894ef9", "vfModuleModelCustomizationUUID": "206918c4-22fa-489a-94a2-b319612a3392", "isBase": true, "artifacts": [ "01ccb95c-e469-4a5e-9c9c-42282ded77c5", "3ceca18c-bb9a-4b4d-b7b3-418c93c2d46d" ], "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": "a4213630-e724-42d4-a4b6-a1ac619fb519", "vfModuleModelVersion": "1", "vfModuleModelUUID": "85da9ece-8a89-4c2f-bdf7-02c1ead4d0ec", "vfModuleModelCustomizationUUID": "ddc65177-e38b-4b64-afd8-6f8178b737ca", "isBase": false, "artifacts": [ "aad191c0-7d7a-4293-877a-afd846377d27" ], "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-12-16T05:26:20.642Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e4ce7967-7b68-4f4b-8b3b-ea513a894ef9 VfModuleModelInvariantUUID:6331fd56-37b8-4036-96f1-05f99c1cbee7 VfModuleModelDescription:NULL Artifacts UUID List:{ 01ccb95c-e469-4a5e-9c9c-42282ded77c5 , 3ceca18c-bb9a-4b4d-b7b3-418c93c2d46d } 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:85da9ece-8a89-4c2f-bdf7-02c1ead4d0ec VfModuleModelInvariantUUID:a4213630-e724-42d4-a4b6-a1ac619fb519 VfModuleModelDescription:NULL Artifacts UUID List:{ aad191c0-7d7a-4293-877a-afd846377d27 } 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-12-16T05:26:20.644Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "6331fd56-37b8-4036-96f1-05f99c1cbee7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e4ce7967-7b68-4f4b-8b3b-ea513a894ef9", "vfModuleModelCustomizationUUID": "206918c4-22fa-489a-94a2-b319612a3392", "isBase": true, "artifacts": [ "01ccb95c-e469-4a5e-9c9c-42282ded77c5", "3ceca18c-bb9a-4b4d-b7b3-418c93c2d46d" ], "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": "a4213630-e724-42d4-a4b6-a1ac619fb519", "vfModuleModelVersion": "1", "vfModuleModelUUID": "85da9ece-8a89-4c2f-bdf7-02c1ead4d0ec", "vfModuleModelCustomizationUUID": "ddc65177-e38b-4b64-afd8-6f8178b737ca", "isBase": false, "artifacts": [ "aad191c0-7d7a-4293-877a-afd846377d27" ], "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-12-16T05:26:20.645Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e4ce7967-7b68-4f4b-8b3b-ea513a894ef9 VfModuleModelInvariantUUID:6331fd56-37b8-4036-96f1-05f99c1cbee7 VfModuleModelDescription:NULL Artifacts UUID List:{ 01ccb95c-e469-4a5e-9c9c-42282ded77c5 , 3ceca18c-bb9a-4b4d-b7b3-418c93c2d46d } 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:85da9ece-8a89-4c2f-bdf7-02c1ead4d0ec VfModuleModelInvariantUUID:a4213630-e724-42d4-a4b6-a1ac619fb519 VfModuleModelDescription:NULL Artifacts UUID List:{ aad191c0-7d7a-4293-877a-afd846377d27 } 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-12-16T05:26:20.645Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 01ccb95c-e469-4a5e-9c9c-42282ded77c5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-12-16T05:26:20.645Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-16T05:26:20.645Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-12-16T05:26:20.728Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-16T05:26:20.729Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 01ccb95c-e469-4a5e-9c9c-42282ded77c5 914 2022-12-16T05:26:20.729Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-12-16T05:26:20.729Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-12-16T05:26:20.729Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-16T05:26:20.730Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:26:20.732Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:26:20.732Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168380729, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-12-16T05:26:20.832Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:26:20.833Z||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-12-16T05:26:20.833Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:26:20.853Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:26:20.854Z||pool-101-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:26:21.732Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a3e549a1-1ddb-4242-8431-61c618497c1f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-12-16T05:26:21.733Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-16T05:26:21.733Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-12-16T05:26:21.806Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-16T05:26:21.807Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env a3e549a1-1ddb-4242-8431-61c618497c1f 12 2022-12-16T05:26:21.807Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-12-16T05:26:21.807Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-12-16T05:26:21.808Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-16T05:26:21.808Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:26:21.810Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:26:21.810Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168381807, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-12-16T05:26:21.910Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:26:21.911Z||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-12-16T05:26:21.911Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:26:21.932Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:26:21.933Z||pool-102-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:26:22.810Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3ceca18c-bb9a-4b4d-b7b3-418c93c2d46d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-12-16T05:26:22.811Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-16T05:26:22.811Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-12-16T05:26:22.865Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-16T05:26:22.866Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 3ceca18c-bb9a-4b4d-b7b3-418c93c2d46d 96 2022-12-16T05:26:22.866Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-12-16T05:26:22.866Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-12-16T05:26:22.866Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-16T05:26:22.867Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:26:22.869Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:26:22.869Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168382866, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-12-16T05:26:22.969Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:26:22.970Z||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-12-16T05:26:22.970Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:26:22.987Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:26:22.988Z||pool-103-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:26:23.870Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: aad191c0-7d7a-4293-877a-afd846377d27 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-12-16T05:26:23.870Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-16T05:26:23.871Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-12-16T05:26:23.929Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-16T05:26:23.930Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz aad191c0-7d7a-4293-877a-afd846377d27 20206 2022-12-16T05:26:23.930Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-12-16T05:26:23.930Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-12-16T05:26:23.930Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-16T05:26:23.931Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:26:23.933Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:26:23.933Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168383930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-12-16T05:26:24.033Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:26:24.034Z||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-12-16T05:26:24.034Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:26:24.072Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:26:24.072Z||pool-104-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:26:24.937Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 9da282c8-4d7b-4104-bd49-653491f4e6f9 2022-12-16T05:26:24.938Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 cf47b101-f529-4faf-8a93-238a8d7b4e13 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-12-16T05:26:24.947Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d1a59c1, org.onap.sdc.toscaparser.api.parameters.Input@53382b14, org.onap.sdc.toscaparser.api.parameters.Input@33f39f47, org.onap.sdc.toscaparser.api.parameters.Input@651a1523, org.onap.sdc.toscaparser.api.parameters.Input@7ad18c10] 2022-12-16T05:26:24.949Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:26:24.949Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:26:24.950Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-12-16T05:26:24.950Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 22642d15-2132-4123-9c4f-94c4f1489b4b 2022-12-16T05:26:24.950Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 22642d15-2132-4123-9c4f-94c4f1489b4b matches Tosca VF Customization UUID: 22642d15-2132-4123-9c4f-94c4f1489b4b 2022-12-16T05:26:24.950Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 22642d15-2132-4123-9c4f-94c4f1489b4b 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-12-16T05:26:24.956Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:26:24.956Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:26:24.957Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 22642d15-2132-4123-9c4f-94c4f1489b4b: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"} 2022-12-16T05:26:24.957Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@72837def 2022-12-16T05:26:24.957Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:26:24.958Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-16T05:26:24.958Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ddc65177-e38b-4b64-afd8-6f8178b737ca 2022-12-16T05:26:24.958Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ddc65177-e38b-4b64-afd8-6f8178b737ca 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-12-16T05:26:24.966Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:26:24.967Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-16T05:26:24.967Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-16T05:26:24.968Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:26:24.968Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-16T05:26:24.968Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-16T05:26:24.969Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:26:24.969Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-16T05:26:24.969Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=22642d15-2132-4123-9c4f-94c4f1489b4b 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-12-16T05:26:24.980Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:26:24.980Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:26:24.981Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 9da282c8-4d7b-4104-bd49-653491f4e6f9: basic_cnf_macro 2022-12-16T05:26:24.981Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:26:24.982Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:26:24.982Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:26:24.982Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:26:24.983Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:26:24.983Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:26:24.984Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:26:24.984Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:26:24.984Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:26:24.985Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:26:24.985Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-16T05:26:25.114Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro cf47b101-f529-4faf-8a93-238a8d7b4e13 2 ASDC deployResourceStructure 2022-12-16T05:26:25.115Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-12-16T05:26:25.115Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-12-16T05:26:25.116Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-16T05:26:25.116Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:26:25.118Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:26:25.118Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168385115, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-16T05:26:25.218Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:26:25.219Z||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-12-16T05:26:25.219Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:26:25.233Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:26:25.233Z||pool-105-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:26:26.119Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-12-16T05:26:26.119Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-12-16T05:26:26.120Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-16T05:26:26.120Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:26:26.122Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:26:26.122Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168386119, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-12-16T05:26:26.222Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-16T05:26:26.223Z||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-12-16T05:26:26.223Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:26:26.253Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:26:26.254Z||pool-106-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:26:27.123Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-12-16T05:26:27.124Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-12-16T05:26:27.124Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-12-16T05:26:27.125Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:26:27.128Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:26:27.128Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168387123, "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-12-16T05:26:27.228Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:26:27.229Z||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-12-16T05:26:27.229Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:26:27.242Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:26:27.243Z||pool-107-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:26:28.129Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-12-16T05:26:28.130Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-12-16T05:26:28.130Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-16T05:26:28.131Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:26:28.133Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:26:28.133Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168388129, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-12-16T05:26:28.233Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:26:28.234Z||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-12-16T05:26:28.234Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:26:28.254Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:26:28.255Z||pool-108-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-12-16T05:26:29.134Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-12-16T05:26:29.135Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-12-16T05:26:29.135Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-12-16T05:26:29.135Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:26:29.137Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:26:29.137Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168389134, "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-12-16T05:26:29.237Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:26:29.238Z||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-12-16T05:26:29.238Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:26:29.263Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:26:29.264Z||pool-109-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:26:30.138Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-12-16T05:26:30.139Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-12-16T05:26:30.139Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-16T05:26:30.139Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:26:30.141Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:26:30.142Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168390138, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-16T05:26:30.242Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:26:30.242Z||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-12-16T05:26:30.243Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:26:30.257Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:26:30.258Z||pool-110-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:26:31.143Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21658ee1-15f2-4dab-ae90-f74ba4fe62f1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-16T05:26:31.155Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21658ee1-15f2-4dab-ae90-f74ba4fe62f1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-16T05:26:31.158Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-16T05:26:31.158Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-16T05:26:31.158Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-16T05:27:01.158Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21658ee1-15f2-4dab-ae90-f74ba4fe62f1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-16T05:27:01.172Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21658ee1-15f2-4dab-ae90-f74ba4fe62f1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-16T05:27:01.175Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-16T05:27:01.175Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-16T05:27:01.175Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-16T05:27:06.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:27:06.135Z||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-12-16T05:27:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:27:06.232Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:27:06.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:27:06.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "multicloud-k8s-id", "timestamp": 1671168367189, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-16T05:27:06.234Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:27:31.175Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21658ee1-15f2-4dab-ae90-f74ba4fe62f1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-16T05:27:31.195Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21658ee1-15f2-4dab-ae90-f74ba4fe62f1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-16T05:27:31.198Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-16T05:27:31.198Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-16T05:27:31.198Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-16T05:28:01.199Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21658ee1-15f2-4dab-ae90-f74ba4fe62f1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-16T05:28:01.216Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21658ee1-15f2-4dab-ae90-f74ba4fe62f1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-16T05:28:01.218Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-16T05:28:01.218Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-16T05:28:01.218Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-16T05:28:06.135Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:28:06.136Z||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-12-16T05:28:06.136Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:28:06.203Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:28:06.204Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:28:06.204Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "ves-openapi-manager", "timestamp": 1671168357327, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-16T05:28:06.205Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:28:31.219Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21658ee1-15f2-4dab-ae90-f74ba4fe62f1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-16T05:28:31.233Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21658ee1-15f2-4dab-ae90-f74ba4fe62f1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-16T05:28:31.235Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-16T05:28:31.235Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-16T05:28:31.235Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-16T05:29:01.235Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21658ee1-15f2-4dab-ae90-f74ba4fe62f1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-16T05:29:01.253Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21658ee1-15f2-4dab-ae90-f74ba4fe62f1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-16T05:29:01.255Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-16T05:29:01.255Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-16T05:29:01.255Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-16T05:29:06.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:29:06.135Z||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-12-16T05:29:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:29:06.210Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:29:06.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671168362109, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-12-16T05:29:06.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168366132, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:29:06.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671168362109, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-12-16T05:29:06.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168366132, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-12-16T05:29:06.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671168362109, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-12-16T05:29:06.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168366132, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-12-16T05:29:06.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671168362109, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-16T05:29:06.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168366132, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:29:06.214Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168366132, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-12-16T05:29:06.214Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671168362109, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:29:06.214Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671168362109, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-16T05:29:06.214Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168366132, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-12-16T05:29:06.215Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "aai-ml", "timestamp": 1671168372502, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-16T05:29:06.215Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:29:06.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168366132, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-12-16T05:29:06.215Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671168372927, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T05:29:06.215Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:29:06.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "aai-ml", "timestamp": 1671168373505, "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-12-16T05:29:06.222Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 21658ee1-15f2-4dab-ae90-f74ba4fe62f1 2022-12-16T05:29:06.222Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21658ee1-15f2-4dab-ae90-f74ba4fe62f1 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-12-16T05:29:06.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168366132, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-16T05:29:06.240Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168366132, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:29:06.241Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671168375300, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-16T05:29:06.241Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:29:06.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168366132, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-16T05:29:06.241Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671168376305, "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-12-16T05:29:06.257Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 21658ee1-15f2-4dab-ae90-f74ba4fe62f1 2022-12-16T05:29:06.257Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21658ee1-15f2-4dab-ae90-f74ba4fe62f1 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-12-16T05:29:06.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.265Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168377019, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T05:29:06.265Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:29:06.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.265Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168379633, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-16T05:29:06.266Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:29:06.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.266Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168380729, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-12-16T05:29:06.266Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:29:06.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.266Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168381807, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-12-16T05:29:06.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:29:06.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168382866, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-12-16T05:29:06.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:29:06.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "ves-openapi-manager", "timestamp": 1671168377327, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:29:06.268Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "cds", "timestamp": 1671168375147, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:29:06.268Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168383930, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-12-16T05:29:06.268Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:29:06.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "aai-ml", "timestamp": 1671168384416, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:29:06.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "ves-openapi-manager", "timestamp": 1671168377327, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-16T05:29:06.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "cds", "timestamp": 1671168375147, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-16T05:29:06.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168385115, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-16T05:29:06.270Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:29:06.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "aai-ml", "timestamp": 1671168384416, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-16T05:29:06.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "ves-openapi-manager", "timestamp": 1671168377327, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T05:29:06.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "cds", "timestamp": 1671168375147, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T05:29:06.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168386119, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-12-16T05:29:06.272Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:29:06.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "aai-ml", "timestamp": 1671168384416, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T05:29:06.273Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "ves-openapi-manager", "timestamp": 1671168377327, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:29:06.273Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "cds", "timestamp": 1671168375147, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:29:06.274Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168387123, "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-12-16T05:29:06.274Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:29:06.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "aai-ml", "timestamp": 1671168384416, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:29:06.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "ves-openapi-manager", "timestamp": 1671168377327, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-16T05:29:06.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "cds", "timestamp": 1671168375147, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-16T05:29:06.276Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168388129, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-12-16T05:29:06.276Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:29:06.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "aai-ml", "timestamp": 1671168384416, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-16T05:29:06.277Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.277Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "ves-openapi-manager", "timestamp": 1671168377327, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-16T05:29:06.277Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.277Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "cds", "timestamp": 1671168375147, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-16T05:29:06.278Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168389134, "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-12-16T05:29:06.278Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:29:06.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "multicloud-k8s-id", "timestamp": 1671168389844, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:29:06.278Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.279Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "aai-ml", "timestamp": 1671168384416, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-16T05:29:06.279Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.279Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "ves-openapi-manager", "timestamp": 1671168377327, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:29:06.279Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.279Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "cds", "timestamp": 1671168375147, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:29:06.280Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168390138, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-16T05:29:06.280Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:29:06.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "multicloud-k8s-id", "timestamp": 1671168389844, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-12-16T05:29:06.280Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "aai-ml", "timestamp": 1671168384416, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:29:06.280Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "ves-openapi-manager", "timestamp": 1671168377327, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-16T05:29:06.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "cds", "timestamp": 1671168375147, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-16T05:29:06.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "multicloud-k8s-id", "timestamp": 1671168389844, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-16T05:29:06.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "aai-ml", "timestamp": 1671168384416, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-16T05:29:06.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "cds", "timestamp": 1671168391819, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T05:29:06.282Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:29:06.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "multicloud-k8s-id", "timestamp": 1671168389844, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:29:06.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "aai-ml", "timestamp": 1671168393177, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T05:29:06.282Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:29:06.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671168392109, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:29:06.283Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "multicloud-k8s-id", "timestamp": 1671168389844, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-16T05:29:06.283Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "cds", "timestamp": 1671168393539, "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-12-16T05:29:06.295Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1 2022-12-16T05:29:06.296Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1 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-12-16T05:29:06.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671168392109, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-16T05:29:06.303Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "multicloud-k8s-id", "timestamp": 1671168389844, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-16T05:29:06.304Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671168392109, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T05:29:06.304Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "multicloud-k8s-id", "timestamp": 1671168389844, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:29:06.305Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671168392109, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:29:06.305Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "multicloud-k8s-id", "timestamp": 1671168389844, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-16T05:29:06.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671168392109, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-16T05:29:06.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "multicloud-k8s-id", "timestamp": 1671168398634, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-16T05:29:06.307Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:29:06.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671168392109, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-16T05:29:06.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "multicloud-k8s-id", "timestamp": 1671168399698, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-16T05:29:06.308Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:29:06.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671168392109, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:29:06.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "aai-ml", "timestamp": 1671168399873, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-16T05:29:06.309Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:29:06.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "multicloud-k8s-id", "timestamp": 1671168400805, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-16T05:29:06.309Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:29:06.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671168392109, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-16T05:29:06.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:29:06.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "aai-ml", "timestamp": 1671168400877, "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-12-16T05:29:06.315Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1 2022-12-16T05:29:06.315Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1 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-12-16T05:29:06.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "multicloud-k8s-id", "timestamp": 1671168401833, "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-12-16T05:29:06.326Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1 2022-12-16T05:29:06.326Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1 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-12-16T05:29:06.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671168400836, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T05:29:06.334Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:29:06.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "multicloud-k8s-id", "timestamp": 1671168402838, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-16T05:29:06.335Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:29:06.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671168403048, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-16T05:29:06.335Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:29:06.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:29:06.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671168404052, "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-12-16T05:29:06.339Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1 2022-12-16T05:29:06.339Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1 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-12-16T05:29:31.256Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21658ee1-15f2-4dab-ae90-f74ba4fe62f1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-16T05:29:31.267Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21658ee1-15f2-4dab-ae90-f74ba4fe62f1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-16T05:29:31.270Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-16T05:29:31.270Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-16T05:29:31.270Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-16T05:29:31.270Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-16T05:29:31.270Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T05:29:31.270Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T05:29:31.270Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T05:29:31.270Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T05:29:31.270Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T05:29:31.270Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-16T05:29:31.276Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-16T05:30:01.277Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 21658ee1-15f2-4dab-ae90-f74ba4fe62f1 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-12-16T05:30:01.311Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 21658ee1-15f2-4dab-ae90-f74ba4fe62f1 and serviceModelVersionId: 9da282c8-4d7b-4104-bd49-653491f4e6f9 2022-12-16T05:30:01.312Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : edc0b559-f56d-4856-939a-3ed24a3b3959 2022-12-16T05:30:01.313Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/edc0b559-f56d-4856-939a-3ed24a3b3959/model-vers/model-ver/9da282c8-4d7b-4104-bd49-653491f4e6f9?depth=0 2022-12-16T05:30:01.319Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-12-16T05:30:01.370Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edc0b559-f56d-4856-939a-3ed24a3b3959/model-vers/model-ver/9da282c8-4d7b-4104-bd49-653491f4e6f9?depth=0|INFO|500||Invoke 2022-12-16T05:30:01.371Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edc0b559-f56d-4856-939a-3ed24a3b3959/model-vers/model-ver/9da282c8-4d7b-4104-bd49-653491f4e6f9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edc0b559-f56d-4856-939a-3ed24a3b3959/model-vers/model-ver/9da282c8-4d7b-4104-bd49-653491f4e6f9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[21658ee1-15f2-4dab-ae90-f74ba4fe62f1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6be751c2-f7f8-4e5a-ae5b-26184ce56265], X-ECOMP-RequestID=[21658ee1-15f2-4dab-ae90-f74ba4fe62f1], X-TransactionId=[], X-ONAP-RequestID=[21658ee1-15f2-4dab-ae90-f74ba4fe62f1], Content-Type=[application/merge-patch+json]} 2022-12-16T05:30:01.415Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edc0b559-f56d-4856-939a-3ed24a3b3959/model-vers/model-ver/9da282c8-4d7b-4104-bd49-653491f4e6f9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-16T05:30:01.495Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edc0b559-f56d-4856-939a-3ed24a3b3959/model-vers/model-ver/9da282c8-4d7b-4104-bd49-653491f4e6f9?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/edc0b559-f56d-4856-939a-3ed24a3b3959/model-vers/model-ver/9da282c8-4d7b-4104-bd49-653491f4e6f9?depth=0 has http status code:200 and response headers:{date=[Fri, 16 Dec 2022 05:30:02 GMT], content-length=[0], vertex-id=[270432], x-aai-txid=[2-aai-resources-221216-05:30:02:333-19964], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-16T05:30:01.496Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edc0b559-f56d-4856-939a-3ed24a3b3959/model-vers/model-ver/9da282c8-4d7b-4104-bd49-653491f4e6f9?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-12-16T05:30:01.497Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/edc0b559-f56d-4856-939a-3ed24a3b3959/model-vers/model-ver/9da282c8-4d7b-4104-bd49-653491f4e6f9?depth=0|INFO|500||InvokeReturn 2022-12-16T05:30:01.498Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-16T05:30:01.498Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-16T05:30:01.508Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-16T05:30:01.508Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 21658ee1-15f2-4dab-ae90-f74ba4fe62f1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-16T05:30:01.508Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-16T05:30:01.508Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:30:01.511Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:30:01.511Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168601508, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-16T05:30:01.611Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:30:01.612Z||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-12-16T05:30:01.612Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:30:01.632Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:30:01.633Z||pool-111-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-16T05:30:02.522Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:30:02.522Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|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-12-16T05:30:02.522Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:30:06.135Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:30:06.138Z||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-12-16T05:30:06.138Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:30:06.223Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:30:06.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.225Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "multicloud-k8s-id", "timestamp": 1671168489844, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:06.226Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.226Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "multicloud-k8s-id", "timestamp": 1671168489844, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:06.226Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.227Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.227Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "multicloud-k8s-id", "timestamp": 1671168489844, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:06.227Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.227Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.227Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "cds", "timestamp": 1671168494027, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:06.227Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.228Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "multicloud-k8s-id", "timestamp": 1671168489844, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:06.228Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.228Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "cds", "timestamp": 1671168494027, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:06.228Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "multicloud-k8s-id", "timestamp": 1671168489844, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:06.229Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "cds", "timestamp": 1671168494027, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:06.229Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "ves-openapi-manager", "timestamp": 1671168497327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:06.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "multicloud-k8s-id", "timestamp": 1671168489844, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:06.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "cds", "timestamp": 1671168494027, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:06.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "ves-openapi-manager", "timestamp": 1671168497327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:06.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "multicloud-k8s-id", "timestamp": 1671168489844, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:06.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "cds", "timestamp": 1671168494027, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:06.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "ves-openapi-manager", "timestamp": 1671168497327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:06.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "multicloud-k8s-id", "timestamp": 1671168489844, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:06.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "cds", "timestamp": 1671168494027, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:06.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "ves-openapi-manager", "timestamp": 1671168497327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:06.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "multicloud-k8s-id", "timestamp": 1671168489844, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-16T05:30:06.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "cds", "timestamp": 1671168494027, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:06.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "ves-openapi-manager", "timestamp": 1671168497327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:06.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "cds", "timestamp": 1671168494027, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:06.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "ves-openapi-manager", "timestamp": 1671168497327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:06.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "cds", "timestamp": 1671168494027, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-16T05:30:06.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "ves-openapi-manager", "timestamp": 1671168497327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-12-16T05:30:06.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "cds", "timestamp": 1671168503889, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T05:30:06.238Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:30:06.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "ves-openapi-manager", "timestamp": 1671168497327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:06.238Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "aai-ml", "timestamp": 1671168504416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:06.239Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "ves-openapi-manager", "timestamp": 1671168497327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:06.239Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "cds", "timestamp": 1671168505547, "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-12-16T05:30:06.280Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c1a07f55-000b-45d2-86cf-36f4c0a4afae 2022-12-16T05:30:06.280Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1a07f55-000b-45d2-86cf-36f4c0a4afae 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-12-16T05:30:06.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "aai-ml", "timestamp": 1671168504416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:06.295Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "ves-openapi-manager", "timestamp": 1671168507097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-12-16T05:30:06.296Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:30:06.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.297Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "aai-ml", "timestamp": 1671168504416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:06.297Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.298Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "ves-openapi-manager", "timestamp": 1671168508125, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-12-16T05:30:06.298Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:30:06.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "aai-ml", "timestamp": 1671168504416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:06.299Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "ves-openapi-manager", "timestamp": 1671168509128, "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-12-16T05:30:06.305Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of c1a07f55-000b-45d2-86cf-36f4c0a4afae 2022-12-16T05:30:06.305Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1a07f55-000b-45d2-86cf-36f4c0a4afae 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-12-16T05:30:06.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.314Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "aai-ml", "timestamp": 1671168504416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:06.314Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.315Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "aai-ml", "timestamp": 1671168504416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:06.315Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.316Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "aai-ml", "timestamp": 1671168504416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:06.316Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.316Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.317Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "aai-ml", "timestamp": 1671168504416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:06.317Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.317Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.317Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671168512109, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:06.318Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.318Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "aai-ml", "timestamp": 1671168504416, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-16T05:30:06.319Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.319Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671168512109, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:06.320Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "aai-ml", "timestamp": 1671168514296, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T05:30:06.321Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:30:06.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671168512109, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:06.322Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671168512109, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:06.323Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671168512109, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:06.324Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.324Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671168512109, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:06.324Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "aai-ml", "timestamp": 1671168518992, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-16T05:30:06.326Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:30:06.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671168512109, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:06.327Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.328Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "aai-ml", "timestamp": 1671168519995, "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-12-16T05:30:06.334Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c1a07f55-000b-45d2-86cf-36f4c0a4afae 2022-12-16T05:30:06.334Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1a07f55-000b-45d2-86cf-36f4c0a4afae 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-12-16T05:30:06.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671168512109, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:06.349Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.349Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671168512109, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-16T05:30:06.350Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-16T05:30:06.350Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.350Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671168521881, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T05:30:06.350Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:30:06.350Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.351Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671168523739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-16T05:30:06.351Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:30:06.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:30:06.351Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1671168524745, "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-12-16T05:30:06.356Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c1a07f55-000b-45d2-86cf-36f4c0a4afae 2022-12-16T05:30:06.356Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1a07f55-000b-45d2-86cf-36f4c0a4afae 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-12-16T05:30:07.797Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:30:07.798Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-16T05:30:07.798Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"e3c86af6-b515-4c3b-859b-6c7b859db9da","serviceDescription":"service","serviceInvariantUUID":"84167a5d-76c0-4125-a07a-3a5e513a5cb7","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8f09b96c-3629-4345-acf1-a672137269e1","resourceInvariantUUID":"f2ea1929-c0ea-41e5-9a3c-acf14f647ce3","resourceCustomizationUUID":"aa36f764-f636-45a9-8e7e-b683e4e5520c","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":"ZTE1N2Y5ZTI4Zjc0NmVjODllMmI2MDNmNDJkZDFkZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"05314ec4-d5ea-476b-b4e8-4e91f8abb0e3","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":"Yzc3YzY1ZTEwOGMxZTA0MTk3NGMzZmIxZWQxMzFjYWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bd13c94e-b9ee-43bf-a125-a4a5567658d7","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":"f614ba43-2dec-4aef-a198-3293a7129c05","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":"f2bdb437-8038-41b0-8573-4b1b09da8e65","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":"de1fbd8c-d295-472a-a551-85e5de74badc","artifactVersion":"2","generatedFromUUID":"f614ba43-2dec-4aef-a198-3293a7129c05"},{"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":"ZWI0NzJhYjRmY2RmZTk0YTdjNjdkZmYzMTU3ODcxYjE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b5e66d9e-595b-4f3b-a17c-b3c72a311d14","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":"ZjhhYzJiZjRiNTA2MTFjZjJjOGVkNjEyNTkzM2I5OWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d9de7269-1562-4bb3-b57d-92b09277892f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZmQ1MDAwYTgwMGYyOGI5MDZhNTk5MjI4NjkwYjQxZDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eecfc9b6-a851-4473-88fa-ea9819c0b705","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-16T05:30:07.801Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:30:07.801Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:30:07.804Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:30:07.804Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168602522, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:07.904Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:30:07.905Z||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-12-16T05:30:07.906Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:30:07.983Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:30:07.984Z||pool-112-thread-1|||||INFO|500||cambria reply ok (79 ms):{"serverTimeMs":1,"count":1} 2022-12-16T05:30:08.805Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:30:08.805Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:30:08.807Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:30:08.807Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168602522, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-12-16T05:30:08.908Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-16T05:30:08.908Z||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-12-16T05:30:08.909Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:30:09.006Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:30:09.007Z||pool-113-thread-1|||||INFO|500||cambria reply ok (99 ms):{"serverTimeMs":3,"count":1} 2022-12-16T05:30:09.808Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:30:09.808Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:30:09.811Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:30:09.811Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168602522, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-16T05:30:09.911Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:30:09.912Z||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-12-16T05:30:09.912Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:30:09.941Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:30:09.942Z||pool-114-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:30:10.812Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:30:10.814Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:30:10.817Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:30:10.817Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168602522, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:10.917Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-16T05:30:10.918Z||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-12-16T05:30:10.918Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:30:10.972Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:30:10.973Z||pool-115-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":1,"count":1} 2022-12-16T05:30:11.818Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:30:11.818Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:30:11.823Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:30:11.823Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168602522, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-16T05:30:11.923Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:30:11.924Z||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-12-16T05:30:11.924Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:30:11.943Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:30:11.944Z||pool-116-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:30:12.824Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:30:12.825Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:30:12.827Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:30:12.827Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168602522, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:12.927Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:30:12.928Z||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-12-16T05:30:12.928Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:30:13.034Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:30:13.034Z||pool-117-thread-1|||||INFO|500||cambria reply ok (106 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:30:13.828Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:30:13.829Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:30:13.831Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:30:13.831Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168602522, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:13.931Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:30:13.932Z||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-12-16T05:30:13.932Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:30:13.948Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:30:13.948Z||pool-118-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-12-16T05:30:14.835Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:30:14.835Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:30:14.838Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:30:14.838Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168602522, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-16T05:30:14.938Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-16T05:30:14.939Z||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-12-16T05:30:14.939Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:30:15.006Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:30:15.007Z||pool-119-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:30:15.840Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "e3c86af6-b515-4c3b-859b-6c7b859db9da", "serviceDescription": "service", "serviceInvariantUUID": "84167a5d-76c0-4125-a07a-3a5e513a5cb7", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "aa36f764-f636-45a9-8e7e-b683e4e5520c", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "8f09b96c-3629-4345-acf1-a672137269e1", "resourceInvariantUUID": "f2ea1929-c0ea-41e5-9a3c-acf14f647ce3", "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": "Yzc3YzY1ZTEwOGMxZTA0MTk3NGMzZmIxZWQxMzFjYWM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bd13c94e-b9ee-43bf-a125-a4a5567658d7", "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": "f614ba43-2dec-4aef-a198-3293a7129c05", "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": "de1fbd8c-d295-472a-a551-85e5de74badc", "generatedFromUUID": "f614ba43-2dec-4aef-a198-3293a7129c05" }, "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": "de1fbd8c-d295-472a-a551-85e5de74badc", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ZmQ1MDAwYTgwMGYyOGI5MDZhNTk5MjI4NjkwYjQxZDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "eecfc9b6-a851-4473-88fa-ea9819c0b705" } ], "workloadContext": "Production" } 2022-12-16T05:30:15.841Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-16T05:30:15.841Z|21658ee1-15f2-4dab-ae90-f74ba4fe62f1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e3c86af6-b515-4c3b-859b-6c7b859db9da ASDC 2022-12-16T05:30:15.841Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:e3c86af6-b515-4c3b-859b-6c7b859db9da ServiceInvariantUUID:84167a5d-76c0-4125-a07a-3a5e513a5cb7 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:eecfc9b6-a851-4473-88fa-ea9819c0b705 ArtifactChecksum:ZmQ1MDAwYTgwMGYyOGI5MDZhNTk5MjI4NjkwYjQxZDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:aa36f764-f636-45a9-8e7e-b683e4e5520c ResourceInvariantUUID:f2ea1929-c0ea-41e5-9a3c-acf14f647ce3 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:8f09b96c-3629-4345-acf1-a672137269e1 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:bd13c94e-b9ee-43bf-a125-a4a5567658d7 ArtifactChecksum:Yzc3YzY1ZTEwOGMxZTA0MTk3NGMzZmIxZWQxMzFjYWM= 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:f614ba43-2dec-4aef-a198-3293a7129c05 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:de1fbd8c-d295-472a-a551-85e5de74badc 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:de1fbd8c-d295-472a-a551-85e5de74badc ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-16T05:30:15.842Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e3c86af6-b515-4c3b-859b-6c7b859db9da 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-12-16T05:30:15.891Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-16T05:30:15.893Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-16T05:30:15.893Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-16T05:30:15.893Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: eecfc9b6-a851-4473-88fa-ea9819c0b705 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-12-16T05:30:15.893Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-16T05:30:15.893Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-12-16T05:30:16.026Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-16T05:30:16.031Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar eecfc9b6-a851-4473-88fa-ea9819c0b705 82633 2022-12-16T05:30:16.031Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-12-16T05:30:16.031Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-12-16T05:30:16.032Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-16T05:30:16.032Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:30:16.036Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:30:16.036Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168616031, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T05:30:16.134Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-12-16T05:30:16.135Z||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-12-16T05:30:16.135Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:30:16.184Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:30:16.184Z||pool-120-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:30:17.037Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-16T05:30:17.038Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-16T05:30:17.039Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: eecfc9b6-a851-4473-88fa-ea9819c0b705, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-16T05:30:17.039Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-12-16T05:30:17.040Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-16T05:30:17.040Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-16T05:30:17.177Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP331553948031152236/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-12-16T05:30:18.398Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-16T05:30:18.398Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-16T05:30:18.399Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-16T05:30:18.399Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-16T05:30:18.399Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-16T05:30:18.399Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-16T05:30:18.399Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-16T05:30:18.399Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-16T05:30:18.400Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-16T05:30:18.400Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-16T05:30:18.400Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-16T05:30:18.400Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-16T05:30:18.401Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:30:18.401Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:30:18.401Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-16T05:30:18.402Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-16T05:30:18.402Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-16T05:30:18.403Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:30:18.403Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:30:18.403Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-16T05:30:18.404Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-16T05:30:18.404Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-16T05:30:18.404Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:30:18.404Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:30:18.405Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:30:18.405Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-12-16T05:30:18.405Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-12-16T05:30:18.406Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-12-16T05:30:18.406Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-12-16T05:30:18.406Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-16T05:30:18.407Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-16T05:30:18.407Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:30:18.407Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-16T05:30:18.408Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:30:18.408Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-16T05:30:18.408Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-16T05:30:18.409Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:30:18.409Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-16T05:30:18.409Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-16T05:30:18.409Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:30:18.410Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-16T05:30:18.410Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-16T05:30:18.410Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:30:18.410Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-12-16T05:30:18.410Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-12-16T05:30:18.411Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-16T05:30:18.411Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b0ee2fbf-5b68-4914-b29e-912403a15e59 2022-12-16T05:30:18.411Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:30:18.411Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:30:18.411Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:30:18.411Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:30:18.411Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:30:18.411Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:30:18.412Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:30:18.412Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:30:18.412Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:e3c86af6-b515-4c3b-859b-6c7b859db9da Model Version:NULL Model InvariantUuid:84167a5d-76c0-4125-a07a-3a5e513a5cb7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:cbbc1743-40dc-48c6-8177-b7f49847167b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f2ea1929-c0ea-41e5-9a3c-acf14f647ce3 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:aa36f764-f636-45a9-8e7e-b683e4e5520c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c730aa67-336f-4e15-bbc5-21a054553b85 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:2b80dfe7-a605-42c6-9270-8a91fc125297 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b0ee2fbf-5b68-4914-b29e-912403a15e59 ModelInvariantUuid:22e08b95-6735-4080-823c-69eae4446f98 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:c464d325-49a6-463d-b6a3-e8e9b5ada15b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:af565c35-95a5-406c-9653-436320d11210 ModelInvariantUuid:c842fc01-44e8-471b-b14a-7e3b96263c33 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:2b613366-fdfa-4a73-87f8-77baafd9cc05 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-12-16T05:30:20.897Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 8f09b96c-3629-4345-acf1-a672137269e1 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-12-16T05:30:20.904Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||basic_vm_macro 0 2022-12-16T05:30:20.904Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8f09b96c-3629-4345-acf1-a672137269e1 2022-12-16T05:30:20.904Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bd13c94e-b9ee-43bf-a125-a4a5567658d7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-12-16T05:30:20.905Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-16T05:30:20.905Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-12-16T05:30:20.956Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-16T05:30:20.957Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json bd13c94e-b9ee-43bf-a125-a4a5567658d7 792 2022-12-16T05:30:20.957Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-12-16T05:30:20.957Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-12-16T05:30:20.957Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-16T05:30:20.957Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:30:20.960Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:30:20.960Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168620957, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-16T05:30:21.060Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:30:21.061Z||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-12-16T05:30:21.061Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:30:21.100Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:30:21.100Z||pool-121-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:30:21.961Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "c730aa67-336f-4e15-bbc5-21a054553b85", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2b80dfe7-a605-42c6-9270-8a91fc125297", "vfModuleModelCustomizationUUID": "ff91b8f3-6d84-4d0a-8280-5a1189740f37", "isBase": true, "artifacts": [ "f614ba43-2dec-4aef-a198-3293a7129c05", "de1fbd8c-d295-472a-a551-85e5de74badc" ], "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-12-16T05:30:21.965Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2b80dfe7-a605-42c6-9270-8a91fc125297 VfModuleModelInvariantUUID:c730aa67-336f-4e15-bbc5-21a054553b85 VfModuleModelDescription:NULL Artifacts UUID List:{ f614ba43-2dec-4aef-a198-3293a7129c05 , de1fbd8c-d295-472a-a551-85e5de74badc } 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-12-16T05:30:21.967Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "c730aa67-336f-4e15-bbc5-21a054553b85", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2b80dfe7-a605-42c6-9270-8a91fc125297", "vfModuleModelCustomizationUUID": "ff91b8f3-6d84-4d0a-8280-5a1189740f37", "isBase": true, "artifacts": [ "f614ba43-2dec-4aef-a198-3293a7129c05", "de1fbd8c-d295-472a-a551-85e5de74badc" ], "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-12-16T05:30:21.967Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2b80dfe7-a605-42c6-9270-8a91fc125297 VfModuleModelInvariantUUID:c730aa67-336f-4e15-bbc5-21a054553b85 VfModuleModelDescription:NULL Artifacts UUID List:{ f614ba43-2dec-4aef-a198-3293a7129c05 , de1fbd8c-d295-472a-a551-85e5de74badc } 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-12-16T05:30:21.967Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f614ba43-2dec-4aef-a198-3293a7129c05 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-12-16T05:30:21.967Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-16T05:30:21.967Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-12-16T05:30:22.011Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-16T05:30:22.012Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml f614ba43-2dec-4aef-a198-3293a7129c05 5033 2022-12-16T05:30:22.012Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-12-16T05:30:22.012Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-12-16T05:30:22.012Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-16T05:30:22.013Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:30:22.015Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:30:22.015Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168622012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-16T05:30:22.115Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:30:22.116Z||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-12-16T05:30:22.116Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:30:22.128Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:30:22.128Z||pool-122-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:30:23.016Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: de1fbd8c-d295-472a-a551-85e5de74badc from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-12-16T05:30:23.016Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-16T05:30:23.016Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-12-16T05:30:23.069Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-16T05:30:23.069Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env de1fbd8c-d295-472a-a551-85e5de74badc 903 2022-12-16T05:30:23.069Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-12-16T05:30:23.069Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-12-16T05:30:23.070Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-16T05:30:23.070Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:30:23.072Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:30:23.072Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168623069, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-16T05:30:23.172Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:30:23.174Z||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-12-16T05:30:23.174Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:30:23.187Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:30:23.187Z||pool-123-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-12-16T05:30:24.073Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: e3c86af6-b515-4c3b-859b-6c7b859db9da 2022-12-16T05:30:24.074Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 8f09b96c-3629-4345-acf1-a672137269e1 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-12-16T05:30:24.101Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@53d91e7, org.onap.sdc.toscaparser.api.parameters.Input@4a7afa15, org.onap.sdc.toscaparser.api.parameters.Input@3f323001, org.onap.sdc.toscaparser.api.parameters.Input@3856fb2e, org.onap.sdc.toscaparser.api.parameters.Input@518de76a] 2022-12-16T05:30:24.102Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:30:24.103Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:30:24.103Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-12-16T05:30:24.103Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= aa36f764-f636-45a9-8e7e-b683e4e5520c 2022-12-16T05:30:24.103Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: aa36f764-f636-45a9-8e7e-b683e4e5520c matches Tosca VF Customization UUID: aa36f764-f636-45a9-8e7e-b683e4e5520c 2022-12-16T05:30:24.103Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: aa36f764-f636-45a9-8e7e-b683e4e5520c 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-12-16T05:30:24.106Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:30:24.106Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:30:24.106Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id aa36f764-f636-45a9-8e7e-b683e4e5520c: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"} 2022-12-16T05:30:24.107Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6da69e53 2022-12-16T05:30:24.107Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:30:24.107Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-16T05:30:24.107Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ff91b8f3-6d84-4d0a-8280-5a1189740f37 2022-12-16T05:30:24.107Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ff91b8f3-6d84-4d0a-8280-5a1189740f37 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-12-16T05:30:24.110Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:30:24.110Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-16T05:30:24.110Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-16T05:30:24.111Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:30:24.111Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-16T05:30:24.111Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-16T05:30:24.111Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:30:24.111Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-12-16T05:30:24.112Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-12-16T05:30:24.112Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-16T05:30:24.112Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b0ee2fbf-5b68-4914-b29e-912403a15e59 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-12-16T05:30:24.115Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:30:24.115Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-16T05:30:24.115Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-16T05:30:24.115Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:30:24.115Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-16T05:30:24.116Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=aa36f764-f636-45a9-8e7e-b683e4e5520c 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-12-16T05:30:24.117Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:30:24.117Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:30:24.118Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid e3c86af6-b515-4c3b-859b-6c7b859db9da: basic_vm_macro 2022-12-16T05:30:24.118Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:30:24.118Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:30:24.118Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:30:24.118Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:30:24.118Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:30:24.119Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:30:24.119Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:30:24.119Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:30:24.119Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:30:24.119Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:30:24.119Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-16T05:30:24.218Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 8f09b96c-3629-4345-acf1-a672137269e1 1 ASDC deployResourceStructure 2022-12-16T05:30:24.219Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-12-16T05:30:24.219Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-12-16T05:30:24.219Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-16T05:30:24.220Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:30:24.222Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:30:24.223Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168624219, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-16T05:30:24.323Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-16T05:30:24.323Z||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-12-16T05:30:24.324Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:30:24.363Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:30:24.363Z||pool-124-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1} 2022-12-16T05:30:25.225Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-12-16T05:30:25.225Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-12-16T05:30:25.225Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-16T05:30:25.226Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:30:25.228Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:30:25.228Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168625225, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-12-16T05:30:25.328Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:30:25.329Z||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-12-16T05:30:25.329Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:30:25.343Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:30:25.344Z||pool-125-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:30:26.229Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-12-16T05:30:26.229Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-12-16T05:30:26.230Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-16T05:30:26.230Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:30:26.232Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:30:26.232Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168626229, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-12-16T05:30:26.333Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:30:26.333Z||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-12-16T05:30:26.333Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:30:26.355Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:30:26.356Z||pool-126-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-12-16T05:30:27.234Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-12-16T05:30:27.234Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-12-16T05:30:27.234Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-16T05:30:27.234Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:30:27.236Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:30:27.236Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168627234, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-16T05:30:27.336Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:30:27.338Z||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-12-16T05:30:27.338Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:30:27.364Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:30:27.364Z||pool-127-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-12-16T05:30:28.238Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-16T05:30:28.248Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-16T05:30:28.250Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-16T05:30:28.250Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-16T05:30:28.250Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-16T05:30:28.251Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-16T05:30:28.251Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T05:30:28.251Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T05:30:28.251Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T05:30:28.251Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T05:30:28.251Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T05:30:28.251Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-16T05:30:28.256Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-16T05:30:58.256Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1 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-12-16T05:30:58.262Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1 and serviceModelVersionId: e3c86af6-b515-4c3b-859b-6c7b859db9da 2022-12-16T05:30:58.262Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 84167a5d-76c0-4125-a07a-3a5e513a5cb7 2022-12-16T05:30:58.263Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/84167a5d-76c0-4125-a07a-3a5e513a5cb7/model-vers/model-ver/e3c86af6-b515-4c3b-859b-6c7b859db9da?depth=0 2022-12-16T05:30:58.269Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-12-16T05:30:58.328Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84167a5d-76c0-4125-a07a-3a5e513a5cb7/model-vers/model-ver/e3c86af6-b515-4c3b-859b-6c7b859db9da?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-12-16T05:30:58.330Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84167a5d-76c0-4125-a07a-3a5e513a5cb7/model-vers/model-ver/e3c86af6-b515-4c3b-859b-6c7b859db9da?depth=0|INFO|500||Invoke 2022-12-16T05:30:58.353Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84167a5d-76c0-4125-a07a-3a5e513a5cb7/model-vers/model-ver/e3c86af6-b515-4c3b-859b-6c7b859db9da?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-16T05:30:58.444Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84167a5d-76c0-4125-a07a-3a5e513a5cb7/model-vers/model-ver/e3c86af6-b515-4c3b-859b-6c7b859db9da?depth=0|INFO|500||InvokeReturn 2022-12-16T05:30:58.444Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84167a5d-76c0-4125-a07a-3a5e513a5cb7/model-vers/model-ver/e3c86af6-b515-4c3b-859b-6c7b859db9da?depth=0 has http status code:200 and response headers:{date=[Fri, 16 Dec 2022 05:30:59 GMT], content-length=[0], vertex-id=[262176], x-aai-txid=[1-aai-resources-221216-05:30:59:275-83294], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-16T05:30:58.445Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-12-16T05:30:58.446Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-16T05:30:58.446Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-16T05:30:58.451Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-16T05:30:58.452Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-16T05:30:58.452Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-16T05:30:58.452Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:30:58.454Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:30:58.454Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168658452, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-16T05:30:58.554Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-16T05:30:58.555Z||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-12-16T05:30:58.555Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:30:58.568Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:30:58.568Z||pool-128-thread-1|||||INFO|500||cambria reply ok (13 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-12-16T05:30:59.468Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-12-16T05:30:59.469Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"c1a07f55-000b-45d2-86cf-36f4c0a4afae","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"50c4eca9-498d-4d98-ac85-040d9baeedb4","serviceDescription":"service","serviceInvariantUUID":"64a0f5ff-2ea4-4ef0-82b2-fda8f59be4ac","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6088262a-d2c9-45aa-bbf3-d88910d50dd3","resourceInvariantUUID":"77c29084-6706-4434-9d5c-dfa689f60503","resourceCustomizationUUID":"a90cc74d-ffd7-4e20-a5d1-f692e3eb4924","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":"NTE4NDI2N2EwY2VhOWEwZmZmNTE4YzllZjgzZmU2MmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c5532bca-481e-4598-925b-8be28df651bc","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":"79af3ed9-20fd-4b72-b13b-043c580d0b2c","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":"2d47fa41-9705-4bd6-bf76-5ca56bbf1029","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":"NWIyMDVjOGVhODhmMWFlMjM0YTVlZWI0OWUwN2U1OGQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4369d7b2-b0dd-4502-b917-20a46a91a4ab","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":"b37052b3-a9bd-4053-952f-7feb2ff40020","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":"678a6039-0138-4b89-ba56-644db9ad55a6","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":"f8ac413e-e728-4ba1-842d-06d64f805a19","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":"NTMzOTk5OTgwN2Y3MzE0NDVmZDgyNTk0NDJmMzgzOTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"438cca29-40dc-439e-ab04-f40162383f06","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"OWFlMGI1ODIwZTBhZjc0NWZhMjc4ZjMxMjI5ZDYxYjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"64299cde-75aa-4e0a-911d-9c08e842f805","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-16T05:30:59.469Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:30:59.470Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:30:59.472Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:30:59.472Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168602522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:30:59.572Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:30:59.573Z||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-12-16T05:30:59.573Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:30:59.584Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:30:59.585Z||pool-129-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:31:00.473Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:31:00.474Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:31:00.477Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:31:00.477Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168602522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-16T05:31:00.578Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-16T05:31:00.580Z||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-12-16T05:31:00.580Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:31:00.596Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:31:00.596Z||pool-130-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:31:01.479Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:31:01.480Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:31:01.481Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:31:01.482Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168602522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-16T05:31:01.582Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:31:01.582Z||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-12-16T05:31:01.583Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:31:01.596Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:31:01.597Z||pool-131-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-12-16T05:31:02.482Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:31:02.483Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:31:02.485Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:31:02.486Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168602522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-16T05:31:02.586Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:31:02.587Z||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-12-16T05:31:02.587Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:31:02.601Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:31:02.601Z||pool-132-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-12-16T05:31:03.486Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:31:03.487Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:31:03.489Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:31:03.489Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168602522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:31:03.590Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:31:03.591Z||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-12-16T05:31:03.591Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:31:03.608Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:31:03.608Z||pool-133-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:31:04.490Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:31:04.491Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:31:04.493Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:31:04.493Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168602522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T05:31:04.594Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-16T05:31:04.594Z||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-12-16T05:31:04.595Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:31:04.606Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:31:04.606Z||pool-134-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:31:05.494Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:31:05.495Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:31:05.497Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:31:05.497Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168602522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T05:31:05.597Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:31:05.598Z||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-12-16T05:31:05.598Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:31:05.610Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:31:05.611Z||pool-135-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-16T05:31:06.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:31:06.135Z||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-12-16T05:31:06.136Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:31:06.192Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:31:06.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-16T05:31:06.193Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21658ee1-15f2-4dab-ae90-f74ba4fe62f1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168601508, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-16T05:31:06.194Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:31:06.498Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:31:06.499Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:31:06.501Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:31:06.501Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168602522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:31:06.601Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:31:06.602Z||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-12-16T05:31:06.602Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:31:06.624Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:31:06.624Z||pool-136-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:31:07.501Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-16T05:31:07.502Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:31:07.505Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:31:07.505Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168602522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-16T05:31:07.606Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-16T05:31:07.607Z||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-12-16T05:31:07.607Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:31:07.618Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:31:07.619Z||pool-137-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-16T05:31:08.506Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "50c4eca9-498d-4d98-ac85-040d9baeedb4", "serviceDescription": "service", "serviceInvariantUUID": "64a0f5ff-2ea4-4ef0-82b2-fda8f59be4ac", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "a90cc74d-ffd7-4e20-a5d1-f692e3eb4924", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "6088262a-d2c9-45aa-bbf3-d88910d50dd3", "resourceInvariantUUID": "77c29084-6706-4434-9d5c-dfa689f60503", "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": "OWFlMGI1ODIwZTBhZjc0NWZhMjc4ZjMxMjI5ZDYxYjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "64299cde-75aa-4e0a-911d-9c08e842f805" } ], "workloadContext": "Production" } 2022-12-16T05:31:08.506Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-16T05:31:08.506Z|7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 50c4eca9-498d-4d98-ac85-040d9baeedb4 ASDC 2022-12-16T05:31:08.507Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:c1a07f55-000b-45d2-86cf-36f4c0a4afae ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:50c4eca9-498d-4d98-ac85-040d9baeedb4 ServiceInvariantUUID:64a0f5ff-2ea4-4ef0-82b2-fda8f59be4ac 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:64299cde-75aa-4e0a-911d-9c08e842f805 ArtifactChecksum:OWFlMGI1ODIwZTBhZjc0NWZhMjc4ZjMxMjI5ZDYxYjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:a90cc74d-ffd7-4e20-a5d1-f692e3eb4924 ResourceInvariantUUID:77c29084-6706-4434-9d5c-dfa689f60503 ResourceName:test-pnf ResourceType:PNF ResourceUUID:6088262a-d2c9-45aa-bbf3-d88910d50dd3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-12-16T05:31:08.507Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 50c4eca9-498d-4d98-ac85-040d9baeedb4 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-12-16T05:31:08.537Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-16T05:31:08.538Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-16T05:31:08.538Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-16T05:31:08.538Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 64299cde-75aa-4e0a-911d-9c08e842f805 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-12-16T05:31:08.538Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-12-16T05:31:08.538Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-12-16T05:31:08.608Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-12-16T05:31:08.614Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 64299cde-75aa-4e0a-911d-9c08e842f805 110866 2022-12-16T05:31:08.614Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-12-16T05:31:08.614Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-12-16T05:31:08.614Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-16T05:31:08.614Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:31:08.617Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:31:08.617Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168668614, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T05:31:08.717Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:31:08.718Z||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-12-16T05:31:08.718Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:31:08.749Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:31:08.749Z||pool-138-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2022-12-16T05:31:09.617Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-16T05:31:09.618Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-12-16T05:31:09.618Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 64299cde-75aa-4e0a-911d-9c08e842f805, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-16T05:31:09.619Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-12-16T05:31:09.619Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-16T05:31:09.619Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-16T05:31:09.790Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7946388103742637316/Definitions/service-TestPnfMacro-template.yml 2022-12-16T05:31:10.655Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-16T05:31:10.656Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-16T05:31:10.656Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-16T05:31:10.656Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-16T05:31:10.656Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-16T05:31:10.657Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-16T05:31:10.657Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-16T05:31:10.657Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-16T05:31:10.657Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-16T05:31:10.658Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-16T05:31:10.658Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-16T05:31:10.658Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-12-16T05:31:10.658Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:31:10.659Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:31:10.659Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-12-16T05:31:10.659Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-16T05:31:10.660Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-16T05:31:10.660Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:31:10.660Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:31:10.661Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-12-16T05:31:10.661Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-12-16T05:31:10.661Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-16T05:31:10.661Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:31:10.662Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:31:10.662Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:31:10.662Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:31:10.662Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:31:10.663Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:31:10.663Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:31:10.663Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:31:10.664Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:31:10.664Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:31:10.664Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:50c4eca9-498d-4d98-ac85-040d9baeedb4 Model Version:NULL Model InvariantUuid:64a0f5ff-2ea4-4ef0-82b2-fda8f59be4ac 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-12-16T05:31:10.671Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6088262a-d2c9-45aa-bbf3-d88910d50dd3 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-12-16T05:31:10.674Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||test-pnf 0 2022-12-16T05:31:10.674Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6088262a-d2c9-45aa-bbf3-d88910d50dd3 2022-12-16T05:31:10.674Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 50c4eca9-498d-4d98-ac85-040d9baeedb4 2022-12-16T05:31:10.675Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 50c4eca9-498d-4d98-ac85-040d9baeedb4 2022-12-16T05:31:10.675Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 6088262a-d2c9-45aa-bbf3-d88910d50dd3 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-12-16T05:31:10.679Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3168d77a, org.onap.sdc.toscaparser.api.parameters.Input@5839ecb9, org.onap.sdc.toscaparser.api.parameters.Input@54d88ec, org.onap.sdc.toscaparser.api.parameters.Input@54179b37, org.onap.sdc.toscaparser.api.parameters.Input@23b345c8] 2022-12-16T05:31:10.680Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:31:10.680Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:31:10.680Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 50c4eca9-498d-4d98-ac85-040d9baeedb4: test-pnf 2022-12-16T05:31:10.680Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||Processing PNF resource: 6088262a-d2c9-45aa-bbf3-d88910d50dd3 2022-12-16T05:31:10.681Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-16T05:31:10.681Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-16T05:31:10.681Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||Resource customization UUID: a90cc74d-ffd7-4e20-a5d1-f692e3eb4924 is the same as notified resource customizationUUID: a90cc74d-ffd7-4e20-a5d1-f692e3eb4924 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-12-16T05:31:10.714Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 6088262a-d2c9-45aa-bbf3-d88910d50dd3 0 ASDC deployResourceStructure 2022-12-16T05:31:10.715Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-12-16T05:31:10.715Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-12-16T05:31:10.715Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-16T05:31:10.716Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:31:10.718Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:31:10.719Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168670715, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-16T05:31:10.818Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-16T05:31:10.819Z||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-12-16T05:31:10.819Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:31:10.832Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:31:10.832Z||pool-139-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-16T05:31:11.719Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1a07f55-000b-45d2-86cf-36f4c0a4afae Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-16T05:31:11.730Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1a07f55-000b-45d2-86cf-36f4c0a4afae Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-12-16T05:31:11.732Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-16T05:31:11.732Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-16T05:31:11.732Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-16T05:31:11.733Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-16T05:31:11.733Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T05:31:11.733Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T05:31:11.733Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T05:31:11.733Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T05:31:11.733Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-16T05:31:11.734Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-16T05:31:11.738Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-16T05:31:41.738Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c1a07f55-000b-45d2-86cf-36f4c0a4afae 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-12-16T05:31:41.746Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c1a07f55-000b-45d2-86cf-36f4c0a4afae and serviceModelVersionId: 50c4eca9-498d-4d98-ac85-040d9baeedb4 2022-12-16T05:31:41.746Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64a0f5ff-2ea4-4ef0-82b2-fda8f59be4ac 2022-12-16T05:31:41.747Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64a0f5ff-2ea4-4ef0-82b2-fda8f59be4ac/model-vers/model-ver/50c4eca9-498d-4d98-ac85-040d9baeedb4?depth=0 2022-12-16T05:31:41.753Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-12-16T05:31:41.800Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64a0f5ff-2ea4-4ef0-82b2-fda8f59be4ac/model-vers/model-ver/50c4eca9-498d-4d98-ac85-040d9baeedb4?depth=0|INFO|500||Invoke 2022-12-16T05:31:41.800Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64a0f5ff-2ea4-4ef0-82b2-fda8f59be4ac/model-vers/model-ver/50c4eca9-498d-4d98-ac85-040d9baeedb4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64a0f5ff-2ea4-4ef0-82b2-fda8f59be4ac/model-vers/model-ver/50c4eca9-498d-4d98-ac85-040d9baeedb4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c1a07f55-000b-45d2-86cf-36f4c0a4afae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[10644640-ec42-48a7-bef1-ce554c8fcfd2], X-ECOMP-RequestID=[c1a07f55-000b-45d2-86cf-36f4c0a4afae], X-TransactionId=[], X-ONAP-RequestID=[c1a07f55-000b-45d2-86cf-36f4c0a4afae], Content-Type=[application/merge-patch+json]} 2022-12-16T05:31:41.819Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64a0f5ff-2ea4-4ef0-82b2-fda8f59be4ac/model-vers/model-ver/50c4eca9-498d-4d98-ac85-040d9baeedb4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-16T05:31:41.915Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64a0f5ff-2ea4-4ef0-82b2-fda8f59be4ac/model-vers/model-ver/50c4eca9-498d-4d98-ac85-040d9baeedb4?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/64a0f5ff-2ea4-4ef0-82b2-fda8f59be4ac/model-vers/model-ver/50c4eca9-498d-4d98-ac85-040d9baeedb4?depth=0 has http status code:200 and response headers:{date=[Fri, 16 Dec 2022 05:31:42 GMT], content-length=[0], vertex-id=[307296], x-aai-txid=[0-aai-resources-221216-05:31:42:743-81265], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-16T05:31:41.916Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64a0f5ff-2ea4-4ef0-82b2-fda8f59be4ac/model-vers/model-ver/50c4eca9-498d-4d98-ac85-040d9baeedb4?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-12-16T05:31:41.916Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64a0f5ff-2ea4-4ef0-82b2-fda8f59be4ac/model-vers/model-ver/50c4eca9-498d-4d98-ac85-040d9baeedb4?depth=0|INFO|500||InvokeReturn 2022-12-16T05:31:41.918Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-16T05:31:41.918Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-16T05:31:41.925Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-16T05:31:41.925Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c1a07f55-000b-45d2-86cf-36f4c0a4afae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-16T05:31:41.926Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-16T05:31:41.926Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-12-16T05:31:41.928Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-16T05:31:41.928Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168701926, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-16T05:31:42.028Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-16T05:31:42.029Z||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-12-16T05:31:42.029Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:31:42.046Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:31:42.046Z||pool-140-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-16T05:31:42.947Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:31:42.947Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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-12-16T05:31:42.948Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:31:52.521Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:31:52.521Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:31:52.522Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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-12-16T05:31:52.522Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:32:02.121Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:32:02.122Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:32:02.122Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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-12-16T05:32:02.123Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:32:06.135Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:32:06.135Z|f989180a-ec10-4f84-a1dd-174cd328db86|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-12-16T05:32:06.135Z|f989180a-ec10-4f84-a1dd-174cd328db86|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:32:06.187Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:32:06.188Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-16T05:32:06.188Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168602522, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:32:06.189Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-16T05:32:06.189Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-16T05:32:06.189Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168602522, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-12-16T05:32:06.189Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-16T05:32:06.189Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-16T05:32:06.189Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168602522, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-16T05:32:06.190Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-16T05:32:06.190Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-16T05:32:06.190Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168602522, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:32:06.190Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-16T05:32:06.190Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-16T05:32:06.190Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168602522, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-16T05:32:06.190Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-16T05:32:06.190Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-16T05:32:06.190Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168602522, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-16T05:32:06.190Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-16T05:32:06.190Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-16T05:32:06.190Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168602522, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:32:06.191Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-16T05:32:06.191Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-16T05:32:06.191Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168602522, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-16T05:32:06.191Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-16T05:32:06.191Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-16T05:32:06.191Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168616031, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T05:32:06.191Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:32:06.191Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-16T05:32:06.191Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168620957, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-16T05:32:06.191Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:32:06.191Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-16T05:32:06.191Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168622012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-16T05:32:06.192Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:32:06.192Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-16T05:32:06.192Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168623069, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-16T05:32:06.192Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:32:06.192Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-16T05:32:06.192Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168624219, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-16T05:32:06.192Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:32:06.192Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-16T05:32:06.192Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168625225, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-12-16T05:32:06.192Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:32:06.192Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-16T05:32:06.192Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168626229, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-12-16T05:32:06.192Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:32:06.193Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-16T05:32:06.193Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168627234, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-16T05:32:06.193Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:32:06.193Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-16T05:32:06.193Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7e4b6b3d-c4ce-42f5-a089-89d8b7747eb1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168658452, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-16T05:32:06.193Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:32:06.193Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-16T05:32:06.193Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168602522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:32:06.193Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-16T05:32:06.193Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-16T05:32:06.193Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168602522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-16T05:32:06.193Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-16T05:32:06.194Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-16T05:32:06.194Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168602522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-16T05:32:06.194Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-16T05:32:06.194Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-16T05:32:06.194Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168602522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-16T05:32:06.194Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-16T05:32:06.194Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-16T05:32:06.194Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168602522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-16T05:32:06.194Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-16T05:32:06.194Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-16T05:32:06.195Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168602522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T05:32:06.195Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-16T05:32:06.195Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-12-16T05:32:06.195Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168602522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-16T05:32:06.195Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-12-16T05:32:11.718Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:32:11.718Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:32:11.719Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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-12-16T05:32:11.719Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:32:21.273Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:32:21.274Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:32:21.274Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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-12-16T05:32:21.275Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:32:30.827Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:33:06.132Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:33:06.133Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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-12-16T05:33:06.134Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:33:06.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:33:06.134Z||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-12-16T05:33:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:33:06.201Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:33:06.201Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-16T05:33:06.201Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168602522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-16T05:33:06.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-16T05:33:15.721Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:34:06.132Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:34:06.133Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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-12-16T05:34:06.133Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:34:06.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:34:06.135Z||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-12-16T05:34:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:34:06.673Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:34:06.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-16T05:34:06.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168602522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-16T05:34:06.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-16T05:34:06.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-16T05:34:06.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168668614, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-16T05:34:06.675Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:34:06.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-16T05:34:06.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168670715, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-16T05:34:06.675Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:34:06.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-16T05:34:06.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c1a07f55-000b-45d2-86cf-36f4c0a4afae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1671168701926, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-16T05:34:06.676Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-16T05:34:15.719Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:35:06.132Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:35:06.133Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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-12-16T05:35:06.133Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:35:06.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:35:06.135Z||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-12-16T05:35:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:35:15.776Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:35:15.778Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:36:06.132Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:36:06.133Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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-12-16T05:36:06.133Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:36:06.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:36:06.135Z||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-12-16T05:36:06.136Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:36:15.718Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:36:15.767Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:37:06.132Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:37:06.133Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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-12-16T05:37:06.133Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:37:06.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:37:06.135Z||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-12-16T05:37:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:37:15.717Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:37:15.717Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:38:06.132Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:38:06.133Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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-12-16T05:38:06.133Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:38:06.135Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:38:06.135Z||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-12-16T05:38:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:38:15.698Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:38:15.700Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:39:06.132Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:39:06.133Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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-12-16T05:39:06.134Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:39:06.134Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:39:06.135Z|f989180a-ec10-4f84-a1dd-174cd328db86|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-12-16T05:39:06.135Z|f989180a-ec10-4f84-a1dd-174cd328db86|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:39:15.704Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:39:15.708Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:40:06.132Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:40:06.133Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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-12-16T05:40:06.133Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:40:06.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:40:06.135Z||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-12-16T05:40:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:40:15.703Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:40:15.704Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:41:06.133Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:41:06.134Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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-12-16T05:41:06.134Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:41:06.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:41:06.135Z||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-12-16T05:41:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:41:15.720Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:41:15.761Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:42:06.132Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:42:06.133Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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-12-16T05:42:06.133Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:42:06.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:42:06.135Z||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-12-16T05:42:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:42:15.744Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:42:15.772Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:43:06.132Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:43:06.133Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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-12-16T05:43:06.133Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:43:06.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:43:06.135Z||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-12-16T05:43:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:43:15.724Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:43:15.724Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:44:06.132Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:44:06.134Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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-12-16T05:44:06.134Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:44:06.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:44:06.135Z||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-12-16T05:44:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:44:15.797Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:44:15.798Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:45:06.132Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:45:06.133Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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-12-16T05:45:06.134Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:45:06.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:45:06.135Z||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-12-16T05:45:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:45:15.807Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:45:15.807Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:46:06.132Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:46:06.133Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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-12-16T05:46:06.133Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:46:06.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:46:06.135Z||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-12-16T05:46:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:46:15.704Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:46:15.715Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:47:06.132Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:47:06.133Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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-12-16T05:47:06.133Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:47:06.134Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:47:06.135Z|f989180a-ec10-4f84-a1dd-174cd328db86|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-12-16T05:47:06.135Z|f989180a-ec10-4f84-a1dd-174cd328db86|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:47:15.718Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:47:15.718Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:48:06.132Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:48:06.133Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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-12-16T05:48:06.133Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:48:06.134Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:48:06.135Z|f989180a-ec10-4f84-a1dd-174cd328db86|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-12-16T05:48:06.135Z|f989180a-ec10-4f84-a1dd-174cd328db86|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:48:15.723Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:48:15.744Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:49:06.132Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:49:06.133Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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-12-16T05:49:06.134Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:49:06.134Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:49:06.135Z|f989180a-ec10-4f84-a1dd-174cd328db86|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-12-16T05:49:06.135Z|f989180a-ec10-4f84-a1dd-174cd328db86|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:49:15.739Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:49:15.756Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:50:06.132Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:50:06.133Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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-12-16T05:50:06.133Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:50:06.134Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:50:06.135Z|f989180a-ec10-4f84-a1dd-174cd328db86|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-12-16T05:50:06.135Z|f989180a-ec10-4f84-a1dd-174cd328db86|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:50:15.698Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:50:15.758Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:51:06.132Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:51:06.133Z||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-12-16T05:51:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:51:06.135Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:51:06.135Z||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-12-16T05:51:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:51:15.753Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:51:15.756Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:52:06.132Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:52:06.133Z||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-12-16T05:52:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:52:06.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:52:06.135Z||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-12-16T05:52:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:52:15.742Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:52:15.769Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:53:06.132Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:53:06.133Z||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-12-16T05:53:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:53:06.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:53:06.135Z||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-12-16T05:53:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:53:15.708Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:53:15.711Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:54:06.132Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:54:06.133Z||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-12-16T05:54:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:54:06.134Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:54:06.134Z|f989180a-ec10-4f84-a1dd-174cd328db86|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-12-16T05:54:06.135Z|f989180a-ec10-4f84-a1dd-174cd328db86|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:54:15.688Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:54:15.711Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:55:06.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:55:06.134Z||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-12-16T05:55:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:55:06.135Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:55:06.135Z||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-12-16T05:55:06.136Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:55:15.696Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:55:15.708Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:56:06.132Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:56:06.133Z||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-12-16T05:56:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:56:06.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:56:06.135Z||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-12-16T05:56:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:56:15.728Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:56:15.732Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:57:06.132Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:57:06.133Z||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-12-16T05:57:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:57:06.134Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:57:06.135Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|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-12-16T05:57:06.135Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:57:15.763Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:57:15.765Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:58:06.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:58:06.135Z||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-12-16T05:58:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:58:06.137Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:58:06.137Z||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-12-16T05:58:06.137Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:58:15.806Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:58:15.808Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:59:06.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:59:06.134Z||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-12-16T05:59:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:59:06.134Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T05:59:06.136Z|f989180a-ec10-4f84-a1dd-174cd328db86|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-12-16T05:59:06.136Z|f989180a-ec10-4f84-a1dd-174cd328db86|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T05:59:15.781Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T05:59:15.795Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:00:06.132Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:00:06.133Z||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-12-16T06:00:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:00:06.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:00:06.135Z||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-12-16T06:00:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:00:15.706Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:00:15.712Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:01:06.132Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:01:06.133Z||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-12-16T06:01:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:01:06.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:01:06.135Z||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-12-16T06:01:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:01:15.706Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:01:15.711Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:02:06.132Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:02:06.133Z||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-12-16T06:02:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:02:06.134Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:02:06.135Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|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-12-16T06:02:06.135Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:02:15.729Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:02:15.730Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:03:06.132Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:03:06.133Z||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-12-16T06:03:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:03:06.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:03:06.135Z||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-12-16T06:03:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:03:15.725Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:03:15.729Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:04:06.132Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:04:06.133Z||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-12-16T06:04:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:04:06.134Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:04:06.135Z|f989180a-ec10-4f84-a1dd-174cd328db86|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-12-16T06:04:06.135Z|f989180a-ec10-4f84-a1dd-174cd328db86|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:04:15.756Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:04:15.771Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:05:06.132Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:05:06.133Z||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-12-16T06:05:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:05:06.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:05:06.136Z||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-12-16T06:05:06.136Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:05:15.703Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:05:15.708Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:06:06.132Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:06:06.133Z||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-12-16T06:06:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:06:06.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:06:06.135Z||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-12-16T06:06:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:06:15.753Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:06:15.754Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:07:06.132Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:07:06.133Z||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-12-16T06:07:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:07:06.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:07:06.135Z||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-12-16T06:07:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:07:15.722Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:07:15.740Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:08:06.132Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:08:06.133Z||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-12-16T06:08:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:08:06.134Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:08:06.135Z|f989180a-ec10-4f84-a1dd-174cd328db86|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-12-16T06:08:06.135Z|f989180a-ec10-4f84-a1dd-174cd328db86|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:08:15.718Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:08:15.723Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:09:06.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:09:06.134Z||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-12-16T06:09:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:09:06.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:09:06.135Z||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-12-16T06:09:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:09:15.777Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:09:15.778Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:10:06.132Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:10:06.133Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|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-12-16T06:10:06.133Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:10:06.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:10:06.135Z||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-12-16T06:10:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:10:15.840Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:10:15.868Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:11:06.132Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:11:06.133Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|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-12-16T06:11:06.133Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:11:06.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:11:06.135Z||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-12-16T06:11:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:11:15.789Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:11:15.807Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:12:06.132Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:12:06.133Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|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-12-16T06:12:06.133Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:12:06.134Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:12:06.135Z|f989180a-ec10-4f84-a1dd-174cd328db86|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-12-16T06:12:06.135Z|f989180a-ec10-4f84-a1dd-174cd328db86|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:12:15.696Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:12:15.775Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:13:06.133Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:13:06.134Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|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-12-16T06:13:06.134Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:13:06.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:13:06.135Z||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-12-16T06:13:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:13:15.729Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:13:15.743Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:14:06.132Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:14:06.133Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|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-12-16T06:14:06.133Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:14:06.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:14:06.135Z||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-12-16T06:14:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:14:15.710Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:14:15.712Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:15:06.132Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:15:06.133Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|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-12-16T06:15:06.133Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:15:06.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:15:06.135Z||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-12-16T06:15:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:15:15.714Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:15:15.743Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:16:06.132Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:16:06.133Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|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-12-16T06:16:06.133Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:16:06.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:16:06.135Z||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-12-16T06:16:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:16:15.772Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:16:15.779Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:17:06.132Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:17:06.133Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|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-12-16T06:17:06.133Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:17:06.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:17:06.135Z||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-12-16T06:17:06.136Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:17:15.703Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:17:15.705Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:18:06.132Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:18:06.133Z||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-12-16T06:18:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:18:06.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:18:06.135Z||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-12-16T06:18:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:18:15.759Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:18:15.759Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:19:06.132Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:19:06.133Z||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-12-16T06:19:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:19:06.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:19:06.135Z||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-12-16T06:19:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:19:15.712Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:19:15.718Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:20:06.132Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:20:06.133Z||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-12-16T06:20:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:20:06.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:20:06.135Z||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-12-16T06:20:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:20:15.723Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:20:15.726Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:21:06.132Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:21:06.133Z||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-12-16T06:21:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:21:06.134Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:21:06.135Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|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-12-16T06:21:06.135Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:21:15.850Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:21:15.855Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:22:06.132Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:22:06.133Z||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-12-16T06:22:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:22:06.134Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:22:06.135Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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-12-16T06:22:06.135Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:22:15.761Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:22:15.780Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:23:06.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:23:06.134Z||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-12-16T06:23:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:23:06.134Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:23:06.135Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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-12-16T06:23:06.135Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:23:15.781Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:23:15.781Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:24:06.132Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:24:06.133Z||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-12-16T06:24:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:24:06.134Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:24:06.135Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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-12-16T06:24:06.135Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:24:15.784Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:24:15.806Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:25:06.132Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:25:06.133Z||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-12-16T06:25:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:25:06.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:25:06.135Z||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-12-16T06:25:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:25:15.796Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:25:15.847Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:26:06.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:26:06.134Z||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-12-16T06:26:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:26:06.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:26:06.135Z||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-12-16T06:26:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:26:15.842Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:26:16.042Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:27:06.132Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:27:06.134Z||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-12-16T06:27:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:27:06.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:27:06.135Z||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-12-16T06:27:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:27:15.752Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:27:15.799Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:28:06.132Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:28:06.133Z||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-12-16T06:28:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:28:06.134Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:28:06.136Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|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-12-16T06:28:06.136Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:28:15.750Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:28:15.762Z|c47cfde5-a09b-48e4-b73f-ee4c9246f503|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:29:06.132Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:29:06.133Z||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-12-16T06:29:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:29:06.134Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:29:06.135Z|f989180a-ec10-4f84-a1dd-174cd328db86|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-12-16T06:29:06.135Z|f989180a-ec10-4f84-a1dd-174cd328db86|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:29:15.728Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:29:15.770Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:30:06.132Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:30:06.133Z||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-12-16T06:30:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:30:06.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:30:06.135Z||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-12-16T06:30:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:30:15.743Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:30:15.750Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:31:06.132Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:31:06.133Z||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-12-16T06:31:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:31:06.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:31:06.135Z||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-12-16T06:31:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:31:15.712Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:31:15.753Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:32:06.132Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:32:06.133Z||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-12-16T06:32:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:32:06.134Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:32:06.135Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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-12-16T06:32:06.135Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:32:15.801Z|c1a07f55-000b-45d2-86cf-36f4c0a4afae|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:32:15.808Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:33:06.132Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:33:06.133Z||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-12-16T06:33:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:33:06.134Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:33:06.135Z|f989180a-ec10-4f84-a1dd-174cd328db86|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-12-16T06:33:06.135Z|f989180a-ec10-4f84-a1dd-174cd328db86|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:33:15.810Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:33:15.818Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:34:06.135Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:34:06.135Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:34:06.135Z||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-12-16T06:34:06.135Z||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-12-16T06:34:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:34:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:34:15.718Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:34:15.733Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:35:06.140Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:35:06.139Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:35:06.140Z||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-12-16T06:35:06.140Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:35:06.141Z||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-12-16T06:35:06.141Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:35:15.817Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:35:15.872Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:36:06.132Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:36:06.133Z||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-12-16T06:36:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:36:06.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:36:06.135Z||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-12-16T06:36:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:36:15.728Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:36:15.769Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:37:06.132Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:37:06.133Z||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-12-16T06:37:06.134Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:37:06.134Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:37:06.135Z|f989180a-ec10-4f84-a1dd-174cd328db86|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-12-16T06:37:06.135Z|f989180a-ec10-4f84-a1dd-174cd328db86|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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:37:15.792Z|f989180a-ec10-4f84-a1dd-174cd328db86|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:37:15.792Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:38:06.132Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:38:06.133Z||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-12-16T06:38:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:38:06.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:38:06.135Z||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-12-16T06:38:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:38:15.767Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:38:15.778Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:39:06.132Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:39:06.133Z||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-12-16T06:39:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:39:06.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:39:06.135Z||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-12-16T06:39:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:39:15.775Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:39:15.818Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:40:06.132Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:40:06.133Z||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-12-16T06:40:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:40:06.134Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:40:06.134Z||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-12-16T06:40:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:40:15.736Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:40:15.770Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:41:06.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:41:06.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:41:06.134Z||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-12-16T06:41:06.135Z||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-12-16T06:41:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:41:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:41:15.812Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:41:15.812Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:42:06.132Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:42:06.133Z||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-12-16T06:42:06.133Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:42:06.134Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-16T06:42:06.135Z||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-12-16T06:42:06.135Z||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 JWGZvzwXZ5cbTQhs) ... 2022-12-16T06:42:15.773Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-16T06:42:15.776Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK