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-11-01T05:28:19.786Z||main|||||INFO|500||The following profiles are active: basic 2022-11-01T05:28:31.738Z||main|||||INFO|500||Starting service [Tomcat] 2022-11-01T05:28:31.738Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-11-01T05:28:31.848Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-11-01T05:28:36.014Z||main|||||INFO|500||catdb-pool - Starting... 2022-11-01T05:28:36.447Z||main|||||INFO|500||catdb-pool - Start completed. 2022-11-01T05:28:37.034Z||main|||||INFO|500||reqdb-pool - Starting... 2022-11-01T05:28:37.042Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-11-01T05:28:37.191Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-11-01T05:28:37.428Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-11-01T05:28:38.700Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-11-01T05:28:40.947Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-01T05:28:43.420Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-01T05:28:43.487Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-11-01T05:28:44.085Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-01T05:28:44.312Z||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-11-01T05:28:45.549Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-01T05:28:46.646Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-11-01T05:28:46.664Z||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$$75ebdfa9.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-11-01T05:28:46.665Z||main|||||WARN|500||The sdc end point is not alive 2022-11-01T05:28:49.722Z||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-11-01T05:28:52.728Z||main|||||WARN|500||--- 2022-11-01T05:28:52.728Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-11-01T05:28:52.729Z||main|||||WARN|500||--- 2022-11-01T05:28:53.189Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-11-01T05:28:58.428Z||main|||||INFO|500||Started Application in 42.213 seconds (JVM running for 44.813) 2022-11-01T05:28:58.453Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-11-01T05:28:58.454Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-11-01T05:28:58.467Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-11-01T05:28:58.489Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-11-01T05:28:58.534Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 26bc82e9-cb28-4462-8c26-f77c5df3dc41 url= /sdc/v1/artifactTypes 2022-11-01T05:28:58.535Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-11-01T05:28:58.786Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-11-01T05:28:58.849Z||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-11-01T05:28:58.870Z||scheduling-1|||||DEBUG|500||create keys 2022-11-01T05:28:58.882Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-11-01T05:28:58.917Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:28:58.934Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 51185a9b-10c8-49e2-bac9-a5188637f9a9 url= /sdc/v1/registerForDistribution 2022-11-01T05:28:59.011Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 51185a9b-10c8-49e2-bac9-a5188637f9a9 url= /sdc/v1/registerForDistribution 2022-11-01T05:28:59.012Z||scheduling-1|||||INFO|500||start DistributionClient 2022-11-01T05:28:59.025Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:28:59.025Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:28:59.036Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-11-01T05:28:59.046Z||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-11-01T05:28:59.046Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:28:59.045Z||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-11-01T05:28:59.047Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:29:09.374Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:29:09.374Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:29:59.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:29:59.024Z||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-11-01T05:29:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:29:59.025Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:29:59.026Z||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-11-01T05:29:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:30:08.578Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:30:08.582Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:30:59.020Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:30:59.021Z||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-11-01T05:30:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:30:59.025Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:30:59.025Z||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-11-01T05:30:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:31:08.584Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:31:08.592Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:31:59.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:31:59.021Z||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-11-01T05:31:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:31:59.025Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:31:59.026Z||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-11-01T05:31:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:32:08.584Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:32:08.584Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:32:59.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:32:59.022Z||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-11-01T05:32:59.022Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:32:59.026Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:32:59.027Z||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-11-01T05:32:59.027Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:33:08.567Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:33:08.568Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:33:59.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:33:59.021Z||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-11-01T05:33:59.022Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:33:59.025Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:33:59.025Z||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-11-01T05:33:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:34:08.565Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:34:08.577Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:34:59.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:34:59.021Z||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-11-01T05:34:59.022Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:34:59.027Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:34:59.028Z||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-11-01T05:34:59.028Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:35:08.574Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:35:08.576Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:35:59.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:35:59.021Z||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-11-01T05:35:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:35:59.025Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:35:59.026Z||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-11-01T05:35:59.027Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:36:08.568Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:36:08.569Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:36:59.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:36:59.022Z||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-11-01T05:36:59.022Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:36:59.025Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:36:59.025Z||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-11-01T05:36:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:37:08.571Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:37:08.572Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:37:59.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:37:59.021Z||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-11-01T05:37:59.022Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:37:59.025Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:37:59.026Z||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-11-01T05:37:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:38:08.573Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:38:08.591Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:38:59.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:38:59.023Z||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-11-01T05:38:59.023Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:38:59.025Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:38:59.026Z||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-11-01T05:38:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:39:05.731Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-11-01T05:39:08.567Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:39:08.567Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:39:59.021Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:39:59.024Z||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-11-01T05:39:59.024Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:39:59.025Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:39:59.026Z||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-11-01T05:39:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:40:08.571Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:40:08.575Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:40:59.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:40:59.021Z||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-11-01T05:40:59.022Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:40:59.025Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:40:59.026Z||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-11-01T05:40:59.027Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:41:08.572Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:41:08.573Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:41:59.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:41:59.022Z||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-11-01T05:41:59.023Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:41:59.025Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:41:59.026Z||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-11-01T05:41:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:42:08.566Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:42:08.570Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:42:59.023Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:42:59.025Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:42:59.027Z||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-11-01T05:42:59.027Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:42:59.028Z||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-11-01T05:42:59.029Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:43:08.591Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:43:08.595Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:43:59.022Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:43:59.024Z||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-11-01T05:43:59.024Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:43:59.025Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:43:59.025Z||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-11-01T05:43:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:44:08.601Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:44:08.607Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:44:59.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:44:59.021Z||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-11-01T05:44:59.022Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:44:59.025Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:44:59.026Z||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-11-01T05:44:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:45:08.590Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:45:08.603Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:45:59.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:45:59.021Z||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-11-01T05:45:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:45:59.025Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:45:59.025Z||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-11-01T05:45:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:46:08.597Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:46:08.598Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:46:59.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:46:59.022Z||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-11-01T05:46:59.022Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:46:59.025Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:46:59.025Z||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-11-01T05:46:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:47:08.593Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:47:08.632Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:47:59.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:47:59.021Z||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-11-01T05:47:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:47:59.025Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:47:59.026Z||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-11-01T05:47:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:48:08.568Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:48:08.573Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:48:59.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:48:59.021Z||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-11-01T05:48:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:48:59.025Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:48:59.026Z||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-11-01T05:48:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:49:08.588Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:49:08.589Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:49:59.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:49:59.022Z||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-11-01T05:49:59.022Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:49:59.025Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:49:59.026Z||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-11-01T05:49:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:50:08.572Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:50:08.586Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:50:59.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:50:59.024Z||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-11-01T05:50:59.024Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:50:59.025Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:50:59.025Z||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-11-01T05:50:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:51:08.578Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:51:08.578Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:51:59.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:51:59.022Z||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-11-01T05:51:59.023Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:51:59.025Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:51:59.026Z||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-11-01T05:51:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:52:08.562Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:52:08.565Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:52:59.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:52:59.021Z||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-11-01T05:52:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:52:59.025Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:52:59.025Z||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-11-01T05:52:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:53:08.571Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:53:08.572Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:53:59.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:53:59.021Z||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-11-01T05:53:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:53:59.025Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:53:59.026Z||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-11-01T05:53:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:54:08.592Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:54:08.593Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:54:59.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:54:59.021Z||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-11-01T05:54:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:54:59.025Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:54:59.026Z||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-11-01T05:54:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:55:08.574Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:55:08.580Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:55:59.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:55:59.021Z||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-11-01T05:55:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:55:59.025Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:55:59.026Z||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-11-01T05:55:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:56:08.564Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:56:08.589Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:56:59.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:56:59.022Z||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-11-01T05:56:59.023Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:56:59.025Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:56:59.026Z||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-11-01T05:56:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:57:08.590Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:57:08.591Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:57:59.021Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:57:59.022Z||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-11-01T05:57:59.022Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:57:59.025Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:57:59.025Z||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-11-01T05:57:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:58:08.562Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:58:08.582Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:58:59.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:58:59.021Z||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-11-01T05:58:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:58:59.025Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:58:59.026Z||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-11-01T05:58:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:59:08.564Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:59:08.590Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T05:59:59.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:59:59.022Z||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-11-01T05:59:59.022Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T05:59:59.025Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T05:59:59.026Z||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-11-01T05:59:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:00:08.567Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:00:08.568Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:00:59.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:00:59.021Z||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-11-01T06:00:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:00:59.025Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:00:59.025Z||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-11-01T06:00:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:01:08.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:01:08.579Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:01:59.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:01:59.021Z||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-11-01T06:01:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:01:59.025Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:01:59.026Z||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-11-01T06:01:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:02:08.564Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:02:08.564Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:02:59.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:02:59.022Z||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-11-01T06:02:59.022Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:02:59.025Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:02:59.026Z||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-11-01T06:02:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:03:08.566Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:03:08.566Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:03:59.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:03:59.023Z||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-11-01T06:03:59.023Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:03:59.025Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:03:59.026Z||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-11-01T06:03:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:04:08.568Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:04:08.571Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:04:59.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:04:59.021Z||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-11-01T06:04:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:04:59.025Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:04:59.025Z||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-11-01T06:04:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:05:08.573Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:05:08.574Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:05:59.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:05:59.021Z||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-11-01T06:05:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:05:59.025Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:05:59.025Z||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-11-01T06:05:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:06:08.571Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:06:08.571Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:06:59.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:06:59.021Z||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-11-01T06:06:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:06:59.025Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:06:59.025Z||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-11-01T06:06:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:07:08.563Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:07:08.569Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:07:59.020Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:07:59.021Z||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-11-01T06:07:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:07:59.025Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:07:59.025Z||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-11-01T06:07:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:08:08.593Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:08:08.602Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:08:59.021Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:08:59.021Z||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-11-01T06:08:59.022Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:08:59.025Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:08:59.025Z||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-11-01T06:08:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:08:59.646Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:08:59.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-01T06:08:59.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"17c002dd-806b-483b-9401-ff608af8257e","serviceName":"vFW 2022-11-01 06-07-34","serviceVersion":"1.0","serviceUUID":"793f3603-de06-42cd-b840-057958ef7717","serviceDescription":"catalog service description","serviceInvariantUUID":"3ca459a0-d4d1-47ec-968d-051c3b099810","resources":[{"resourceInstanceName":"vFW 356123ac-943e 0","resourceName":"vFW 356123ac-943e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d6caf87b-e01c-4988-bead-d3629423f507","resourceInvariantUUID":"e6bfdfa8-4bcd-46e7-82e9-c45686220712","resourceCustomizationUUID":"c98d7e45-ad30-4826-9668-f82bab637c9c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vf-license-model.xml","artifactChecksum":"MzEwODUyMGUyOGI4NDc5ODcxODI0OWZiMDY1MWMzODk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"32599199-3773-4dfd-a1bb-76a25b2eb32d","artifactVersion":"1"},{"artifactName":"vfw356123ac943e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json","artifactChecksum":"NzNiN2MyNDcxMTYxMjQzNjY4MWViMGUzZTk3YTQ5ZTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5b463bd7-05df-47d3-ad09-eef0d1a776e0","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0401e90f-5920-4db8-825f-70f8e31eeda4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDM0NDcyMjI1OGRjMDIyZDAxNjg4MzA5YmUxYThjMGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"adf197d9-2c09-42cf-8fd4-7d6408d3457c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"657ac5a4-62e7-47ed-b415-dd6124d0bea5","artifactVersion":"2","generatedFromUUID":"0401e90f-5920-4db8-825f-70f8e31eeda4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221101060734-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-template.yml","artifactChecksum":"ZjVlODZjNzdhNzMyNTEzMWUzMDM1MDY2YmVkN2VjMDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e9814954-bb7d-465a-8f0f-a82b12c19e70","artifactVersion":"1"},{"artifactName":"service-Vfw20221101060734-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar","artifactChecksum":"M2NiNTU3YmIyNWZiNDYyNzhhZmM5NTNjZWM4NGNmOGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1f789bd1-475f-4e16-84e7-f0cdce9bb0e5","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-01T06:08:59.649Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:08:59.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:08:59.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "ves-openapi-manager", "timestamp": 1667282900905, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:08:59.679Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:08:59.685Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:08:59.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:08:59.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:08:59.700Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:08:59.700Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667282939021, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:08:59.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "cds", "timestamp": 1667282907106, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:08:59.701Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:08:59.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:08:59.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667282905017, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:08:59.702Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:08:59.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:08:59.702Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "aai-ml", "timestamp": 1667282901726, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:08:59.703Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:08:59.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:08:59.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "ves-openapi-manager", "timestamp": 1667282900905, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-01T06:08:59.704Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:08:59.704Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:08:59.704Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "cds", "timestamp": 1667282907106, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-01T06:08:59.705Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:08:59.705Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:08:59.705Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667282905017, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-01T06:08:59.706Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:08:59.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:08:59.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "aai-ml", "timestamp": 1667282901726, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-01T06:08:59.707Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:08:59.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:08:59.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "ves-openapi-manager", "timestamp": 1667282900905, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:08:59.708Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:08:59.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:08:59.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "cds", "timestamp": 1667282907106, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:08:59.709Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:08:59.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:08:59.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667282905017, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:08:59.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:08:59.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:08:59.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "aai-ml", "timestamp": 1667282901726, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:08:59.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:08:59.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:08:59.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "ves-openapi-manager", "timestamp": 1667282900905, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:08:59.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:08:59.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:08:59.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667282905017, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:08:59.713Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:08:59.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:08:59.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "cds", "timestamp": 1667282907106, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:08:59.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:08:59.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:08:59.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "aai-ml", "timestamp": 1667282901726, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:08:59.715Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:08:59.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:08:59.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "ves-openapi-manager", "timestamp": 1667282900905, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-01T06:08:59.716Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:08:59.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:08:59.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "cds", "timestamp": 1667282907106, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-01T06:08:59.717Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:08:59.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:08:59.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "aai-ml", "timestamp": 1667282901726, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-01T06:08:59.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:08:59.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:08:59.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667282905017, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-01T06:08:59.719Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:08:59.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:08:59.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "ves-openapi-manager", "timestamp": 1667282900905, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:08:59.722Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:08:59.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:08:59.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667282905017, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:08:59.723Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:08:59.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:08:59.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "aai-ml", "timestamp": 1667282901726, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:08:59.723Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:08:59.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:08:59.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "cds", "timestamp": 1667282907106, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:08:59.723Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:08:59.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:08:59.724Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "ves-openapi-manager", "timestamp": 1667282900905, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-01T06:08:59.724Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:08:59.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:08:59.724Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667282905017, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:08:59.724Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:08:59.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:08:59.724Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "aai-ml", "timestamp": 1667282901726, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:08:59.724Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:08:59.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:08:59.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "cds", "timestamp": 1667282907106, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:08:59.725Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:08:59.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:08:59.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667282917090, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:08:59.725Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:08:59.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:08:59.726Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "aai-ml", "timestamp": 1667282917366, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:08:59.726Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:08:59.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:08:59.726Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "cds", "timestamp": 1667282916053, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:08:59.726Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:08:59.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:08:59.726Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "cds", "timestamp": 1667282917074, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-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-11-01T06:08:59.800Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-11-01T06:08:59.805Z||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-11-01T06:08:59.805Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:08:59.819Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:08:59.820Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-01T06:08:59.940Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 17c002dd-806b-483b-9401-ff608af8257e 2022-11-01T06:08:59.963Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17c002dd-806b-483b-9401-ff608af8257e 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-11-01T06:08:59.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:08:59.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "multicloud-k8s-id", "timestamp": 1667282917330, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:08:59.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:08:59.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:08:59.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "multicloud-k8s-id", "timestamp": 1667282917330, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json", "status": "NOTIFIED" } 2022-11-01T06:08:59.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:08:59.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:08:59.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "multicloud-k8s-id", "timestamp": 1667282917330, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-01T06:08:59.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:08:59.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:08:59.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "multicloud-k8s-id", "timestamp": 1667282917330, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:08:59.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:08:59.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:08:59.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667282922497, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar", "status": "DEPLOY_OK" } 2022-11-01T06:08:59.991Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:08:59.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:08:59.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "multicloud-k8s-id", "timestamp": 1667282917330, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-01T06:08:59.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:08:59.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:08:59.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667282923501, "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-11-01T06:09:00.009Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 17c002dd-806b-483b-9401-ff608af8257e 2022-11-01T06:09:00.009Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17c002dd-806b-483b-9401-ff608af8257e 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-11-01T06:09:00.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:09:00.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "multicloud-k8s-id", "timestamp": 1667282917330, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:09:00.019Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:09:00.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:09:00.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "multicloud-k8s-id", "timestamp": 1667282917330, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:09:00.020Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:09:00.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:09:00.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "multicloud-k8s-id", "timestamp": 1667282925154, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-01T06:09:00.020Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:09:00.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:09:00.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "multicloud-k8s-id", "timestamp": 1667282926231, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-01T06:09:00.020Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:09:00.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:09:00.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "multicloud-k8s-id", "timestamp": 1667282927305, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-01T06:09:00.021Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:09:00.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:09:00.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "multicloud-k8s-id", "timestamp": 1667282928415, "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-11-01T06:09:00.027Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 17c002dd-806b-483b-9401-ff608af8257e 2022-11-01T06:09:00.027Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17c002dd-806b-483b-9401-ff608af8257e 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-11-01T06:09:00.037Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:09:00.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "multicloud-k8s-id", "timestamp": 1667282929424, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json", "status": "DEPLOY_OK" } 2022-11-01T06:09:00.037Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:09:00.037Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:09:00.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "aai-ml", "timestamp": 1667282932530, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar", "status": "DEPLOY_OK" } 2022-11-01T06:09:00.038Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:09:00.038Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:09:00.038Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "aai-ml", "timestamp": 1667282933535, "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-11-01T06:09:00.049Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 17c002dd-806b-483b-9401-ff608af8257e 2022-11-01T06:09:00.049Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17c002dd-806b-483b-9401-ff608af8257e 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-11-01T06:09:00.708Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:09:00.709Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:09:00.711Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:09:00.711Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667282939021, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json", "status": "NOTIFIED" } 2022-11-01T06:09:00.811Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:09:00.812Z||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-11-01T06:09:00.812Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:09:00.824Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:09:00.825Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:09:01.712Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:09:01.713Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:09:01.715Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:09:01.715Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667282939021, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-01T06:09:01.815Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:09:01.816Z||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-11-01T06:09:01.816Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:09:01.828Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:09:01.829Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-01T06:09:02.716Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:09:02.717Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:09:02.719Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:09:02.719Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667282939021, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:09:02.819Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:09:02.820Z||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-11-01T06:09:02.820Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:09:02.839Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:09:02.839Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:09:03.719Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:09:03.720Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:09:03.722Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:09:03.723Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667282939021, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-01T06:09:03.823Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:09:03.824Z||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-11-01T06:09:03.824Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:09:03.836Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:09:03.836Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-01T06:09:04.723Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:09:04.724Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:09:04.728Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:09:04.728Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667282939021, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:09:04.828Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:09:04.829Z||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-11-01T06:09:04.829Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:09:04.841Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:09:04.841Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:09:05.729Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:09:05.730Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:09:05.732Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:09:05.732Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667282939021, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:09:05.832Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:09:05.833Z||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-11-01T06:09:05.833Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:09:05.844Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:09:05.845Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:09:06.735Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "serviceName": "vFW 2022-11-01 06-07-34", "serviceVersion": "1.0", "serviceUUID": "793f3603-de06-42cd-b840-057958ef7717", "serviceDescription": "catalog service description", "serviceInvariantUUID": "3ca459a0-d4d1-47ec-968d-051c3b099810", "resources": [ { "resourceInstanceName": "vFW 356123ac-943e 0", "resourceCustomizationUUID": "c98d7e45-ad30-4826-9668-f82bab637c9c", "resourceName": "vFW 356123ac-943e", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d6caf87b-e01c-4988-bead-d3629423f507", "resourceInvariantUUID": "e6bfdfa8-4bcd-46e7-82e9-c45686220712", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw356123ac943e0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json", "artifactChecksum": "NzNiN2MyNDcxMTYxMjQzNjY4MWViMGUzZTk3YTQ5ZTU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5b463bd7-05df-47d3-ad09-eef0d1a776e0", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "0401e90f-5920-4db8-825f-70f8e31eeda4", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "657ac5a4-62e7-47ed-b415-dd6124d0bea5", "generatedFromUUID": "0401e90f-5920-4db8-825f-70f8e31eeda4" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "657ac5a4-62e7-47ed-b415-dd6124d0bea5", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20221101060734-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar", "artifactChecksum": "M2NiNTU3YmIyNWZiNDYyNzhhZmM5NTNjZWM4NGNmOGQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1f789bd1-475f-4e16-84e7-f0cdce9bb0e5" } ], "workloadContext": "Production" } 2022-11-01T06:09:06.736Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-01T06:09:06.736Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 793f3603-de06-42cd-b840-057958ef7717 ASDC 2022-11-01T06:09:06.850Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:17c002dd-806b-483b-9401-ff608af8257e ServiceName:vFW 2022-11-01 06-07-34 ServiceVersion:1.0 ServiceUUID:793f3603-de06-42cd-b840-057958ef7717 ServiceInvariantUUID:3ca459a0-d4d1-47ec-968d-051c3b099810 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20221101060734-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar ArtifactUUID:1f789bd1-475f-4e16-84e7-f0cdce9bb0e5 ArtifactChecksum:M2NiNTU3YmIyNWZiNDYyNzhhZmM5NTNjZWM4NGNmOGQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 356123ac-943e 0 ResourceCustomizationUUID:c98d7e45-ad30-4826-9668-f82bab637c9c ResourceInvariantUUID:e6bfdfa8-4bcd-46e7-82e9-c45686220712 ResourceName:vFW 356123ac-943e ResourceType:VF ResourceUUID:d6caf87b-e01c-4988-bead-d3629423f507 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw356123ac943e0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json ArtifactUUID:5b463bd7-05df-47d3-ad09-eef0d1a776e0 ArtifactChecksum:NzNiN2MyNDcxMTYxMjQzNjY4MWViMGUzZTk3YTQ5ZTU= 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/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml ArtifactUUID:0401e90f-5920-4db8-825f-70f8e31eeda4 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/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env ArtifactUUID:657ac5a4-62e7-47ed-b415-dd6124d0bea5 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/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env ArtifactUUID:657ac5a4-62e7-47ed-b415-dd6124d0bea5 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-01T06:09:06.851Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 793f3603-de06-42cd-b840-057958ef7717 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-11-01T06:09:06.904Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-01T06:09:06.905Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-01T06:09:06.907Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-01T06:09:06.907Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1f789bd1-475f-4e16-84e7-f0cdce9bb0e5 from URL: /sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar 2022-11-01T06:09:06.907Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-01T06:09:06.908Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar 2022-11-01T06:09:07.012Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-01T06:09:07.032Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar 1f789bd1-475f-4e16-84e7-f0cdce9bb0e5 100652 2022-11-01T06:09:07.034Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar ASDC sendASDCNotification 2022-11-01T06:09:07.034Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar 2022-11-01T06:09:07.036Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-01T06:09:07.037Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:09:07.039Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:09:07.039Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667282947032, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:09:07.139Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:09:07.141Z||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-11-01T06:09:07.141Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:09:07.152Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:09:07.152Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:09:08.040Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-01T06:09:08.041Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-01T06:09:08.041Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 1f789bd1-475f-4e16-84e7-f0cdce9bb0e5, URL: /sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar to file: /app/ASDC/1/service-Vfw20221101060734-csar.csar 2022-11-01T06:09:08.042Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221101060734-csar.csar 2022-11-01T06:09:08.151Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221101060734-csar.csar 2022-11-01T06:09:08.152Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221101060734-csar.csar 2022-11-01T06:09:08.975Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4342638883620632370/Definitions/service-Vfw20221101060734-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_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 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 2022-11-01T06:09:11.836Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-01T06:09:11.841Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-11-01T06:09:11.841Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221101060734-csar.csar 2022-11-01T06:09:11.841Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2022-11-01T06:09:11.842Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221101060734-csar.csar 2022-11-01T06:09:11.842Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 356123ac-943e 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-Vfw20221101060734-csar.csar 2022-11-01T06:09:11.842Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221101060734-csar.csar 2022-11-01T06:09:11.842Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221101060734-csar.csar 2022-11-01T06:09:11.842Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221101060734-csar.csar 2022-11-01T06:09:11.842Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221101060734-csar.csar 2022-11-01T06:09:11.842Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221101060734-csar.csar 2022-11-01T06:09:11.842Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221101060734-csar.csar 2022-11-01T06:09:11.842Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221101060734-csar.csar 2022-11-01T06:09:11.843Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221101060734-csar.csar 2022-11-01T06:09:11.843Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221101060734-csar.csar 2022-11-01T06:09:11.843Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-11-01T06:09:11.850Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:09:11.851Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-01 06-07-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:09:11.855Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vFW 356123ac-943e 0 is matching search criteria 2022-11-01T06:09:11.855Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-11-01T06:09:11.857Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 356123ac-943e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-01T06:09:11.859Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:09:11.859Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-01 06-07-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:09:11.860Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vFW 356123ac-943e 0 is matching search criteria 2022-11-01T06:09:11.860Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-11-01T06:09:11.860Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 356123ac-943e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-01T06:09:11.860Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:09:11.860Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-01 06-07-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:09:11.864Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:09:11.864Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vFW 356123ac-943e 0 is not matching search criteria 2022-11-01T06:09:11.864Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-01T06:09:11.864Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-01T06:09:11.865Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-01T06:09:11.865Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-01T06:09:11.865Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-01T06:09:11.865Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-01T06:09:11.865Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-01T06:09:11.866Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-01T06:09:11.866Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-01T06:09:11.866Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-01T06:09:11.866Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-01T06:09:11.866Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-01T06:09:11.866Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-01T06:09:11.867Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-01T06:09:11.867Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-01T06:09:11.867Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-01T06:09:11.867Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:09:11.867Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-01 06-07-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-01T06:09:11.868Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:09:11.869Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vFW 356123ac-943e 0 is matching search criteria 2022-11-01T06:09:11.869Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 356123ac-943e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-01T06:09:11.869Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:09:11.869Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vFW 356123ac-943e 0 is matching search criteria 2022-11-01T06:09:11.870Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 356123ac-943e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-01T06:09:11.870Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:09:11.870Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vFW 356123ac-943e 0 is matching search criteria 2022-11-01T06:09:11.870Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 356123ac-943e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-01T06:09:11.871Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:09:11.871Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vFW 356123ac-943e 0 is not matching search criteria 2022-11-01T06:09:11.871Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-01T06:09:11.871Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-11-01T06:09:11.871Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-01T06:09:11.871Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-01T06:09:11.872Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-01T06:09:11.872Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-01T06:09:11.872Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-01T06:09:11.872Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-01T06:09:11.872Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-01T06:09:11.872Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-01T06:09:11.873Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-01T06:09:11.873Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=074cb394-24c8-494e-a4dd-f6e1d1a13549 2022-11-01T06:09:11.873Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:09:11.873Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vFW 356123ac-943e 0 is not matching search criteria 2022-11-01T06:09:11.873Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-01T06:09:11.874Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-01T06:09:11.874Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-01T06:09:11.874Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-01T06:09:11.874Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-01T06:09:11.874Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-01T06:09:11.875Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-01T06:09:11.875Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-11-01T06:09:11.875Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-01T06:09:11.875Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-01T06:09:11.875Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-01T06:09:11.875Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-01T06:09:11.876Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5e287839-fa99-46b1-86de-37679e0b17a5 2022-11-01T06:09:11.876Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:09:11.876Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vFW 356123ac-943e 0 is not matching search criteria 2022-11-01T06:09:11.876Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-01T06:09:11.876Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-01T06:09:11.877Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-01T06:09:11.877Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-01T06:09:11.877Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-01T06:09:11.877Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-01T06:09:11.877Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-01T06:09:11.877Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-01T06:09:11.878Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-01T06:09:11.878Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-01T06:09:11.878Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-01T06:09:11.878Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-11-01T06:09:11.878Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=111a0a95-88d5-45e1-b60d-d866df543b2b 2022-11-01T06:09:11.879Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:09:11.879Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-01 06-07-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:09:11.879Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:09:11.879Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-01 06-07-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:09:11.879Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:09:11.879Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-01 06-07-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:09:11.880Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:09:11.880Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-01 06-07-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:09:11.880Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-11-01 06-07-34 Description:catalog service description Model UUID:793f3603-de06-42cd-b840-057958ef7717 Model Version:NULL Model InvariantUuid:3ca459a0-d4d1-47ec-968d-051c3b099810 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 356123ac-943e Model UUID:82b6c609-7fe8-4500-b5c7-d5746efe94b9 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:e6bfdfa8-4bcd-46e7-82e9-c45686220712 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c98d7e45-ad30-4826-9668-f82bab637c9c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:07711762-2ccf-4393-9047-c5e7148d81e8 ModelName:Vfw356123ac943e..base_vfw..module-0 ModelUuid:29499e0a-b53e-43c1-9685-70cc4b89b275 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:074cb394-24c8-494e-a4dd-f6e1d1a13549 ModelInvariantUuid:dd463d15-f546-46fe-91d8-0f145fe21d3b ModelName:vFW 356123ac-943e-nodes.vfwCvfc ModelUuid:2d47510e-2c42-4bae-b710-9a6b055d9a11 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:c3c6741c-5c0c-4a78-855c-26cdd8be19c5 ModelInvariantUuid:ee1acd43-4d8e-42bc-a8d7-56fffed4d942 ModelName:Vfw356123ac943e.compute.nodes.heat.vfw ModelUuid:8100b367-2432-47e6-9e55-c8764c8c6384 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:5e287839-fa99-46b1-86de-37679e0b17a5 ModelInvariantUuid:eabf1520-9911-452c-9d00-2c18b8021d94 ModelName:vFW 356123ac-943e-nodes.vsnCvfc ModelUuid:f0b6796a-dafb-4ebb-89a8-dc12cdb4ca98 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:2fd3bf7c-9e88-4249-85d1-4d134285ffd4 ModelInvariantUuid:d23641c1-70f3-4d51-8e77-802dc7be367e ModelName:Vfw356123ac943e.compute.nodes.heat.vsn ModelUuid:8049d053-b0aa-4953-a6b2-f42c61f309ed ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:111a0a95-88d5-45e1-b60d-d866df543b2b ModelInvariantUuid:d922b70b-55c6-4a01-8b39-7f83a579aa73 ModelName:vFW 356123ac-943e-nodes.vpgCvfc ModelUuid:117e7cc9-213e-48cd-96a9-27f61709ea7c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:30b9ab38-7c26-4fe2-a9d9-179f4977af14 ModelInvariantUuid:e801ca65-e6fe-4123-803f-da4677840c65 ModelName:Vfw356123ac943e.compute.nodes.heat.vpg ModelUuid:21d482e9-69f7-4105-aba6-5d881a160a9d 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-11-01T06:09:11.892Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: d6caf87b-e01c-4988-bead-d3629423f507 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-11-01T06:09:11.983Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||vFW 356123ac-943e 0 2022-11-01T06:09:11.990Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d6caf87b-e01c-4988-bead-d3629423f507 2022-11-01T06:09:11.990Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5b463bd7-05df-47d3-ad09-eef0d1a776e0 from URL: /sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json 2022-11-01T06:09:11.990Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-01T06:09:11.990Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json 2022-11-01T06:09:12.045Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-01T06:09:12.045Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json 5b463bd7-05df-47d3-ad09-eef0d1a776e0 785 2022-11-01T06:09:12.045Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json ASDC sendASDCNotification 2022-11-01T06:09:12.045Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json 2022-11-01T06:09:12.046Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-01T06:09:12.046Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:09:12.048Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:09:12.048Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667282952045, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-01T06:09:12.148Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-01T06:09:12.150Z||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-11-01T06:09:12.150Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:09:12.161Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:09:12.162Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:09:13.050Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw356123ac943e..base_vfw..module-0", "vfModuleModelInvariantUUID": "07711762-2ccf-4393-9047-c5e7148d81e8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "29499e0a-b53e-43c1-9685-70cc4b89b275", "vfModuleModelCustomizationUUID": "5384bb56-0683-42d9-8a1f-abc80f6fa6f5", "isBase": true, "artifacts": [ "0401e90f-5920-4db8-825f-70f8e31eeda4", "657ac5a4-62e7-47ed-b415-dd6124d0bea5" ], "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-11-01T06:09:13.065Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw356123ac943e..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:29499e0a-b53e-43c1-9685-70cc4b89b275 VfModuleModelInvariantUUID:07711762-2ccf-4393-9047-c5e7148d81e8 VfModuleModelDescription:NULL Artifacts UUID List:{ 0401e90f-5920-4db8-825f-70f8e31eeda4 , 657ac5a4-62e7-47ed-b415-dd6124d0bea5 } 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-11-01T06:09:13.068Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw356123ac943e..base_vfw..module-0", "vfModuleModelInvariantUUID": "07711762-2ccf-4393-9047-c5e7148d81e8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "29499e0a-b53e-43c1-9685-70cc4b89b275", "vfModuleModelCustomizationUUID": "5384bb56-0683-42d9-8a1f-abc80f6fa6f5", "isBase": true, "artifacts": [ "0401e90f-5920-4db8-825f-70f8e31eeda4", "657ac5a4-62e7-47ed-b415-dd6124d0bea5" ], "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-11-01T06:09:13.068Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw356123ac943e..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:29499e0a-b53e-43c1-9685-70cc4b89b275 VfModuleModelInvariantUUID:07711762-2ccf-4393-9047-c5e7148d81e8 VfModuleModelDescription:NULL Artifacts UUID List:{ 0401e90f-5920-4db8-825f-70f8e31eeda4 , 657ac5a4-62e7-47ed-b415-dd6124d0bea5 } 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-11-01T06:09:13.068Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0401e90f-5920-4db8-825f-70f8e31eeda4 from URL: /sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml 2022-11-01T06:09:13.068Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-01T06:09:13.068Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml 2022-11-01T06:09:13.127Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-01T06:09:13.128Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml 0401e90f-5920-4db8-825f-70f8e31eeda4 20368 2022-11-01T06:09:13.128Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-11-01T06:09:13.128Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml 2022-11-01T06:09:13.129Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-01T06:09:13.129Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:09:13.131Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:09:13.131Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667282953128, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-01T06:09:13.232Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:09:13.232Z||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-11-01T06:09:13.233Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:09:13.244Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:09:13.244Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-01T06:09:14.132Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 657ac5a4-62e7-47ed-b415-dd6124d0bea5 from URL: /sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env 2022-11-01T06:09:14.132Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-01T06:09:14.133Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env 2022-11-01T06:09:14.183Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-01T06:09:14.184Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env 657ac5a4-62e7-47ed-b415-dd6124d0bea5 2098 2022-11-01T06:09:14.184Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-11-01T06:09:14.184Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env 2022-11-01T06:09:14.184Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-01T06:09:14.184Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:09:14.187Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:09:14.187Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667282954184, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-01T06:09:14.287Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:09:14.288Z||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-11-01T06:09:14.288Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:09:14.299Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:09:14.300Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:09:15.188Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 793f3603-de06-42cd-b840-057958ef7717 2022-11-01T06:09:15.188Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 356123ac-943e 0 d6caf87b-e01c-4988-bead-d3629423f507 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-11-01T06:09:15.223Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5aa4d2ed, org.onap.sdc.toscaparser.api.parameters.Input@c065890, org.onap.sdc.toscaparser.api.parameters.Input@719d395e, org.onap.sdc.toscaparser.api.parameters.Input@38c64989, org.onap.sdc.toscaparser.api.parameters.Input@4489d7c6] 2022-11-01T06:09:15.226Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:09:15.227Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-01 06-07-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:09:15.227Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-11-01T06:09:15.227Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= c98d7e45-ad30-4826-9668-f82bab637c9c 2022-11-01T06:09:15.227Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c98d7e45-ad30-4826-9668-f82bab637c9c matches Tosca VF Customization UUID: c98d7e45-ad30-4826-9668-f82bab637c9c 2022-11-01T06:09:15.227Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: c98d7e45-ad30-4826-9668-f82bab637c9c 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-11-01T06:09:15.233Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:09:15.233Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-01 06-07-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:09:15.234Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id c98d7e45-ad30-4826-9668-f82bab637c9c: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-01T06:09:15.235Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@f367b9a 2022-11-01T06:09:15.235Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:09:15.235Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-01 06-07-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-01T06:09:15.236Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5384bb56-0683-42d9-8a1f-abc80f6fa6f5 2022-11-01T06:09:15.237Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5384bb56-0683-42d9-8a1f-abc80f6fa6f5 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-11-01T06:09:15.242Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:09:15.242Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vFW 356123ac-943e 0 is matching search criteria 2022-11-01T06:09:15.243Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 356123ac-943e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-01T06:09:15.243Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:09:15.243Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vFW 356123ac-943e 0 is matching search criteria 2022-11-01T06:09:15.244Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 356123ac-943e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-01T06:09:15.244Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:09:15.244Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vFW 356123ac-943e 0 is not matching search criteria 2022-11-01T06:09:15.244Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-01T06:09:15.244Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-11-01T06:09:15.245Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-01T06:09:15.245Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-01T06:09:15.245Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-01T06:09:15.245Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-01T06:09:15.245Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-01T06:09:15.246Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-01T06:09:15.246Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-01T06:09:15.246Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-01T06:09:15.246Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-01T06:09:15.246Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=074cb394-24c8-494e-a4dd-f6e1d1a13549 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-11-01T06:09:15.253Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:09:15.253Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vFW 356123ac-943e 0 is matching search criteria 2022-11-01T06:09:15.253Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 356123ac-943e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-01T06:09:15.253Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:09:15.253Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vFW 356123ac-943e 0 is not matching search criteria 2022-11-01T06:09:15.254Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-01T06:09:15.254Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-01T06:09:15.254Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-01T06:09:15.254Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-01T06:09:15.254Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-01T06:09:15.255Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-01T06:09:15.255Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-01T06:09:15.255Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-11-01T06:09:15.255Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-01T06:09:15.255Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-01T06:09:15.256Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-01T06:09:15.256Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-01T06:09:15.256Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5e287839-fa99-46b1-86de-37679e0b17a5 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-11-01T06:09:15.258Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:09:15.258Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vFW 356123ac-943e 0 is matching search criteria 2022-11-01T06:09:15.258Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 356123ac-943e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-01T06:09:15.260Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:09:15.261Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vFW 356123ac-943e 0 is not matching search criteria 2022-11-01T06:09:15.261Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-01T06:09:15.261Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-01T06:09:15.261Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-01T06:09:15.261Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-01T06:09:15.262Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-01T06:09:15.262Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-01T06:09:15.262Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-01T06:09:15.262Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-01T06:09:15.262Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-01T06:09:15.263Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-01T06:09:15.263Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-01T06:09:15.263Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-11-01T06:09:15.263Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=111a0a95-88d5-45e1-b60d-d866df543b2b 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-11-01T06:09:15.265Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:09:15.265Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vFW 356123ac-943e 0 is matching search criteria 2022-11-01T06:09:15.265Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 356123ac-943e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-01T06:09:15.266Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:09:15.266Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Node template vFW 356123ac-943e 0 is matching search criteria 2022-11-01T06:09:15.266Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 356123ac-943e 0] matching following query criteria: sdcType=VF, customizationUUID=c98d7e45-ad30-4826-9668-f82bab637c9c 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-11-01T06:09:15.268Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:09:15.268Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-01 06-07-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:09:15.268Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 793f3603-de06-42cd-b840-057958ef7717: vFW 356123ac-943e 2022-11-01T06:09:15.268Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:09:15.269Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-01 06-07-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:09:15.269Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:09:15.269Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-01 06-07-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:09:15.269Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:09:15.270Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-01 06-07-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:09:15.270Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:09:15.270Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-01 06-07-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:09:15.270Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:09:15.270Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-11-01 06-07-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:09:15.271Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-11-01 06-07-34 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-11-01T06:09:15.531Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 356123ac-943e d6caf87b-e01c-4988-bead-d3629423f507 1 ASDC deployResourceStructure 2022-11-01T06:09:15.532Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json ASDC sendASDCNotification 2022-11-01T06:09:15.532Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json 2022-11-01T06:09:15.533Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-01T06:09:15.533Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:09:15.535Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:09:15.535Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667282955532, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json", "status": "DEPLOY_OK" } 2022-11-01T06:09:15.636Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:09:15.636Z||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-11-01T06:09:15.637Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:09:15.653Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:09:15.654Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:09:16.536Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-11-01T06:09:16.537Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml 2022-11-01T06:09:16.537Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-01T06:09:16.537Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:09:16.539Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:09:16.539Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667282956536, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-11-01T06:09:16.639Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-01T06:09:16.641Z||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-11-01T06:09:16.641Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:09:16.653Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:09:16.653Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:09:17.540Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-11-01T06:09:17.541Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env 2022-11-01T06:09:17.541Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-01T06:09:17.541Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:09:17.543Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:09:17.543Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667282957540, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-11-01T06:09:17.644Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:09:17.645Z||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-11-01T06:09:17.645Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:09:17.659Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:09:17.659Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:09:18.544Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar ASDC sendASDCNotification 2022-11-01T06:09:18.545Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar 2022-11-01T06:09:18.549Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-01T06:09:18.549Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:09:18.552Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:09:18.552Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667282958544, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar", "status": "DEPLOY_OK" } 2022-11-01T06:09:18.652Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:09:18.653Z||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-11-01T06:09:18.653Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:09:18.666Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:09:18.666Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:09:19.556Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17c002dd-806b-483b-9401-ff608af8257e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-01T06:09:19.578Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17c002dd-806b-483b-9401-ff608af8257e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-01T06:09:19.581Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-01T06:09:19.581Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-01T06:09:19.581Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-01T06:09:19.582Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-01T06:09:19.582Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:09:19.582Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:09:19.582Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:09:19.582Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:09:19.583Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:09:19.583Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-01T06:09:19.589Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-01T06:09:49.589Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17c002dd-806b-483b-9401-ff608af8257e 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-11-01T06:09:49.598Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17c002dd-806b-483b-9401-ff608af8257e and serviceModelVersionId: 793f3603-de06-42cd-b840-057958ef7717 2022-11-01T06:09:49.598Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ca459a0-d4d1-47ec-968d-051c3b099810 2022-11-01T06:09:59.025Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:09:59.026Z||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-11-01T06:09:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:09:59.152Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:09:59.153Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:09:59.153Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667282939021, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:09:59.154Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:10:05.165Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ca459a0-d4d1-47ec-968d-051c3b099810/model-vers/model-ver/793f3603-de06-42cd-b840-057958ef7717?depth=0 2022-11-01T06:10:05.314Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-11-01T06:10:05.830Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ca459a0-d4d1-47ec-968d-051c3b099810/model-vers/model-ver/793f3603-de06-42cd-b840-057958ef7717?depth=0|INFO|500||Invoke 2022-11-01T06:10:05.837Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ca459a0-d4d1-47ec-968d-051c3b099810/model-vers/model-ver/793f3603-de06-42cd-b840-057958ef7717?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ca459a0-d4d1-47ec-968d-051c3b099810/model-vers/model-ver/793f3603-de06-42cd-b840-057958ef7717?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[17c002dd-806b-483b-9401-ff608af8257e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[058f0599-bb20-47cf-82d7-4a93908102b6], X-ECOMP-RequestID=[17c002dd-806b-483b-9401-ff608af8257e], X-TransactionId=[], X-ONAP-RequestID=[17c002dd-806b-483b-9401-ff608af8257e], Content-Type=[application/merge-patch+json]} 2022-11-01T06:10:05.955Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ca459a0-d4d1-47ec-968d-051c3b099810/model-vers/model-ver/793f3603-de06-42cd-b840-057958ef7717?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-01T06:10:06.133Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ca459a0-d4d1-47ec-968d-051c3b099810/model-vers/model-ver/793f3603-de06-42cd-b840-057958ef7717?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/3ca459a0-d4d1-47ec-968d-051c3b099810/model-vers/model-ver/793f3603-de06-42cd-b840-057958ef7717?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221101-06:10:08:122-26016], vertex-id=[393272], Content-Length=[0], Date=[Tue, 01 Nov 2022 06:10:08 GMT], Content-Type=[application/json]} 2022-11-01T06:10:06.135Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ca459a0-d4d1-47ec-968d-051c3b099810/model-vers/model-ver/793f3603-de06-42cd-b840-057958ef7717?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-01T06:10:06.136Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ca459a0-d4d1-47ec-968d-051c3b099810/model-vers/model-ver/793f3603-de06-42cd-b840-057958ef7717?depth=0|INFO|500||InvokeReturn 2022-11-01T06:10:06.140Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-01T06:10:06.141Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-01T06:10:06.146Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-01T06:10:06.147Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17c002dd-806b-483b-9401-ff608af8257e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-01T06:10:06.148Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-01T06:10:06.149Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:10:06.151Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:10:06.151Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283006148, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-01T06:10:06.251Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:10:06.252Z||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-11-01T06:10:06.252Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:10:06.264Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:10:06.264Z||pool-18-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-11-01T06:10:07.167Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:10:07.168Z|17c002dd-806b-483b-9401-ff608af8257e|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-11-01T06:10:07.168Z|17c002dd-806b-483b-9401-ff608af8257e|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:10:07.791Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:10:07.793Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-01T06:10:07.793Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"1b922ade-22de-471d-afdb-3ac0b5af81a6","serviceName":"basic_onboard_EFhybr","serviceVersion":"1.0","serviceUUID":"62b5c1f1-8b74-4ee4-9816-adaf7d371844","serviceDescription":"service","serviceInvariantUUID":"a3f21286-b3bf-46ff-bd3a-4b755806a239","resources":[{"resourceInstanceName":"basic_onboard_EFhybr 0","resourceName":"basic_onboard_EFhybr","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"499b2329-7020-4315-bd17-9f443ceb775e","resourceInvariantUUID":"6ea7fffe-f0ea-4e99-a63d-e26d1367bd93","resourceCustomizationUUID":"f2051dd2-3904-4e06-8538-18d90173a89a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/vf-license-model.xml","artifactChecksum":"YjNiNjEwYzA4YmFhMjBjNzJkNTFjZjE3Yjg2Y2RhZTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e2c72bdf-4c67-4175-9a43-3957d3c2440d","artifactVersion":"1"},{"artifactName":"basic_onboard_efhybr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json","artifactChecksum":"Yzg4MmZkY2QzNzk2OGVmNjI3N2QxMTg0NThkMjc1OGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1e4f7148-1d46-4f42-85dc-debf75999f39","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cba14aed-079a-4f90-8a0d-e219a64cf8e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b7fe3de2-72e8-40f8-8a12-bf6d7cb39740","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"397b3293-e5f7-43bc-8266-57f81af43705","artifactVersion":"2","generatedFromUUID":"cba14aed-079a-4f90-8a0d-e219a64cf8e0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardEfhybr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-template.yml","artifactChecksum":"OTJlZGY0ZTlkYTFhYmQyMmU5NDI1MGNlYjgwNzVkMWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"368d65f2-a91b-41cd-bae3-83cd9118aedb","artifactVersion":"1"},{"artifactName":"service-BasicOnboardEfhybr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar","artifactChecksum":"NjllNGU0YzE3MDY3MjMxNGMxZjNkNDc0NGJlZTk2ZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8395feb9-9ad7-423a-8ede-e74bd64c3237","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-01T06:10:07.795Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:10:07.796Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:10:07.798Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:10:07.798Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283007167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:10:07.898Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:10:07.899Z||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-11-01T06:10:07.899Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:10:07.919Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:10:07.920Z||pool-19-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-11-01T06:10:08.799Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:10:08.800Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:10:08.801Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:10:08.801Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283007167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json", "status": "NOTIFIED" } 2022-11-01T06:10:08.902Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:10:08.903Z||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-11-01T06:10:08.903Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:10:08.916Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:10:08.917Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:10:09.802Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:10:09.803Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:10:09.805Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:10:09.805Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283007167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-01T06:10:09.905Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:10:09.906Z||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-11-01T06:10:09.907Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:10:09.921Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:10:09.921Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:10:10.806Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:10:10.807Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:10:10.809Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:10:10.809Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283007167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:10:10.910Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-01T06:10:10.911Z||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-11-01T06:10:10.911Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:10:10.923Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:10:10.923Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:10:11.810Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:10:11.811Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:10:11.813Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:10:11.813Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283007167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-01T06:10:11.913Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:10:11.914Z||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-11-01T06:10:11.914Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:10:11.926Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:10:11.926Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-01T06:10:12.814Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:10:12.815Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:10:12.817Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:10:12.817Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283007167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:10:12.917Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:10:12.918Z||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-11-01T06:10:12.918Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:10:12.930Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:10:12.931Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:10:13.817Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:10:13.818Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:10:13.820Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:10:13.820Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283007167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:10:13.920Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:10:13.922Z||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-11-01T06:10:13.922Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:10:13.935Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:10:13.935Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:10:14.822Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "serviceName": "basic_onboard_EFhybr", "serviceVersion": "1.0", "serviceUUID": "62b5c1f1-8b74-4ee4-9816-adaf7d371844", "serviceDescription": "service", "serviceInvariantUUID": "a3f21286-b3bf-46ff-bd3a-4b755806a239", "resources": [ { "resourceInstanceName": "basic_onboard_EFhybr 0", "resourceCustomizationUUID": "f2051dd2-3904-4e06-8538-18d90173a89a", "resourceName": "basic_onboard_EFhybr", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "499b2329-7020-4315-bd17-9f443ceb775e", "resourceInvariantUUID": "6ea7fffe-f0ea-4e99-a63d-e26d1367bd93", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_efhybr0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json", "artifactChecksum": "Yzg4MmZkY2QzNzk2OGVmNjI3N2QxMTg0NThkMjc1OGE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1e4f7148-1d46-4f42-85dc-debf75999f39", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "cba14aed-079a-4f90-8a0d-e219a64cf8e0", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "397b3293-e5f7-43bc-8266-57f81af43705", "generatedFromUUID": "cba14aed-079a-4f90-8a0d-e219a64cf8e0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "397b3293-e5f7-43bc-8266-57f81af43705", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardEfhybr-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar", "artifactChecksum": "NjllNGU0YzE3MDY3MjMxNGMxZjNkNDc0NGJlZTk2ZGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8395feb9-9ad7-423a-8ede-e74bd64c3237" } ], "workloadContext": "Production" } 2022-11-01T06:10:14.822Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-01T06:10:14.822Z|17c002dd-806b-483b-9401-ff608af8257e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 62b5c1f1-8b74-4ee4-9816-adaf7d371844 ASDC 2022-11-01T06:10:14.823Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:1b922ade-22de-471d-afdb-3ac0b5af81a6 ServiceName:basic_onboard_EFhybr ServiceVersion:1.0 ServiceUUID:62b5c1f1-8b74-4ee4-9816-adaf7d371844 ServiceInvariantUUID:a3f21286-b3bf-46ff-bd3a-4b755806a239 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardEfhybr-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar ArtifactUUID:8395feb9-9ad7-423a-8ede-e74bd64c3237 ArtifactChecksum:NjllNGU0YzE3MDY3MjMxNGMxZjNkNDc0NGJlZTk2ZGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_EFhybr 0 ResourceCustomizationUUID:f2051dd2-3904-4e06-8538-18d90173a89a ResourceInvariantUUID:6ea7fffe-f0ea-4e99-a63d-e26d1367bd93 ResourceName:basic_onboard_EFhybr ResourceType:VF ResourceUUID:499b2329-7020-4315-bd17-9f443ceb775e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_efhybr0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json ArtifactUUID:1e4f7148-1d46-4f42-85dc-debf75999f39 ArtifactChecksum:Yzg4MmZkY2QzNzk2OGVmNjI3N2QxMTg0NThkMjc1OGE= 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/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml ArtifactUUID:cba14aed-079a-4f90-8a0d-e219a64cf8e0 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/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env ArtifactUUID:397b3293-e5f7-43bc-8266-57f81af43705 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/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env ArtifactUUID:397b3293-e5f7-43bc-8266-57f81af43705 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-01T06:10:14.823Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 62b5c1f1-8b74-4ee4-9816-adaf7d371844 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-11-01T06:10:14.857Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-01T06:10:14.858Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-01T06:10:14.858Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-01T06:10:14.858Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8395feb9-9ad7-423a-8ede-e74bd64c3237 from URL: /sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar 2022-11-01T06:10:14.858Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-01T06:10:14.858Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar 2022-11-01T06:10:14.929Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-01T06:10:14.935Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar 8395feb9-9ad7-423a-8ede-e74bd64c3237 75286 2022-11-01T06:10:14.935Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar ASDC sendASDCNotification 2022-11-01T06:10:14.935Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar 2022-11-01T06:10:14.935Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-01T06:10:14.936Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:10:14.938Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:10:14.938Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283014935, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:10:15.038Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:10:15.039Z||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-11-01T06:10:15.039Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:10:15.052Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:10:15.052Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:10:15.939Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-01T06:10:15.940Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-01T06:10:15.940Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 8395feb9-9ad7-423a-8ede-e74bd64c3237, URL: /sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar to file: /app/ASDC/1/service-BasicOnboardEfhybr-csar.csar 2022-11-01T06:10:15.941Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardEfhybr-csar.csar 2022-11-01T06:10:15.942Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardEfhybr-csar.csar 2022-11-01T06:10:15.942Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardEfhybr-csar.csar 2022-11-01T06:10:16.081Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8878468915698759866/Definitions/service-BasicOnboardEfhybr-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-11-01T06:10:17.319Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-01T06:10:17.320Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-11-01T06:10:17.320Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardEfhybr-csar.csar 2022-11-01T06:10:17.320Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-01T06:10:17.320Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardEfhybr-csar.csar 2022-11-01T06:10:17.321Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEfhybr-csar.csar 2022-11-01T06:10:17.321Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEfhybr-csar.csar 2022-11-01T06:10:17.321Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_EFhybr 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-BasicOnboardEfhybr-csar.csar 2022-11-01T06:10:17.321Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEfhybr-csar.csar 2022-11-01T06:10:17.321Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardEfhybr-csar.csar 2022-11-01T06:10:17.322Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardEfhybr-csar.csar 2022-11-01T06:10:17.322Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-11-01T06:10:17.322Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:10:17.322Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EFhybr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:10:17.323Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EFhybr 0 is matching search criteria 2022-11-01T06:10:17.323Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-11-01T06:10:17.323Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_EFhybr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-01T06:10:17.324Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:10:17.324Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EFhybr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:10:17.324Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EFhybr 0 is matching search criteria 2022-11-01T06:10:17.324Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-11-01T06:10:17.325Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_EFhybr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-01T06:10:17.325Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:10:17.325Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EFhybr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:10:17.325Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:10:17.326Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EFhybr 0 is not matching search criteria 2022-11-01T06:10:17.326Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-11-01T06:10:17.326Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-11-01T06:10:17.326Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-11-01T06:10:17.327Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-01T06:10:17.327Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-01T06:10:17.327Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:10:17.327Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EFhybr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-01T06:10:17.328Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:10:17.328Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EFhybr 0 is matching search criteria 2022-11-01T06:10:17.328Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_EFhybr 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-01T06:10:17.329Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:10:17.329Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EFhybr 0 is matching search criteria 2022-11-01T06:10:17.329Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_EFhybr 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-01T06:10:17.329Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:10:17.330Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EFhybr 0 is matching search criteria 2022-11-01T06:10:17.330Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_EFhybr 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-01T06:10:17.330Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:10:17.331Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EFhybr 0 is not matching search criteria 2022-11-01T06:10:17.331Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-01T06:10:17.331Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-01T06:10:17.331Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=43422709-3c33-40cc-8b8b-de590f1be7ae 2022-11-01T06:10:17.332Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:10:17.332Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EFhybr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:10:17.332Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:10:17.332Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EFhybr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:10:17.333Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:10:17.333Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EFhybr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:10:17.333Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:10:17.334Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EFhybr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:10:17.334Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_EFhybr Description:service Model UUID:62b5c1f1-8b74-4ee4-9816-adaf7d371844 Model Version:NULL Model InvariantUuid:a3f21286-b3bf-46ff-bd3a-4b755806a239 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_EFhybr Model UUID:ea804517-ddf3-453e-b496-6c590027a78e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:6ea7fffe-f0ea-4e99-a63d-e26d1367bd93 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f2051dd2-3904-4e06-8538-18d90173a89a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c7cc019c-1802-45a8-8bbc-48d1c427ff93 ModelName:BasicOnboardEfhybr..base_ubuntu18..module-0 ModelUuid:6bf3c5fa-ea07-4bf7-a7e5-fb90bf8915ba ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:43422709-3c33-40cc-8b8b-de590f1be7ae ModelInvariantUuid:639a314a-c6ef-4c58-87e7-3d82b58cf684 ModelName:basic_onboard_EFhybr-nodes.ubuntu18Cvfc ModelUuid:3741bb92-dc9a-4c88-b6de-93ac161a8b50 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:752cee92-deb3-4d12-bec8-f463731b7053 ModelInvariantUuid:4598f8a8-3b42-4d1d-87ed-b33514cef8dd ModelName:BasicOnboardEfhybr.compute.nodes.heat.ubuntu18 ModelUuid:275da0e9-a1c8-4caf-b991-74f9ec5b6ca8 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-11-01T06:10:17.341Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 499b2329-7020-4315-bd17-9f443ceb775e 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-11-01T06:10:17.344Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||basic_onboard_EFhybr 0 2022-11-01T06:10:17.344Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 499b2329-7020-4315-bd17-9f443ceb775e 2022-11-01T06:10:17.345Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1e4f7148-1d46-4f42-85dc-debf75999f39 from URL: /sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json 2022-11-01T06:10:17.345Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-01T06:10:17.345Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json 2022-11-01T06:10:17.394Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-01T06:10:17.394Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json 1e4f7148-1d46-4f42-85dc-debf75999f39 798 2022-11-01T06:10:17.395Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json ASDC sendASDCNotification 2022-11-01T06:10:17.395Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json 2022-11-01T06:10:17.395Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-01T06:10:17.395Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:10:17.397Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:10:17.397Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283017395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-01T06:10:17.498Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-01T06:10:17.499Z||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-11-01T06:10:17.499Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:10:17.510Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:10:17.510Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:10:18.398Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardEfhybr..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "c7cc019c-1802-45a8-8bbc-48d1c427ff93", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6bf3c5fa-ea07-4bf7-a7e5-fb90bf8915ba", "vfModuleModelCustomizationUUID": "99e841f9-5686-429f-9f78-99adcdeea738", "isBase": true, "artifacts": [ "cba14aed-079a-4f90-8a0d-e219a64cf8e0", "397b3293-e5f7-43bc-8266-57f81af43705" ], "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-11-01T06:10:18.403Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardEfhybr..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6bf3c5fa-ea07-4bf7-a7e5-fb90bf8915ba VfModuleModelInvariantUUID:c7cc019c-1802-45a8-8bbc-48d1c427ff93 VfModuleModelDescription:NULL Artifacts UUID List:{ cba14aed-079a-4f90-8a0d-e219a64cf8e0 , 397b3293-e5f7-43bc-8266-57f81af43705 } 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-11-01T06:10:18.405Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardEfhybr..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "c7cc019c-1802-45a8-8bbc-48d1c427ff93", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6bf3c5fa-ea07-4bf7-a7e5-fb90bf8915ba", "vfModuleModelCustomizationUUID": "99e841f9-5686-429f-9f78-99adcdeea738", "isBase": true, "artifacts": [ "cba14aed-079a-4f90-8a0d-e219a64cf8e0", "397b3293-e5f7-43bc-8266-57f81af43705" ], "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-11-01T06:10:18.406Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardEfhybr..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6bf3c5fa-ea07-4bf7-a7e5-fb90bf8915ba VfModuleModelInvariantUUID:c7cc019c-1802-45a8-8bbc-48d1c427ff93 VfModuleModelDescription:NULL Artifacts UUID List:{ cba14aed-079a-4f90-8a0d-e219a64cf8e0 , 397b3293-e5f7-43bc-8266-57f81af43705 } 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-11-01T06:10:18.406Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: cba14aed-079a-4f90-8a0d-e219a64cf8e0 from URL: /sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml 2022-11-01T06:10:18.406Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-01T06:10:18.406Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml 2022-11-01T06:10:18.458Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-01T06:10:18.459Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml cba14aed-079a-4f90-8a0d-e219a64cf8e0 5033 2022-11-01T06:10:18.459Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-01T06:10:18.459Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml 2022-11-01T06:10:18.459Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-01T06:10:18.460Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:10:18.462Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:10:18.462Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283018459, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-01T06:10:18.562Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:10:18.563Z||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-11-01T06:10:18.563Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:10:18.574Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:10:18.574Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:10:19.463Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 397b3293-e5f7-43bc-8266-57f81af43705 from URL: /sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env 2022-11-01T06:10:19.464Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-01T06:10:19.464Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env 2022-11-01T06:10:19.515Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-01T06:10:19.515Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env 397b3293-e5f7-43bc-8266-57f81af43705 909 2022-11-01T06:10:19.516Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-01T06:10:19.516Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env 2022-11-01T06:10:19.516Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-01T06:10:19.516Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:10:19.518Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:10:19.519Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283019516, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-01T06:10:19.619Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:10:19.620Z||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-11-01T06:10:19.620Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:10:19.630Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:10:19.631Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-01T06:10:20.519Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 62b5c1f1-8b74-4ee4-9816-adaf7d371844 2022-11-01T06:10:20.520Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_EFhybr 0 499b2329-7020-4315-bd17-9f443ceb775e 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-11-01T06:10:20.536Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@72bdca70, org.onap.sdc.toscaparser.api.parameters.Input@6a86febd, org.onap.sdc.toscaparser.api.parameters.Input@764a9a0c, org.onap.sdc.toscaparser.api.parameters.Input@4e2ad4b, org.onap.sdc.toscaparser.api.parameters.Input@181019ed] 2022-11-01T06:10:20.538Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:10:20.538Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EFhybr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:10:20.538Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-11-01T06:10:20.538Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= f2051dd2-3904-4e06-8538-18d90173a89a 2022-11-01T06:10:20.539Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f2051dd2-3904-4e06-8538-18d90173a89a matches Tosca VF Customization UUID: f2051dd2-3904-4e06-8538-18d90173a89a 2022-11-01T06:10:20.539Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: f2051dd2-3904-4e06-8538-18d90173a89a 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-11-01T06:10:20.541Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:10:20.542Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EFhybr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:10:20.542Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id f2051dd2-3904-4e06-8538-18d90173a89a: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-01T06:10:20.543Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@769f765b 2022-11-01T06:10:20.543Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:10:20.543Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EFhybr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-01T06:10:20.544Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 99e841f9-5686-429f-9f78-99adcdeea738 2022-11-01T06:10:20.544Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 99e841f9-5686-429f-9f78-99adcdeea738 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-11-01T06:10:20.546Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:10:20.546Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EFhybr 0 is matching search criteria 2022-11-01T06:10:20.547Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_EFhybr 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-01T06:10:20.547Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:10:20.547Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EFhybr 0 is matching search criteria 2022-11-01T06:10:20.548Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_EFhybr 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-01T06:10:20.548Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:10:20.548Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EFhybr 0 is not matching search criteria 2022-11-01T06:10:20.549Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-01T06:10:20.549Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-01T06:10:20.549Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=43422709-3c33-40cc-8b8b-de590f1be7ae 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-11-01T06:10:20.551Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:10:20.552Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EFhybr 0 is matching search criteria 2022-11-01T06:10:20.552Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_EFhybr 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-01T06:10:20.552Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:10:20.553Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_EFhybr 0 is matching search criteria 2022-11-01T06:10:20.553Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_EFhybr 0] matching following query criteria: sdcType=VF, customizationUUID=f2051dd2-3904-4e06-8538-18d90173a89a 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-11-01T06:10:20.555Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:10:20.555Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EFhybr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:10:20.556Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 62b5c1f1-8b74-4ee4-9816-adaf7d371844: basic_onboard_EFhybr 2022-11-01T06:10:20.556Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:10:20.556Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EFhybr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:10:20.557Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:10:20.557Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EFhybr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:10:20.557Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:10:20.557Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EFhybr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:10:20.558Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:10:20.558Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EFhybr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:10:20.558Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:10:20.559Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_EFhybr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:10:20.559Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_EFhybr 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-11-01T06:10:20.641Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_EFhybr 499b2329-7020-4315-bd17-9f443ceb775e 1 ASDC deployResourceStructure 2022-11-01T06:10:20.641Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json ASDC sendASDCNotification 2022-11-01T06:10:20.642Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json 2022-11-01T06:10:20.642Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-01T06:10:20.642Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:10:20.644Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:10:20.644Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283020641, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json", "status": "DEPLOY_OK" } 2022-11-01T06:10:20.744Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-01T06:10:20.746Z||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-11-01T06:10:20.746Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:10:20.756Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:10:20.757Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:10:21.646Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-01T06:10:21.646Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml 2022-11-01T06:10:21.646Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-01T06:10:21.647Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:10:21.649Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:10:21.650Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283021645, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-01T06:10:21.750Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-01T06:10:21.751Z||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-11-01T06:10:21.751Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:10:21.765Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:10:21.766Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-01T06:10:22.651Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-01T06:10:22.651Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env 2022-11-01T06:10:22.651Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-01T06:10:22.652Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:10:22.654Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:10:22.654Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283022651, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-01T06:10:22.754Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:10:22.755Z||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-11-01T06:10:22.755Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:10:22.767Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:10:22.767Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-01T06:10:23.655Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar ASDC sendASDCNotification 2022-11-01T06:10:23.655Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar 2022-11-01T06:10:23.656Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-01T06:10:23.656Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:10:23.658Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:10:23.658Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283023655, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar", "status": "DEPLOY_OK" } 2022-11-01T06:10:23.758Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:10:23.759Z||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-11-01T06:10:23.760Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:10:23.772Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:10:23.772Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-01T06:10:24.659Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b922ade-22de-471d-afdb-3ac0b5af81a6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-01T06:10:24.674Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b922ade-22de-471d-afdb-3ac0b5af81a6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-01T06:10:24.676Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-01T06:10:24.677Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-01T06:10:24.677Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-01T06:10:54.677Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b922ade-22de-471d-afdb-3ac0b5af81a6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-01T06:10:54.688Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b922ade-22de-471d-afdb-3ac0b5af81a6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-01T06:10:54.690Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-01T06:10:54.691Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-01T06:10:54.691Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-01T06:10:59.025Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:10:59.026Z||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-11-01T06:10:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:10:59.053Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:10:59.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667282939021, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json", "status": "NOTIFIED" } 2022-11-01T06:10:59.058Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:10:59.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667282939021, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-01T06:10:59.058Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:10:59.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667282939021, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:10:59.058Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:10:59.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.059Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667282939021, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-01T06:10:59.059Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:10:59.059Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.059Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667282939021, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:10:59.059Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:10:59.059Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.059Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667282939021, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:10:59.059Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:10:59.059Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.059Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "cds", "timestamp": 1667282937106, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:10:59.060Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:10:59.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "ves-openapi-manager", "timestamp": 1667282940905, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:10:59.060Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:10:59.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "multicloud-k8s-id", "timestamp": 1667282937330, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:10:59.060Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:10:59.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667282947032, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:10:59.061Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:10:59.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "cds", "timestamp": 1667282937106, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-01T06:10:59.061Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:10:59.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "ves-openapi-manager", "timestamp": 1667282940905, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-01T06:10:59.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:10:59.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "multicloud-k8s-id", "timestamp": 1667282937330, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json", "status": "NOTIFIED" } 2022-11-01T06:10:59.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:10:59.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "cds", "timestamp": 1667282937106, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:10:59.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:10:59.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "ves-openapi-manager", "timestamp": 1667282940905, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:10:59.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:10:59.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "multicloud-k8s-id", "timestamp": 1667282937330, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-01T06:10:59.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:10:59.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "cds", "timestamp": 1667282937106, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:10:59.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:10:59.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "ves-openapi-manager", "timestamp": 1667282940905, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:10:59.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:10:59.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "multicloud-k8s-id", "timestamp": 1667282937330, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:10:59.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:10:59.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "cds", "timestamp": 1667282937106, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-01T06:10:59.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:10:59.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "ves-openapi-manager", "timestamp": 1667282940905, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-01T06:10:59.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:10:59.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "multicloud-k8s-id", "timestamp": 1667282937330, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-01T06:10:59.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:10:59.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "cds", "timestamp": 1667282937106, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:10:59.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:10:59.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "ves-openapi-manager", "timestamp": 1667282940905, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:10:59.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:10:59.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "multicloud-k8s-id", "timestamp": 1667282937330, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:10:59.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:10:59.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667282952045, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-01T06:10:59.067Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:10:59.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "ves-openapi-manager", "timestamp": 1667282940905, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-01T06:10:59.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:10:59.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "cds", "timestamp": 1667282937106, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:10:59.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:10:59.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "multicloud-k8s-id", "timestamp": 1667282937330, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:10:59.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:10:59.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667282953128, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-01T06:10:59.069Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:10:59.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "multicloud-k8s-id", "timestamp": 1667282953521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-01T06:10:59.069Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:10:59.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "cds", "timestamp": 1667282953549, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:10:59.069Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:10:59.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667282954184, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-01T06:10:59.070Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:10:59.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "cds", "timestamp": 1667282954557, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-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-11-01T06:10:59.077Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1b922ade-22de-471d-afdb-3ac0b5af81a6 2022-11-01T06:10:59.078Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b922ade-22de-471d-afdb-3ac0b5af81a6 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-11-01T06:10:59.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.089Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "multicloud-k8s-id", "timestamp": 1667282954584, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-01T06:10:59.089Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:10:59.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.089Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667282955532, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/vfw356123ac943e0_modules.json", "status": "DEPLOY_OK" } 2022-11-01T06:10:59.090Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:10:59.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.090Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "multicloud-k8s-id", "timestamp": 1667282955657, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-01T06:10:59.090Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:10:59.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.090Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667282956536, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-11-01T06:10:59.090Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:10:59.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.091Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "multicloud-k8s-id", "timestamp": 1667282956682, "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-11-01T06:10:59.095Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b922ade-22de-471d-afdb-3ac0b5af81a6 2022-11-01T06:10:59.095Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b922ade-22de-471d-afdb-3ac0b5af81a6 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-11-01T06:10:59.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667282957540, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/resourceInstances/vfw356123ac943e0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-11-01T06:10:59.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:10:59.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "multicloud-k8s-id", "timestamp": 1667282957686, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json", "status": "DEPLOY_OK" } 2022-11-01T06:10:59.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:10:59.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667282958544, "artifactURL": "/sdc/v1/catalog/services/Vfw20221101060734/1.0/artifacts/service-Vfw20221101060734-csar.csar", "status": "DEPLOY_OK" } 2022-11-01T06:10:59.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:10:59.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "aai-ml", "timestamp": 1667282961726, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:10:59.105Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:10:59.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "aai-ml", "timestamp": 1667282961726, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-01T06:10:59.105Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:10:59.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "aai-ml", "timestamp": 1667282961726, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:10:59.106Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:10:59.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "aai-ml", "timestamp": 1667282961726, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:10:59.106Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:10:59.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667282965017, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:10:59.106Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:10:59.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "aai-ml", "timestamp": 1667282961726, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-01T06:10:59.107Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:10:59.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667282965017, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-01T06:10:59.107Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:10:59.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "aai-ml", "timestamp": 1667282961726, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:10:59.107Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:10:59.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667282965017, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:10:59.108Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:10:59.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "aai-ml", "timestamp": 1667282961726, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:10:59.108Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:10:59.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667282965017, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:10:59.108Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:10:59.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "aai-ml", "timestamp": 1667282969457, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:10:59.109Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:10:59.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667282965017, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-01T06:10:59.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:10:59.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667282965017, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:10:59.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:10:59.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667282965017, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:10:59.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:10:59.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667282972847, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:10:59.110Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:10:59.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667282975190, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar", "status": "DEPLOY_OK" } 2022-11-01T06:10:59.111Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:10:59.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "aai-ml", "timestamp": 1667282976324, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar", "status": "DEPLOY_OK" } 2022-11-01T06:10:59.111Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:10:59.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667282976195, "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-11-01T06:10:59.116Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1b922ade-22de-471d-afdb-3ac0b5af81a6 2022-11-01T06:10:59.116Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b922ade-22de-471d-afdb-3ac0b5af81a6 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-11-01T06:10:59.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:10:59.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "aai-ml", "timestamp": 1667282977328, "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-11-01T06:10:59.129Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1b922ade-22de-471d-afdb-3ac0b5af81a6 2022-11-01T06:10:59.129Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b922ade-22de-471d-afdb-3ac0b5af81a6 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-11-01T06:11:24.691Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b922ade-22de-471d-afdb-3ac0b5af81a6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-01T06:11:24.706Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b922ade-22de-471d-afdb-3ac0b5af81a6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-01T06:11:24.709Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-01T06:11:24.709Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-01T06:11:24.709Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-01T06:11:24.710Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-01T06:11:24.710Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:11:24.710Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:11:24.710Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:11:24.710Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:11:24.710Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:11:24.710Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-01T06:11:24.716Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-01T06:11:54.716Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1b922ade-22de-471d-afdb-3ac0b5af81a6 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-11-01T06:11:54.722Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1b922ade-22de-471d-afdb-3ac0b5af81a6 and serviceModelVersionId: 62b5c1f1-8b74-4ee4-9816-adaf7d371844 2022-11-01T06:11:54.722Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a3f21286-b3bf-46ff-bd3a-4b755806a239 2022-11-01T06:11:54.724Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a3f21286-b3bf-46ff-bd3a-4b755806a239/model-vers/model-ver/62b5c1f1-8b74-4ee4-9816-adaf7d371844?depth=0 2022-11-01T06:11:54.729Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-11-01T06:11:54.785Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3f21286-b3bf-46ff-bd3a-4b755806a239/model-vers/model-ver/62b5c1f1-8b74-4ee4-9816-adaf7d371844?depth=0|INFO|500||Invoke 2022-11-01T06:11:54.786Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3f21286-b3bf-46ff-bd3a-4b755806a239/model-vers/model-ver/62b5c1f1-8b74-4ee4-9816-adaf7d371844?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3f21286-b3bf-46ff-bd3a-4b755806a239/model-vers/model-ver/62b5c1f1-8b74-4ee4-9816-adaf7d371844?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1b922ade-22de-471d-afdb-3ac0b5af81a6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[06cf9b52-dae8-4690-b37c-0d85521da974], X-ECOMP-RequestID=[1b922ade-22de-471d-afdb-3ac0b5af81a6], X-TransactionId=[], X-ONAP-RequestID=[1b922ade-22de-471d-afdb-3ac0b5af81a6], Content-Type=[application/merge-patch+json]} 2022-11-01T06:11:54.812Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3f21286-b3bf-46ff-bd3a-4b755806a239/model-vers/model-ver/62b5c1f1-8b74-4ee4-9816-adaf7d371844?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-01T06:11:54.923Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3f21286-b3bf-46ff-bd3a-4b755806a239/model-vers/model-ver/62b5c1f1-8b74-4ee4-9816-adaf7d371844?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/a3f21286-b3bf-46ff-bd3a-4b755806a239/model-vers/model-ver/62b5c1f1-8b74-4ee4-9816-adaf7d371844?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221101-06:11:56:988-50958], vertex-id=[204864], Content-Length=[0], Date=[Tue, 01 Nov 2022 06:11:56 GMT], Content-Type=[application/json]} 2022-11-01T06:11:54.923Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3f21286-b3bf-46ff-bd3a-4b755806a239/model-vers/model-ver/62b5c1f1-8b74-4ee4-9816-adaf7d371844?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-01T06:11:54.924Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a3f21286-b3bf-46ff-bd3a-4b755806a239/model-vers/model-ver/62b5c1f1-8b74-4ee4-9816-adaf7d371844?depth=0|INFO|500||InvokeReturn 2022-11-01T06:11:54.925Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-01T06:11:54.925Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-01T06:11:54.932Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-01T06:11:54.932Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1b922ade-22de-471d-afdb-3ac0b5af81a6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-01T06:11:54.932Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-01T06:11:54.933Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:11:54.935Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:11:54.935Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283114932, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-01T06:11:55.035Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:11:55.037Z||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-11-01T06:11:55.037Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:11:55.050Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:11:55.051Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 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-11-01T06:11:55.952Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:11:55.953Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|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-11-01T06:11:55.953Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:11:59.025Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:11:59.026Z||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-11-01T06:11:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:11:59.054Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:11:59.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:11:59.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "17c002dd-806b-483b-9401-ff608af8257e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283006148, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-01T06:11:59.056Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:11:59.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:11:59.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283007167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:11:59.057Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:11:59.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:11:59.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283007167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json", "status": "NOTIFIED" } 2022-11-01T06:11:59.057Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:11:59.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:11:59.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283007167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-01T06:11:59.058Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:11:59.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:11:59.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283007167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:11:59.059Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:11:59.059Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:11:59.059Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283007167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-01T06:11:59.059Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:11:59.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:11:59.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283007167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:11:59.060Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:11:59.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:11:59.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283007167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:11:59.061Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:11:59.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:11:59.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283014935, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:11:59.061Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:11:59.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:11:59.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283017395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-01T06:11:59.062Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:11:59.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:11:59.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283018459, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-01T06:11:59.062Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:11:59.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:11:59.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283019516, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-01T06:11:59.063Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:11:59.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:11:59.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283020641, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/basic_onboard_efhybr0_modules.json", "status": "DEPLOY_OK" } 2022-11-01T06:11:59.064Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:11:59.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:11:59.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283021645, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-01T06:11:59.064Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:11:59.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:11:59.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283022651, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/resourceInstances/basic_onboard_efhybr0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-01T06:11:59.065Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:11:59.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:11:59.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283023655, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEfhybr/1.0/artifacts/service-BasicOnboardEfhybr-csar.csar", "status": "DEPLOY_OK" } 2022-11-01T06:11:59.065Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:12:05.496Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:12:05.497Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:12:05.497Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|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-11-01T06:12:05.498Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:12:15.040Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:12:59.020Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:12:59.021Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|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-11-01T06:12:59.021Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:12:59.025Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:12:59.026Z||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-11-01T06:12:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:12:59.547Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:12:59.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-01T06:12:59.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b922ade-22de-471d-afdb-3ac0b5af81a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283114932, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-01T06:12:59.548Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:13:08.570Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:13:59.020Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:13:59.021Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|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-11-01T06:13:59.022Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:13:59.025Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:13:59.025Z||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-11-01T06:13:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:14:08.563Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:14:08.563Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:14:59.021Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:14:59.024Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|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-11-01T06:14:59.024Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:14:59.025Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:14:59.025Z||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-11-01T06:14:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:15:08.588Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:15:08.604Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:15:59.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:15:59.022Z||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-11-01T06:15:59.022Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:15:59.025Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:15:59.025Z||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-11-01T06:15:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:16:08.567Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:16:08.568Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:16:59.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:16:59.021Z||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-11-01T06:16:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:16:59.025Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:16:59.026Z||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-11-01T06:16:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:17:08.565Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:17:08.565Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:17:59.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:17:59.021Z||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-11-01T06:17:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:17:59.025Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:17:59.025Z||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-11-01T06:17:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:18:08.565Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:18:08.586Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:18:59.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:18:59.021Z||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-11-01T06:18:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:18:59.025Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:18:59.026Z||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-11-01T06:18:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:19:08.568Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:19:08.576Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:19:59.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:19:59.021Z||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-11-01T06:19:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:19:59.025Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:19:59.026Z||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-11-01T06:19:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:20:08.563Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:20:08.567Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:20:59.021Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:20:59.022Z||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-11-01T06:20:59.022Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:20:59.025Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:20:59.025Z||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-11-01T06:20:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:21:08.566Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:21:08.566Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:21:59.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:21:59.021Z||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-11-01T06:21:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:21:59.025Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:21:59.026Z||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-11-01T06:21:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:22:08.612Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:22:08.613Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:22:59.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:22:59.021Z||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-11-01T06:22:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:22:59.025Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:22:59.025Z||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-11-01T06:22:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:22:59.153Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:22:59.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-01T06:22:59.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "543be010-6a99-4657-8eff-12b740d30084", "consumerID": "ves-openapi-manager", "timestamp": 1667283720905, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:22:59.156Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-01T06:22:59.156Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-01T06:22:59.156Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "543be010-6a99-4657-8eff-12b740d30084", "consumerID": "ves-openapi-manager", "timestamp": 1667283720905, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-01T06:22:59.157Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-01T06:22:59.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-01T06:22:59.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "543be010-6a99-4657-8eff-12b740d30084", "consumerID": "cds", "timestamp": 1667283732106, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:22:59.157Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-01T06:22:59.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-01T06:22:59.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "543be010-6a99-4657-8eff-12b740d30084", "consumerID": "cds", "timestamp": 1667283732106, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:22:59.158Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-01T06:22:59.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-01T06:22:59.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "543be010-6a99-4657-8eff-12b740d30084", "consumerID": "cds", "timestamp": 1667283734932, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:22:59.158Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:22:59.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-01T06:22:59.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "543be010-6a99-4657-8eff-12b740d30084", "consumerID": "cds", "timestamp": 1667283735941, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-01T06:22:59.180Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 543be010-6a99-4657-8eff-12b740d30084 2022-11-01T06:22:59.180Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 543be010-6a99-4657-8eff-12b740d30084 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-11-01T06:22:59.190Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-01T06:22:59.191Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "543be010-6a99-4657-8eff-12b740d30084", "consumerID": "multicloud-k8s-id", "timestamp": 1667283737330, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:22:59.191Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-01T06:22:59.191Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-01T06:22:59.191Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "543be010-6a99-4657-8eff-12b740d30084", "consumerID": "multicloud-k8s-id", "timestamp": 1667283737330, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:22:59.192Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-01T06:22:59.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-01T06:22:59.192Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "543be010-6a99-4657-8eff-12b740d30084", "consumerID": "aai-ml", "timestamp": 1667283741726, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:22:59.192Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-01T06:22:59.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-01T06:22:59.192Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "543be010-6a99-4657-8eff-12b740d30084", "consumerID": "aai-ml", "timestamp": 1667283741726, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:22:59.193Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-01T06:22:59.193Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-01T06:22:59.193Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "543be010-6a99-4657-8eff-12b740d30084", "consumerID": "aai-ml", "timestamp": 1667283744454, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:22:59.193Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:22:59.193Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-01T06:22:59.193Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "543be010-6a99-4657-8eff-12b740d30084", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667283745017, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:22:59.194Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-01T06:22:59.194Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-01T06:22:59.194Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "543be010-6a99-4657-8eff-12b740d30084", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667283745017, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:22:59.194Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-01T06:22:59.194Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-01T06:22:59.194Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "543be010-6a99-4657-8eff-12b740d30084", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667283747777, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:22:59.194Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:22:59.194Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-01T06:22:59.195Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "543be010-6a99-4657-8eff-12b740d30084", "consumerID": "aai-ml", "timestamp": 1667283748813, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-01T06:22:59.195Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:22:59.195Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-01T06:22:59.195Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "543be010-6a99-4657-8eff-12b740d30084", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667283749483, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-01T06:22:59.195Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:22:59.195Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-01T06:22:59.195Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "543be010-6a99-4657-8eff-12b740d30084", "consumerID": "aai-ml", "timestamp": 1667283749816, "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-11-01T06:22:59.202Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 543be010-6a99-4657-8eff-12b740d30084 2022-11-01T06:22:59.202Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 543be010-6a99-4657-8eff-12b740d30084 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-11-01T06:22:59.212Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-01T06:22:59.212Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "543be010-6a99-4657-8eff-12b740d30084", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667283750487, "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-11-01T06:22:59.219Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 543be010-6a99-4657-8eff-12b740d30084 2022-11-01T06:22:59.219Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 543be010-6a99-4657-8eff-12b740d30084 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-11-01T06:22:59.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-01T06:22:59.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "aai-ml", "timestamp": 1667283771726, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:22:59.232Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-01T06:22:59.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-01T06:22:59.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "aai-ml", "timestamp": 1667283771726, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-01T06:22:59.232Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-01T06:22:59.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-01T06:22:59.233Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "aai-ml", "timestamp": 1667283771726, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:22:59.234Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-01T06:22:59.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-01T06:22:59.234Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667283775017, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:22:59.234Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-01T06:22:59.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-01T06:22:59.235Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "aai-ml", "timestamp": 1667283771726, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:22:59.235Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-01T06:22:59.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-01T06:22:59.236Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667283775017, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-01T06:22:59.237Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-01T06:22:59.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-01T06:22:59.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "aai-ml", "timestamp": 1667283771726, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-01T06:22:59.238Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-01T06:22:59.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-01T06:22:59.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667283775017, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:22:59.239Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-01T06:22:59.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-01T06:22:59.240Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "aai-ml", "timestamp": 1667283771726, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:22:59.240Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-01T06:22:59.240Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-01T06:22:59.240Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667283775017, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:22:59.241Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-01T06:22:59.241Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-01T06:22:59.241Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "cds", "timestamp": 1667283777106, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:22:59.241Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-01T06:22:59.242Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-01T06:22:59.242Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "multicloud-k8s-id", "timestamp": 1667283777330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:22:59.242Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-01T06:22:59.242Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-01T06:22:59.243Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "aai-ml", "timestamp": 1667283771726, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:22:59.243Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-01T06:22:59.243Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-01T06:22:59.243Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667283775017, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-01T06:22:59.244Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-01T06:22:59.244Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-01T06:22:59.244Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "cds", "timestamp": 1667283777106, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-01T06:22:59.244Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-01T06:22:59.650Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:22:59.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-01T06:22:59.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"543be010-6a99-4657-8eff-12b740d30084","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"714b4e83-fff5-486c-882f-0442b1680b3d","serviceDescription":"service","serviceInvariantUUID":"bc150eab-c9ae-4d84-8bd8-eafc8d03b84f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"fdeb5706-2fe4-4f3a-a259-a4856c1488ae","resourceInvariantUUID":"fda6812c-7de2-48ad-a554-0c14ff7346f9","resourceCustomizationUUID":"b213a999-be3c-4bec-8606-3d23e22b7653","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":"MGIyNGE1MjNlYWJmOTk3ZGRhMTYxNGUyMDk4MGQyOTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3c13f1a3-b422-423c-ba5b-bbdf4b0aca2e","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZTE1NWIwYzA3MDI5Mzg2MGVmMDk1OWY5Y2RlMDAxMGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ad6d436d-efd0-460c-9bcf-00c3cee680c7","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-01T06:22:59.657Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:22:59.658Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:22:59.662Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:22:59.662Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "543be010-6a99-4657-8eff-12b740d30084", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283779020, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:22:59.762Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:22:59.763Z||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-11-01T06:22:59.763Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:22:59.776Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:22:59.777Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:23:00.663Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:23:00.664Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:23:00.666Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:23:00.667Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "543be010-6a99-4657-8eff-12b740d30084", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283779020, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:23:00.767Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:23:00.768Z||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-11-01T06:23:00.768Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:23:00.787Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:23:00.787Z||pool-36-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-11-01T06:23:01.668Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "543be010-6a99-4657-8eff-12b740d30084", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "714b4e83-fff5-486c-882f-0442b1680b3d", "serviceDescription": "service", "serviceInvariantUUID": "bc150eab-c9ae-4d84-8bd8-eafc8d03b84f", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "b213a999-be3c-4bec-8606-3d23e22b7653", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "fdeb5706-2fe4-4f3a-a259-a4856c1488ae", "resourceInvariantUUID": "fda6812c-7de2-48ad-a554-0c14ff7346f9", "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": "ZTE1NWIwYzA3MDI5Mzg2MGVmMDk1OWY5Y2RlMDAxMGY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ad6d436d-efd0-460c-9bcf-00c3cee680c7" } ], "workloadContext": "Production" } 2022-11-01T06:23:01.668Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-01T06:23:01.668Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 714b4e83-fff5-486c-882f-0442b1680b3d ASDC 2022-11-01T06:23:01.669Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:543be010-6a99-4657-8eff-12b740d30084 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:714b4e83-fff5-486c-882f-0442b1680b3d ServiceInvariantUUID:bc150eab-c9ae-4d84-8bd8-eafc8d03b84f 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:ad6d436d-efd0-460c-9bcf-00c3cee680c7 ArtifactChecksum:ZTE1NWIwYzA3MDI5Mzg2MGVmMDk1OWY5Y2RlMDAxMGY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:b213a999-be3c-4bec-8606-3d23e22b7653 ResourceInvariantUUID:fda6812c-7de2-48ad-a554-0c14ff7346f9 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:fdeb5706-2fe4-4f3a-a259-a4856c1488ae ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-11-01T06:23:01.670Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 714b4e83-fff5-486c-882f-0442b1680b3d 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-11-01T06:23:01.706Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-01T06:23:01.707Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-01T06:23:01.707Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-01T06:23:01.707Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ad6d436d-efd0-460c-9bcf-00c3cee680c7 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-01T06:23:01.707Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-01T06:23:01.708Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-01T06:23:01.788Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-01T06:23:01.790Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ad6d436d-efd0-460c-9bcf-00c3cee680c7 57659 2022-11-01T06:23:01.791Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-11-01T06:23:01.791Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-01T06:23:01.791Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-01T06:23:01.791Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:23:01.793Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:23:01.794Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "543be010-6a99-4657-8eff-12b740d30084", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283781791, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:23:01.894Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:23:01.895Z||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-11-01T06:23:01.895Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:23:01.905Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:23:01.906Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:23:02.794Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-01T06:23:02.795Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-01T06:23:02.795Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ad6d436d-efd0-460c-9bcf-00c3cee680c7, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-01T06:23:02.796Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-11-01T06:23:02.796Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-01T06:23:02.796Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-01T06:23:03.014Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15943331030533742321/Definitions/service-BasicNetwork-template.yml 2022-11-01T06:23:03.562Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-01T06:23:03.562Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-01T06:23:03.562Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-01T06:23:03.562Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-11-01T06:23:03.563Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||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-11-01T06:23:03.563Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||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-11-01T06:23:03.563Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||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-11-01T06:23:03.563Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||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-11-01T06:23:03.563Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-01T06:23:03.563Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||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-11-01T06:23:03.563Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||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-11-01T06:23:03.563Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||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-11-01T06:23:03.564Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-01T06:23:03.564Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:23:03.564Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:23:03.564Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-11-01T06:23:03.565Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-01T06:23:03.565Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-01T06:23:03.565Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:23:03.565Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:23:03.565Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-11-01T06:23:03.565Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-01T06:23:03.566Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-01T06:23:03.566Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:23:03.566Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:23:03.566Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:23:03.566Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:23:03.567Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:23:03.567Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:23:03.567Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:23:03.567Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:23:03.567Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:23:03.567Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:23:03.568Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:714b4e83-fff5-486c-882f-0442b1680b3d Model Version:NULL Model InvariantUuid:bc150eab-c9ae-4d84-8bd8-eafc8d03b84f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:fda6812c-7de2-48ad-a554-0c14ff7346f9 Model UUID:de540bfc-8acf-4771-a8f1-c6a08f2fbc03 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:b213a999-be3c-4bec-8606-3d23e22b7653 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-11-01T06:23:03.575Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: fdeb5706-2fe4-4f3a-a259-a4856c1488ae 2022-11-01T06:23:03.575Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||No resources found for Service: 714b4e83-fff5-486c-882f-0442b1680b3d 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-11-01T06:23:03.581Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500|| 2022-11-01T06:23:03.581Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-11-01T06:23:03.582Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 714b4e83-fff5-486c-882f-0442b1680b3d 2022-11-01T06:23:03.582Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 714b4e83-fff5-486c-882f-0442b1680b3d 2022-11-01T06:23:03.582Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-11-01T06:23:03.583Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||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-11-01T06:23:03.587Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4a514c69, org.onap.sdc.toscaparser.api.parameters.Input@67afdf82, org.onap.sdc.toscaparser.api.parameters.Input@78e33c7a, org.onap.sdc.toscaparser.api.parameters.Input@e3df5a1, org.onap.sdc.toscaparser.api.parameters.Input@4ecfc20b] 2022-11-01T06:23:03.589Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:23:03.589Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:23:03.589Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:23:03.589Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:23:03.590Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 714b4e83-fff5-486c-882f-0442b1680b3d: Generic NeutronNet 2022-11-01T06:23:03.590Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:23:03.590Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:23:03.590Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:23:03.590Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||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-11-01T06:23:03.622Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:23:03.622Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:23:03.622Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:23:03.622Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:23:03.622Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:23:03.623Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:23:03.623Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||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-11-01T06:23:03.670Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-11-01T06:23:03.670Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-11-01T06:23:03.670Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-01T06:23:03.670Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-01T06:23:03.671Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:23:03.673Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:23:03.673Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "543be010-6a99-4657-8eff-12b740d30084", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283783670, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-01T06:23:03.773Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-01T06:23:03.773Z||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-11-01T06:23:03.774Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:23:03.784Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:23:03.785Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:23:04.673Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 543be010-6a99-4657-8eff-12b740d30084 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-01T06:23:04.688Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 543be010-6a99-4657-8eff-12b740d30084 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-01T06:23:04.691Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-01T06:23:04.691Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-01T06:23:04.691Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-01T06:23:04.691Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-01T06:23:04.691Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:23:04.691Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:23:04.691Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:23:04.692Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:23:04.692Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-01T06:23:04.697Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-01T06:23:34.698Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 543be010-6a99-4657-8eff-12b740d30084 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-11-01T06:23:34.704Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 543be010-6a99-4657-8eff-12b740d30084 and serviceModelVersionId: 714b4e83-fff5-486c-882f-0442b1680b3d 2022-11-01T06:23:34.704Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bc150eab-c9ae-4d84-8bd8-eafc8d03b84f 2022-11-01T06:23:34.706Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bc150eab-c9ae-4d84-8bd8-eafc8d03b84f/model-vers/model-ver/714b4e83-fff5-486c-882f-0442b1680b3d?depth=0 2022-11-01T06:23:34.716Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-11-01T06:23:34.775Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc150eab-c9ae-4d84-8bd8-eafc8d03b84f/model-vers/model-ver/714b4e83-fff5-486c-882f-0442b1680b3d?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-11-01T06:23:34.776Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc150eab-c9ae-4d84-8bd8-eafc8d03b84f/model-vers/model-ver/714b4e83-fff5-486c-882f-0442b1680b3d?depth=0|INFO|500||Invoke 2022-11-01T06:23:34.799Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc150eab-c9ae-4d84-8bd8-eafc8d03b84f/model-vers/model-ver/714b4e83-fff5-486c-882f-0442b1680b3d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-01T06:23:34.907Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc150eab-c9ae-4d84-8bd8-eafc8d03b84f/model-vers/model-ver/714b4e83-fff5-486c-882f-0442b1680b3d?depth=0|INFO|500||InvokeReturn 2022-11-01T06:23:34.908Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bc150eab-c9ae-4d84-8bd8-eafc8d03b84f/model-vers/model-ver/714b4e83-fff5-486c-882f-0442b1680b3d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221101-06:23:37:047-10204], vertex-id=[594072], Content-Length=[0], Date=[Tue, 01 Nov 2022 06:23:37 GMT], Content-Type=[application/json]} 2022-11-01T06:23:34.908Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-11-01T06:23:34.909Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-01T06:23:34.909Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-01T06:23:34.915Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-01T06:23:34.916Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 543be010-6a99-4657-8eff-12b740d30084 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-01T06:23:34.916Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-01T06:23:34.916Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:23:34.918Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:23:34.918Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "543be010-6a99-4657-8eff-12b740d30084", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283814916, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-01T06:23:35.018Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:23:35.019Z||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-11-01T06:23:35.019Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:23:35.034Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:23:35.034Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 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-11-01T06:23:35.932Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-01T06:23:35.932Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"5bb95d54-4da9-4f3f-b20d-732824b752dd","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"94402322-4b04-4059-8fa3-7d0c89e8aefd","serviceDescription":"service","serviceInvariantUUID":"7323f4a1-1144-4b48-bc1c-fde4de696f47","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"43bf9041-095d-4c66-b5af-5d27854f93ed","resourceInvariantUUID":"b3798e12-3367-416e-9be4-23c1206f5497","resourceCustomizationUUID":"c84b7a5c-5f17-40e6-8f60-6c4e25d9212d","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":"ZDBhN2YzNGJhYTk2ZWU0NzcwZjI4ZGQ2NjA1NGQxOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a8b1b18b-043e-45e8-a56b-f2e58c926fdb","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":"ZDBjZGQ4NjdiMWUyNTBjODQ2ODJlNjNkYWUyMTk0MzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ea4bd7cb-ddaa-4737-8a56-115b781ff14e","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":"9bba887b-2fdc-47ed-a5f6-f50edc2dd3d4","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":"6626c6f6-3cac-4fbe-bded-910488f8f9cc","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":"afeecb36-67bb-4062-b82b-b13e07a18015","artifactVersion":"2","generatedFromUUID":"9bba887b-2fdc-47ed-a5f6-f50edc2dd3d4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Zjc4M2Q3YzYwNTFiNDczN2RjZTA2ODE1YWFjMDA4NmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"742e4526-6631-46c7-bd16-aa28e8a161eb","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OGIwZTA4ODY5MWUxZjNkYjNmMWE2NTQwNTViNjFjYmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d12efcf9-f8be-4ba8-b0bb-033a30393ee3","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-01T06:23:35.932Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:23:35.932Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:23:35.934Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:23:35.934Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283779020, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:23:36.035Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:23:36.035Z||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-11-01T06:23:36.036Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:23:36.047Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:23:36.047Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:23:36.935Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:23:36.935Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:23:36.938Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:23:36.938Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283779020, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-01T06:23:37.038Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:23:37.039Z||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-11-01T06:23:37.039Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:23:37.050Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:23:37.051Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:23:37.938Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:23:37.939Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:23:37.941Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:23:37.941Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283779020, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-01T06:23:38.041Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:23:38.042Z||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-11-01T06:23:38.042Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:23:38.054Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:23:38.054Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:23:38.942Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:23:38.942Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:23:38.944Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:23:38.944Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283779020, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:23:39.044Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:23:39.045Z||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-11-01T06:23:39.045Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:23:39.060Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:23:39.060Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:23:39.944Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:23:39.945Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:23:39.947Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:23:39.947Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283779020, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-01T06:23:40.047Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:23:40.048Z||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-11-01T06:23:40.048Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:23:40.065Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:23:40.065Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-01T06:23:40.948Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:23:40.948Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:23:40.951Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:23:40.951Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283779020, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:23:41.051Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:23:41.052Z||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-11-01T06:23:41.052Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:23:41.071Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:23:41.071Z||pool-45-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:23:41.951Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:23:41.952Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:23:41.954Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:23:41.954Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283779020, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:23:42.054Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-01T06:23:42.055Z||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-11-01T06:23:42.055Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:23:42.068Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:23:42.069Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:23:42.956Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "94402322-4b04-4059-8fa3-7d0c89e8aefd", "serviceDescription": "service", "serviceInvariantUUID": "7323f4a1-1144-4b48-bc1c-fde4de696f47", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "c84b7a5c-5f17-40e6-8f60-6c4e25d9212d", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "43bf9041-095d-4c66-b5af-5d27854f93ed", "resourceInvariantUUID": "b3798e12-3367-416e-9be4-23c1206f5497", "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": "ZDBjZGQ4NjdiMWUyNTBjODQ2ODJlNjNkYWUyMTk0MzU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ea4bd7cb-ddaa-4737-8a56-115b781ff14e", "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": "9bba887b-2fdc-47ed-a5f6-f50edc2dd3d4", "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": "afeecb36-67bb-4062-b82b-b13e07a18015", "generatedFromUUID": "9bba887b-2fdc-47ed-a5f6-f50edc2dd3d4" }, "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": "afeecb36-67bb-4062-b82b-b13e07a18015", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OGIwZTA4ODY5MWUxZjNkYjNmMWE2NTQwNTViNjFjYmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d12efcf9-f8be-4ba8-b0bb-033a30393ee3" } ], "workloadContext": "Production" } 2022-11-01T06:23:42.956Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-01T06:23:42.957Z|543be010-6a99-4657-8eff-12b740d30084|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 94402322-4b04-4059-8fa3-7d0c89e8aefd ASDC 2022-11-01T06:23:42.958Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:5bb95d54-4da9-4f3f-b20d-732824b752dd ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:94402322-4b04-4059-8fa3-7d0c89e8aefd ServiceInvariantUUID:7323f4a1-1144-4b48-bc1c-fde4de696f47 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:d12efcf9-f8be-4ba8-b0bb-033a30393ee3 ArtifactChecksum:OGIwZTA4ODY5MWUxZjNkYjNmMWE2NTQwNTViNjFjYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:c84b7a5c-5f17-40e6-8f60-6c4e25d9212d ResourceInvariantUUID:b3798e12-3367-416e-9be4-23c1206f5497 ResourceName:basic_vm ResourceType:VF ResourceUUID:43bf9041-095d-4c66-b5af-5d27854f93ed 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:ea4bd7cb-ddaa-4737-8a56-115b781ff14e ArtifactChecksum:ZDBjZGQ4NjdiMWUyNTBjODQ2ODJlNjNkYWUyMTk0MzU= 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:9bba887b-2fdc-47ed-a5f6-f50edc2dd3d4 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:afeecb36-67bb-4062-b82b-b13e07a18015 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:afeecb36-67bb-4062-b82b-b13e07a18015 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-01T06:23:42.959Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 94402322-4b04-4059-8fa3-7d0c89e8aefd 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-11-01T06:23:42.996Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-01T06:23:42.996Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-01T06:23:42.996Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-01T06:23:42.996Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d12efcf9-f8be-4ba8-b0bb-033a30393ee3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-01T06:23:42.997Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-01T06:23:42.997Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-01T06:23:43.063Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-01T06:23:43.067Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar d12efcf9-f8be-4ba8-b0bb-033a30393ee3 74807 2022-11-01T06:23:43.067Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-11-01T06:23:43.067Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-01T06:23:43.067Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-01T06:23:43.067Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:23:43.069Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:23:43.069Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283823067, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:23:43.170Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-01T06:23:43.172Z||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-11-01T06:23:43.172Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:23:43.189Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:23:43.190Z||pool-47-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:23:44.070Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-01T06:23:44.071Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-01T06:23:44.071Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: d12efcf9-f8be-4ba8-b0bb-033a30393ee3, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-01T06:23:44.071Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-11-01T06:23:44.072Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-01T06:23:44.072Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-11-01T06:23:44.194Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17611699952912214357/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-11-01T06:23:45.341Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-01T06:23:45.342Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-01T06:23:45.342Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-01T06:23:45.342Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-01T06:23:45.342Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||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-11-01T06:23:45.342Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-01T06:23:45.343Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||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-11-01T06:23:45.343Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||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-11-01T06:23:45.343Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-01T06:23:45.343Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-01T06:23:45.343Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-01T06:23:45.343Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-01T06:23:45.343Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:23:45.343Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:23:45.344Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-01T06:23:45.344Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-01T06:23:45.344Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-01T06:23:45.344Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:23:45.344Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:23:45.345Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-01T06:23:45.345Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-01T06:23:45.345Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-01T06:23:45.345Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:23:45.345Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:23:45.345Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:23:45.346Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-01T06:23:45.346Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-01T06:23:45.346Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-01T06:23:45.346Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-01T06:23:45.346Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-01T06:23:45.346Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-01T06:23:45.346Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:23:45.347Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-01T06:23:45.347Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:23:45.347Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-01T06:23:45.347Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-01T06:23:45.347Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:23:45.348Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-01T06:23:45.348Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-01T06:23:45.348Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:23:45.348Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-01T06:23:45.348Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-01T06:23:45.348Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:23:45.348Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-01T06:23:45.349Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-01T06:23:45.349Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-01T06:23:45.349Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0b0e7b07-c6bd-4c5b-8c23-9676751a409a 2022-11-01T06:23:45.349Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:23:45.349Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:23:45.349Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:23:45.350Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:23:45.350Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:23:45.350Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:23:45.350Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:23:45.350Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:23:45.350Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:94402322-4b04-4059-8fa3-7d0c89e8aefd Model Version:NULL Model InvariantUuid:7323f4a1-1144-4b48-bc1c-fde4de696f47 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:52fb0a98-f839-49ca-81ec-ca30de28dd6a Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b3798e12-3367-416e-9be4-23c1206f5497 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c84b7a5c-5f17-40e6-8f60-6c4e25d9212d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5f1e1787-b486-4a11-b450-79f6afb77cd3 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:552e8c65-27d8-4e46-8911-53128fa63576 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0b0e7b07-c6bd-4c5b-8c23-9676751a409a ModelInvariantUuid:a8212ae3-ef15-439b-a4d2-3c9b6aaaddf8 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:fd1bf9fd-b99c-4efb-8642-bff57a66233b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:7b0759c8-5790-4b49-a958-608e66998f4a ModelInvariantUuid:ac644c38-b55f-4dee-818c-ab7b9788dbc9 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:0af090ee-8779-4caf-aae0-a95b43a7b1b8 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-11-01T06:23:45.357Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 43bf9041-095d-4c66-b5af-5d27854f93ed 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-11-01T06:23:45.360Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||basic_vm 0 2022-11-01T06:23:45.360Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 43bf9041-095d-4c66-b5af-5d27854f93ed 2022-11-01T06:23:45.360Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ea4bd7cb-ddaa-4737-8a56-115b781ff14e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-01T06:23:45.360Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-01T06:23:45.360Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||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-11-01T06:23:45.409Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-01T06:23:45.410Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ea4bd7cb-ddaa-4737-8a56-115b781ff14e 787 2022-11-01T06:23:45.410Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||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-11-01T06:23:45.410Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||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-11-01T06:23:45.410Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-01T06:23:45.410Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:23:45.412Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:23:45.412Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283825410, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-01T06:23:45.512Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:23:45.513Z||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-11-01T06:23:45.514Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:23:45.527Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:23:45.527Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:23:46.413Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "5f1e1787-b486-4a11-b450-79f6afb77cd3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "552e8c65-27d8-4e46-8911-53128fa63576", "vfModuleModelCustomizationUUID": "674067ec-d5bd-49b3-83dc-5b29782aced6", "isBase": true, "artifacts": [ "9bba887b-2fdc-47ed-a5f6-f50edc2dd3d4", "afeecb36-67bb-4062-b82b-b13e07a18015" ], "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-11-01T06:23:46.418Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:552e8c65-27d8-4e46-8911-53128fa63576 VfModuleModelInvariantUUID:5f1e1787-b486-4a11-b450-79f6afb77cd3 VfModuleModelDescription:NULL Artifacts UUID List:{ 9bba887b-2fdc-47ed-a5f6-f50edc2dd3d4 , afeecb36-67bb-4062-b82b-b13e07a18015 } 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-11-01T06:23:46.420Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "5f1e1787-b486-4a11-b450-79f6afb77cd3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "552e8c65-27d8-4e46-8911-53128fa63576", "vfModuleModelCustomizationUUID": "674067ec-d5bd-49b3-83dc-5b29782aced6", "isBase": true, "artifacts": [ "9bba887b-2fdc-47ed-a5f6-f50edc2dd3d4", "afeecb36-67bb-4062-b82b-b13e07a18015" ], "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-11-01T06:23:46.420Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:552e8c65-27d8-4e46-8911-53128fa63576 VfModuleModelInvariantUUID:5f1e1787-b486-4a11-b450-79f6afb77cd3 VfModuleModelDescription:NULL Artifacts UUID List:{ 9bba887b-2fdc-47ed-a5f6-f50edc2dd3d4 , afeecb36-67bb-4062-b82b-b13e07a18015 } 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-11-01T06:23:46.420Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9bba887b-2fdc-47ed-a5f6-f50edc2dd3d4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-01T06:23:46.420Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-01T06:23:46.420Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||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-11-01T06:23:46.481Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-01T06:23:46.482Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 9bba887b-2fdc-47ed-a5f6-f50edc2dd3d4 5033 2022-11-01T06:23:46.482Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||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-11-01T06:23:46.482Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||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-11-01T06:23:46.482Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-01T06:23:46.483Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:23:46.485Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:23:46.485Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283826482, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-01T06:23:46.585Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:23:46.586Z||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-11-01T06:23:46.586Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:23:46.599Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:23:46.600Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-01T06:23:47.485Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: afeecb36-67bb-4062-b82b-b13e07a18015 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-01T06:23:47.486Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-01T06:23:47.486Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||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-11-01T06:23:47.532Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-01T06:23:47.532Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env afeecb36-67bb-4062-b82b-b13e07a18015 903 2022-11-01T06:23:47.533Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||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-11-01T06:23:47.533Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||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-11-01T06:23:47.533Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-01T06:23:47.533Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:23:47.535Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:23:47.535Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283827533, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-01T06:23:47.635Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:23:47.636Z||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-11-01T06:23:47.636Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:23:47.647Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:23:47.647Z||pool-50-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-01T06:23:48.536Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 94402322-4b04-4059-8fa3-7d0c89e8aefd 2022-11-01T06:23:48.536Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 43bf9041-095d-4c66-b5af-5d27854f93ed 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-11-01T06:23:48.548Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3422f213, org.onap.sdc.toscaparser.api.parameters.Input@7c3eb9b4, org.onap.sdc.toscaparser.api.parameters.Input@6f2bda6f, org.onap.sdc.toscaparser.api.parameters.Input@23cf4cc9, org.onap.sdc.toscaparser.api.parameters.Input@5e90c9] 2022-11-01T06:23:48.550Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:23:48.550Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:23:48.550Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-11-01T06:23:48.551Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= c84b7a5c-5f17-40e6-8f60-6c4e25d9212d 2022-11-01T06:23:48.551Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c84b7a5c-5f17-40e6-8f60-6c4e25d9212d matches Tosca VF Customization UUID: c84b7a5c-5f17-40e6-8f60-6c4e25d9212d 2022-11-01T06:23:48.551Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: c84b7a5c-5f17-40e6-8f60-6c4e25d9212d 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-11-01T06:23:48.553Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:23:48.553Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:23:48.554Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id c84b7a5c-5f17-40e6-8f60-6c4e25d9212d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-01T06:23:48.554Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@611d9b46 2022-11-01T06:23:48.554Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:23:48.555Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-01T06:23:48.555Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 674067ec-d5bd-49b3-83dc-5b29782aced6 2022-11-01T06:23:48.555Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 674067ec-d5bd-49b3-83dc-5b29782aced6 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-11-01T06:23:48.558Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:23:48.558Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-01T06:23:48.558Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-01T06:23:48.558Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:23:48.559Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-01T06:23:48.559Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-01T06:23:48.559Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:23:48.560Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-01T06:23:48.560Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-01T06:23:48.560Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-01T06:23:48.560Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0b0e7b07-c6bd-4c5b-8c23-9676751a409a 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-11-01T06:23:48.563Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:23:48.563Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-01T06:23:48.564Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-01T06:23:48.564Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:23:48.564Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-01T06:23:48.564Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=c84b7a5c-5f17-40e6-8f60-6c4e25d9212d 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-11-01T06:23:48.566Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:23:48.566Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:23:48.566Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 94402322-4b04-4059-8fa3-7d0c89e8aefd: basic_vm 2022-11-01T06:23:48.566Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:23:48.567Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:23:48.567Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:23:48.567Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:23:48.567Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:23:48.568Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:23:48.568Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:23:48.568Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:23:48.568Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:23:48.569Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:23:48.569Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||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-11-01T06:23:48.648Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 43bf9041-095d-4c66-b5af-5d27854f93ed 1 ASDC deployResourceStructure 2022-11-01T06:23:48.649Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||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-11-01T06:23:48.649Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||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-11-01T06:23:48.649Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-01T06:23:48.649Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:23:48.651Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:23:48.651Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283828649, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-01T06:23:48.751Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:23:48.752Z||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-11-01T06:23:48.753Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:23:48.769Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:23:48.770Z||pool-51-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:23:49.653Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||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-11-01T06:23:49.653Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||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-11-01T06:23:49.653Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-01T06:23:49.654Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:23:49.656Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:23:49.656Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283829652, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-01T06:23:49.756Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:23:49.757Z||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-11-01T06:23:49.757Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:23:49.769Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:23:49.769Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-01T06:23:50.657Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||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-11-01T06:23:50.658Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||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-11-01T06:23:50.658Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-01T06:23:50.658Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:23:50.660Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:23:50.660Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283830657, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-01T06:23:50.761Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-01T06:23:50.762Z||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-11-01T06:23:50.762Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:23:50.774Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:23:50.774Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:23:51.661Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-11-01T06:23:51.662Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-01T06:23:51.662Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-01T06:23:51.662Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:23:51.664Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:23:51.665Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283831661, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-01T06:23:51.765Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:23:51.766Z||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-11-01T06:23:51.766Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:23:51.783Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:23:51.784Z||pool-54-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:23:52.665Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bb95d54-4da9-4f3f-b20d-732824b752dd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-01T06:23:52.676Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bb95d54-4da9-4f3f-b20d-732824b752dd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-01T06:23:52.677Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-01T06:23:52.678Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-01T06:23:52.678Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-01T06:23:59.025Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:23:59.026Z||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-11-01T06:23:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:23:59.049Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:23:59.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:23:59.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "multicloud-k8s-id", "timestamp": 1667283777330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-01T06:23:59.051Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:24:22.678Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bb95d54-4da9-4f3f-b20d-732824b752dd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-01T06:24:22.690Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bb95d54-4da9-4f3f-b20d-732824b752dd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-01T06:24:22.692Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-01T06:24:22.692Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-01T06:24:22.692Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-01T06:24:52.692Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bb95d54-4da9-4f3f-b20d-732824b752dd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-01T06:24:52.703Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bb95d54-4da9-4f3f-b20d-732824b752dd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-01T06:24:52.724Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-01T06:24:52.724Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-01T06:24:52.724Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-01T06:24:59.025Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:24:59.026Z||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-11-01T06:24:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:24:59.068Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:24:59.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:24:59.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "aai-ml", "timestamp": 1667283780760, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:24:59.070Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:25:22.725Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bb95d54-4da9-4f3f-b20d-732824b752dd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-01T06:25:22.737Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bb95d54-4da9-4f3f-b20d-732824b752dd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-01T06:25:22.739Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-01T06:25:22.739Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-01T06:25:22.739Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-01T06:25:52.740Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bb95d54-4da9-4f3f-b20d-732824b752dd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-01T06:25:52.752Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bb95d54-4da9-4f3f-b20d-732824b752dd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-01T06:25:52.754Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-01T06:25:52.754Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-01T06:25:52.754Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-01T06:25:59.025Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:25:59.027Z||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-11-01T06:25:59.027Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:25:59.046Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:25:59.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667283775017, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.059Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.059Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.059Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "543be010-6a99-4657-8eff-12b740d30084", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283779020, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.059Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.059Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.059Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "cds", "timestamp": 1667283777106, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.060Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "multicloud-k8s-id", "timestamp": 1667283777330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-01T06:25:59.060Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667283775017, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:25:59.060Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "543be010-6a99-4657-8eff-12b740d30084", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283779020, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:25:59.061Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "cds", "timestamp": 1667283777106, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.061Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "ves-openapi-manager", "timestamp": 1667283780905, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.061Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "multicloud-k8s-id", "timestamp": 1667283777330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667283782775, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:25:59.062Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:25:59.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "cds", "timestamp": 1667283777106, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "ves-openapi-manager", "timestamp": 1667283780905, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "543be010-6a99-4657-8eff-12b740d30084", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283781791, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:25:59.063Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:25:59.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "multicloud-k8s-id", "timestamp": 1667283777330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-01T06:25:59.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "cds", "timestamp": 1667283777106, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "ves-openapi-manager", "timestamp": 1667283780905, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "multicloud-k8s-id", "timestamp": 1667283777330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "543be010-6a99-4657-8eff-12b740d30084", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283783670, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-01T06:25:59.065Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:25:59.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "cds", "timestamp": 1667283777106, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:25:59.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "ves-openapi-manager", "timestamp": 1667283780905, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "multicloud-k8s-id", "timestamp": 1667283777330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:25:59.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667283785147, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-01T06:25:59.066Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:25:59.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "ves-openapi-manager", "timestamp": 1667283780905, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "cds", "timestamp": 1667283784894, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:25:59.067Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:25:59.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667283786151, "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-11-01T06:25:59.076Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5bb95d54-4da9-4f3f-b20d-732824b752dd 2022-11-01T06:25:59.076Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bb95d54-4da9-4f3f-b20d-732824b752dd 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-11-01T06:25:59.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.089Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "multicloud-k8s-id", "timestamp": 1667283785116, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-01T06:25:59.089Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:25:59.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.089Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "ves-openapi-manager", "timestamp": 1667283780905, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.090Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.090Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "cds", "timestamp": 1667283785951, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-01T06:25:59.095Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5bb95d54-4da9-4f3f-b20d-732824b752dd 2022-11-01T06:25:59.095Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bb95d54-4da9-4f3f-b20d-732824b752dd 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-11-01T06:25:59.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667283775017, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.103Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "multicloud-k8s-id", "timestamp": 1667283786202, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-01T06:25:59.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:25:59.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "aai-ml", "timestamp": 1667283787589, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-01T06:25:59.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:25:59.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "ves-openapi-manager", "timestamp": 1667283780905, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.104Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "cds", "timestamp": 1667283777106, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.104Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667283775017, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.105Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "aai-ml", "timestamp": 1667283788593, "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-11-01T06:25:59.109Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5bb95d54-4da9-4f3f-b20d-732824b752dd 2022-11-01T06:25:59.110Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bb95d54-4da9-4f3f-b20d-732824b752dd 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-11-01T06:25:59.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "multicloud-k8s-id", "timestamp": 1667283787252, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-01T06:25:59.118Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:25:59.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "ves-openapi-manager", "timestamp": 1667283780905, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.118Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "cds", "timestamp": 1667283777106, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.119Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.119Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.119Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667283775017, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.119Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.119Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.119Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "multicloud-k8s-id", "timestamp": 1667283788279, "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-11-01T06:25:59.123Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5bb95d54-4da9-4f3f-b20d-732824b752dd 2022-11-01T06:25:59.123Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bb95d54-4da9-4f3f-b20d-732824b752dd 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-11-01T06:25:59.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "ves-openapi-manager", "timestamp": 1667283780905, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.131Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "cds", "timestamp": 1667283777106, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.131Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667283775017, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.131Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "multicloud-k8s-id", "timestamp": 1667283789282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-01T06:25:59.132Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:25:59.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "ves-openapi-manager", "timestamp": 1667283780905, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "cds", "timestamp": 1667283777106, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667283775017, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "multicloud-k8s-id", "timestamp": 1667283777330, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "ves-openapi-manager", "timestamp": 1667283780905, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "cds", "timestamp": 1667283777106, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.134Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667283775017, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.134Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "multicloud-k8s-id", "timestamp": 1667283777330, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.134Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "ves-openapi-manager", "timestamp": 1667283780905, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.134Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "cds", "timestamp": 1667283777106, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.135Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667283775017, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/artifacts/service-DemoPnf8pglxji4lwtrgjvslr4r-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.135Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "multicloud-k8s-id", "timestamp": 1667283777330, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.135Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "ves-openapi-manager", "timestamp": 1667283780905, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-01T06:25:59.136Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "cds", "timestamp": 1667283777106, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/artifacts/service-DemoPnf8pglxji4lwtrgjvslr4r-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.136Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667283775017, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/artifacts/service-DemoPnf8pglxji4lwtrgjvslr4r-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:25:59.136Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "multicloud-k8s-id", "timestamp": 1667283777330, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.137Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "ves-openapi-manager", "timestamp": 1667283780905, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/artifacts/service-DemoPnf8pglxji4lwtrgjvslr4r-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.137Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "cds", "timestamp": 1667283777106, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/artifacts/service-DemoPnf8pglxji4lwtrgjvslr4r-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:25:59.137Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667283795252, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/artifacts/service-DemoPnf8pglxji4lwtrgjvslr4r-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:25:59.138Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:25:59.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.138Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "multicloud-k8s-id", "timestamp": 1667283777330, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.138Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.138Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "ves-openapi-manager", "timestamp": 1667283780905, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/artifacts/service-DemoPnf8pglxji4lwtrgjvslr4r-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.138Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.138Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "cds", "timestamp": 1667283795170, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/artifacts/service-DemoPnf8pglxji4lwtrgjvslr4r-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:25:59.139Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:25:59.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.139Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "multicloud-k8s-id", "timestamp": 1667283777330, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.139Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.139Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "ves-openapi-manager", "timestamp": 1667283796747, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-01T06:25:59.139Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:25:59.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.139Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667283797139, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/artifacts/service-DemoPnf8pglxji4lwtrgjvslr4r-csar.csar", "status": "DEPLOY_OK" } 2022-11-01T06:25:59.139Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:25:59.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.140Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "cds", "timestamp": 1667283796181, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/artifacts/service-DemoPnf8pglxji4lwtrgjvslr4r-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-11-01T06:25:59.151Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 71b78603-683e-45c6-a7c6-63b967b86ee0 2022-11-01T06:25:59.151Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71b78603-683e-45c6-a7c6-63b967b86ee0 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-11-01T06:25:59.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "multicloud-k8s-id", "timestamp": 1667283777330, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/artifacts/service-DemoPnf8pglxji4lwtrgjvslr4r-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.160Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667283798142, "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-11-01T06:25:59.165Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 71b78603-683e-45c6-a7c6-63b967b86ee0 2022-11-01T06:25:59.165Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71b78603-683e-45c6-a7c6-63b967b86ee0 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-11-01T06:25:59.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.173Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "ves-openapi-manager", "timestamp": 1667283797964, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-01T06:25:59.173Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:25:59.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "multicloud-k8s-id", "timestamp": 1667283777330, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/artifacts/service-DemoPnf8pglxji4lwtrgjvslr4r-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:25:59.174Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "ves-openapi-manager", "timestamp": 1667283798968, "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-11-01T06:25:59.179Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 71b78603-683e-45c6-a7c6-63b967b86ee0 2022-11-01T06:25:59.179Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71b78603-683e-45c6-a7c6-63b967b86ee0 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-11-01T06:25:59.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "aai-ml", "timestamp": 1667283801726, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.187Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.187Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "aai-ml", "timestamp": 1667283801726, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.187Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.187Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "aai-ml", "timestamp": 1667283801726, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.187Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "aai-ml", "timestamp": 1667283801726, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.188Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "aai-ml", "timestamp": 1667283801726, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.188Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "aai-ml", "timestamp": 1667283801726, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.188Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "aai-ml", "timestamp": 1667283801726, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/artifacts/service-DemoPnf8pglxji4lwtrgjvslr4r-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.188Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.189Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "aai-ml", "timestamp": 1667283801726, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/artifacts/service-DemoPnf8pglxji4lwtrgjvslr4r-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:25:59.189Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.189Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "aai-ml", "timestamp": 1667283810437, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/artifacts/service-DemoPnf8pglxji4lwtrgjvslr4r-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:25:59.189Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:25:59.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.189Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "aai-ml", "timestamp": 1667283815187, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/artifacts/service-DemoPnf8pglxji4lwtrgjvslr4r-csar.csar", "status": "DEPLOY_OK" } 2022-11-01T06:25:59.189Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:25:59.190Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.190Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "aai-ml", "timestamp": 1667283816191, "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-11-01T06:25:59.194Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 71b78603-683e-45c6-a7c6-63b967b86ee0 2022-11-01T06:25:59.194Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 71b78603-683e-45c6-a7c6-63b967b86ee0 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-11-01T06:25:59.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "543be010-6a99-4657-8eff-12b740d30084", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283814916, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-01T06:25:59.201Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:25:59.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283779020, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283779020, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-01T06:25:59.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283779020, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-01T06:25:59.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283779020, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.203Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283779020, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-01T06:25:59.203Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.203Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283779020, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.203Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.203Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283779020, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:25:59.203Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.203Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283823067, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:25:59.203Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:25:59.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283825410, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-01T06:25:59.204Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:25:59.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "ves-openapi-manager", "timestamp": 1667283820905, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.204Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "cds", "timestamp": 1667283822106, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.204Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "multicloud-k8s-id", "timestamp": 1667283817330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.204Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.205Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.205Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283826482, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-01T06:25:59.205Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:25:59.205Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.205Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "ves-openapi-manager", "timestamp": 1667283820905, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.205Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.205Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.205Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "cds", "timestamp": 1667283822106, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.205Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.205Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.205Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "multicloud-k8s-id", "timestamp": 1667283817330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-01T06:25:59.206Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.206Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.206Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283827533, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-01T06:25:59.206Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:25:59.206Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.206Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "ves-openapi-manager", "timestamp": 1667283820905, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.206Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.206Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.206Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "cds", "timestamp": 1667283822106, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.206Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.206Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.207Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "multicloud-k8s-id", "timestamp": 1667283817330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-01T06:25:59.207Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.207Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.207Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283828649, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-01T06:25:59.207Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:25:59.207Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.207Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "ves-openapi-manager", "timestamp": 1667283820905, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.207Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.207Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.207Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "cds", "timestamp": 1667283822106, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.207Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.208Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "multicloud-k8s-id", "timestamp": 1667283817330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-01T06:25:59.208Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.208Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283829652, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-01T06:25:59.208Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:25:59.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.208Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "ves-openapi-manager", "timestamp": 1667283820905, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.208Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.208Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "cds", "timestamp": 1667283822106, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.208Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "multicloud-k8s-id", "timestamp": 1667283817330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-01T06:25:59.209Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283830657, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-01T06:25:59.209Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:25:59.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "aai-ml", "timestamp": 1667283831726, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.210Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.210Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.210Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "ves-openapi-manager", "timestamp": 1667283820905, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.210Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.210Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.210Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "cds", "timestamp": 1667283822106, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.210Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.210Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.210Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "multicloud-k8s-id", "timestamp": 1667283817330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.210Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.211Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.211Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283831661, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-01T06:25:59.211Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:25:59.211Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.211Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "aai-ml", "timestamp": 1667283831726, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.211Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.211Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.211Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "ves-openapi-manager", "timestamp": 1667283820905, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.211Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.211Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.211Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "cds", "timestamp": 1667283822106, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.211Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "multicloud-k8s-id", "timestamp": 1667283817330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-01T06:25:59.212Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "aai-ml", "timestamp": 1667283831726, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.212Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "ves-openapi-manager", "timestamp": 1667283820905, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.212Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "cds", "timestamp": 1667283822106, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.213Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "multicloud-k8s-id", "timestamp": 1667283817330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.213Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "aai-ml", "timestamp": 1667283831726, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.213Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "ves-openapi-manager", "timestamp": 1667283820905, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.213Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.214Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "cds", "timestamp": 1667283822106, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:25:59.214Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.214Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.214Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "multicloud-k8s-id", "timestamp": 1667283817330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:25:59.214Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.214Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.214Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667283835017, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.214Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.214Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.214Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "aai-ml", "timestamp": 1667283831726, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.215Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.215Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "multicloud-k8s-id", "timestamp": 1667283835546, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-01T06:25:59.215Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:25:59.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.215Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "cds", "timestamp": 1667283835594, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:25:59.215Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:25:59.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.215Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667283835017, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.215Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.215Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "aai-ml", "timestamp": 1667283831726, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.216Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.216Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "cds", "timestamp": 1667283836608, "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-11-01T06:25:59.229Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cd58d430-7d17-431c-ab6a-b7c498a312dd 2022-11-01T06:25:59.229Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd58d430-7d17-431c-ab6a-b7c498a312dd 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-11-01T06:25:59.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "multicloud-k8s-id", "timestamp": 1667283836600, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-01T06:25:59.238Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:25:59.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667283835017, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.238Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.239Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "aai-ml", "timestamp": 1667283831726, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.239Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.239Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667283835017, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.239Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.239Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "multicloud-k8s-id", "timestamp": 1667283837659, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-01T06:25:59.239Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:25:59.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.240Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "aai-ml", "timestamp": 1667283831726, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.240Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.240Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.240Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667283835017, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:25:59.240Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:25:59.240Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:25:59.240Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "multicloud-k8s-id", "timestamp": 1667283838717, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-01T06:25:59.240Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:26:22.755Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bb95d54-4da9-4f3f-b20d-732824b752dd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-01T06:26:22.774Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bb95d54-4da9-4f3f-b20d-732824b752dd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-01T06:26:22.786Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-01T06:26:22.787Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-01T06:26:22.787Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-01T06:26:22.787Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-01T06:26:22.787Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:26:22.787Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:26:22.788Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:26:22.788Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:26:22.788Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:26:22.788Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-01T06:26:22.796Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-01T06:26:52.796Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5bb95d54-4da9-4f3f-b20d-732824b752dd 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-11-01T06:26:52.808Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5bb95d54-4da9-4f3f-b20d-732824b752dd and serviceModelVersionId: 94402322-4b04-4059-8fa3-7d0c89e8aefd 2022-11-01T06:26:52.808Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7323f4a1-1144-4b48-bc1c-fde4de696f47 2022-11-01T06:26:52.810Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7323f4a1-1144-4b48-bc1c-fde4de696f47/model-vers/model-ver/94402322-4b04-4059-8fa3-7d0c89e8aefd?depth=0 2022-11-01T06:26:52.822Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-11-01T06:26:52.889Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7323f4a1-1144-4b48-bc1c-fde4de696f47/model-vers/model-ver/94402322-4b04-4059-8fa3-7d0c89e8aefd?depth=0|INFO|500||Invoke 2022-11-01T06:26:52.890Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7323f4a1-1144-4b48-bc1c-fde4de696f47/model-vers/model-ver/94402322-4b04-4059-8fa3-7d0c89e8aefd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7323f4a1-1144-4b48-bc1c-fde4de696f47/model-vers/model-ver/94402322-4b04-4059-8fa3-7d0c89e8aefd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5bb95d54-4da9-4f3f-b20d-732824b752dd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[228dcb5d-00e8-455d-83c0-626f8ec14e22], X-ECOMP-RequestID=[5bb95d54-4da9-4f3f-b20d-732824b752dd], X-TransactionId=[], X-ONAP-RequestID=[5bb95d54-4da9-4f3f-b20d-732824b752dd], Content-Type=[application/merge-patch+json]} 2022-11-01T06:26:52.922Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7323f4a1-1144-4b48-bc1c-fde4de696f47/model-vers/model-ver/94402322-4b04-4059-8fa3-7d0c89e8aefd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-01T06:26:53.011Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7323f4a1-1144-4b48-bc1c-fde4de696f47/model-vers/model-ver/94402322-4b04-4059-8fa3-7d0c89e8aefd?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/7323f4a1-1144-4b48-bc1c-fde4de696f47/model-vers/model-ver/94402322-4b04-4059-8fa3-7d0c89e8aefd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221101-06:26:55:190-1090], vertex-id=[618648], Content-Length=[0], Date=[Tue, 01 Nov 2022 06:26:55 GMT], Content-Type=[application/json]} 2022-11-01T06:26:53.011Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7323f4a1-1144-4b48-bc1c-fde4de696f47/model-vers/model-ver/94402322-4b04-4059-8fa3-7d0c89e8aefd?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-01T06:26:53.012Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7323f4a1-1144-4b48-bc1c-fde4de696f47/model-vers/model-ver/94402322-4b04-4059-8fa3-7d0c89e8aefd?depth=0|INFO|500||InvokeReturn 2022-11-01T06:26:53.012Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-01T06:26:53.013Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-01T06:26:53.018Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-01T06:26:53.019Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5bb95d54-4da9-4f3f-b20d-732824b752dd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-01T06:26:53.019Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-01T06:26:53.020Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:26:53.023Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:26:53.024Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284013019, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-01T06:26:53.124Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:26:53.125Z||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-11-01T06:26:53.125Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:26:53.144Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:26:53.145Z||pool-55-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-01T06:26:54.040Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-01T06:26:54.040Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"71b78603-683e-45c6-a7c6-63b967b86ee0","serviceName":"Demo_pNF_8PGlXjI4LwTRGJvsLr4R","serviceVersion":"1.0","serviceUUID":"9961a105-5efa-42c9-ab23-94951e047076","serviceDescription":"catalog service description","serviceInvariantUUID":"e0006574-398c-4c48-846e-33158d088515","resources":[{"resourceInstanceName":"pNF 0ba6e377-5240 0","resourceName":"pNF 0ba6e377-5240","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"348e576e-0935-41d2-9a6a-51fa07040924","resourceInvariantUUID":"611484a5-c133-4ccf-ab0f-2165570ee20e","resourceCustomizationUUID":"cadc9847-5380-4a44-bcf5-ea3234f53b24","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/vf-license-model.xml","artifactChecksum":"ZGM1NGI0ZDFkNDE2ODgzOWVkYmIxMTkwNzM3OTgxY2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"32783055-8349-477b-ad73-72f8565730cb","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/pNF.csar","artifactChecksum":"N2NhOWUzNjljNTEyZmY1MGY5ZTFjNmJhZTMxMGJjMjg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2ad8fa61-0235-4a18-9782-37239b9561e3","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a1cd11c6-0e8c-4574-a975-87270f637a25","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/vendor-license-model.xml","artifactChecksum":"ZDllNTZlNmEwMzAxODFmYTFiMjRlNTkzNmFiMDkyNDc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d1e66f1b-ba68-4cf3-9fee-a6e8f7c1d822","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"85f13b65-ca0e-4b96-9681-18cbddcc3831","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e12cb978-2ede-4167-9880-043e299e2bce","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf8pglxji4lwtrgjvslr4r-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/artifacts/service-DemoPnf8pglxji4lwtrgjvslr4r-template.yml","artifactChecksum":"YzljMDI5MDRiYmI2MTQ4YzA3MmExZGNjYzdlMTA1MWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a76881f9-42b3-4243-a1e4-a35ee91320d1","artifactVersion":"1"},{"artifactName":"service-DemoPnf8pglxji4lwtrgjvslr4r-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/artifacts/service-DemoPnf8pglxji4lwtrgjvslr4r-csar.csar","artifactChecksum":"MzA2NWVmYjg5OWY0ZmUwNTI3YzcxMmY3OTFiYjAwNzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a552d942-8c12-4b1a-8273-25e485d54970","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-01T06:26:54.041Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:26:54.042Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:26:54.044Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:26:54.045Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283779020, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:26:54.145Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:26:54.146Z||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-11-01T06:26:54.147Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:26:54.158Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:26:54.159Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:26:55.045Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:26:55.047Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:26:55.049Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:26:55.049Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283779020, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-01T06:26:55.149Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:26:55.150Z||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-11-01T06:26:55.150Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:26:55.162Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:26:55.163Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-01T06:26:56.049Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:26:56.050Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:26:56.052Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:26:56.052Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283779020, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-01T06:26:56.153Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-01T06:26:56.154Z||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-11-01T06:26:56.154Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:26:56.166Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:26:56.167Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-01T06:26:57.053Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:26:57.054Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:26:57.056Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:26:57.056Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283779020, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:26:57.156Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:26:57.157Z||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-11-01T06:26:57.157Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:26:57.169Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:26:57.170Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:26:58.056Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:26:58.057Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:26:58.059Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:26:58.059Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283779020, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:26:58.159Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:26:58.160Z||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-11-01T06:26:58.160Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:26:58.174Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:26:58.175Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:26:59.025Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:26:59.027Z||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-11-01T06:26:59.027Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:26:59.059Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:26:59.060Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:26:59.060Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:26:59.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:26:59.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "aai-ml", "timestamp": 1667283831726, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:26:59.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:26:59.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:26:59.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667283835017, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:26:59.063Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:26:59.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:26:59.063Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283779020, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:26:59.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:26:59.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "multicloud-k8s-id", "timestamp": 1667283839777, "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-11-01T06:26:59.071Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cd58d430-7d17-431c-ab6a-b7c498a312dd 2022-11-01T06:26:59.071Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd58d430-7d17-431c-ab6a-b7c498a312dd 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-11-01T06:26:59.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:26:59.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "aai-ml", "timestamp": 1667283841509, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:26:59.082Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:26:59.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:26:59.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667283835017, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-01T06:26:59.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:26:59.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:26:59.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "multicloud-k8s-id", "timestamp": 1667283840781, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-01T06:26:59.083Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:26:59.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:26:59.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667283835017, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:26:59.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:26:59.084Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:26:59.084Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667283835017, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:26:59.084Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-01T06:26:59.084Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:26:59.084Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667283844766, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:26:59.084Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:26:59.084Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:26:59.084Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667283847084, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-01T06:26:59.084Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:26:59.084Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:26:59.085Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "aai-ml", "timestamp": 1667283847951, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-01T06:26:59.085Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:26:59.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:26:59.085Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667283848090, "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-11-01T06:26:59.090Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cd58d430-7d17-431c-ab6a-b7c498a312dd 2022-11-01T06:26:59.090Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd58d430-7d17-431c-ab6a-b7c498a312dd 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-11-01T06:26:59.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-01T06:26:59.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "aai-ml", "timestamp": 1667283848955, "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-11-01T06:26:59.107Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cd58d430-7d17-431c-ab6a-b7c498a312dd 2022-11-01T06:26:59.107Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd58d430-7d17-431c-ab6a-b7c498a312dd 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-11-01T06:26:59.165Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-01T06:26:59.166Z||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-11-01T06:26:59.166Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:26:59.178Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:26:59.179Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:27:00.063Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:27:00.064Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:27:00.066Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:27:00.066Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283779020, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/artifacts/service-DemoPnf8pglxji4lwtrgjvslr4r-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:27:00.167Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-01T06:27:00.168Z||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-11-01T06:27:00.168Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:27:00.182Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:27:00.183Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:27:01.070Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:27:01.070Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:27:01.073Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:27:01.073Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283779020, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/artifacts/service-DemoPnf8pglxji4lwtrgjvslr4r-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:27:01.174Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-01T06:27:01.175Z||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-11-01T06:27:01.175Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:27:01.202Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:27:01.203Z||pool-63-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:27:02.074Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "serviceName": "Demo_pNF_8PGlXjI4LwTRGJvsLr4R", "serviceVersion": "1.0", "serviceUUID": "9961a105-5efa-42c9-ab23-94951e047076", "serviceDescription": "catalog service description", "serviceInvariantUUID": "e0006574-398c-4c48-846e-33158d088515", "resources": [ { "resourceInstanceName": "pNF 0ba6e377-5240 0", "resourceCustomizationUUID": "cadc9847-5380-4a44-bcf5-ea3234f53b24", "resourceName": "pNF 0ba6e377-5240", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "348e576e-0935-41d2-9a6a-51fa07040924", "resourceInvariantUUID": "611484a5-c133-4ccf-ab0f-2165570ee20e", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf8pglxji4lwtrgjvslr4r-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/artifacts/service-DemoPnf8pglxji4lwtrgjvslr4r-csar.csar", "artifactChecksum": "MzA2NWVmYjg5OWY0ZmUwNTI3YzcxMmY3OTFiYjAwNzA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a552d942-8c12-4b1a-8273-25e485d54970" } ], "workloadContext": "Production" } 2022-11-01T06:27:02.075Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-01T06:27:02.075Z|5bb95d54-4da9-4f3f-b20d-732824b752dd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9961a105-5efa-42c9-ab23-94951e047076 ASDC 2022-11-01T06:27:02.076Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:71b78603-683e-45c6-a7c6-63b967b86ee0 ServiceName:Demo_pNF_8PGlXjI4LwTRGJvsLr4R ServiceVersion:1.0 ServiceUUID:9961a105-5efa-42c9-ab23-94951e047076 ServiceInvariantUUID:e0006574-398c-4c48-846e-33158d088515 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf8pglxji4lwtrgjvslr4r-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/artifacts/service-DemoPnf8pglxji4lwtrgjvslr4r-csar.csar ArtifactUUID:a552d942-8c12-4b1a-8273-25e485d54970 ArtifactChecksum:MzA2NWVmYjg5OWY0ZmUwNTI3YzcxMmY3OTFiYjAwNzA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 0ba6e377-5240 0 ResourceCustomizationUUID:cadc9847-5380-4a44-bcf5-ea3234f53b24 ResourceInvariantUUID:611484a5-c133-4ccf-ab0f-2165570ee20e ResourceName:pNF 0ba6e377-5240 ResourceType:PNF ResourceUUID:348e576e-0935-41d2-9a6a-51fa07040924 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-01T06:27:02.076Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9961a105-5efa-42c9-ab23-94951e047076 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-11-01T06:27:02.107Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-01T06:27:02.108Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-01T06:27:02.108Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-01T06:27:02.108Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a552d942-8c12-4b1a-8273-25e485d54970 from URL: /sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/artifacts/service-DemoPnf8pglxji4lwtrgjvslr4r-csar.csar 2022-11-01T06:27:02.108Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-01T06:27:02.109Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/artifacts/service-DemoPnf8pglxji4lwtrgjvslr4r-csar.csar 2022-11-01T06:27:02.254Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-01T06:27:02.261Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/artifacts/service-DemoPnf8pglxji4lwtrgjvslr4r-csar.csar a552d942-8c12-4b1a-8273-25e485d54970 87774 2022-11-01T06:27:02.261Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/artifacts/service-DemoPnf8pglxji4lwtrgjvslr4r-csar.csar ASDC sendASDCNotification 2022-11-01T06:27:02.262Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/artifacts/service-DemoPnf8pglxji4lwtrgjvslr4r-csar.csar 2022-11-01T06:27:02.262Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-01T06:27:02.262Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:27:02.266Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:27:02.266Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284022261, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/artifacts/service-DemoPnf8pglxji4lwtrgjvslr4r-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:27:02.368Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-01T06:27:02.370Z||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-11-01T06:27:02.370Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:27:02.391Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:27:02.392Z||pool-64-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-11-01T06:27:03.267Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-01T06:27:03.268Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-01T06:27:03.268Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a552d942-8c12-4b1a-8273-25e485d54970, URL: /sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/artifacts/service-DemoPnf8pglxji4lwtrgjvslr4r-csar.csar to file: /app/ASDC/1/service-DemoPnf8pglxji4lwtrgjvslr4r-csar.csar 2022-11-01T06:27:03.269Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf8pglxji4lwtrgjvslr4r-csar.csar 2022-11-01T06:27:03.269Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf8pglxji4lwtrgjvslr4r-csar.csar 2022-11-01T06:27:03.270Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf8pglxji4lwtrgjvslr4r-csar.csar 2022-11-01T06:27:03.538Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2638995382118939411/Definitions/service-DemoPnf8pglxji4lwtrgjvslr4r-template.yml 2022-11-01T06:27:04.427Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-01T06:27:04.428Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-01T06:27:04.428Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf8pglxji4lwtrgjvslr4r-csar.csar 2022-11-01T06:27:04.428Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-01T06:27:04.428Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf8pglxji4lwtrgjvslr4r-csar.csar 2022-11-01T06:27:04.428Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf8pglxji4lwtrgjvslr4r-csar.csar 2022-11-01T06:27:04.428Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf8pglxji4lwtrgjvslr4r-csar.csar 2022-11-01T06:27:04.429Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf8pglxji4lwtrgjvslr4r-csar.csar 2022-11-01T06:27:04.429Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf8pglxji4lwtrgjvslr4r-csar.csar 2022-11-01T06:27:04.429Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0ba6e377-5240 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-DemoPnf8pglxji4lwtrgjvslr4r-csar.csar 2022-11-01T06:27:04.429Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf8pglxji4lwtrgjvslr4r-csar.csar 2022-11-01T06:27:04.429Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-01T06:27:04.429Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:27:04.430Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_8PGlXjI4LwTRGJvsLr4R is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:27:04.430Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||Node template pNF 0ba6e377-5240 0 is matching search criteria 2022-11-01T06:27:04.430Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-01T06:27:04.430Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 0ba6e377-5240 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-01T06:27:04.431Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:27:04.431Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_8PGlXjI4LwTRGJvsLr4R is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:27:04.431Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||Node template pNF 0ba6e377-5240 0 is matching search criteria 2022-11-01T06:27:04.431Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-01T06:27:04.431Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 0ba6e377-5240 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-01T06:27:04.432Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:27:04.432Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_8PGlXjI4LwTRGJvsLr4R is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:27:04.432Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:27:04.432Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_8PGlXjI4LwTRGJvsLr4R is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:27:04.432Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:27:04.433Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_8PGlXjI4LwTRGJvsLr4R is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:27:04.433Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:27:04.433Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_8PGlXjI4LwTRGJvsLr4R is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:27:04.433Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:27:04.433Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_8PGlXjI4LwTRGJvsLr4R is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:27:04.434Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_8PGlXjI4LwTRGJvsLr4R Description:catalog service description Model UUID:9961a105-5efa-42c9-ab23-94951e047076 Model Version:NULL Model InvariantUuid:e0006574-398c-4c48-846e-33158d088515 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-11-01T06:27:04.441Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 348e576e-0935-41d2-9a6a-51fa07040924 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-11-01T06:27:04.445Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||pNF 0ba6e377-5240 0 2022-11-01T06:27:04.445Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 348e576e-0935-41d2-9a6a-51fa07040924 2022-11-01T06:27:04.445Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 9961a105-5efa-42c9-ab23-94951e047076 2022-11-01T06:27:04.445Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 9961a105-5efa-42c9-ab23-94951e047076 2022-11-01T06:27:04.445Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0ba6e377-5240 0 348e576e-0935-41d2-9a6a-51fa07040924 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-11-01T06:27:04.450Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1c78d6d7, org.onap.sdc.toscaparser.api.parameters.Input@42fee72a, org.onap.sdc.toscaparser.api.parameters.Input@78b8a840, org.onap.sdc.toscaparser.api.parameters.Input@654a035c, org.onap.sdc.toscaparser.api.parameters.Input@3fdebf4c] 2022-11-01T06:27:04.451Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:27:04.451Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_8PGlXjI4LwTRGJvsLr4R is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:27:04.451Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 9961a105-5efa-42c9-ab23-94951e047076: pNF 0ba6e377-5240 2022-11-01T06:27:04.451Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||Processing PNF resource: 348e576e-0935-41d2-9a6a-51fa07040924 2022-11-01T06:27:04.451Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:27:04.452Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_8PGlXjI4LwTRGJvsLr4R is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:27:04.452Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||Resource customization UUID: cadc9847-5380-4a44-bcf5-ea3234f53b24 is the same as notified resource customizationUUID: cadc9847-5380-4a44-bcf5-ea3234f53b24 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-11-01T06:27:04.490Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0ba6e377-5240 348e576e-0935-41d2-9a6a-51fa07040924 0 ASDC deployResourceStructure 2022-11-01T06:27:04.490Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/artifacts/service-DemoPnf8pglxji4lwtrgjvslr4r-csar.csar ASDC sendASDCNotification 2022-11-01T06:27:04.491Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/artifacts/service-DemoPnf8pglxji4lwtrgjvslr4r-csar.csar 2022-11-01T06:27:04.491Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-01T06:27:04.491Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:27:04.493Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:27:04.493Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284024490, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/artifacts/service-DemoPnf8pglxji4lwtrgjvslr4r-csar.csar", "status": "DEPLOY_OK" } 2022-11-01T06:27:04.593Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:27:04.594Z||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-11-01T06:27:04.594Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:27:04.612Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:27:04.614Z||pool-65-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-11-01T06:27:05.494Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 71b78603-683e-45c6-a7c6-63b967b86ee0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-01T06:27:05.507Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 71b78603-683e-45c6-a7c6-63b967b86ee0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-01T06:27:05.511Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-01T06:27:05.511Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-01T06:27:05.511Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-01T06:27:05.511Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-01T06:27:05.511Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:27:05.512Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:27:05.512Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:27:05.512Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:27:05.512Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:27:05.512Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-01T06:27:05.518Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-01T06:27:35.518Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 71b78603-683e-45c6-a7c6-63b967b86ee0 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-11-01T06:27:35.525Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 71b78603-683e-45c6-a7c6-63b967b86ee0 and serviceModelVersionId: 9961a105-5efa-42c9-ab23-94951e047076 2022-11-01T06:27:35.525Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e0006574-398c-4c48-846e-33158d088515 2022-11-01T06:27:35.526Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e0006574-398c-4c48-846e-33158d088515/model-vers/model-ver/9961a105-5efa-42c9-ab23-94951e047076?depth=0 2022-11-01T06:27:35.529Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-11-01T06:27:35.568Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0006574-398c-4c48-846e-33158d088515/model-vers/model-ver/9961a105-5efa-42c9-ab23-94951e047076?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-11-01T06:27:35.569Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0006574-398c-4c48-846e-33158d088515/model-vers/model-ver/9961a105-5efa-42c9-ab23-94951e047076?depth=0|INFO|500||Invoke 2022-11-01T06:27:35.586Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0006574-398c-4c48-846e-33158d088515/model-vers/model-ver/9961a105-5efa-42c9-ab23-94951e047076?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-01T06:27:35.676Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0006574-398c-4c48-846e-33158d088515/model-vers/model-ver/9961a105-5efa-42c9-ab23-94951e047076?depth=0|INFO|500||InvokeReturn 2022-11-01T06:27:35.677Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0006574-398c-4c48-846e-33158d088515/model-vers/model-ver/9961a105-5efa-42c9-ab23-94951e047076?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221101-06:27:37:856-19621], vertex-id=[200864], Content-Length=[0], Date=[Tue, 01 Nov 2022 06:27:37 GMT], Content-Type=[application/json]} 2022-11-01T06:27:35.678Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-11-01T06:27:35.678Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-01T06:27:35.678Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-01T06:27:35.684Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-01T06:27:35.684Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 71b78603-683e-45c6-a7c6-63b967b86ee0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-01T06:27:35.684Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-01T06:27:35.685Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:27:35.686Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:27:35.686Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284055684, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-01T06:27:35.786Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:27:35.787Z||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-11-01T06:27:35.787Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:27:35.801Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:27:35.801Z||pool-66-thread-1|||||INFO|500||cambria reply ok (14 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-11-01T06:27:36.705Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:27:36.706Z|71b78603-683e-45c6-a7c6-63b967b86ee0|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-11-01T06:27:36.706Z|71b78603-683e-45c6-a7c6-63b967b86ee0|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:27:41.168Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:27:41.169Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-01T06:27:41.170Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"cd58d430-7d17-431c-ab6a-b7c498a312dd","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"db433960-54f7-4bba-8580-1a1a362cec71","serviceDescription":"service","serviceInvariantUUID":"2c93aeac-ba38-4f4a-9252-d2d201b54ab1","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e3eeadeb-06c9-44d2-a39a-5094d8bc3119","resourceInvariantUUID":"2424412f-b2ac-4035-beba-8e7d4d8940fb","resourceCustomizationUUID":"8556d6ed-ce7b-4f5e-9225-22df41e21d56","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":"N2YzNWIwZGYxMmNjYzQ3N2UyZDNmOTRjOTcyMDEwYmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f5dc1e18-0b29-407a-b28c-d42e5ad6e39c","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":"497fb4e2-0763-457b-bdda-d946081cff02","artifactVersion":"2","generatedFromUUID":"8fdf191b-9c63-434d-92cf-e90b0374a674"},{"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":"8fdf191b-9c63-434d-92cf-e90b0374a674","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":"NDhjNTk2NmE0YjBmZDgyOTk2YWMxNjgyMDc4NDA5M2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"be008e68-d933-42dd-86d4-07422614bdd4","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":"9998920e-de15-46ef-82d8-c484cd779653","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":"04166816-648f-4259-9310-0317e0c7f1a0","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":"8d35c437-0c39-4aa2-adb0-21b8cf560e61","artifactVersion":"2","generatedFromUUID":"9998920e-de15-46ef-82d8-c484cd779653"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"N2JjMTAwMDJmODMwNmI0NWZlNDM2OGVlYzU3ODQ4ZTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"285615c4-663f-414d-bb4b-4d92a69a5403","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NGUxMDVlNjhlNTRjZDFiODVjNDNiNjkzNzczOWExZjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fb8b0840-96ff-4e09-b4b5-b731c3ca655b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-01T06:27:41.173Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:27:41.173Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:27:41.175Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:27:41.176Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284056705, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:27:41.276Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:27:41.277Z||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-11-01T06:27:41.277Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:27:41.296Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:27:41.296Z||pool-67-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:27:42.176Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:27:42.177Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:27:42.179Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:27:42.179Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284056705, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-01T06:27:42.279Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:27:42.280Z||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-11-01T06:27:42.280Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:27:42.291Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:27:42.291Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:27:43.180Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:27:43.180Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:27:43.183Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:27:43.183Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284056705, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-01T06:27:43.283Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:27:43.284Z||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-11-01T06:27:43.284Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:27:43.298Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:27:43.298Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:27:44.184Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:27:44.186Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:27:44.188Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:27:44.188Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284056705, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-01T06:27:44.288Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:27:44.289Z||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-11-01T06:27:44.289Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:27:44.301Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:27:44.302Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-01T06:27:45.188Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:27:45.189Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:27:45.191Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:27:45.191Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284056705, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-01T06:27:45.291Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-01T06:27:45.293Z||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-11-01T06:27:45.293Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:27:45.308Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:27:45.308Z||pool-71-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:27:46.192Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:27:46.193Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:27:46.196Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:27:46.196Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284056705, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:27:46.305Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2022-11-01T06:27:46.306Z||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-11-01T06:27:46.306Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:27:46.319Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:27:46.320Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:27:47.197Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:27:47.200Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:27:47.202Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:27:47.202Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284056705, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-01T06:27:47.302Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-01T06:27:47.303Z||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-11-01T06:27:47.304Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:27:47.315Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:27:47.316Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:27:48.203Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:27:48.203Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:27:48.206Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:27:48.206Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284056705, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:27:48.307Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:27:48.308Z||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-11-01T06:27:48.308Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:27:48.324Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:27:48.325Z||pool-74-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-11-01T06:27:49.207Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:27:49.207Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:27:49.210Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:27:49.210Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284056705, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:27:49.310Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:27:49.311Z||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-11-01T06:27:49.311Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:27:49.325Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:27:49.326Z||pool-75-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:27:50.211Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "db433960-54f7-4bba-8580-1a1a362cec71", "serviceDescription": "service", "serviceInvariantUUID": "2c93aeac-ba38-4f4a-9252-d2d201b54ab1", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "8556d6ed-ce7b-4f5e-9225-22df41e21d56", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e3eeadeb-06c9-44d2-a39a-5094d8bc3119", "resourceInvariantUUID": "2424412f-b2ac-4035-beba-8e7d4d8940fb", "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": "497fb4e2-0763-457b-bdda-d946081cff02", "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": "8fdf191b-9c63-434d-92cf-e90b0374a674", "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": "NDhjNTk2NmE0YjBmZDgyOTk2YWMxNjgyMDc4NDA5M2Q\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "be008e68-d933-42dd-86d4-07422614bdd4", "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": "9998920e-de15-46ef-82d8-c484cd779653", "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": "8d35c437-0c39-4aa2-adb0-21b8cf560e61", "generatedFromUUID": "9998920e-de15-46ef-82d8-c484cd779653" }, "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": "8d35c437-0c39-4aa2-adb0-21b8cf560e61", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NGUxMDVlNjhlNTRjZDFiODVjNDNiNjkzNzczOWExZjA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fb8b0840-96ff-4e09-b4b5-b731c3ca655b" } ], "workloadContext": "Production" } 2022-11-01T06:27:50.211Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-01T06:27:50.211Z|71b78603-683e-45c6-a7c6-63b967b86ee0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 db433960-54f7-4bba-8580-1a1a362cec71 ASDC 2022-11-01T06:27:50.212Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:cd58d430-7d17-431c-ab6a-b7c498a312dd ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:db433960-54f7-4bba-8580-1a1a362cec71 ServiceInvariantUUID:2c93aeac-ba38-4f4a-9252-d2d201b54ab1 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:fb8b0840-96ff-4e09-b4b5-b731c3ca655b ArtifactChecksum:NGUxMDVlNjhlNTRjZDFiODVjNDNiNjkzNzczOWExZjA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:8556d6ed-ce7b-4f5e-9225-22df41e21d56 ResourceInvariantUUID:2424412f-b2ac-4035-beba-8e7d4d8940fb ResourceName:basic_cnf ResourceType:VF ResourceUUID:e3eeadeb-06c9-44d2-a39a-5094d8bc3119 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:497fb4e2-0763-457b-bdda-d946081cff02 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:8fdf191b-9c63-434d-92cf-e90b0374a674 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:be008e68-d933-42dd-86d4-07422614bdd4 ArtifactChecksum:NDhjNTk2NmE0YjBmZDgyOTk2YWMxNjgyMDc4NDA5M2Q= 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:9998920e-de15-46ef-82d8-c484cd779653 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:8d35c437-0c39-4aa2-adb0-21b8cf560e61 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:8d35c437-0c39-4aa2-adb0-21b8cf560e61 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-01T06:27:50.212Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF db433960-54f7-4bba-8580-1a1a362cec71 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-11-01T06:27:50.252Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-01T06:27:50.252Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-01T06:27:50.252Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-01T06:27:50.253Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fb8b0840-96ff-4e09-b4b5-b731c3ca655b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-01T06:27:50.253Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-01T06:27:50.253Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-01T06:27:50.385Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-01T06:27:50.388Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar fb8b0840-96ff-4e09-b4b5-b731c3ca655b 73686 2022-11-01T06:27:50.389Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-11-01T06:27:50.389Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-01T06:27:50.389Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-01T06:27:50.390Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:27:50.392Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:27:50.392Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284070389, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:27:50.492Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:27:50.493Z||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-11-01T06:27:50.493Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:27:50.504Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:27:50.504Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:27:51.392Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-01T06:27:51.393Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-11-01T06:27:51.394Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: fb8b0840-96ff-4e09-b4b5-b731c3ca655b, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-01T06:27:51.394Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-11-01T06:27:51.394Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-01T06:27:51.395Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-01T06:27:51.545Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17023109509070773875/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-11-01T06:27:52.613Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-01T06:27:52.614Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-01T06:27:52.614Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-01T06:27:52.614Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-11-01T06:27:52.614Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||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-11-01T06:27:52.615Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||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-11-01T06:27:52.615Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||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-11-01T06:27:52.615Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-01T06:27:52.615Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-11-01T06:27:52.615Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:27:52.615Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:27:52.616Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-01T06:27:52.616Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-01T06:27:52.616Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-01T06:27:52.616Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:27:52.616Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:27:52.617Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-01T06:27:52.617Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-11-01T06:27:52.617Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-01T06:27:52.618Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:27:52.618Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:27:52.618Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:27:52.619Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-01T06:27:52.619Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-11-01T06:27:52.619Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria 2022-11-01T06:27:52.619Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-01T06:27:52.620Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:27:52.620Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-01T06:27:52.620Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:27:52.620Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-01T06:27:52.620Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-01T06:27:52.621Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:27:52.621Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-01T06:27:52.621Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-01T06:27:52.621Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:27:52.622Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-01T06:27:52.622Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-01T06:27:52.622Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:27:52.622Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-01T06:27:52.622Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-01T06:27:52.622Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=8631b75d-6b15-47aa-8d70-db7e5d338509 2022-11-01T06:27:52.623Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:27:52.623Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:27:52.623Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:27:52.623Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:27:52.623Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:27:52.623Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:27:52.623Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:27:52.624Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:27:52.624Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:db433960-54f7-4bba-8580-1a1a362cec71 Model Version:NULL Model InvariantUuid:2c93aeac-ba38-4f4a-9252-d2d201b54ab1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:47125d75-11d3-4b7f-9f5e-e505358c9d08 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:2424412f-b2ac-4035-beba-8e7d4d8940fb Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8556d6ed-ce7b-4f5e-9225-22df41e21d56 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:562600ae-a6cf-46ae-a2d1-628540015489 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:164017fa-6a9a-4806-99f6-55fbe8a6b6b3 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:8631b75d-6b15-47aa-8d70-db7e5d338509 ModelInvariantUuid:5637d184-a819-4cfb-b545-1462f0e832c0 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:2047723d-51bf-47c6-a344-e72c095337b1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:23994c93-adbf-426b-b76b-7dfd1dd3e9db ModelInvariantUuid:8875bc3f-7b9f-4146-b8cc-25b52af4d7c7 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:5bdc757d-f46b-489a-bad1-f50950cbef24 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-11-01T06:27:52.631Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: e3eeadeb-06c9-44d2-a39a-5094d8bc3119 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-11-01T06:27:52.635Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||basic_cnf 0 2022-11-01T06:27:52.636Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e3eeadeb-06c9-44d2-a39a-5094d8bc3119 2022-11-01T06:27:52.636Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 497fb4e2-0763-457b-bdda-d946081cff02 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-01T06:27:52.636Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-01T06:27:52.636Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||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-11-01T06:27:52.685Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-01T06:27:52.686Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 497fb4e2-0763-457b-bdda-d946081cff02 12 2022-11-01T06:27:52.686Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||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-11-01T06:27:52.686Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||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-11-01T06:27:52.686Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-01T06:27:52.687Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:27:52.689Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:27:52.689Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284072686, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-01T06:27:52.789Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:27:52.790Z||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-11-01T06:27:52.790Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:27:52.805Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:27:52.806Z||pool-77-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:27:53.690Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8fdf191b-9c63-434d-92cf-e90b0374a674 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-01T06:27:53.691Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-01T06:27:53.691Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||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-11-01T06:27:53.743Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-01T06:27:53.743Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 8fdf191b-9c63-434d-92cf-e90b0374a674 2688 2022-11-01T06:27:53.744Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||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-11-01T06:27:53.744Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||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-11-01T06:27:53.744Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-01T06:27:53.745Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:27:53.747Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:27:53.747Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284073744, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-01T06:27:53.847Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:27:53.848Z||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-11-01T06:27:53.848Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:27:53.859Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:27:53.860Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:27:54.748Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: be008e68-d933-42dd-86d4-07422614bdd4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-01T06:27:54.749Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-01T06:27:54.749Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||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-11-01T06:27:54.797Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-01T06:27:54.798Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json be008e68-d933-42dd-86d4-07422614bdd4 828 2022-11-01T06:27:54.798Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||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-11-01T06:27:54.798Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||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-11-01T06:27:54.798Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-01T06:27:54.799Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:27:54.800Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:27:54.801Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284074798, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-01T06:27:54.901Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:27:54.902Z||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-11-01T06:27:54.902Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:27:54.915Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:27:54.915Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:27:55.801Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "562600ae-a6cf-46ae-a2d1-628540015489", "vfModuleModelVersion": "1", "vfModuleModelUUID": "164017fa-6a9a-4806-99f6-55fbe8a6b6b3", "vfModuleModelCustomizationUUID": "430706fe-5dea-40e1-89d2-b4722dfffa57", "isBase": true, "artifacts": [ "8fdf191b-9c63-434d-92cf-e90b0374a674", "9998920e-de15-46ef-82d8-c484cd779653", "8d35c437-0c39-4aa2-adb0-21b8cf560e61" ], "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-11-01T06:27:55.806Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:164017fa-6a9a-4806-99f6-55fbe8a6b6b3 VfModuleModelInvariantUUID:562600ae-a6cf-46ae-a2d1-628540015489 VfModuleModelDescription:NULL Artifacts UUID List:{ 8fdf191b-9c63-434d-92cf-e90b0374a674 , 9998920e-de15-46ef-82d8-c484cd779653 , 8d35c437-0c39-4aa2-adb0-21b8cf560e61 } 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-11-01T06:27:55.808Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "562600ae-a6cf-46ae-a2d1-628540015489", "vfModuleModelVersion": "1", "vfModuleModelUUID": "164017fa-6a9a-4806-99f6-55fbe8a6b6b3", "vfModuleModelCustomizationUUID": "430706fe-5dea-40e1-89d2-b4722dfffa57", "isBase": true, "artifacts": [ "8fdf191b-9c63-434d-92cf-e90b0374a674", "9998920e-de15-46ef-82d8-c484cd779653", "8d35c437-0c39-4aa2-adb0-21b8cf560e61" ], "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-11-01T06:27:55.808Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:164017fa-6a9a-4806-99f6-55fbe8a6b6b3 VfModuleModelInvariantUUID:562600ae-a6cf-46ae-a2d1-628540015489 VfModuleModelDescription:NULL Artifacts UUID List:{ 8fdf191b-9c63-434d-92cf-e90b0374a674 , 9998920e-de15-46ef-82d8-c484cd779653 , 8d35c437-0c39-4aa2-adb0-21b8cf560e61 } 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-11-01T06:27:55.808Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9998920e-de15-46ef-82d8-c484cd779653 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-01T06:27:55.809Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-01T06:27:55.809Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||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-11-01T06:27:55.862Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-01T06:27:55.863Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 9998920e-de15-46ef-82d8-c484cd779653 1164 2022-11-01T06:27:55.863Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||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-11-01T06:27:55.863Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||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-11-01T06:27:55.864Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-01T06:27:55.864Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:27:55.867Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:27:55.867Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284075863, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-01T06:27:55.967Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:27:55.968Z||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-11-01T06:27:55.968Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:27:55.983Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:27:55.983Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:27:56.867Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8d35c437-0c39-4aa2-adb0-21b8cf560e61 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-01T06:27:56.868Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-11-01T06:27:56.868Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||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-11-01T06:27:56.914Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-11-01T06:27:56.914Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 8d35c437-0c39-4aa2-adb0-21b8cf560e61 200 2022-11-01T06:27:56.915Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||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-11-01T06:27:56.915Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||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-11-01T06:27:56.915Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-01T06:27:56.915Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:27:56.917Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:27:56.918Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284076915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-01T06:27:57.017Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-01T06:27:57.018Z||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-11-01T06:27:57.018Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:27:57.029Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:27:57.030Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:27:57.918Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: db433960-54f7-4bba-8580-1a1a362cec71 2022-11-01T06:27:57.919Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 e3eeadeb-06c9-44d2-a39a-5094d8bc3119 ASDC 2022-11-01T06:27:57.932Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-01T06:27:57.945Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@eab8c00, org.onap.sdc.toscaparser.api.parameters.Input@447759c0, org.onap.sdc.toscaparser.api.parameters.Input@374e0a7c, org.onap.sdc.toscaparser.api.parameters.Input@673f4b65, org.onap.sdc.toscaparser.api.parameters.Input@3526100e] 2022-11-01T06:27:57.947Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:27:57.947Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:27:57.948Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-11-01T06:27:57.948Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 8556d6ed-ce7b-4f5e-9225-22df41e21d56 2022-11-01T06:27:57.948Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8556d6ed-ce7b-4f5e-9225-22df41e21d56 matches Tosca VF Customization UUID: 8556d6ed-ce7b-4f5e-9225-22df41e21d56 2022-11-01T06:27:57.948Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 8556d6ed-ce7b-4f5e-9225-22df41e21d56 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-11-01T06:27:57.950Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:27:57.950Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:27:57.951Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 8556d6ed-ce7b-4f5e-9225-22df41e21d56: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-01T06:27:57.951Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@11421e58 2022-11-01T06:27:57.952Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:27:57.952Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-01T06:27:57.952Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 430706fe-5dea-40e1-89d2-b4722dfffa57 2022-11-01T06:27:57.952Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 430706fe-5dea-40e1-89d2-b4722dfffa57 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-11-01T06:27:57.955Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:27:57.955Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-01T06:27:57.955Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-01T06:27:57.955Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:27:57.956Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-01T06:27:57.956Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-01T06:27:57.956Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:27:57.956Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-01T06:27:57.957Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-01T06:27:57.957Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=8631b75d-6b15-47aa-8d70-db7e5d338509 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-11-01T06:27:57.959Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:27:57.960Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-01T06:27:57.960Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-01T06:27:57.960Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:27:57.960Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-01T06:27:57.960Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=8556d6ed-ce7b-4f5e-9225-22df41e21d56 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-11-01T06:27:57.963Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:27:57.963Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:27:57.963Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid db433960-54f7-4bba-8580-1a1a362cec71: basic_cnf 2022-11-01T06:27:57.963Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:27:57.964Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:27:57.964Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:27:57.964Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:27:57.964Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:27:57.965Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:27:57.965Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:27:57.965Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:27:57.965Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:27:57.965Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:27:57.966Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||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-11-01T06:27:58.047Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf e3eeadeb-06c9-44d2-a39a-5094d8bc3119 1 ASDC deployResourceStructure 2022-11-01T06:27:58.048Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||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-11-01T06:27:58.048Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||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-11-01T06:27:58.048Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-01T06:27:58.048Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:27:58.050Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:27:58.050Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284078047, "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-11-01T06:27:58.151Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:27:58.152Z||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-11-01T06:27:58.152Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:27:58.164Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:27:58.165Z||pool-82-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:27:59.025Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:27:59.026Z||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-11-01T06:27:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:27:59.049Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:27:59.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-01T06:27:59.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5bb95d54-4da9-4f3f-b20d-732824b752dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284013019, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-01T06:27:59.051Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||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-11-01T06:27:59.051Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||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-11-01T06:27:59.051Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:27:59.053Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-01T06:27:59.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-01T06:27:59.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283779020, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:27:59.053Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:27:59.053Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-01T06:27:59.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-01T06:27:59.053Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283779020, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-01T06:27:59.053Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-01T06:27:59.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-01T06:27:59.055Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283779020, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-01T06:27:59.055Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-01T06:27:59.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-01T06:27:59.055Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283779020, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:27:59.055Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-01T06:27:59.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-01T06:27:59.055Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283779020, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:27:59.055Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:27:59.055Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284079051, "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-11-01T06:27:59.055Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-01T06:27:59.155Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:27:59.156Z||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-11-01T06:27:59.156Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:27:59.167Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:27:59.167Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-01T06:28:00.056Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||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-11-01T06:28:00.056Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||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-11-01T06:28:00.056Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-01T06:28:00.056Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:28:00.058Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:28:00.058Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284080056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-01T06:28:00.159Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:28:00.160Z||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-11-01T06:28:00.160Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:28:00.173Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:28:00.174Z||pool-84-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:28:01.059Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||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-11-01T06:28:01.060Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||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-11-01T06:28:01.060Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-01T06:28:01.060Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:28:01.062Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:28:01.062Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284081059, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-01T06:28:01.162Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:28:01.163Z||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-11-01T06:28:01.163Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:28:01.187Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:28:01.187Z||pool-85-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-11-01T06:28:02.063Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||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-11-01T06:28:02.063Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||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-11-01T06:28:02.064Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-01T06:28:02.064Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:28:02.066Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:28:02.066Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284082063, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-01T06:28:02.166Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:28:02.167Z||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-11-01T06:28:02.167Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:28:02.182Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:28:02.182Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-01T06:28:03.067Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-11-01T06:28:03.067Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-01T06:28:03.067Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-01T06:28:03.067Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:28:03.069Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:28:03.070Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284083066, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-01T06:28:03.170Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:28:03.171Z||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-11-01T06:28:03.171Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:28:03.186Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:28:03.186Z||pool-87-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:28:04.074Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd58d430-7d17-431c-ab6a-b7c498a312dd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-01T06:28:04.084Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd58d430-7d17-431c-ab6a-b7c498a312dd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-01T06:28:04.087Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-01T06:28:04.087Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-01T06:28:04.088Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-01T06:28:04.088Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-01T06:28:04.088Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:28:04.088Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:28:04.088Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:28:04.088Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:28:04.089Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:28:04.089Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-01T06:28:04.093Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-01T06:28:34.094Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd58d430-7d17-431c-ab6a-b7c498a312dd 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-11-01T06:28:34.100Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd58d430-7d17-431c-ab6a-b7c498a312dd and serviceModelVersionId: db433960-54f7-4bba-8580-1a1a362cec71 2022-11-01T06:28:34.101Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2c93aeac-ba38-4f4a-9252-d2d201b54ab1 2022-11-01T06:28:34.102Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2c93aeac-ba38-4f4a-9252-d2d201b54ab1/model-vers/model-ver/db433960-54f7-4bba-8580-1a1a362cec71?depth=0 2022-11-01T06:28:34.110Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-11-01T06:28:34.178Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c93aeac-ba38-4f4a-9252-d2d201b54ab1/model-vers/model-ver/db433960-54f7-4bba-8580-1a1a362cec71?depth=0|INFO|500||Invoke 2022-11-01T06:28:34.178Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c93aeac-ba38-4f4a-9252-d2d201b54ab1/model-vers/model-ver/db433960-54f7-4bba-8580-1a1a362cec71?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c93aeac-ba38-4f4a-9252-d2d201b54ab1/model-vers/model-ver/db433960-54f7-4bba-8580-1a1a362cec71?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cd58d430-7d17-431c-ab6a-b7c498a312dd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[55b25d12-e03d-4234-a867-87ce40f16602], X-ECOMP-RequestID=[cd58d430-7d17-431c-ab6a-b7c498a312dd], X-TransactionId=[], X-ONAP-RequestID=[cd58d430-7d17-431c-ab6a-b7c498a312dd], Content-Type=[application/merge-patch+json]} 2022-11-01T06:28:34.197Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c93aeac-ba38-4f4a-9252-d2d201b54ab1/model-vers/model-ver/db433960-54f7-4bba-8580-1a1a362cec71?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-01T06:28:34.308Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c93aeac-ba38-4f4a-9252-d2d201b54ab1/model-vers/model-ver/db433960-54f7-4bba-8580-1a1a362cec71?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/2c93aeac-ba38-4f4a-9252-d2d201b54ab1/model-vers/model-ver/db433960-54f7-4bba-8580-1a1a362cec71?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221101-06:28:36:475-75946], vertex-id=[467000], Content-Length=[0], Date=[Tue, 01 Nov 2022 06:28:36 GMT], Content-Type=[application/json]} 2022-11-01T06:28:34.309Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c93aeac-ba38-4f4a-9252-d2d201b54ab1/model-vers/model-ver/db433960-54f7-4bba-8580-1a1a362cec71?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-01T06:28:34.310Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2c93aeac-ba38-4f4a-9252-d2d201b54ab1/model-vers/model-ver/db433960-54f7-4bba-8580-1a1a362cec71?depth=0|INFO|500||InvokeReturn 2022-11-01T06:28:34.311Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-01T06:28:34.311Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-01T06:28:34.316Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-01T06:28:34.316Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd58d430-7d17-431c-ab6a-b7c498a312dd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-01T06:28:34.317Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-01T06:28:34.317Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:28:34.319Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:28:34.320Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284114317, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-01T06:28:34.420Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-01T06:28:34.420Z||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-11-01T06:28:34.421Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:28:34.435Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:28:34.435Z||pool-88-thread-1|||||INFO|500||cambria reply ok (15 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-11-01T06:28:35.331Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:28:35.332Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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-11-01T06:28:35.332Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:28:44.888Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:28:44.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:28:44.891Z||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-11-01T06:28:44.891Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:28:54.441Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:28:54.442Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:28:54.442Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-01T06:28:54.442Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:28:59.025Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:28:59.026Z||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-11-01T06:28:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:28:59.047Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:28:59.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-01T06:28:59.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283779020, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/resourceInstances/pnf0ba6e37752400/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:28:59.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-01T06:29:04.008Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:29:04.009Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:29:04.009Z||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-11-01T06:29:04.009Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:29:13.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:29:13.621Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:29:13.622Z||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-11-01T06:29:13.622Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:29:23.185Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:29:59.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:29:59.021Z||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-11-01T06:29:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:29:59.025Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:29:59.025Z||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-11-01T06:29:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:29:59.068Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:29:59.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-01T06:29:59.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283779020, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/artifacts/service-DemoPnf8pglxji4lwtrgjvslr4r-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:29:59.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-01T06:29:59.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-01T06:29:59.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667283779020, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/artifacts/service-DemoPnf8pglxji4lwtrgjvslr4r-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:29:59.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-01T06:29:59.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-01T06:29:59.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284022261, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/artifacts/service-DemoPnf8pglxji4lwtrgjvslr4r-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:29:59.071Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:29:59.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-01T06:29:59.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284024490, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8pglxji4lwtrgjvslr4r/1.0/artifacts/service-DemoPnf8pglxji4lwtrgjvslr4r-csar.csar", "status": "DEPLOY_OK" } 2022-11-01T06:29:59.072Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:29:59.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-01T06:29:59.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "71b78603-683e-45c6-a7c6-63b967b86ee0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284055684, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-01T06:29:59.072Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:29:59.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-01T06:29:59.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284056705, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:29:59.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-01T06:29:59.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-01T06:29:59.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284056705, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-01T06:29:59.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-01T06:29:59.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-01T06:29:59.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284056705, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-01T06:29:59.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-01T06:29:59.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-01T06:29:59.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284056705, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-01T06:29:59.077Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-01T06:29:59.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-01T06:29:59.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284056705, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-01T06:29:59.080Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-01T06:29:59.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-01T06:29:59.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284056705, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:29:59.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-01T06:29:59.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-01T06:29:59.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284056705, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-01T06:29:59.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-01T06:29:59.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-01T06:29:59.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284056705, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:29:59.085Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-01T06:29:59.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-01T06:29:59.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284056705, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:29:59.086Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-01T06:29:59.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-01T06:29:59.086Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284070389, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:29:59.086Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:29:59.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-01T06:29:59.086Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284072686, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-01T06:29:59.087Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:29:59.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-01T06:29:59.087Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284073744, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-01T06:29:59.087Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:29:59.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-01T06:29:59.088Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284074798, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-01T06:29:59.088Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:29:59.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-01T06:29:59.093Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284075863, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-01T06:29:59.093Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:29:59.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-01T06:29:59.093Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284076915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-01T06:29:59.094Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:29:59.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-01T06:29:59.094Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284078047, "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-11-01T06:29:59.094Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:30:08.588Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:30:59.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:30:59.021Z||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-11-01T06:30:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:30:59.025Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:30:59.025Z||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-11-01T06:30:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:30:59.556Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:30:59.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-01T06:30:59.557Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284079051, "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-11-01T06:30:59.558Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:30:59.558Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-01T06:30:59.558Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284080056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-01T06:30:59.559Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:30:59.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-01T06:30:59.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284081059, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-01T06:30:59.559Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:30:59.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-01T06:30:59.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284082063, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-01T06:30:59.560Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:30:59.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-01T06:30:59.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284083066, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-01T06:30:59.561Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:30:59.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-01T06:30:59.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd58d430-7d17-431c-ab6a-b7c498a312dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667284114317, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-01T06:30:59.562Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:31:08.582Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:31:59.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:31:59.021Z||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-11-01T06:31:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:31:59.025Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:31:59.025Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|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-11-01T06:31:59.025Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:32:08.572Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:32:08.572Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:32:59.021Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:32:59.023Z||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-11-01T06:32:59.023Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:32:59.025Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:32:59.026Z||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-11-01T06:32:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:33:08.567Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:33:08.569Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:33:59.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:33:59.021Z||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-11-01T06:33:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:33:59.025Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:33:59.025Z||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-11-01T06:33:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:34:08.572Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:34:08.635Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:34:59.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:34:59.021Z||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-11-01T06:34:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:34:59.025Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:34:59.025Z||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-11-01T06:34:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:35:08.567Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:35:08.568Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:35:59.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:35:59.021Z||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-11-01T06:35:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:35:59.025Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:35:59.025Z||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-11-01T06:35:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:36:08.565Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:36:08.565Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:36:59.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:36:59.022Z||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-11-01T06:36:59.022Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:36:59.025Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:36:59.026Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|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-11-01T06:36:59.026Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:37:08.626Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:37:08.663Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:37:59.022Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:37:59.025Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:37:59.025Z||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-11-01T06:37:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:37:59.026Z||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-11-01T06:37:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:38:08.600Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:38:08.600Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:38:59.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:38:59.021Z||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-11-01T06:38:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:38:59.025Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:38:59.026Z||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-11-01T06:38:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:39:08.577Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:39:08.578Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:39:59.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:39:59.022Z||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-11-01T06:39:59.022Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:39:59.025Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:39:59.026Z||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-11-01T06:39:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:40:08.571Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:40:08.571Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:40:59.021Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:40:59.022Z||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-11-01T06:40:59.022Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:40:59.025Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:40:59.026Z||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-11-01T06:40:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:41:08.562Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:41:08.562Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:41:59.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:41:59.021Z||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-11-01T06:41:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:41:59.025Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:41:59.025Z||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-11-01T06:41:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:42:08.563Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:42:08.564Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:42:59.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:42:59.021Z||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-11-01T06:42:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:42:59.025Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:42:59.025Z||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-11-01T06:42:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:43:08.566Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:43:08.566Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:43:59.020Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:43:59.021Z||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-11-01T06:43:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:43:59.025Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:43:59.025Z||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-11-01T06:43:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:44:08.565Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:44:08.570Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:44:59.020Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:44:59.022Z||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-11-01T06:44:59.022Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:44:59.025Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:44:59.026Z||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-11-01T06:44:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:45:08.582Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:45:08.583Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:45:59.020Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:45:59.021Z||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-11-01T06:45:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:45:59.025Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:45:59.025Z||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-11-01T06:45:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:45:59.152Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:45:59.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-01T06:45:59.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "ves-openapi-manager", "timestamp": 1667285140905, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:45:59.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-01T06:45:59.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-01T06:45:59.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "cds", "timestamp": 1667285142106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:45:59.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-01T06:45:59.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-01T06:45:59.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "ves-openapi-manager", "timestamp": 1667285140905, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-01T06:45:59.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-01T06:45:59.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-01T06:45:59.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "cds", "timestamp": 1667285142106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-01T06:45:59.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-01T06:45:59.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-01T06:45:59.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "ves-openapi-manager", "timestamp": 1667285140905, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:45:59.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-01T06:45:59.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-01T06:45:59.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "cds", "timestamp": 1667285142106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:45:59.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-01T06:45:59.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-01T06:45:59.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "aai-ml", "timestamp": 1667285151726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:45:59.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-01T06:45:59.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-01T06:45:59.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "ves-openapi-manager", "timestamp": 1667285140905, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:45:59.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-01T06:45:59.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-01T06:45:59.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "cds", "timestamp": 1667285142106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:45:59.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-01T06:45:59.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-01T06:45:59.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "aai-ml", "timestamp": 1667285151726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-01T06:45:59.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-01T06:45:59.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-01T06:45:59.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "ves-openapi-manager", "timestamp": 1667285140905, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-01T06:45:59.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-01T06:45:59.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-01T06:45:59.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "cds", "timestamp": 1667285142106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-01T06:45:59.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-01T06:45:59.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-01T06:45:59.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "aai-ml", "timestamp": 1667285151726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:45:59.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-01T06:45:59.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-01T06:45:59.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "ves-openapi-manager", "timestamp": 1667285140905, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-01T06:45:59.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-01T06:45:59.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-01T06:45:59.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "cds", "timestamp": 1667285142106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-01T06:45:59.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-01T06:45:59.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-01T06:45:59.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "aai-ml", "timestamp": 1667285151726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:45:59.165Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-01T06:45:59.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-01T06:45:59.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667285155017, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:45:59.166Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-01T06:45:59.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-01T06:45:59.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "ves-openapi-manager", "timestamp": 1667285140905, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-01T06:45:59.166Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-01T06:45:59.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-01T06:45:59.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "cds", "timestamp": 1667285142106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-01T06:45:59.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-01T06:45:59.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-01T06:45:59.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "aai-ml", "timestamp": 1667285151726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-01T06:45:59.168Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-01T06:45:59.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-01T06:45:59.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667285155017, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-01T06:45:59.168Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-01T06:45:59.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-01T06:45:59.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "ves-openapi-manager", "timestamp": 1667285140905, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-01T06:45:59.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-01T06:45:59.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-01T06:45:59.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "cds", "timestamp": 1667285142106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-01T06:45:59.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-01T06:45:59.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-01T06:45:59.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "aai-ml", "timestamp": 1667285151726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-01T06:45:59.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-01T06:45:59.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-01T06:45:59.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667285155017, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:45:59.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-01T06:45:59.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-01T06:45:59.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "ves-openapi-manager", "timestamp": 1667285140905, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:45:59.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-01T06:45:59.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-01T06:45:59.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "cds", "timestamp": 1667285142106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:45:59.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-01T06:45:59.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-01T06:45:59.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "aai-ml", "timestamp": 1667285151726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-01T06:45:59.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-01T06:45:59.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-01T06:45:59.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667285155017, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:45:59.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-01T06:45:59.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-01T06:45:59.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "ves-openapi-manager", "timestamp": 1667285140905, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-01T06:45:59.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-01T06:45:59.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-01T06:45:59.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "multicloud-k8s-id", "timestamp": 1667285157330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:45:59.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-01T06:45:59.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-01T06:45:59.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "cds", "timestamp": 1667285142106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:45:59.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-01T06:45:59.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-01T06:45:59.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "aai-ml", "timestamp": 1667285151726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-01T06:45:59.176Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-01T06:45:59.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-01T06:45:59.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667285155017, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-01T06:45:59.177Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-01T06:45:59.649Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:45:59.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-01T06:45:59.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"200e3657-894d-442d-bcce-1405ecbabf30","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"31a89e28-5363-44f5-9785-3cefd7323904","serviceDescription":"service","serviceInvariantUUID":"417f1ca9-179d-41fe-a027-4134ffb2b3bb","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7609a70f-b14d-4cc8-a4f3-18f15f1aa847","resourceInvariantUUID":"1d8f92d5-b21a-4ecd-b528-d5032f9ad172","resourceCustomizationUUID":"b2be20c3-5b0f-447e-b573-1d183c1e6477","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":"MGE3YWVkNDc4OWYyZGEzODA2Y2VmMTcyMDc0ZTIyODg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"55294b3e-00f4-4ecb-86e8-5f1c80d2bfb1","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":"ZThiNjUxODFkNTcxOTI5MzJmMjYxZDkyNGQxMDY2OTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5f2f30ee-a1f4-4f16-9be4-b7166a143257","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":"97e42e64-84f4-48b7-b55b-8089460e442a","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":"58dc2be4-d614-4527-8c77-134896ae93de","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":"7a136ea3-e83c-4ca4-b101-9d6f218e4ee8","artifactVersion":"2","generatedFromUUID":"f00c1f86-728c-4710-b506-ecd949ea5255"},{"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":"4a8b11d3-8b0c-4eab-8c35-fee6c405623b","artifactVersion":"2","generatedFromUUID":"97e42e64-84f4-48b7-b55b-8089460e442a"},{"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":"f00c1f86-728c-4710-b506-ecd949ea5255","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":"33dd0949-de30-4699-8fbf-d56ad33a0dfb","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":"MTc4MWI4NDUzYzg0ODY1MzdkNjAzMTZhNWNmM2YxM2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"69ca6167-9405-4aff-9c76-01d55acc5844","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MzdhZDVkYjA4ZjkzZGYxZDY4NWFhMGExOTRhNGMyMzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"67b36056-2d4a-4f0d-91ec-46224cb16776","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-01T06:45:59.654Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:45:59.655Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:45:59.661Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:45:59.661Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285159020, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:45:59.761Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-01T06:45:59.762Z||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-11-01T06:45:59.762Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:45:59.778Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:45:59.779Z||pool-89-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:46:00.662Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:46:00.662Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:46:00.665Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:46:00.665Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285159020, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-01T06:46:00.765Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:46:00.765Z||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-11-01T06:46:00.765Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:46:00.785Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:46:00.786Z||pool-90-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:46:01.665Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:46:01.666Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:46:01.668Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:46:01.668Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285159020, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-01T06:46:01.768Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:46:01.769Z||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-11-01T06:46:01.770Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:46:01.783Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:46:01.783Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-01T06:46:02.669Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:46:02.669Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:46:02.671Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:46:02.671Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285159020, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:46:02.771Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:46:02.772Z||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-11-01T06:46:02.772Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:46:02.785Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:46:02.785Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:46:03.672Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:46:03.672Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:46:03.675Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:46:03.675Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285159020, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-01T06:46:03.775Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:46:03.776Z||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-11-01T06:46:03.776Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:46:03.788Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:46:03.789Z||pool-93-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:46:04.676Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:46:04.676Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:46:04.679Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:46:04.679Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285159020, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-01T06:46:04.779Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:46:04.780Z||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-11-01T06:46:04.780Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:46:04.793Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:46:04.794Z||pool-94-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:46:05.681Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:46:05.681Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:46:05.687Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:46:05.687Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285159020, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-01T06:46:05.784Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-11-01T06:46:05.785Z||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-11-01T06:46:05.785Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:46:05.796Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:46:05.797Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-01T06:46:06.687Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:46:06.688Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:46:06.690Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:46:06.691Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285159020, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-01T06:46:06.790Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-01T06:46:06.791Z||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-11-01T06:46:06.791Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:46:06.807Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:46:06.807Z||pool-96-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-11-01T06:46:07.691Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:46:07.692Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:46:07.694Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:46:07.694Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285159020, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:46:07.794Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:46:07.795Z||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-11-01T06:46:07.795Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:46:07.810Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:46:07.811Z||pool-97-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:46:08.695Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:46:08.695Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:46:08.701Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:46:08.701Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285159020, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:46:08.798Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-11-01T06:46:08.798Z||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-11-01T06:46:08.799Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:46:08.810Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:46:08.810Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:46:09.702Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "31a89e28-5363-44f5-9785-3cefd7323904", "serviceDescription": "service", "serviceInvariantUUID": "417f1ca9-179d-41fe-a027-4134ffb2b3bb", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "b2be20c3-5b0f-447e-b573-1d183c1e6477", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7609a70f-b14d-4cc8-a4f3-18f15f1aa847", "resourceInvariantUUID": "1d8f92d5-b21a-4ecd-b528-d5032f9ad172", "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": "ZThiNjUxODFkNTcxOTI5MzJmMjYxZDkyNGQxMDY2OTA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5f2f30ee-a1f4-4f16-9be4-b7166a143257", "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": "97e42e64-84f4-48b7-b55b-8089460e442a", "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": "4a8b11d3-8b0c-4eab-8c35-fee6c405623b", "generatedFromUUID": "97e42e64-84f4-48b7-b55b-8089460e442a" }, "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": "7a136ea3-e83c-4ca4-b101-9d6f218e4ee8", "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": "4a8b11d3-8b0c-4eab-8c35-fee6c405623b", "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": "f00c1f86-728c-4710-b506-ecd949ea5255", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "MzdhZDVkYjA4ZjkzZGYxZDY4NWFhMGExOTRhNGMyMzM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "67b36056-2d4a-4f0d-91ec-46224cb16776" } ], "workloadContext": "Production" } 2022-11-01T06:46:09.703Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-01T06:46:09.703Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 31a89e28-5363-44f5-9785-3cefd7323904 ASDC 2022-11-01T06:46:09.705Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:200e3657-894d-442d-bcce-1405ecbabf30 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:31a89e28-5363-44f5-9785-3cefd7323904 ServiceInvariantUUID:417f1ca9-179d-41fe-a027-4134ffb2b3bb 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:67b36056-2d4a-4f0d-91ec-46224cb16776 ArtifactChecksum:MzdhZDVkYjA4ZjkzZGYxZDY4NWFhMGExOTRhNGMyMzM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:b2be20c3-5b0f-447e-b573-1d183c1e6477 ResourceInvariantUUID:1d8f92d5-b21a-4ecd-b528-d5032f9ad172 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:7609a70f-b14d-4cc8-a4f3-18f15f1aa847 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:5f2f30ee-a1f4-4f16-9be4-b7166a143257 ArtifactChecksum:ZThiNjUxODFkNTcxOTI5MzJmMjYxZDkyNGQxMDY2OTA= 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:97e42e64-84f4-48b7-b55b-8089460e442a 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:4a8b11d3-8b0c-4eab-8c35-fee6c405623b 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:7a136ea3-e83c-4ca4-b101-9d6f218e4ee8 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:4a8b11d3-8b0c-4eab-8c35-fee6c405623b 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:f00c1f86-728c-4710-b506-ecd949ea5255 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-01T06:46:09.705Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 31a89e28-5363-44f5-9785-3cefd7323904 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-11-01T06:46:09.749Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-01T06:46:09.751Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-01T06:46:09.751Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-01T06:46:09.751Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 67b36056-2d4a-4f0d-91ec-46224cb16776 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-01T06:46:09.752Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-01T06:46:09.752Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-01T06:46:09.815Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-01T06:46:09.823Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 67b36056-2d4a-4f0d-91ec-46224cb16776 162978 2022-11-01T06:46:09.823Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-11-01T06:46:09.824Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-01T06:46:09.824Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-01T06:46:09.824Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:46:09.826Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:46:09.826Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285169823, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:46:09.926Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-01T06:46:09.927Z||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-11-01T06:46:09.927Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:46:09.940Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:46:09.940Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:46:10.827Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-01T06:46:10.828Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-01T06:46:10.829Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 67b36056-2d4a-4f0d-91ec-46224cb16776, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-01T06:46:10.829Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-11-01T06:46:10.830Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-01T06:46:10.831Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-01T06:46:11.027Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10237878874148734901/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2022-11-01T06:46:12.340Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-01T06:46:12.341Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-11-01T06:46:12.341Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-01T06:46:12.341Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-11-01T06:46:12.341Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||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-11-01T06:46:12.341Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||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-11-01T06:46:12.341Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||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-11-01T06:46:12.341Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||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-11-01T06:46:12.342Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-11-01T06:46:12.342Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:46:12.342Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:46:12.342Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-01T06:46:12.343Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-11-01T06:46:12.343Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-01T06:46:12.343Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:46:12.343Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:46:12.343Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-01T06:46:12.344Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-11-01T06:46:12.344Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-01T06:46:12.344Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:46:12.344Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:46:12.344Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:46:12.344Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-11-01T06:46:12.345Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-11-01T06:46:12.345Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-11-01T06:46:12.345Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-01T06:46:12.345Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:46:12.345Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-01T06:46:12.345Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:46:12.346Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-01T06:46:12.346Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-01T06:46:12.346Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:46:12.346Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-01T06:46:12.346Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-01T06:46:12.347Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:46:12.347Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-01T06:46:12.347Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-01T06:46:12.347Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:46:12.347Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-01T06:46:12.347Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-01T06:46:12.347Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:46:12.348Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-11-01T06:46:12.348Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-11-01T06:46:12.348Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=fd382d79-64b9-4556-af32-44a7ec611925 2022-11-01T06:46:12.348Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:46:12.348Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:46:12.348Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:46:12.348Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:46:12.349Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:46:12.349Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:46:12.349Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:46:12.349Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:46:12.349Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:31a89e28-5363-44f5-9785-3cefd7323904 Model Version:NULL Model InvariantUuid:417f1ca9-179d-41fe-a027-4134ffb2b3bb Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:f830ff6b-6d9e-4341-bcc0-2621bb32a8cb Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:1d8f92d5-b21a-4ecd-b528-d5032f9ad172 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b2be20c3-5b0f-447e-b573-1d183c1e6477 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c429a187-c358-4465-929c-2e044804c4e0 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:23d3b0e8-b234-47d9-962a-f629a8a8b6af ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:319da25c-6efd-4528-af12-58fe16ce0640 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:a1d212c0-b3a8-4f34-acf8-8831682eb465 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:fd382d79-64b9-4556-af32-44a7ec611925 ModelInvariantUuid:398730b1-416d-44b8-b7c5-b2f6050c6bed ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:17fc7296-d6ae-4a9b-a1c6-09a99eed9ce4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:aca19d73-1fd7-4df4-9f0c-3275a670df11 ModelInvariantUuid:c51793d0-a85b-4d75-976d-a7f71c92ee7f ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:a0263ae9-c232-4e07-8ca4-89a4c1730b48 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-11-01T06:46:12.358Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 7609a70f-b14d-4cc8-a4f3-18f15f1aa847 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-11-01T06:46:12.364Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||basic_cnf_macro 0 2022-11-01T06:46:12.364Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7609a70f-b14d-4cc8-a4f3-18f15f1aa847 2022-11-01T06:46:12.364Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5f2f30ee-a1f4-4f16-9be4-b7166a143257 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-01T06:46:12.364Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-01T06:46:12.364Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||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-11-01T06:46:12.412Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-01T06:46:12.413Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 5f2f30ee-a1f4-4f16-9be4-b7166a143257 1565 2022-11-01T06:46:12.413Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||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-11-01T06:46:12.413Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||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-11-01T06:46:12.413Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-01T06:46:12.414Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:46:12.415Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:46:12.415Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285172413, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-01T06:46:12.516Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:46:12.516Z||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-11-01T06:46:12.517Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:46:12.527Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:46:12.528Z||pool-100-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:46:13.416Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "319da25c-6efd-4528-af12-58fe16ce0640", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a1d212c0-b3a8-4f34-acf8-8831682eb465", "vfModuleModelCustomizationUUID": "5df1813b-054a-4a3f-b6f9-c5508b26d91d", "isBase": true, "artifacts": [ "97e42e64-84f4-48b7-b55b-8089460e442a", "4a8b11d3-8b0c-4eab-8c35-fee6c405623b" ], "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": "c429a187-c358-4465-929c-2e044804c4e0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "23d3b0e8-b234-47d9-962a-f629a8a8b6af", "vfModuleModelCustomizationUUID": "d7bf9ec4-c569-4ab5-bd9a-b4e2e119f826", "isBase": false, "artifacts": [ "f00c1f86-728c-4710-b506-ecd949ea5255" ], "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-11-01T06:46:13.422Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a1d212c0-b3a8-4f34-acf8-8831682eb465 VfModuleModelInvariantUUID:319da25c-6efd-4528-af12-58fe16ce0640 VfModuleModelDescription:NULL Artifacts UUID List:{ 97e42e64-84f4-48b7-b55b-8089460e442a , 4a8b11d3-8b0c-4eab-8c35-fee6c405623b } 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:23d3b0e8-b234-47d9-962a-f629a8a8b6af VfModuleModelInvariantUUID:c429a187-c358-4465-929c-2e044804c4e0 VfModuleModelDescription:NULL Artifacts UUID List:{ f00c1f86-728c-4710-b506-ecd949ea5255 } 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-11-01T06:46:13.424Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "319da25c-6efd-4528-af12-58fe16ce0640", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a1d212c0-b3a8-4f34-acf8-8831682eb465", "vfModuleModelCustomizationUUID": "5df1813b-054a-4a3f-b6f9-c5508b26d91d", "isBase": true, "artifacts": [ "97e42e64-84f4-48b7-b55b-8089460e442a", "4a8b11d3-8b0c-4eab-8c35-fee6c405623b" ], "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": "c429a187-c358-4465-929c-2e044804c4e0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "23d3b0e8-b234-47d9-962a-f629a8a8b6af", "vfModuleModelCustomizationUUID": "d7bf9ec4-c569-4ab5-bd9a-b4e2e119f826", "isBase": false, "artifacts": [ "f00c1f86-728c-4710-b506-ecd949ea5255" ], "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-11-01T06:46:13.424Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a1d212c0-b3a8-4f34-acf8-8831682eb465 VfModuleModelInvariantUUID:319da25c-6efd-4528-af12-58fe16ce0640 VfModuleModelDescription:NULL Artifacts UUID List:{ 97e42e64-84f4-48b7-b55b-8089460e442a , 4a8b11d3-8b0c-4eab-8c35-fee6c405623b } 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:23d3b0e8-b234-47d9-962a-f629a8a8b6af VfModuleModelInvariantUUID:c429a187-c358-4465-929c-2e044804c4e0 VfModuleModelDescription:NULL Artifacts UUID List:{ f00c1f86-728c-4710-b506-ecd949ea5255 } 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-11-01T06:46:13.425Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 97e42e64-84f4-48b7-b55b-8089460e442a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-01T06:46:13.425Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-01T06:46:13.425Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||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-11-01T06:46:13.472Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-01T06:46:13.473Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 97e42e64-84f4-48b7-b55b-8089460e442a 914 2022-11-01T06:46:13.473Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||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-11-01T06:46:13.473Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||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-11-01T06:46:13.473Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-01T06:46:13.474Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:46:13.476Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:46:13.477Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285173473, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-01T06:46:13.577Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:46:13.578Z||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-11-01T06:46:13.578Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:46:13.614Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:46:13.614Z||pool-101-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:46:14.477Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7a136ea3-e83c-4ca4-b101-9d6f218e4ee8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-01T06:46:14.478Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-01T06:46:14.478Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||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-11-01T06:46:14.523Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-01T06:46:14.523Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 7a136ea3-e83c-4ca4-b101-9d6f218e4ee8 12 2022-11-01T06:46:14.523Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||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-11-01T06:46:14.524Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||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-11-01T06:46:14.524Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-01T06:46:14.524Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:46:14.526Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:46:14.526Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285174523, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-11-01T06:46:14.626Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:46:14.627Z||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-11-01T06:46:14.627Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:46:14.639Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:46:14.639Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:46:15.527Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4a8b11d3-8b0c-4eab-8c35-fee6c405623b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-01T06:46:15.527Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-01T06:46:15.528Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||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-11-01T06:46:15.578Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-01T06:46:15.579Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 4a8b11d3-8b0c-4eab-8c35-fee6c405623b 96 2022-11-01T06:46:15.579Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||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-11-01T06:46:15.579Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||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-11-01T06:46:15.579Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-01T06:46:15.580Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:46:15.582Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:46:15.582Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285175579, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-01T06:46:15.682Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-01T06:46:15.682Z||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-11-01T06:46:15.682Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:46:15.694Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:46:15.694Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:46:16.582Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f00c1f86-728c-4710-b506-ecd949ea5255 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-01T06:46:16.583Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-01T06:46:16.583Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||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-11-01T06:46:16.629Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-01T06:46:16.629Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz f00c1f86-728c-4710-b506-ecd949ea5255 20206 2022-11-01T06:46:16.630Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||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-11-01T06:46:16.630Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||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-11-01T06:46:16.630Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-01T06:46:16.630Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:46:16.632Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:46:16.633Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285176630, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-01T06:46:16.732Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-01T06:46:16.733Z||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-11-01T06:46:16.733Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:46:16.746Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:46:16.746Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:46:17.636Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 31a89e28-5363-44f5-9785-3cefd7323904 2022-11-01T06:46:17.636Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 7609a70f-b14d-4cc8-a4f3-18f15f1aa847 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-11-01T06:46:17.647Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@65a18c22, org.onap.sdc.toscaparser.api.parameters.Input@5f1e2635, org.onap.sdc.toscaparser.api.parameters.Input@6d7fdf93, org.onap.sdc.toscaparser.api.parameters.Input@7d839381, org.onap.sdc.toscaparser.api.parameters.Input@14aac08f] 2022-11-01T06:46:17.648Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:46:17.649Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:46:17.649Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-11-01T06:46:17.649Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= b2be20c3-5b0f-447e-b573-1d183c1e6477 2022-11-01T06:46:17.649Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b2be20c3-5b0f-447e-b573-1d183c1e6477 matches Tosca VF Customization UUID: b2be20c3-5b0f-447e-b573-1d183c1e6477 2022-11-01T06:46:17.650Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: b2be20c3-5b0f-447e-b573-1d183c1e6477 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-11-01T06:46:17.652Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:46:17.652Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:46:17.653Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id b2be20c3-5b0f-447e-b573-1d183c1e6477: {\"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-11-01T06:46:17.653Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4845210d 2022-11-01T06:46:17.653Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:46:17.653Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-01T06:46:17.653Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d7bf9ec4-c569-4ab5-bd9a-b4e2e119f826 2022-11-01T06:46:17.654Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d7bf9ec4-c569-4ab5-bd9a-b4e2e119f826 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-11-01T06:46:17.656Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:46:17.656Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-01T06:46:17.656Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-01T06:46:17.657Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:46:17.657Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-01T06:46:17.657Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-01T06:46:17.657Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:46:17.657Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-01T06:46:17.658Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b2be20c3-5b0f-447e-b573-1d183c1e6477 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-11-01T06:46:17.659Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:46:17.659Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:46:17.659Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 31a89e28-5363-44f5-9785-3cefd7323904: basic_cnf_macro 2022-11-01T06:46:17.660Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:46:17.660Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:46:17.660Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:46:17.660Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:46:17.660Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:46:17.660Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:46:17.661Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:46:17.661Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:46:17.661Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:46:17.661Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:46:17.661Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||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-11-01T06:46:17.699Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 7609a70f-b14d-4cc8-a4f3-18f15f1aa847 2 ASDC deployResourceStructure 2022-11-01T06:46:17.700Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||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-11-01T06:46:17.700Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||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-11-01T06:46:17.700Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-01T06:46:17.700Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:46:17.702Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:46:17.702Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285177700, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-01T06:46:17.802Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-01T06:46:17.803Z||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-11-01T06:46:17.803Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:46:17.814Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:46:17.814Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-01T06:46:18.703Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||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-11-01T06:46:18.704Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||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-11-01T06:46:18.704Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-01T06:46:18.704Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:46:18.721Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:46:18.721Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285178703, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-11-01T06:46:18.806Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms 2022-11-01T06:46:18.807Z||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-11-01T06:46:18.807Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:46:18.819Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:46:18.819Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:46:19.722Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||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-11-01T06:46:19.722Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||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-11-01T06:46:19.722Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-01T06:46:19.723Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:46:19.725Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:46:19.725Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285179722, "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-11-01T06:46:19.825Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:46:19.826Z||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-11-01T06:46:19.826Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:46:19.848Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:46:19.848Z||pool-107-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-11-01T06:46:20.726Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||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-11-01T06:46:20.726Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||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-11-01T06:46:20.726Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-01T06:46:20.726Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:46:20.728Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:46:20.728Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285180726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-11-01T06:46:20.828Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-01T06:46:20.829Z||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-11-01T06:46:20.829Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:46:20.840Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:46:20.840Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:46:21.729Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||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-11-01T06:46:21.730Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||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-11-01T06:46:21.730Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-01T06:46:21.730Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:46:21.732Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:46:21.732Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285181729, "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-11-01T06:46:21.832Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:46:21.833Z||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-11-01T06:46:21.833Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:46:21.845Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:46:21.846Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:46:22.733Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-11-01T06:46:22.733Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-01T06:46:22.733Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-01T06:46:22.733Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:46:22.735Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:46:22.735Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285182733, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-01T06:46:22.835Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:46:22.836Z||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-11-01T06:46:22.836Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:46:22.860Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:46:22.860Z||pool-110-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-11-01T06:46:23.736Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 200e3657-894d-442d-bcce-1405ecbabf30 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-01T06:46:23.749Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 200e3657-894d-442d-bcce-1405ecbabf30 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-01T06:46:23.751Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-01T06:46:23.751Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-01T06:46:23.751Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-01T06:46:53.751Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 200e3657-894d-442d-bcce-1405ecbabf30 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-01T06:46:53.764Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 200e3657-894d-442d-bcce-1405ecbabf30 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-01T06:46:53.766Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-01T06:46:53.766Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-01T06:46:53.766Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-01T06:46:59.025Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:46:59.026Z||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-11-01T06:46:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:46:59.047Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:46:59.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-01T06:46:59.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "multicloud-k8s-id", "timestamp": 1667285157330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-01T06:46:59.049Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-11-01T06:47:23.766Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 200e3657-894d-442d-bcce-1405ecbabf30 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-01T06:47:23.778Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 200e3657-894d-442d-bcce-1405ecbabf30 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-01T06:47:23.780Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-01T06:47:23.780Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-01T06:47:23.780Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-01T06:47:53.780Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 200e3657-894d-442d-bcce-1405ecbabf30 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-01T06:47:53.791Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 200e3657-894d-442d-bcce-1405ecbabf30 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-01T06:47:53.793Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-01T06:47:53.793Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-01T06:47:53.794Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-01T06:47:59.025Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:47:59.026Z||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-11-01T06:47:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:47:59.051Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:47:59.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:47:59.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "aai-ml", "timestamp": 1667285151726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:47:59.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:23.794Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 200e3657-894d-442d-bcce-1405ecbabf30 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-01T06:48:23.805Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 200e3657-894d-442d-bcce-1405ecbabf30 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-01T06:48:23.806Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-01T06:48:23.807Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-01T06:48:23.807Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-01T06:48:53.807Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 200e3657-894d-442d-bcce-1405ecbabf30 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-01T06:48:53.815Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 200e3657-894d-442d-bcce-1405ecbabf30 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-01T06:48:53.817Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-01T06:48:53.817Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-01T06:48:53.817Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-01T06:48:59.025Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:48:59.026Z||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-11-01T06:48:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:48:59.046Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:48:59.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "cds", "timestamp": 1667285159177, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:48:59.059Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:48:59.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285159020, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.059Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667285155017, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.060Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "multicloud-k8s-id", "timestamp": 1667285157330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-01T06:48:59.060Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "aai-ml", "timestamp": 1667285151726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:48:59.061Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285159020, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-01T06:48:59.061Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667285155017, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.062Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "ves-openapi-manager", "timestamp": 1667285160905, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.062Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "multicloud-k8s-id", "timestamp": 1667285157330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "aai-ml", "timestamp": 1667285162496, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:48:59.064Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:48:59.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285159020, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-01T06:48:59.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667285155017, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "ves-openapi-manager", "timestamp": 1667285160905, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "cds", "timestamp": 1667285161928, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-01T06:48:59.072Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 200e3657-894d-442d-bcce-1405ecbabf30 2022-11-01T06:48:59.073Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 200e3657-894d-442d-bcce-1405ecbabf30 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-11-01T06:48:59.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "multicloud-k8s-id", "timestamp": 1667285157330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-01T06:48:59.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285159020, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.083Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667285155017, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.083Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "ves-openapi-manager", "timestamp": 1667285160905, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.084Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "multicloud-k8s-id", "timestamp": 1667285157330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-01T06:48:59.085Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "cds", "timestamp": 1667285162933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.085Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285159020, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-01T06:48:59.086Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667285155017, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:48:59.086Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "ves-openapi-manager", "timestamp": 1667285160905, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.087Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.087Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "multicloud-k8s-id", "timestamp": 1667285157330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-01T06:48:59.087Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "cds", "timestamp": 1667285162933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.088Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.088Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.088Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285159020, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-01T06:48:59.089Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.089Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "ves-openapi-manager", "timestamp": 1667285160905, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.089Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.089Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.089Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667285165883, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:48:59.090Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:48:59.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.090Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "multicloud-k8s-id", "timestamp": 1667285157330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.090Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.090Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "cds", "timestamp": 1667285162933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285159020, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-01T06:48:59.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "ves-openapi-manager", "timestamp": 1667285160905, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "multicloud-k8s-id", "timestamp": 1667285157330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "cds", "timestamp": 1667285162933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285159020, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "ves-openapi-manager", "timestamp": 1667285160905, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "multicloud-k8s-id", "timestamp": 1667285157330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:48:59.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667285168417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-01T06:48:59.096Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:48:59.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "cds", "timestamp": 1667285162933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285159020, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "ves-openapi-manager", "timestamp": 1667285160905, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "multicloud-k8s-id", "timestamp": 1667285168099, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-01T06:48:59.098Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:48:59.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667285169423, "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-11-01T06:48:59.104Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 200e3657-894d-442d-bcce-1405ecbabf30 2022-11-01T06:48:59.105Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 200e3657-894d-442d-bcce-1405ecbabf30 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-11-01T06:48:59.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "aai-ml", "timestamp": 1667285169839, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-01T06:48:59.113Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:48:59.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "cds", "timestamp": 1667285162933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285159020, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:48:59.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "multicloud-k8s-id", "timestamp": 1667285169157, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-01T06:48:59.115Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:48:59.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "aai-ml", "timestamp": 1667285170843, "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-11-01T06:48:59.120Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 200e3657-894d-442d-bcce-1405ecbabf30 2022-11-01T06:48:59.120Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 200e3657-894d-442d-bcce-1405ecbabf30 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-11-01T06:48:59.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "cds", "timestamp": 1667285162933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.128Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285169823, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:48:59.128Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:48:59.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "multicloud-k8s-id", "timestamp": 1667285170207, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-01T06:48:59.129Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:48:59.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "cds", "timestamp": 1667285162933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:48:59.129Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "multicloud-k8s-id", "timestamp": 1667285171275, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-01T06:48:59.130Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:48:59.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "cds", "timestamp": 1667285171704, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:48:59.130Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:48:59.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "multicloud-k8s-id", "timestamp": 1667285172360, "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-11-01T06:48:59.135Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 200e3657-894d-442d-bcce-1405ecbabf30 2022-11-01T06:48:59.136Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 200e3657-894d-442d-bcce-1405ecbabf30 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-11-01T06:48:59.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285172413, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-01T06:48:59.143Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:48:59.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "cds", "timestamp": 1667285173046, "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-11-01T06:48:59.155Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3a0ff59d-6934-4afa-8a1d-d3418fab6640 2022-11-01T06:48:59.155Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a0ff59d-6934-4afa-8a1d-d3418fab6640 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-11-01T06:48:59.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "multicloud-k8s-id", "timestamp": 1667285173365, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-01T06:48:59.163Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:48:59.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285173473, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-01T06:48:59.163Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:48:59.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "multicloud-k8s-id", "timestamp": 1667285157330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.164Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285174523, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-11-01T06:48:59.164Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:48:59.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "multicloud-k8s-id", "timestamp": 1667285157330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-01T06:48:59.165Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285175579, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-01T06:48:59.166Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:48:59.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "multicloud-k8s-id", "timestamp": 1667285157330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-01T06:48:59.166Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285176630, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-01T06:48:59.167Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:48:59.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "multicloud-k8s-id", "timestamp": 1667285157330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.167Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285177700, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-01T06:48:59.168Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:48:59.168Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.168Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "multicloud-k8s-id", "timestamp": 1667285157330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-01T06:48:59.169Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.169Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285178703, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-11-01T06:48:59.169Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:48:59.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "multicloud-k8s-id", "timestamp": 1667285157330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.170Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285179722, "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-11-01T06:48:59.170Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:48:59.170Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.171Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "multicloud-k8s-id", "timestamp": 1667285157330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.171Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.171Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285180726, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-11-01T06:48:59.171Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:48:59.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "aai-ml", "timestamp": 1667285181726, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.172Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "multicloud-k8s-id", "timestamp": 1667285157330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:48:59.172Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285181729, "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-11-01T06:48:59.173Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:48:59.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "aai-ml", "timestamp": 1667285181726, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "multicloud-k8s-id", "timestamp": 1667285182447, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-01T06:48:59.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:48:59.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285182733, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-01T06:48:59.175Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:48:59.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "aai-ml", "timestamp": 1667285181726, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "multicloud-k8s-id", "timestamp": 1667285183512, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-01T06:48:59.176Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:48:59.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "aai-ml", "timestamp": 1667285181726, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "multicloud-k8s-id", "timestamp": 1667285184557, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-01T06:48:59.177Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:48:59.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667285185017, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "aai-ml", "timestamp": 1667285181726, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "multicloud-k8s-id", "timestamp": 1667285185579, "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-11-01T06:48:59.183Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3a0ff59d-6934-4afa-8a1d-d3418fab6640 2022-11-01T06:48:59.183Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a0ff59d-6934-4afa-8a1d-d3418fab6640 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-11-01T06:48:59.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.191Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667285185017, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.191Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.191Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.192Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "aai-ml", "timestamp": 1667285181726, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.192Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.192Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "multicloud-k8s-id", "timestamp": 1667285186582, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-01T06:48:59.192Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:48:59.192Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.193Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667285185017, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.193Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.193Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "aai-ml", "timestamp": 1667285181726, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.193Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.193Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.194Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667285185017, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.194Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.194Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.194Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "aai-ml", "timestamp": 1667285181726, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:48:59.194Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.195Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.195Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667285185017, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.195Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.195Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.195Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "aai-ml", "timestamp": 1667285190432, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:48:59.195Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:48:59.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667285185017, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.196Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667285185017, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.197Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667285185017, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:48:59.197Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667285193774, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:48:59.198Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:48:59.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667285196033, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-01T06:48:59.198Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:48:59.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667285197036, "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-11-01T06:48:59.203Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3a0ff59d-6934-4afa-8a1d-d3418fab6640 2022-11-01T06:48:59.203Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a0ff59d-6934-4afa-8a1d-d3418fab6640 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-11-01T06:48:59.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "aai-ml", "timestamp": 1667285197601, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-01T06:48:59.211Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:48:59.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "aai-ml", "timestamp": 1667285198604, "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-11-01T06:48:59.216Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3a0ff59d-6934-4afa-8a1d-d3418fab6640 2022-11-01T06:48:59.216Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a0ff59d-6934-4afa-8a1d-d3418fab6640 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-11-01T06:48:59.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.223Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "multicloud-k8s-id", "timestamp": 1667285197330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.224Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.225Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "multicloud-k8s-id", "timestamp": 1667285197330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.225Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.225Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "multicloud-k8s-id", "timestamp": 1667285197330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.225Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.225Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "ves-openapi-manager", "timestamp": 1667285200905, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.226Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.226Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "multicloud-k8s-id", "timestamp": 1667285197330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.226Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.226Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "ves-openapi-manager", "timestamp": 1667285200905, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.226Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.227Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "multicloud-k8s-id", "timestamp": 1667285197330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.227Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.227Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.227Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "cds", "timestamp": 1667285202106, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.227Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.227Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.227Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "ves-openapi-manager", "timestamp": 1667285200905, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.227Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.228Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "multicloud-k8s-id", "timestamp": 1667285197330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.228Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.228Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "cds", "timestamp": 1667285202106, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.228Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.228Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "ves-openapi-manager", "timestamp": 1667285200905, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.229Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "multicloud-k8s-id", "timestamp": 1667285197330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.229Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "cds", "timestamp": 1667285202106, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.229Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "ves-openapi-manager", "timestamp": 1667285200905, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "multicloud-k8s-id", "timestamp": 1667285197330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "cds", "timestamp": 1667285202106, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "ves-openapi-manager", "timestamp": 1667285200905, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "multicloud-k8s-id", "timestamp": 1667285197330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:48:59.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "cds", "timestamp": 1667285202106, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "ves-openapi-manager", "timestamp": 1667285200905, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-01T06:48:59.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "cds", "timestamp": 1667285202106, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "ves-openapi-manager", "timestamp": 1667285200905, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "cds", "timestamp": 1667285202106, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "ves-openapi-manager", "timestamp": 1667285200905, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "cds", "timestamp": 1667285202106, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.234Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "ves-openapi-manager", "timestamp": 1667285210755, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-01T06:48:59.234Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:48:59.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "cds", "timestamp": 1667285202106, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:48:59.235Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "ves-openapi-manager", "timestamp": 1667285211806, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-01T06:48:59.235Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:48:59.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "aai-ml", "timestamp": 1667285211726, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "cds", "timestamp": 1667285211887, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:48:59.236Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:48:59.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "ves-openapi-manager", "timestamp": 1667285212811, "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-11-01T06:48:59.249Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 3d826f7a-8880-4251-b142-9d0806fc8956 2022-11-01T06:48:59.249Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d826f7a-8880-4251-b142-9d0806fc8956 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-11-01T06:48:59.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "aai-ml", "timestamp": 1667285211726, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "aai-ml", "timestamp": 1667285211726, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "cds", "timestamp": 1667285213280, "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=? 2022-11-01T06:48:59.262Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3d826f7a-8880-4251-b142-9d0806fc8956 2022-11-01T06:48:59.263Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d826f7a-8880-4251-b142-9d0806fc8956 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-11-01T06:48:59.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "aai-ml", "timestamp": 1667285211726, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667285215017, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "aai-ml", "timestamp": 1667285211726, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667285215017, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "aai-ml", "timestamp": 1667285211726, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667285215017, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "aai-ml", "timestamp": 1667285211726, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667285215017, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.273Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "aai-ml", "timestamp": 1667285211726, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.273Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:48:59.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:48:59.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667285215017, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:48:59.273Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:49:23.817Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 200e3657-894d-442d-bcce-1405ecbabf30 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-01T06:49:23.838Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 200e3657-894d-442d-bcce-1405ecbabf30 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-01T06:49:23.841Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-01T06:49:23.841Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-01T06:49:23.841Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-01T06:49:23.841Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-01T06:49:23.841Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:49:23.841Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:49:23.841Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:49:23.841Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:49:23.842Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:49:23.842Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||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-11-01T06:49:23.849Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-01T06:49:53.849Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 200e3657-894d-442d-bcce-1405ecbabf30 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-11-01T06:49:53.859Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 200e3657-894d-442d-bcce-1405ecbabf30 and serviceModelVersionId: 31a89e28-5363-44f5-9785-3cefd7323904 2022-11-01T06:49:53.859Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 417f1ca9-179d-41fe-a027-4134ffb2b3bb 2022-11-01T06:49:53.861Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/417f1ca9-179d-41fe-a027-4134ffb2b3bb/model-vers/model-ver/31a89e28-5363-44f5-9785-3cefd7323904?depth=0 2022-11-01T06:49:53.871Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-11-01T06:49:53.934Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/417f1ca9-179d-41fe-a027-4134ffb2b3bb/model-vers/model-ver/31a89e28-5363-44f5-9785-3cefd7323904?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-11-01T06:49:53.936Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/417f1ca9-179d-41fe-a027-4134ffb2b3bb/model-vers/model-ver/31a89e28-5363-44f5-9785-3cefd7323904?depth=0|INFO|500||Invoke 2022-11-01T06:49:53.959Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/417f1ca9-179d-41fe-a027-4134ffb2b3bb/model-vers/model-ver/31a89e28-5363-44f5-9785-3cefd7323904?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-01T06:49:54.046Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/417f1ca9-179d-41fe-a027-4134ffb2b3bb/model-vers/model-ver/31a89e28-5363-44f5-9785-3cefd7323904?depth=0|INFO|500||InvokeReturn 2022-11-01T06:49:54.047Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/417f1ca9-179d-41fe-a027-4134ffb2b3bb/model-vers/model-ver/31a89e28-5363-44f5-9785-3cefd7323904?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221101-06:49:56:367-57240], vertex-id=[548920], Content-Length=[0], Date=[Tue, 01 Nov 2022 06:49:56 GMT], Content-Type=[application/json]} 2022-11-01T06:49:54.048Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-11-01T06:49:54.048Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-01T06:49:54.048Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||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-11-01T06:49:54.058Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||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-11-01T06:49:54.059Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 200e3657-894d-442d-bcce-1405ecbabf30 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-01T06:49:54.059Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-01T06:49:54.060Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:49:54.063Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:49:54.063Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285394059, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-01T06:49:54.163Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:49:54.164Z||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-11-01T06:49:54.164Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:49:54.178Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:49:54.179Z||pool-111-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-01T06:49:55.079Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-01T06:49:55.079Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"3a0ff59d-6934-4afa-8a1d-d3418fab6640","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"75f6fc20-9c6d-45ad-8bb9-cc3284f67dfc","serviceDescription":"service","serviceInvariantUUID":"65eb9428-b06f-452a-a710-bf6e018ef3b3","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a69a20ad-ee14-4f0b-9aa0-a30e9b188c73","resourceInvariantUUID":"8ba94a8c-63b3-46ac-94dd-8e3361b251fc","resourceCustomizationUUID":"97915aa6-6ac8-42d5-b3b1-4ea68c8dc65b","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":"NTNiZDJjMzAxZmMwNzViMjNmY2I2ZjhhNmNhODBmOWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"35d14354-98ca-4f52-9a57-05eb39450ffe","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":"ZjVlMTFiYzRiMDlkZDRjZTM3Mzg1NGI1MjcxYTA2NDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a621c17c-b908-4e74-bd0b-dab0ddd560b8","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":"565223ca-98d6-4819-a0fd-5c023a55b8f6","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":"9c41218a-a086-4cfa-bc66-eb78a3f29b24","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":"d4098043-c8c3-4f6d-999a-d105fda6d203","artifactVersion":"2","generatedFromUUID":"565223ca-98d6-4819-a0fd-5c023a55b8f6"},{"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":"YzM2Yjc0ODdjNmI4NGFjNTUxZGRmNDg3ZmY0ZDFjMmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"484547cb-b01a-4535-bcc5-1dd0eeaa5900","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":"Njc2MTUxN2I2YWU5ZmJlNTNjNjI1OGVmZTkwMWFkZjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2198539c-4243-4c83-93e4-1e651a784e1f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MDc5N2ExOTFmNWY0NTNhMjBlNDllY2I2NjUxMGFkZWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"916b7c63-9081-4ada-9b25-486aef00efea","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-01T06:49:55.080Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:49:55.081Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:49:55.084Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:49:55.084Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285159020, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:49:55.184Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:49:55.185Z||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-11-01T06:49:55.185Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:49:55.197Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:49:55.197Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:49:56.085Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:49:56.085Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:49:56.088Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:49:56.088Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285159020, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-01T06:49:56.188Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:49:56.189Z||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-11-01T06:49:56.189Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:49:56.220Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:49:56.221Z||pool-113-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:49:57.089Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:49:57.089Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:49:57.091Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:49:57.091Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285159020, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-01T06:49:57.191Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-01T06:49:57.192Z||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-11-01T06:49:57.192Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:49:57.205Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:49:57.206Z||pool-114-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:49:58.092Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:49:58.093Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:49:58.095Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:49:58.095Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285159020, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:49:58.195Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:49:58.196Z||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-11-01T06:49:58.196Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:49:58.207Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:49:58.207Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-01T06:49:59.025Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:49:59.026Z||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-11-01T06:49:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:49:59.062Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:49:59.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:49:59.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "aai-ml", "timestamp": 1667285211726, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:49:59.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:49:59.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:49:59.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667285215017, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:49:59.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:49:59.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:49:59.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "aai-ml", "timestamp": 1667285221457, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:49:59.064Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:49:59.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:49:59.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667285215017, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:49:59.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:49:59.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:49:59.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667285215017, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:49:59.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:49:59.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:49:59.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667285215017, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:49:59.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-01T06:49:59.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:49:59.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667285224794, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:49:59.066Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:49:59.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:49:59.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "aai-ml", "timestamp": 1667285226044, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-01T06:49:59.066Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:49:59.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:49:59.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667285226731, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-01T06:49:59.066Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:49:59.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:49:59.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "aai-ml", "timestamp": 1667285227048, "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-11-01T06:49:59.072Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3d826f7a-8880-4251-b142-9d0806fc8956 2022-11-01T06:49:59.072Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d826f7a-8880-4251-b142-9d0806fc8956 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-11-01T06:49:59.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-01T06:49:59.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1667285227734, "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-11-01T06:49:59.084Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3d826f7a-8880-4251-b142-9d0806fc8956 2022-11-01T06:49:59.085Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d826f7a-8880-4251-b142-9d0806fc8956 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-11-01T06:49:59.095Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:49:59.096Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:49:59.098Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:49:59.098Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285159020, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-01T06:49:59.198Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:49:59.199Z||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-11-01T06:49:59.199Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:49:59.215Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:49:59.216Z||pool-116-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:50:00.098Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:50:00.099Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:50:00.101Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:50:00.101Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285159020, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-01T06:50:00.201Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:50:00.202Z||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-11-01T06:50:00.202Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:50:00.213Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:50:00.213Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:50:01.101Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:50:01.102Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:50:01.104Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:50:01.104Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285159020, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:50:01.204Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:50:01.205Z||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-11-01T06:50:01.205Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:50:01.216Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:50:01.216Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:50:02.105Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:50:02.105Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:50:02.107Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:50:02.108Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285159020, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:50:02.207Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-01T06:50:02.208Z||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-11-01T06:50:02.209Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:50:02.221Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:50:02.222Z||pool-119-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:50:03.108Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "75f6fc20-9c6d-45ad-8bb9-cc3284f67dfc", "serviceDescription": "service", "serviceInvariantUUID": "65eb9428-b06f-452a-a710-bf6e018ef3b3", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "97915aa6-6ac8-42d5-b3b1-4ea68c8dc65b", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a69a20ad-ee14-4f0b-9aa0-a30e9b188c73", "resourceInvariantUUID": "8ba94a8c-63b3-46ac-94dd-8e3361b251fc", "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": "ZjVlMTFiYzRiMDlkZDRjZTM3Mzg1NGI1MjcxYTA2NDA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a621c17c-b908-4e74-bd0b-dab0ddd560b8", "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": "565223ca-98d6-4819-a0fd-5c023a55b8f6", "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": "d4098043-c8c3-4f6d-999a-d105fda6d203", "generatedFromUUID": "565223ca-98d6-4819-a0fd-5c023a55b8f6" }, "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": "d4098043-c8c3-4f6d-999a-d105fda6d203", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MDc5N2ExOTFmNWY0NTNhMjBlNDllY2I2NjUxMGFkZWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "916b7c63-9081-4ada-9b25-486aef00efea" } ], "workloadContext": "Production" } 2022-11-01T06:50:03.109Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-01T06:50:03.109Z|200e3657-894d-442d-bcce-1405ecbabf30|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 75f6fc20-9c6d-45ad-8bb9-cc3284f67dfc ASDC 2022-11-01T06:50:03.110Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:3a0ff59d-6934-4afa-8a1d-d3418fab6640 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:75f6fc20-9c6d-45ad-8bb9-cc3284f67dfc ServiceInvariantUUID:65eb9428-b06f-452a-a710-bf6e018ef3b3 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:916b7c63-9081-4ada-9b25-486aef00efea ArtifactChecksum:MDc5N2ExOTFmNWY0NTNhMjBlNDllY2I2NjUxMGFkZWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:97915aa6-6ac8-42d5-b3b1-4ea68c8dc65b ResourceInvariantUUID:8ba94a8c-63b3-46ac-94dd-8e3361b251fc ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:a69a20ad-ee14-4f0b-9aa0-a30e9b188c73 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:a621c17c-b908-4e74-bd0b-dab0ddd560b8 ArtifactChecksum:ZjVlMTFiYzRiMDlkZDRjZTM3Mzg1NGI1MjcxYTA2NDA= 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:565223ca-98d6-4819-a0fd-5c023a55b8f6 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:d4098043-c8c3-4f6d-999a-d105fda6d203 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:d4098043-c8c3-4f6d-999a-d105fda6d203 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-01T06:50:03.111Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 75f6fc20-9c6d-45ad-8bb9-cc3284f67dfc 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-11-01T06:50:03.149Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-01T06:50:03.149Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-01T06:50:03.150Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-01T06:50:03.150Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 916b7c63-9081-4ada-9b25-486aef00efea from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-01T06:50:03.150Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-01T06:50:03.150Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-01T06:50:03.291Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-01T06:50:03.295Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 916b7c63-9081-4ada-9b25-486aef00efea 82623 2022-11-01T06:50:03.295Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-11-01T06:50:03.295Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-01T06:50:03.295Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-01T06:50:03.296Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:50:03.298Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:50:03.298Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285403295, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:50:03.398Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:50:03.399Z||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-11-01T06:50:03.399Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:50:03.414Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:50:03.414Z||pool-120-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:50:04.298Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-01T06:50:04.299Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-01T06:50:04.299Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 916b7c63-9081-4ada-9b25-486aef00efea, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-01T06:50:04.299Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-11-01T06:50:04.300Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-01T06:50:04.300Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-01T06:50:04.482Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14592208545817957576/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-11-01T06:50:05.674Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-01T06:50:05.674Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-11-01T06:50:05.674Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-01T06:50:05.674Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-01T06:50:05.674Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||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-11-01T06:50:05.675Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||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-11-01T06:50:05.675Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||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-11-01T06:50:05.675Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||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-11-01T06:50:05.675Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||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-11-01T06:50:05.675Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||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-11-01T06:50:05.675Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||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-11-01T06:50:05.675Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-11-01T06:50:05.675Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:50:05.675Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:50:05.676Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-01T06:50:05.676Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-11-01T06:50:05.676Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-01T06:50:05.676Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:50:05.676Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:50:05.677Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-01T06:50:05.677Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-11-01T06:50:05.677Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-01T06:50:05.677Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:50:05.677Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:50:05.677Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:50:05.677Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-01T06:50:05.678Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-01T06:50:05.678Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-01T06:50:05.678Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-01T06:50:05.678Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-01T06:50:05.678Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-01T06:50:05.678Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:50:05.679Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-01T06:50:05.679Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:50:05.679Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-01T06:50:05.679Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-01T06:50:05.679Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:50:05.679Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-01T06:50:05.679Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-01T06:50:05.680Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:50:05.680Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-01T06:50:05.680Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-01T06:50:05.680Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:50:05.680Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-01T06:50:05.680Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-01T06:50:05.680Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-01T06:50:05.681Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b88fade7-0cd0-4cd1-b4b1-55bd67dae843 2022-11-01T06:50:05.681Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:50:05.681Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:50:05.681Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:50:05.681Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:50:05.681Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:50:05.681Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:50:05.682Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:50:05.682Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:50:05.682Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:75f6fc20-9c6d-45ad-8bb9-cc3284f67dfc Model Version:NULL Model InvariantUuid:65eb9428-b06f-452a-a710-bf6e018ef3b3 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:5fd630a1-ac47-4c50-8f4d-0ec853b9d33a Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:8ba94a8c-63b3-46ac-94dd-8e3361b251fc Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:97915aa6-6ac8-42d5-b3b1-4ea68c8dc65b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:6fbaffd3-74d6-4ec4-a687-74918c87946e ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:705c61f7-ffc2-4682-aed1-f8de27ba15c6 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b88fade7-0cd0-4cd1-b4b1-55bd67dae843 ModelInvariantUuid:3b6486a7-888e-4ddd-8c61-c38c8dca0ee4 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:d25f78d8-74f7-44d6-9dee-6e00ce30749a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:a0a2ac6a-ee12-4114-b084-e4b8fe8b3f2d ModelInvariantUuid:8948fbe8-be25-4f2a-8dd2-e302a59b0cf4 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:d538f501-3954-45c7-abae-38629987b2fb 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-11-01T06:50:05.688Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: a69a20ad-ee14-4f0b-9aa0-a30e9b188c73 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-11-01T06:50:05.690Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||basic_vm_macro 0 2022-11-01T06:50:05.690Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a69a20ad-ee14-4f0b-9aa0-a30e9b188c73 2022-11-01T06:50:05.690Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a621c17c-b908-4e74-bd0b-dab0ddd560b8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-01T06:50:05.690Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-01T06:50:05.691Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||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-11-01T06:50:05.743Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-01T06:50:05.743Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json a621c17c-b908-4e74-bd0b-dab0ddd560b8 792 2022-11-01T06:50:05.743Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||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-11-01T06:50:05.744Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||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-11-01T06:50:05.744Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-01T06:50:05.744Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:50:05.745Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:50:05.745Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285405743, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-01T06:50:05.846Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:50:05.847Z||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-11-01T06:50:05.847Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:50:05.858Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:50:05.858Z||pool-121-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-01T06:50:06.746Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "6fbaffd3-74d6-4ec4-a687-74918c87946e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "705c61f7-ffc2-4682-aed1-f8de27ba15c6", "vfModuleModelCustomizationUUID": "02bf6656-8078-4682-9b01-c5365a5bf2f3", "isBase": true, "artifacts": [ "565223ca-98d6-4819-a0fd-5c023a55b8f6", "d4098043-c8c3-4f6d-999a-d105fda6d203" ], "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-11-01T06:50:06.750Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:705c61f7-ffc2-4682-aed1-f8de27ba15c6 VfModuleModelInvariantUUID:6fbaffd3-74d6-4ec4-a687-74918c87946e VfModuleModelDescription:NULL Artifacts UUID List:{ 565223ca-98d6-4819-a0fd-5c023a55b8f6 , d4098043-c8c3-4f6d-999a-d105fda6d203 } 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-11-01T06:50:06.752Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "6fbaffd3-74d6-4ec4-a687-74918c87946e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "705c61f7-ffc2-4682-aed1-f8de27ba15c6", "vfModuleModelCustomizationUUID": "02bf6656-8078-4682-9b01-c5365a5bf2f3", "isBase": true, "artifacts": [ "565223ca-98d6-4819-a0fd-5c023a55b8f6", "d4098043-c8c3-4f6d-999a-d105fda6d203" ], "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-11-01T06:50:06.752Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:705c61f7-ffc2-4682-aed1-f8de27ba15c6 VfModuleModelInvariantUUID:6fbaffd3-74d6-4ec4-a687-74918c87946e VfModuleModelDescription:NULL Artifacts UUID List:{ 565223ca-98d6-4819-a0fd-5c023a55b8f6 , d4098043-c8c3-4f6d-999a-d105fda6d203 } 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-11-01T06:50:06.752Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 565223ca-98d6-4819-a0fd-5c023a55b8f6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-01T06:50:06.752Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-01T06:50:06.753Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||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-11-01T06:50:06.803Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-01T06:50:06.803Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 565223ca-98d6-4819-a0fd-5c023a55b8f6 5033 2022-11-01T06:50:06.803Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||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-11-01T06:50:06.803Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||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-11-01T06:50:06.804Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-01T06:50:06.804Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:50:06.806Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:50:06.806Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285406803, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-01T06:50:06.906Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:50:06.907Z||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-11-01T06:50:06.907Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:50:06.917Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:50:06.917Z||pool-122-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-01T06:50:07.806Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d4098043-c8c3-4f6d-999a-d105fda6d203 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-01T06:50:07.807Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-01T06:50:07.807Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||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-11-01T06:50:07.868Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-01T06:50:07.869Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env d4098043-c8c3-4f6d-999a-d105fda6d203 903 2022-11-01T06:50:07.869Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||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-11-01T06:50:07.869Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||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-11-01T06:50:07.869Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-01T06:50:07.869Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:50:07.871Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:50:07.871Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285407869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-01T06:50:07.971Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:50:07.973Z||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-11-01T06:50:07.973Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:50:07.983Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:50:07.984Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-01T06:50:08.871Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 75f6fc20-9c6d-45ad-8bb9-cc3284f67dfc 2022-11-01T06:50:08.872Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 a69a20ad-ee14-4f0b-9aa0-a30e9b188c73 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-11-01T06:50:08.886Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@54df7065, org.onap.sdc.toscaparser.api.parameters.Input@e82c341, org.onap.sdc.toscaparser.api.parameters.Input@40743e88, org.onap.sdc.toscaparser.api.parameters.Input@5ae39167, org.onap.sdc.toscaparser.api.parameters.Input@75909e06] 2022-11-01T06:50:08.887Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:50:08.888Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:50:08.888Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-11-01T06:50:08.888Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 97915aa6-6ac8-42d5-b3b1-4ea68c8dc65b 2022-11-01T06:50:08.888Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 97915aa6-6ac8-42d5-b3b1-4ea68c8dc65b matches Tosca VF Customization UUID: 97915aa6-6ac8-42d5-b3b1-4ea68c8dc65b 2022-11-01T06:50:08.888Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 97915aa6-6ac8-42d5-b3b1-4ea68c8dc65b 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-11-01T06:50:08.890Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:50:08.891Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:50:08.891Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 97915aa6-6ac8-42d5-b3b1-4ea68c8dc65b: {\"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-11-01T06:50:08.891Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4adff03a 2022-11-01T06:50:08.891Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:50:08.892Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-01T06:50:08.892Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 02bf6656-8078-4682-9b01-c5365a5bf2f3 2022-11-01T06:50:08.892Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 02bf6656-8078-4682-9b01-c5365a5bf2f3 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-11-01T06:50:08.894Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:50:08.894Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-01T06:50:08.894Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-01T06:50:08.894Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:50:08.894Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-01T06:50:08.895Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-01T06:50:08.895Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:50:08.895Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-01T06:50:08.895Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-01T06:50:08.895Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-01T06:50:08.896Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b88fade7-0cd0-4cd1-b4b1-55bd67dae843 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-11-01T06:50:08.897Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:50:08.898Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-01T06:50:08.898Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-01T06:50:08.898Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:50:08.898Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-01T06:50:08.898Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=97915aa6-6ac8-42d5-b3b1-4ea68c8dc65b 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-11-01T06:50:08.900Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:50:08.900Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:50:08.900Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 75f6fc20-9c6d-45ad-8bb9-cc3284f67dfc: basic_vm_macro 2022-11-01T06:50:08.900Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:50:08.901Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:50:08.901Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:50:08.901Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:50:08.901Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:50:08.901Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:50:08.901Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:50:08.902Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:50:08.902Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:50:08.902Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:50:08.902Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||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-11-01T06:50:08.990Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro a69a20ad-ee14-4f0b-9aa0-a30e9b188c73 1 ASDC deployResourceStructure 2022-11-01T06:50:08.991Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||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-11-01T06:50:08.991Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||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-11-01T06:50:08.991Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-01T06:50:08.991Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:50:08.993Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:50:08.993Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285408991, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-01T06:50:09.093Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:50:09.094Z||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-11-01T06:50:09.094Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:50:09.110Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:50:09.110Z||pool-124-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-11-01T06:50:09.994Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||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-11-01T06:50:09.994Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||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-11-01T06:50:09.994Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-01T06:50:09.994Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:50:09.996Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:50:09.997Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285409994, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-01T06:50:10.096Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-01T06:50:10.097Z||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-11-01T06:50:10.097Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:50:10.110Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:50:10.110Z||pool-125-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-01T06:50:10.997Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||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-11-01T06:50:10.998Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||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-11-01T06:50:10.998Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-01T06:50:10.998Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:50:11.000Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:50:11.000Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285410997, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-01T06:50:11.100Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:50:11.101Z||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-11-01T06:50:11.101Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:50:11.113Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:50:11.113Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:50:12.001Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-11-01T06:50:12.001Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-01T06:50:12.001Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-01T06:50:12.001Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:50:12.004Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:50:12.004Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285412001, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-01T06:50:12.104Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:50:12.105Z||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-11-01T06:50:12.105Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:50:12.116Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:50:12.117Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:50:13.005Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3a0ff59d-6934-4afa-8a1d-d3418fab6640 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-01T06:50:13.015Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3a0ff59d-6934-4afa-8a1d-d3418fab6640 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-01T06:50:13.017Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-01T06:50:13.018Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-01T06:50:13.018Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-01T06:50:13.018Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-01T06:50:13.018Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:50:13.018Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:50:13.018Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:50:13.018Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:50:13.018Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:50:13.018Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||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-11-01T06:50:13.023Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-01T06:50:43.024Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3a0ff59d-6934-4afa-8a1d-d3418fab6640 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-11-01T06:50:43.031Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3a0ff59d-6934-4afa-8a1d-d3418fab6640 and serviceModelVersionId: 75f6fc20-9c6d-45ad-8bb9-cc3284f67dfc 2022-11-01T06:50:43.031Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 65eb9428-b06f-452a-a710-bf6e018ef3b3 2022-11-01T06:50:43.032Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/65eb9428-b06f-452a-a710-bf6e018ef3b3/model-vers/model-ver/75f6fc20-9c6d-45ad-8bb9-cc3284f67dfc?depth=0 2022-11-01T06:50:43.036Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-11-01T06:50:43.078Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65eb9428-b06f-452a-a710-bf6e018ef3b3/model-vers/model-ver/75f6fc20-9c6d-45ad-8bb9-cc3284f67dfc?depth=0|INFO|500||Invoke 2022-11-01T06:50:43.079Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65eb9428-b06f-452a-a710-bf6e018ef3b3/model-vers/model-ver/75f6fc20-9c6d-45ad-8bb9-cc3284f67dfc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65eb9428-b06f-452a-a710-bf6e018ef3b3/model-vers/model-ver/75f6fc20-9c6d-45ad-8bb9-cc3284f67dfc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3a0ff59d-6934-4afa-8a1d-d3418fab6640], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[78acc04a-2679-4df1-96f8-47ba1d074082], X-ECOMP-RequestID=[3a0ff59d-6934-4afa-8a1d-d3418fab6640], X-TransactionId=[], X-ONAP-RequestID=[3a0ff59d-6934-4afa-8a1d-d3418fab6640], Content-Type=[application/merge-patch+json]} 2022-11-01T06:50:43.108Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65eb9428-b06f-452a-a710-bf6e018ef3b3/model-vers/model-ver/75f6fc20-9c6d-45ad-8bb9-cc3284f67dfc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-01T06:50:43.185Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65eb9428-b06f-452a-a710-bf6e018ef3b3/model-vers/model-ver/75f6fc20-9c6d-45ad-8bb9-cc3284f67dfc?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/65eb9428-b06f-452a-a710-bf6e018ef3b3/model-vers/model-ver/75f6fc20-9c6d-45ad-8bb9-cc3284f67dfc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221101-06:50:45:519-47638], vertex-id=[741528], Content-Length=[0], Date=[Tue, 01 Nov 2022 06:50:45 GMT], Content-Type=[application/json]} 2022-11-01T06:50:43.186Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65eb9428-b06f-452a-a710-bf6e018ef3b3/model-vers/model-ver/75f6fc20-9c6d-45ad-8bb9-cc3284f67dfc?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-01T06:50:43.186Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65eb9428-b06f-452a-a710-bf6e018ef3b3/model-vers/model-ver/75f6fc20-9c6d-45ad-8bb9-cc3284f67dfc?depth=0|INFO|500||InvokeReturn 2022-11-01T06:50:43.187Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-01T06:50:43.187Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||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-11-01T06:50:43.196Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||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-11-01T06:50:43.197Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3a0ff59d-6934-4afa-8a1d-d3418fab6640 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-01T06:50:43.197Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-01T06:50:43.197Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:50:43.199Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:50:43.199Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285443197, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-01T06:50:43.299Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:50:43.300Z||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-11-01T06:50:43.300Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:50:43.320Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:50:43.320Z||pool-128-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-01T06:50:44.210Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:50:44.210Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|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-11-01T06:50:44.211Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:50:48.602Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:50:48.603Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-11-01T06:50:48.603Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"3d826f7a-8880-4251-b142-9d0806fc8956","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"9d122efc-6887-4a60-847c-d08a2996c06a","serviceDescription":"service","serviceInvariantUUID":"b7dc12e3-8be3-4fe0-9e43-0ff361e4f549","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"93db4d4c-f2a5-45f2-aafa-94c68ebe7d93","resourceInvariantUUID":"d16138de-4a4a-4379-8629-eada4a97cd82","resourceCustomizationUUID":"50fdc086-d088-4527-988f-548d77fdeb0f","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":"ZmFhMWZmZDY2YTMxYjdiNDljYzZmNzQ0ZWQ0MDY2ZDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2036f87f-fca3-4a6e-aef7-de4bc5d0d4c7","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":"437620ff-3bba-4725-9726-847e3cffb212","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":"0e4425cf-1a6b-4444-bf48-f364fc8f9852","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":"Zjg1NjA0N2JiNmE3NTJiNjVmMDVmN2ZiYjM1MWNhZTk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"57d48dda-642b-4ab3-a5cb-2136d8498575","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":"231e845a-dbf9-43ca-9f0c-0d7ee451d876","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":"9191aee8-273a-4434-8c21-b4be60dd66c9","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":"e605eafd-961f-4ec0-acd2-fc2ac96f4166","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":"M2YxYmE3ODc3OTFkNTc5NGMxYzJmYTczOWEzZDRhZGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4db8b488-08ec-4ffb-955b-f6f318682d22","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDE3YzFhYjBlZjU4YmJkNWQxZDQxM2U2OGMyMjUzMzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"14fc6fb9-9983-4177-966c-a03160c1205d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-01T06:50:48.604Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:50:48.605Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:50:48.629Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:50:48.629Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285444210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:50:48.707Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 78 ms 2022-11-01T06:50:48.707Z||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-11-01T06:50:48.707Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:50:48.719Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:50:48.720Z||pool-129-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:50:49.630Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:50:49.630Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:50:49.632Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:50:49.632Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285444210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-01T06:50:49.734Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-11-01T06:50:49.735Z||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-11-01T06:50:49.735Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:50:49.748Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:50:49.748Z||pool-130-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-01T06:50:50.633Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:50:50.634Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:50:50.636Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:50:50.636Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285444210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-01T06:50:50.736Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:50:50.737Z||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-11-01T06:50:50.737Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:50:50.749Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:50:50.749Z||pool-131-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:50:51.636Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:50:51.637Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:50:51.639Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:50:51.639Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285444210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-01T06:50:51.739Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:50:51.740Z||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-11-01T06:50:51.740Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:50:51.756Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:50:51.756Z||pool-132-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:50:52.639Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:50:52.640Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:50:52.642Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:50:52.642Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285444210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:50:52.742Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:50:52.743Z||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-11-01T06:50:52.743Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:50:52.779Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:50:52.779Z||pool-133-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:50:53.642Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:50:53.643Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:50:53.645Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:50:53.645Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285444210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:50:53.745Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:50:53.746Z||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-11-01T06:50:53.746Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:50:53.758Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:50:53.759Z||pool-134-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-01T06:50:54.645Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:50:54.646Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:50:54.647Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:50:54.647Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285444210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:50:54.748Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:50:54.748Z||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-11-01T06:50:54.749Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:50:54.763Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:50:54.763Z||pool-135-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-11-01T06:50:55.648Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:50:55.648Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:50:55.650Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:50:55.650Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285444210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:50:55.750Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:50:55.751Z||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-11-01T06:50:55.751Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:50:55.763Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:50:55.764Z||pool-136-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:50:56.650Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-01T06:50:56.651Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:50:56.653Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:50:56.653Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285444210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:50:56.754Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-01T06:50:56.754Z||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-11-01T06:50:56.754Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:50:56.782Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:50:56.782Z||pool-137-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:50:57.654Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "9d122efc-6887-4a60-847c-d08a2996c06a", "serviceDescription": "service", "serviceInvariantUUID": "b7dc12e3-8be3-4fe0-9e43-0ff361e4f549", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "50fdc086-d088-4527-988f-548d77fdeb0f", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "93db4d4c-f2a5-45f2-aafa-94c68ebe7d93", "resourceInvariantUUID": "d16138de-4a4a-4379-8629-eada4a97cd82", "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": "ZDE3YzFhYjBlZjU4YmJkNWQxZDQxM2U2OGMyMjUzMzU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "14fc6fb9-9983-4177-966c-a03160c1205d" } ], "workloadContext": "Production" } 2022-11-01T06:50:57.654Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-01T06:50:57.654Z|3a0ff59d-6934-4afa-8a1d-d3418fab6640|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9d122efc-6887-4a60-847c-d08a2996c06a ASDC 2022-11-01T06:50:57.655Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:3d826f7a-8880-4251-b142-9d0806fc8956 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:9d122efc-6887-4a60-847c-d08a2996c06a ServiceInvariantUUID:b7dc12e3-8be3-4fe0-9e43-0ff361e4f549 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:14fc6fb9-9983-4177-966c-a03160c1205d ArtifactChecksum:ZDE3YzFhYjBlZjU4YmJkNWQxZDQxM2U2OGMyMjUzMzU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:50fdc086-d088-4527-988f-548d77fdeb0f ResourceInvariantUUID:d16138de-4a4a-4379-8629-eada4a97cd82 ResourceName:test-pnf ResourceType:PNF ResourceUUID:93db4d4c-f2a5-45f2-aafa-94c68ebe7d93 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-01T06:50:57.655Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9d122efc-6887-4a60-847c-d08a2996c06a 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-11-01T06:50:57.679Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-01T06:50:57.679Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-01T06:50:57.679Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-01T06:50:57.680Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 14fc6fb9-9983-4177-966c-a03160c1205d from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-01T06:50:57.680Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-11-01T06:50:57.680Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-01T06:50:57.853Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-11-01T06:50:57.858Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 14fc6fb9-9983-4177-966c-a03160c1205d 110865 2022-11-01T06:50:57.859Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-11-01T06:50:57.859Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-01T06:50:57.859Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-01T06:50:57.859Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:50:57.861Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:50:57.861Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285457859, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:50:57.961Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:50:57.962Z||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-11-01T06:50:57.962Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:50:57.973Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:50:57.973Z||pool-138-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-01T06:50:58.862Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-01T06:50:58.863Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-11-01T06:50:58.863Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 14fc6fb9-9983-4177-966c-a03160c1205d, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-01T06:50:58.864Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-11-01T06:50:58.864Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-01T06:50:58.864Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-01T06:50:58.970Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4853116546633453905/Definitions/service-TestPnfMacro-template.yml 2022-11-01T06:50:59.025Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:50:59.025Z||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-11-01T06:50:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:50:59.044Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:50:59.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-01T06:50:59.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "200e3657-894d-442d-bcce-1405ecbabf30", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285394059, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-01T06:50:59.046Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:50:59.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-01T06:50:59.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285159020, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:50:59.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-01T06:50:59.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-01T06:50:59.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285159020, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-01T06:50:59.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-01T06:50:59.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-01T06:50:59.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285159020, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-01T06:50:59.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-01T06:50:59.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-01T06:50:59.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285159020, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:50:59.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-01T06:50:59.703Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-01T06:50:59.704Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-11-01T06:50:59.704Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-01T06:50:59.704Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-01T06:50:59.704Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||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-11-01T06:50:59.704Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||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-11-01T06:50:59.704Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||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-11-01T06:50:59.705Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||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-11-01T06:50:59.705Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||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-11-01T06:50:59.705Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||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-11-01T06:50:59.705Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||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-11-01T06:50:59.705Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-11-01T06:50:59.706Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:50:59.706Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:50:59.706Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-11-01T06:50:59.706Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-11-01T06:50:59.707Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-01T06:50:59.707Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:50:59.707Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:50:59.707Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-11-01T06:50:59.708Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-11-01T06:50:59.708Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-01T06:50:59.708Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:50:59.708Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:50:59.708Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:50:59.709Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:50:59.709Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:50:59.709Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:50:59.709Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:50:59.710Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:50:59.710Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:50:59.710Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:50:59.710Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:9d122efc-6887-4a60-847c-d08a2996c06a Model Version:NULL Model InvariantUuid:b7dc12e3-8be3-4fe0-9e43-0ff361e4f549 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-11-01T06:50:59.720Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 93db4d4c-f2a5-45f2-aafa-94c68ebe7d93 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-11-01T06:50:59.723Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||INFO|500||test-pnf 0 2022-11-01T06:50:59.723Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 93db4d4c-f2a5-45f2-aafa-94c68ebe7d93 2022-11-01T06:50:59.723Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 9d122efc-6887-4a60-847c-d08a2996c06a 2022-11-01T06:50:59.724Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 9d122efc-6887-4a60-847c-d08a2996c06a 2022-11-01T06:50:59.724Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 93db4d4c-f2a5-45f2-aafa-94c68ebe7d93 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-11-01T06:50:59.728Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a204424, org.onap.sdc.toscaparser.api.parameters.Input@5c605ac8, org.onap.sdc.toscaparser.api.parameters.Input@27e106a4, org.onap.sdc.toscaparser.api.parameters.Input@113fc2f4, org.onap.sdc.toscaparser.api.parameters.Input@6946a593] 2022-11-01T06:50:59.729Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:50:59.729Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:50:59.729Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 9d122efc-6887-4a60-847c-d08a2996c06a: test-pnf 2022-11-01T06:50:59.730Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||INFO|500||Processing PNF resource: 93db4d4c-f2a5-45f2-aafa-94c68ebe7d93 2022-11-01T06:50:59.730Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-01T06:50:59.730Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-01T06:50:59.730Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||INFO|500||Resource customization UUID: 50fdc086-d088-4527-988f-548d77fdeb0f is the same as notified resource customizationUUID: 50fdc086-d088-4527-988f-548d77fdeb0f 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-11-01T06:50:59.763Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 93db4d4c-f2a5-45f2-aafa-94c68ebe7d93 0 ASDC deployResourceStructure 2022-11-01T06:50:59.763Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-11-01T06:50:59.763Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-01T06:50:59.764Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-01T06:50:59.764Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:50:59.766Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:50:59.766Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285459763, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-01T06:50:59.866Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:50:59.867Z||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-11-01T06:50:59.867Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:50:59.882Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:50:59.883Z||pool-139-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-01T06:51:00.767Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d826f7a-8880-4251-b142-9d0806fc8956 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-01T06:51:00.778Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d826f7a-8880-4251-b142-9d0806fc8956 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-11-01T06:51:00.781Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-01T06:51:00.781Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-01T06:51:00.781Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-01T06:51:00.781Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-01T06:51:00.781Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:51:00.781Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:51:00.782Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:51:00.782Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:51:00.782Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-01T06:51:00.782Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||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-11-01T06:51:00.786Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-01T06:51:30.787Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3d826f7a-8880-4251-b142-9d0806fc8956 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-11-01T06:51:30.793Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3d826f7a-8880-4251-b142-9d0806fc8956 and serviceModelVersionId: 9d122efc-6887-4a60-847c-d08a2996c06a 2022-11-01T06:51:30.793Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7dc12e3-8be3-4fe0-9e43-0ff361e4f549 2022-11-01T06:51:30.794Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7dc12e3-8be3-4fe0-9e43-0ff361e4f549/model-vers/model-ver/9d122efc-6887-4a60-847c-d08a2996c06a?depth=0 2022-11-01T06:51:30.797Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-11-01T06:51:30.834Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7dc12e3-8be3-4fe0-9e43-0ff361e4f549/model-vers/model-ver/9d122efc-6887-4a60-847c-d08a2996c06a?depth=0|INFO|500||Invoke 2022-11-01T06:51:30.834Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7dc12e3-8be3-4fe0-9e43-0ff361e4f549/model-vers/model-ver/9d122efc-6887-4a60-847c-d08a2996c06a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7dc12e3-8be3-4fe0-9e43-0ff361e4f549/model-vers/model-ver/9d122efc-6887-4a60-847c-d08a2996c06a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3d826f7a-8880-4251-b142-9d0806fc8956], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0761a145-72a7-4af0-a521-a6c1082084b0], X-ECOMP-RequestID=[3d826f7a-8880-4251-b142-9d0806fc8956], X-TransactionId=[], X-ONAP-RequestID=[3d826f7a-8880-4251-b142-9d0806fc8956], Content-Type=[application/merge-patch+json]} 2022-11-01T06:51:30.852Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7dc12e3-8be3-4fe0-9e43-0ff361e4f549/model-vers/model-ver/9d122efc-6887-4a60-847c-d08a2996c06a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-01T06:51:30.952Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7dc12e3-8be3-4fe0-9e43-0ff361e4f549/model-vers/model-ver/9d122efc-6887-4a60-847c-d08a2996c06a?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/b7dc12e3-8be3-4fe0-9e43-0ff361e4f549/model-vers/model-ver/9d122efc-6887-4a60-847c-d08a2996c06a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221101-06:51:33:267-78616], vertex-id=[749720], Content-Length=[0], Date=[Tue, 01 Nov 2022 06:51:33 GMT], Content-Type=[application/json]} 2022-11-01T06:51:30.952Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7dc12e3-8be3-4fe0-9e43-0ff361e4f549/model-vers/model-ver/9d122efc-6887-4a60-847c-d08a2996c06a?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-01T06:51:30.953Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7dc12e3-8be3-4fe0-9e43-0ff361e4f549/model-vers/model-ver/9d122efc-6887-4a60-847c-d08a2996c06a?depth=0|INFO|500||InvokeReturn 2022-11-01T06:51:30.953Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-01T06:51:30.953Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||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-11-01T06:51:30.959Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||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-11-01T06:51:30.959Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3d826f7a-8880-4251-b142-9d0806fc8956 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-01T06:51:30.960Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-01T06:51:30.960Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-11-01T06:51:30.962Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-01T06:51:30.962Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285490959, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-01T06:51:31.062Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-01T06:51:31.063Z||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-11-01T06:51:31.063Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iEGnMOf2EBzXGwAE) ... 2022-11-01T06:51:31.103Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:51:31.104Z||pool-140-thread-1|||||INFO|500||cambria reply ok (42 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-11-01T06:51:31.973Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:51:31.974Z|3d826f7a-8880-4251-b142-9d0806fc8956|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-11-01T06:51:31.974Z|3d826f7a-8880-4251-b142-9d0806fc8956|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:51:41.554Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:51:41.554Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:51:41.555Z|3d826f7a-8880-4251-b142-9d0806fc8956|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-11-01T06:51:41.555Z|3d826f7a-8880-4251-b142-9d0806fc8956|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:51:51.114Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:51:51.114Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:51:51.115Z||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-11-01T06:51:51.115Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:51:59.025Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:51:59.025Z||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-11-01T06:51:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:51:59.044Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:51:59.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-01T06:51:59.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285159020, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-01T06:51:59.045Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-01T06:52:00.694Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:52:00.694Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:52:00.695Z||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-11-01T06:52:00.695Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:52:10.230Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:52:10.231Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:52:10.231Z||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-11-01T06:52:10.232Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:52:19.796Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:52:59.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:52:59.021Z||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-11-01T06:52:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:52:59.025Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:52:59.025Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|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-11-01T06:52:59.026Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:52:59.057Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:52:59.057Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-01T06:52:59.057Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285159020, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-01T06:52:59.058Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-01T06:52:59.058Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-01T06:52:59.059Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285159020, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:52:59.059Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-01T06:52:59.059Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-01T06:52:59.059Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285159020, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:52:59.059Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-01T06:52:59.059Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-01T06:52:59.060Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285403295, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:52:59.060Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:52:59.060Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-01T06:52:59.060Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285405743, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-01T06:52:59.060Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:52:59.060Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-01T06:52:59.061Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285406803, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-01T06:52:59.061Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:52:59.061Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-01T06:52:59.061Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285407869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-01T06:52:59.061Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:52:59.061Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-01T06:52:59.062Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285408991, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-01T06:52:59.062Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:52:59.062Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-01T06:52:59.062Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285409994, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-01T06:52:59.062Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:52:59.062Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-01T06:52:59.062Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285410997, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-01T06:52:59.062Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:52:59.063Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-01T06:52:59.063Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285412001, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-01T06:52:59.063Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:52:59.063Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-01T06:52:59.063Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a0ff59d-6934-4afa-8a1d-d3418fab6640", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285443197, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-01T06:52:59.063Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:52:59.063Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-01T06:52:59.063Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285444210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:52:59.063Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-01T06:52:59.063Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-01T06:52:59.063Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285444210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-01T06:52:59.063Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-01T06:52:59.064Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-01T06:52:59.064Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285444210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-01T06:52:59.064Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-01T06:52:59.064Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-01T06:52:59.064Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285444210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-01T06:52:59.064Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-01T06:52:59.064Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-01T06:52:59.064Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285444210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-01T06:52:59.064Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-01T06:52:59.064Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-01T06:52:59.064Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285444210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:52:59.064Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-01T06:52:59.065Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-01T06:52:59.065Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285444210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-01T06:52:59.065Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-01T06:52:59.065Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-01T06:52:59.065Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285444210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-01T06:52:59.065Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-01T06:52:59.065Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-01T06:52:59.065Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285444210, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-01T06:52:59.065Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-11-01T06:52:59.065Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-01T06:52:59.066Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285457859, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-01T06:52:59.066Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:53:08.580Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:53:59.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:53:59.022Z||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-11-01T06:53:59.022Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:53:59.025Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:53:59.025Z||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-11-01T06:53:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:53:59.559Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:53:59.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-01T06:53:59.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285459763, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-01T06:53:59.560Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:53:59.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-11-01T06:53:59.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826f7a-8880-4251-b142-9d0806fc8956", "consumerID": "SO-COpenSource-Env11", "timestamp": 1667285490959, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-01T06:53:59.561Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-01T06:54:08.590Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:54:59.020Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:54:59.021Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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-11-01T06:54:59.021Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:54:59.025Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:54:59.025Z||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-11-01T06:54:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:55:08.563Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:55:08.568Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:55:59.020Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:55:59.021Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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-11-01T06:55:59.021Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:55:59.025Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:55:59.025Z||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-11-01T06:55:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:56:08.559Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:56:08.564Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:56:59.020Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:56:59.021Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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-11-01T06:56:59.021Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:56:59.025Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:56:59.025Z||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-11-01T06:56:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:57:08.562Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:57:08.563Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:57:59.020Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:57:59.021Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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-11-01T06:57:59.021Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:57:59.025Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:57:59.025Z|3d826f7a-8880-4251-b142-9d0806fc8956|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-11-01T06:57:59.025Z|3d826f7a-8880-4251-b142-9d0806fc8956|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:58:08.572Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:58:08.579Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:58:59.020Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:58:59.021Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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-11-01T06:58:59.021Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:58:59.025Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:58:59.025Z|3d826f7a-8880-4251-b142-9d0806fc8956|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-11-01T06:58:59.025Z|3d826f7a-8880-4251-b142-9d0806fc8956|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:59:08.578Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:59:08.579Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T06:59:59.022Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:59:59.025Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T06:59:59.026Z|3d826f7a-8880-4251-b142-9d0806fc8956|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-11-01T06:59:59.026Z|3d826f7a-8880-4251-b142-9d0806fc8956|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T06:59:59.026Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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-11-01T06:59:59.026Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:00:08.581Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:00:08.581Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:00:59.020Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:00:59.021Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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-11-01T07:00:59.022Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:00:59.025Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:00:59.025Z||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-11-01T07:00:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:01:08.569Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:01:08.569Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:01:59.020Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:01:59.021Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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-11-01T07:01:59.021Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:01:59.025Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:01:59.025Z||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-11-01T07:01:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:02:08.565Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:02:08.569Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:02:59.020Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:02:59.021Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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-11-01T07:02:59.021Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:02:59.025Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:02:59.025Z||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-11-01T07:02:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:03:08.566Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:03:08.566Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:03:59.021Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:03:59.022Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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-11-01T07:03:59.022Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:03:59.025Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:03:59.025Z|3d826f7a-8880-4251-b142-9d0806fc8956|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-11-01T07:03:59.025Z|3d826f7a-8880-4251-b142-9d0806fc8956|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:04:08.563Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:04:08.564Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:04:59.020Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:04:59.021Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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-11-01T07:04:59.021Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:04:59.025Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:04:59.025Z||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-11-01T07:04:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:05:08.564Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:05:08.566Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:05:59.020Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:05:59.021Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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-11-01T07:05:59.021Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:05:59.025Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:05:59.025Z||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-11-01T07:05:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:06:08.565Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:06:08.565Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:06:59.020Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:06:59.021Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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-11-01T07:06:59.021Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:06:59.025Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:06:59.025Z||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-11-01T07:06:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:07:08.643Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:07:08.660Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:07:59.020Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:07:59.022Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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-11-01T07:07:59.022Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:07:59.025Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:07:59.025Z||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-11-01T07:07:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:08:08.590Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:08:08.591Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:08:59.021Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:08:59.024Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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-11-01T07:08:59.024Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:08:59.025Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:08:59.025Z||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-11-01T07:08:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:09:08.580Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:09:08.582Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:09:59.020Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:09:59.025Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:09:59.026Z||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-11-01T07:09:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:09:59.026Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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-11-01T07:09:59.027Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:10:08.598Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:10:08.598Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:10:59.020Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:10:59.021Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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-11-01T07:10:59.021Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:10:59.025Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:10:59.025Z||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-11-01T07:10:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:11:08.580Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:11:08.580Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:11:59.020Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:11:59.021Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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-11-01T07:11:59.021Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:11:59.025Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:11:59.026Z|3d826f7a-8880-4251-b142-9d0806fc8956|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-11-01T07:11:59.026Z|3d826f7a-8880-4251-b142-9d0806fc8956|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:12:08.560Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:12:08.564Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:12:59.021Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:12:59.022Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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-11-01T07:12:59.023Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:12:59.025Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:12:59.025Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|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-11-01T07:12:59.026Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:13:08.562Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:13:08.564Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:13:59.020Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:13:59.021Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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-11-01T07:13:59.021Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:13:59.025Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:13:59.025Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|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-11-01T07:13:59.025Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:14:08.563Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:14:08.607Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:14:59.020Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:14:59.021Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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-11-01T07:14:59.021Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:14:59.025Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:14:59.025Z||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-11-01T07:14:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:15:08.565Z|cd58d430-7d17-431c-ab6a-b7c498a312dd|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:15:08.568Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:15:59.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:15:59.021Z||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-11-01T07:15:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:15:59.025Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:15:59.025Z||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-11-01T07:15:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:16:08.599Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:16:08.603Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:16:59.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:16:59.021Z||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-11-01T07:16:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:16:59.025Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:16:59.025Z||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-11-01T07:16:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:17:08.566Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:17:08.567Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:17:59.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:17:59.021Z||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-11-01T07:17:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:17:59.025Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:17:59.026Z||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-11-01T07:17:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:18:08.565Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:18:08.566Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:18:59.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:18:59.022Z||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-11-01T07:18:59.023Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:18:59.025Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:18:59.025Z||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-11-01T07:18:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:19:08.574Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:19:08.578Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:19:59.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:19:59.021Z||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-11-01T07:19:59.022Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:19:59.025Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:19:59.025Z||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-11-01T07:19:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:20:08.594Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:20:08.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:20:59.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:20:59.021Z||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-11-01T07:20:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:20:59.025Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:20:59.025Z||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-11-01T07:20:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:21:08.563Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:21:08.625Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:21:59.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:21:59.021Z||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-11-01T07:21:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:21:59.025Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:21:59.025Z||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-11-01T07:21:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:22:08.594Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:22:08.594Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:22:59.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:22:59.021Z||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-11-01T07:22:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:22:59.027Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:22:59.028Z||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-11-01T07:22:59.028Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:23:08.592Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:23:08.593Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:23:59.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:23:59.021Z||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-11-01T07:23:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:23:59.025Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:23:59.025Z||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-11-01T07:23:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:24:08.589Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:24:08.589Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:24:59.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:24:59.021Z||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-11-01T07:24:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:24:59.025Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:24:59.025Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|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-11-01T07:24:59.026Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:25:08.586Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:25:08.589Z|1b922ade-22de-471d-afdb-3ac0b5af81a6|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:25:59.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:25:59.021Z||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-11-01T07:25:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:25:59.025Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:25:59.025Z||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-11-01T07:25:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:26:08.590Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:26:08.591Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:26:59.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:26:59.021Z||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-11-01T07:26:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:26:59.025Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:26:59.026Z||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-11-01T07:26:59.026Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:27:08.578Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:27:08.578Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:27:59.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:27:59.021Z||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-11-01T07:27:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:27:59.025Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:27:59.025Z||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-11-01T07:27:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:28:08.567Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:28:08.570Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:28:59.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:28:59.021Z||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-11-01T07:28:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:28:59.025Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:28:59.025Z||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-11-01T07:28:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:29:08.566Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:29:08.566Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:29:59.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:29:59.021Z||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-11-01T07:29:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:29:59.025Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:29:59.025Z||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-11-01T07:29:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:30:08.630Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:30:08.630Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:30:59.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:30:59.021Z||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-11-01T07:30:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:30:59.025Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:30:59.025Z||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-11-01T07:30:59.025Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:31:08.565Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:31:08.565Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:31:59.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:31:59.021Z||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-11-01T07:31:59.021Z||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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:31:59.025Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-01T07:31:59.025Z|3d826f7a-8880-4251-b142-9d0806fc8956|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-11-01T07:31:59.027Z|3d826f7a-8880-4251-b142-9d0806fc8956|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 iEGnMOf2EBzXGwAE) ... 2022-11-01T07:32:08.563Z|3d826f7a-8880-4251-b142-9d0806fc8956|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-01T07:32:08.564Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK