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-05-22T02:17:25.007Z||main|||||INFO|500||The following profiles are active: basic 2022-05-22T02:17:35.037Z||main|||||INFO|500||Starting service [Tomcat] 2022-05-22T02:17:35.038Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-05-22T02:17:35.124Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-05-22T02:17:37.516Z||main|||||INFO|500||catdb-pool - Starting... 2022-05-22T02:17:37.704Z||main|||||INFO|500||catdb-pool - Start completed. 2022-05-22T02:17:38.080Z||main|||||INFO|500||reqdb-pool - Starting... 2022-05-22T02:17:38.088Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-05-22T02:17:38.210Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-05-22T02:17:38.368Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-05-22T02:17:38.726Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-05-22T02:17:39.640Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-05-22T02:17:41.709Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-05-22T02:17:41.761Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-05-22T02:17:42.197Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-05-22T02:17:42.577Z||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-05-22T02:17:43.780Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-05-22T02:17:44.813Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-05-22T02:17:44.832Z||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$$5713502a.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-05-22T02:17:44.833Z||main|||||WARN|500||The sdc end point is not alive 2022-05-22T02:17:47.788Z||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-05-22T02:17:50.653Z||main|||||WARN|500||--- 2022-05-22T02:17:50.654Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-05-22T02:17:50.654Z||main|||||WARN|500||--- 2022-05-22T02:17:51.120Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-05-22T02:17:55.597Z||main|||||INFO|500||Started Application in 34.967 seconds (JVM running for 36.189) 2022-05-22T02:17:55.611Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-22T02:17:55.613Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-22T02:17:55.656Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-22T02:17:55.689Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-22T02:17:55.760Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 55f05959-7199-48ba-8c3a-8a5825cafe75 url= /sdc/v1/artifactTypes 2022-05-22T02:17:55.761Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-22T02:17:56.025Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-05-22T02:17:56.056Z||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-05-22T02:17:56.076Z||scheduling-1|||||DEBUG|500||create keys 2022-05-22T02:17:56.083Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-05-22T02:17:56.114Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:17:56.133Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2db0f1c1-72e1-4576-9ccd-f2a79b3465d0 url= /sdc/v1/registerForDistribution 2022-05-22T02:17:56.282Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2db0f1c1-72e1-4576-9ccd-f2a79b3465d0 url= /sdc/v1/registerForDistribution 2022-05-22T02:17:56.283Z||scheduling-1|||||INFO|500||start DistributionClient 2022-05-22T02:17:56.293Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:17:56.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:17:56.298Z||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-05-22T02:17:56.298Z||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-05-22T02:17:56.298Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:17:56.298Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:17:56.300Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-05-22T02:18:06.577Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:18:06.578Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:18:56.291Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:18:56.292Z||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-05-22T02:18:56.292Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:18:56.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:18:56.295Z||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-05-22T02:18:56.295Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:19:05.847Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:19:05.849Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:19:56.292Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:19:56.293Z||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-05-22T02:19:56.293Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:19:56.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:19:56.299Z||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-05-22T02:19:56.299Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:20:05.843Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:20:05.847Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:20:56.292Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:20:56.293Z||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-05-22T02:20:56.293Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:20:56.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:20:56.295Z||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-05-22T02:20:56.295Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:21:05.843Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:21:05.844Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:21:56.292Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:21:56.293Z||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-05-22T02:21:56.293Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:21:56.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:21:56.295Z||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-05-22T02:21:56.295Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:22:05.843Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:22:05.843Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:22:56.292Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:22:56.293Z||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-05-22T02:22:56.293Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:22:56.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:22:56.294Z||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-05-22T02:22:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:23:05.846Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:23:05.847Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:23:56.292Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:23:56.293Z||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-05-22T02:23:56.293Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:23:56.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:23:56.294Z||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-05-22T02:23:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:24:05.845Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:24:05.845Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:24:56.292Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:24:56.293Z||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-05-22T02:24:56.293Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:24:56.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:24:56.295Z||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-05-22T02:24:56.296Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:25:05.844Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:25:05.844Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:25:56.292Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:25:56.292Z||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-05-22T02:25:56.293Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:25:56.294Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:25:56.295Z||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-05-22T02:25:56.295Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:26:05.842Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:26:05.843Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:26:56.292Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:26:56.293Z||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-05-22T02:26:56.293Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:26:56.294Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:26:56.294Z||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-05-22T02:26:56.295Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:27:05.849Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:27:05.855Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:27:50.581Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-05-22T02:27:56.292Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:27:56.293Z||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-05-22T02:27:56.293Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:27:56.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:27:56.295Z||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-05-22T02:27:56.295Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:28:05.841Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:28:05.843Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:28:56.292Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:28:56.293Z||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-05-22T02:28:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:28:56.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:28:56.295Z||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-05-22T02:28:56.295Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:29:05.849Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:29:05.849Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:29:56.292Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:29:56.293Z||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-05-22T02:29:56.293Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:29:56.294Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:29:56.294Z||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-05-22T02:29:56.295Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:30:05.840Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:30:05.840Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:30:56.292Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:30:56.293Z||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-05-22T02:30:56.293Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:30:56.294Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:30:56.294Z||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-05-22T02:30:56.295Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:31:05.845Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:31:05.846Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:31:56.292Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:31:56.292Z||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-05-22T02:31:56.292Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:31:56.295Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:31:56.296Z||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-05-22T02:31:56.296Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:32:05.843Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:32:05.844Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:32:56.292Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:32:56.292Z||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-05-22T02:32:56.292Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:32:56.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:32:56.294Z||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-05-22T02:32:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:33:05.844Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:33:05.844Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:33:56.292Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:33:56.293Z||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-05-22T02:33:56.293Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:33:56.294Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:33:56.294Z||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-05-22T02:33:56.295Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:34:05.847Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:34:05.848Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:34:56.292Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:34:56.293Z||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-05-22T02:34:56.293Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:34:56.294Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:34:56.295Z||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-05-22T02:34:56.295Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:35:05.845Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:35:05.847Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:35:56.292Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:35:56.293Z||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-05-22T02:35:56.293Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:35:56.294Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:35:56.295Z||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-05-22T02:35:56.295Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:36:05.839Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:36:05.842Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:36:56.292Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:36:56.292Z||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-05-22T02:36:56.293Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:36:56.294Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:36:56.294Z||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-05-22T02:36:56.295Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:37:05.839Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:37:05.839Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:37:56.292Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:37:56.292Z||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-05-22T02:37:56.293Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:37:56.294Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:37:56.295Z||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-05-22T02:37:56.295Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:38:05.840Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:38:05.841Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:38:56.292Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:38:56.292Z||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-05-22T02:38:56.293Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:38:56.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:38:56.294Z||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-05-22T02:38:56.295Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:39:05.842Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:39:05.844Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:39:56.292Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:39:56.292Z||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-05-22T02:39:56.293Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:39:56.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:39:56.294Z||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-05-22T02:39:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:40:05.843Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:40:05.843Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:40:56.292Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:40:56.293Z||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-05-22T02:40:56.293Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:40:56.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:40:56.294Z||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-05-22T02:40:56.295Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:41:05.844Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:41:05.844Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:41:56.292Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:41:56.292Z||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-05-22T02:41:56.293Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:41:56.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:41:56.295Z||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-05-22T02:41:56.296Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:42:05.844Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:42:05.844Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:42:56.292Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:42:56.292Z||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-05-22T02:42:56.292Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:42:56.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:42:56.294Z||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-05-22T02:42:56.295Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:43:05.845Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:43:05.847Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:43:56.292Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:43:56.293Z||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-05-22T02:43:56.293Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:43:56.294Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:43:56.294Z||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-05-22T02:43:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:44:05.840Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:44:05.841Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:44:56.292Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:44:56.293Z||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-05-22T02:44:56.293Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:44:56.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:44:56.294Z||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-05-22T02:44:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:45:05.842Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:45:05.845Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:45:56.292Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:45:56.292Z||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-05-22T02:45:56.293Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:45:56.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:45:56.294Z||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-05-22T02:45:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:46:05.837Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:46:05.839Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:46:56.291Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:46:56.292Z||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-05-22T02:46:56.292Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:46:56.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:46:56.294Z||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-05-22T02:46:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:47:05.840Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:47:05.840Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:47:56.291Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:47:56.292Z||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-05-22T02:47:56.293Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:47:56.294Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:47:56.294Z||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-05-22T02:47:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:48:05.836Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:48:05.837Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:48:56.291Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:48:56.292Z||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-05-22T02:48:56.292Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:48:56.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:48:56.294Z||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-05-22T02:48:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:49:05.841Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:49:05.841Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:49:56.292Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:49:56.293Z||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-05-22T02:49:56.293Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:49:56.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:49:56.294Z||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-05-22T02:49:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:50:05.838Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:50:05.847Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:50:56.291Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:50:56.292Z||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-05-22T02:50:56.292Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:50:56.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:50:56.294Z||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-05-22T02:50:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:51:05.836Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:51:05.844Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:51:56.292Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:51:56.292Z||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-05-22T02:51:56.293Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:51:56.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:51:56.294Z||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-05-22T02:51:56.295Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:52:05.845Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:52:05.845Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:52:56.292Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:52:56.293Z||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-05-22T02:52:56.293Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:52:56.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:52:56.294Z||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-05-22T02:52:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:53:05.840Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:53:05.842Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:53:56.291Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:53:56.292Z||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-05-22T02:53:56.292Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:53:56.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:53:56.294Z||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-05-22T02:53:56.295Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:54:05.844Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:54:05.845Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:54:56.292Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:54:56.292Z||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-05-22T02:54:56.292Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:54:56.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:54:56.294Z||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-05-22T02:54:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:55:05.842Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:55:05.851Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:55:56.292Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:55:56.292Z||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-05-22T02:55:56.293Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:55:56.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:55:56.294Z||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-05-22T02:55:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:56:05.840Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:56:05.841Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:56:56.292Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:56:56.293Z||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-05-22T02:56:56.293Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:56:56.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:56:56.294Z||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-05-22T02:56:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:57:05.845Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:57:05.864Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:57:56.292Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:57:56.292Z||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-05-22T02:57:56.293Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:57:56.294Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:57:56.294Z||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-05-22T02:57:56.295Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:58:05.846Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:58:05.847Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:58:56.291Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:58:56.292Z||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-05-22T02:58:56.293Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:58:56.294Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:58:56.294Z||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-05-22T02:58:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:59:05.842Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:59:05.842Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T02:59:56.292Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:59:56.292Z||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-05-22T02:59:56.292Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T02:59:56.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T02:59:56.294Z||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-05-22T02:59:56.295Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:00:05.841Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:00:05.843Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:00:56.292Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:00:56.292Z||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-05-22T03:00:56.293Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:00:56.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:00:56.295Z||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-05-22T03:00:56.295Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:01:05.837Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:01:05.839Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:01:56.291Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:01:56.292Z||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-05-22T03:01:56.292Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:01:56.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:01:56.294Z||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-05-22T03:01:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:02:05.837Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:02:05.839Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:02:56.291Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:02:56.292Z||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-05-22T03:02:56.293Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:02:56.294Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:02:56.294Z||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-05-22T03:02:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:03:05.869Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:03:05.869Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:03:56.291Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:03:56.292Z||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-05-22T03:03:56.292Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:03:56.294Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:03:56.294Z||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-05-22T03:03:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:04:05.838Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:04:05.841Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:04:56.292Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:04:56.293Z||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-05-22T03:04:56.293Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:04:56.294Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:04:56.295Z||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-05-22T03:04:56.295Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:05:05.839Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:05:05.840Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:05:56.291Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:05:56.292Z||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-05-22T03:05:56.292Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:05:56.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:05:56.294Z||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-05-22T03:05:56.295Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:06:05.838Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:06:05.840Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:06:56.292Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:06:56.292Z||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-05-22T03:06:56.293Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:06:56.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:06:56.294Z||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-05-22T03:06:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:07:05.842Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:07:05.843Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:07:56.291Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:07:56.292Z||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-05-22T03:07:56.292Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:07:56.294Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:07:56.294Z||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-05-22T03:07:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:08:05.844Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:08:05.844Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:08:56.291Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:08:56.292Z||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-05-22T03:08:56.292Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:08:56.294Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:08:56.295Z||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-05-22T03:08:56.295Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:09:05.839Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:09:05.839Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:09:56.292Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:09:56.292Z||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-05-22T03:09:56.293Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:09:56.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:09:56.294Z||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-05-22T03:09:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:10:05.848Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:10:05.848Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:10:56.292Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:10:56.293Z||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-05-22T03:10:56.293Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:10:56.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:10:56.296Z||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-05-22T03:10:56.296Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:11:05.845Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:11:05.847Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:11:56.291Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:11:56.292Z||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-05-22T03:11:56.293Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:11:56.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:11:56.294Z||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-05-22T03:11:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:12:05.840Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:12:05.844Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:12:56.292Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:12:56.292Z||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-05-22T03:12:56.293Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:12:56.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:12:56.294Z||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-05-22T03:12:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:13:05.838Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:13:05.839Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:13:56.292Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:13:56.292Z||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-05-22T03:13:56.292Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:13:56.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:13:56.294Z||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-05-22T03:13:56.295Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:14:05.839Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:14:05.868Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:14:56.291Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:14:56.292Z||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-05-22T03:14:56.292Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:14:56.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:14:56.294Z||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-05-22T03:14:56.295Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:15:05.838Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:15:05.841Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:15:56.292Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:15:56.292Z||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-05-22T03:15:56.293Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:15:56.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:15:56.294Z||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-05-22T03:15:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:16:05.839Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:16:05.840Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:16:56.292Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:16:56.292Z||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-05-22T03:16:56.292Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:16:56.294Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:16:56.294Z||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-05-22T03:16:56.295Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:17:05.838Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:17:05.840Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:17:56.292Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:17:56.292Z||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-05-22T03:17:56.292Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:17:56.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:17:56.294Z||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-05-22T03:17:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:17:56.960Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:17:56.963Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:17:56.964Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"df027556-9803-4034-a557-a9cabd711b6a","serviceName":"basic_onboard_KJrTJN","serviceVersion":"1.0","serviceUUID":"edf3666d-73e1-4ce9-b536-a946197a08c6","serviceDescription":"service","serviceInvariantUUID":"574971e1-0e76-4972-a5c4-a3c75bdc2dc2","resources":[{"resourceInstanceName":"basic_onboard_KJrTJN 0","resourceName":"basic_onboard_KJrTJN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"398d554d-97f8-41f2-ab38-4e6a90b92e46","resourceInvariantUUID":"9b450688-308a-410f-9d35-5ad5a4c92ea5","resourceCustomizationUUID":"1a9396b4-e01c-4cf2-b3e3-6cad7591fd5e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/vf-license-model.xml","artifactChecksum":"NjQwMWM1YzkzZDc1MWE1NDgyN2IxMzc5YTdhMjEyOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"456e3512-c9f6-45ab-bd1c-dfe45dc744ee","artifactVersion":"1"},{"artifactName":"basic_onboard_kjrtjn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json","artifactChecksum":"NTA0MGZiMjcxZGRkOWM5NjkwYTM4NmYyYzgxZDIzOGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"477665d0-da69-429c-9881-ccd58166531f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"df7118d7-8f69-43d5-aae1-b4007c557007","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3899c67f-7d6d-45fd-990a-2926489fff9c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ff444466-8c94-41bd-9d77-36d7fc2f9262","artifactVersion":"2","generatedFromUUID":"df7118d7-8f69-43d5-aae1-b4007c557007"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardKjrtjn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-template.yml","artifactChecksum":"MTg2OGZlYWY2NTZmMzcwYzUzYjFlYzg4MWE0N2ExYzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"488d25ca-7ee7-444d-85bc-efeaae2e0d5e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardKjrtjn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar","artifactChecksum":"MzhlMWFmNGJhYzE5MmVlOGM3ZmViZWIzYTdhOWRlODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"13563038-7b98-4a04-b621-2d3197ca0e7c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-22T03:17:56.973Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:17:56.979Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:17:56.986Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:17:56.986Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189476291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:17:57.086Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-05-22T03:17:57.091Z||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-05-22T03:17:57.091Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:17:57.106Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:17:57.107Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-05-22T03:17:57.218Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:17:57.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:17:57.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "multicloud-k8s-id", "timestamp": 1653189474838, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:17:57.236Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:17:57.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:17:57.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189476291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:17:57.237Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:17:57.991Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:17:57.992Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:17:57.993Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:17:57.994Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189476291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json", "status": "NOTIFIED" } 2022-05-22T03:17:58.094Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:17:58.095Z||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-05-22T03:17:58.095Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:17:58.106Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:17:58.107Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-05-22T03:17:58.994Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:17:58.995Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:17:58.997Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:17:58.997Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189476291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-22T03:17:59.097Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:17:59.098Z||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-05-22T03:17:59.098Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:17:59.114Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:17:59.114Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:17:59.997Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:17:59.998Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:18:00.001Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:18:00.001Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189476291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:18:00.101Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:18:00.102Z||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-05-22T03:18:00.102Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:18:00.118Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:18:00.119Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:18:01.001Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:18:01.003Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:18:01.005Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:18:01.005Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189476291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-22T03:18:01.105Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:18:01.106Z||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-05-22T03:18:01.106Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:18:01.120Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:18:01.121Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:18:02.006Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:18:02.007Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:18:02.009Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:18:02.010Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189476291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:18:02.110Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:18:02.111Z||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-05-22T03:18:02.111Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:18:02.128Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:18:02.129Z||pool-8-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:18:03.010Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:18:03.012Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:18:03.014Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:18:03.014Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189476291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:18:03.115Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:18:03.116Z||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-05-22T03:18:03.116Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:18:03.129Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:18:03.129Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:18:04.018Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "serviceName": "basic_onboard_KJrTJN", "serviceVersion": "1.0", "serviceUUID": "edf3666d-73e1-4ce9-b536-a946197a08c6", "serviceDescription": "service", "serviceInvariantUUID": "574971e1-0e76-4972-a5c4-a3c75bdc2dc2", "resources": [ { "resourceInstanceName": "basic_onboard_KJrTJN 0", "resourceCustomizationUUID": "1a9396b4-e01c-4cf2-b3e3-6cad7591fd5e", "resourceName": "basic_onboard_KJrTJN", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "398d554d-97f8-41f2-ab38-4e6a90b92e46", "resourceInvariantUUID": "9b450688-308a-410f-9d35-5ad5a4c92ea5", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_kjrtjn0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json", "artifactChecksum": "NTA0MGZiMjcxZGRkOWM5NjkwYTM4NmYyYzgxZDIzOGE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "477665d0-da69-429c-9881-ccd58166531f", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "df7118d7-8f69-43d5-aae1-b4007c557007", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ff444466-8c94-41bd-9d77-36d7fc2f9262", "generatedFromUUID": "df7118d7-8f69-43d5-aae1-b4007c557007" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ff444466-8c94-41bd-9d77-36d7fc2f9262", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardKjrtjn-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar", "artifactChecksum": "MzhlMWFmNGJhYzE5MmVlOGM3ZmViZWIzYTdhOWRlODg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "13563038-7b98-4a04-b621-2d3197ca0e7c" } ], "workloadContext": "Production" } 2022-05-22T03:18:04.019Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-22T03:18:04.019Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 edf3666d-73e1-4ce9-b536-a946197a08c6 ASDC 2022-05-22T03:18:04.103Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:df027556-9803-4034-a557-a9cabd711b6a ServiceName:basic_onboard_KJrTJN ServiceVersion:1.0 ServiceUUID:edf3666d-73e1-4ce9-b536-a946197a08c6 ServiceInvariantUUID:574971e1-0e76-4972-a5c4-a3c75bdc2dc2 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardKjrtjn-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar ArtifactUUID:13563038-7b98-4a04-b621-2d3197ca0e7c ArtifactChecksum:MzhlMWFmNGJhYzE5MmVlOGM3ZmViZWIzYTdhOWRlODg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_KJrTJN 0 ResourceCustomizationUUID:1a9396b4-e01c-4cf2-b3e3-6cad7591fd5e ResourceInvariantUUID:9b450688-308a-410f-9d35-5ad5a4c92ea5 ResourceName:basic_onboard_KJrTJN ResourceType:VF ResourceUUID:398d554d-97f8-41f2-ab38-4e6a90b92e46 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_kjrtjn0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json ArtifactUUID:477665d0-da69-429c-9881-ccd58166531f ArtifactChecksum:NTA0MGZiMjcxZGRkOWM5NjkwYTM4NmYyYzgxZDIzOGE= 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/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml ArtifactUUID:df7118d7-8f69-43d5-aae1-b4007c557007 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/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env ArtifactUUID:ff444466-8c94-41bd-9d77-36d7fc2f9262 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/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env ArtifactUUID:ff444466-8c94-41bd-9d77-36d7fc2f9262 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-22T03:18:04.103Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF edf3666d-73e1-4ce9-b536-a946197a08c6 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-05-22T03:18:04.377Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-22T03:18:04.378Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-22T03:18:04.379Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-22T03:18:04.379Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 13563038-7b98-4a04-b621-2d3197ca0e7c from URL: /sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar 2022-05-22T03:18:04.379Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-22T03:18:04.380Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar 2022-05-22T03:18:05.998Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-22T03:18:06.014Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar 13563038-7b98-4a04-b621-2d3197ca0e7c 71576 2022-05-22T03:18:06.015Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar ASDC sendASDCNotification 2022-05-22T03:18:06.015Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar 2022-05-22T03:18:06.016Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-22T03:18:06.017Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:18:06.018Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:18:06.018Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189486014, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:18:06.118Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:18:06.119Z||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-05-22T03:18:06.119Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:18:06.131Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:18:06.132Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:18:07.019Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-22T03:18:07.020Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-22T03:18:07.020Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 13563038-7b98-4a04-b621-2d3197ca0e7c, URL: /sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar to file: /app/ASDC/1/service-BasicOnboardKjrtjn-csar.csar 2022-05-22T03:18:07.021Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardKjrtjn-csar.csar 2022-05-22T03:18:07.080Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardKjrtjn-csar.csar 2022-05-22T03:18:07.080Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardKjrtjn-csar.csar 2022-05-22T03:18:07.542Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5393368308815332762/Definitions/service-BasicOnboardKjrtjn-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-05-22T03:18:09.462Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-22T03:18:09.467Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-05-22T03:18:09.467Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardKjrtjn-csar.csar 2022-05-22T03:18:09.468Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-22T03:18:09.468Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardKjrtjn-csar.csar 2022-05-22T03:18:09.468Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKjrtjn-csar.csar 2022-05-22T03:18:09.468Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKjrtjn-csar.csar 2022-05-22T03:18:09.468Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKjrtjn-csar.csar 2022-05-22T03:18:09.468Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardKjrtjn-csar.csar 2022-05-22T03:18:09.468Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKjrtjn-csar.csar 2022-05-22T03:18:09.468Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKjrtjn-csar.csar 2022-05-22T03:18:09.468Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_KJrTJN 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardKjrtjn-csar.csar 2022-05-22T03:18:09.468Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardKjrtjn-csar.csar 2022-05-22T03:18:09.469Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-05-22T03:18:09.475Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:18:09.476Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KJrTJN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:18:09.480Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KJrTJN 0 is matching search criteria 2022-05-22T03:18:09.480Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-05-22T03:18:09.481Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KJrTJN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-22T03:18:09.482Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:18:09.482Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KJrTJN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:18:09.482Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KJrTJN 0 is matching search criteria 2022-05-22T03:18:09.482Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-05-22T03:18:09.483Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KJrTJN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-22T03:18:09.483Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:18:09.483Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KJrTJN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:18:09.486Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:18:09.486Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KJrTJN 0 is not matching search criteria 2022-05-22T03:18:09.486Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-05-22T03:18:09.486Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-05-22T03:18:09.486Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-05-22T03:18:09.486Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-22T03:18:09.486Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-22T03:18:09.487Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:18:09.487Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KJrTJN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-22T03:18:09.487Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:18:09.488Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KJrTJN 0 is matching search criteria 2022-05-22T03:18:09.488Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KJrTJN 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-22T03:18:09.488Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:18:09.488Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KJrTJN 0 is matching search criteria 2022-05-22T03:18:09.488Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KJrTJN 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-22T03:18:09.488Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:18:09.488Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KJrTJN 0 is matching search criteria 2022-05-22T03:18:09.489Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KJrTJN 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-22T03:18:09.489Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:18:09.489Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KJrTJN 0 is not matching search criteria 2022-05-22T03:18:09.489Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-22T03:18:09.489Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-22T03:18:09.489Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1b3a901c-4347-481d-b63c-d6dbafc93035 2022-05-22T03:18:09.489Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:18:09.489Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KJrTJN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:18:09.489Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:18:09.489Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KJrTJN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:18:09.490Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:18:09.490Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KJrTJN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:18:09.490Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:18:09.490Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KJrTJN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:18:09.490Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_KJrTJN Description:service Model UUID:edf3666d-73e1-4ce9-b536-a946197a08c6 Model Version:NULL Model InvariantUuid:574971e1-0e76-4972-a5c4-a3c75bdc2dc2 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_KJrTJN Model UUID:fa12a5c2-aa2a-4911-a6e3-64ef2511651b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:9b450688-308a-410f-9d35-5ad5a4c92ea5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1a9396b4-e01c-4cf2-b3e3-6cad7591fd5e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c50a2a39-a96d-437c-a17f-9637c7f09d01 ModelName:BasicOnboardKjrtjn..base_ubuntu18..module-0 ModelUuid:702f87b2-e6b7-470d-835a-29f9a0204082 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1b3a901c-4347-481d-b63c-d6dbafc93035 ModelInvariantUuid:dd919a36-f03d-4035-8d32-c2ca0566654c ModelName:basic_onboard_KJrTJN-nodes.ubuntu18Cvfc ModelUuid:b4feac7d-f6b7-4302-a7f8-12ff64ba77f4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:886bb3ab-159c-47bd-94bc-989f535ab0fc ModelInvariantUuid:41454052-56e5-4e11-84a2-06e573b1f87b ModelName:BasicOnboardKjrtjn.compute.nodes.heat.ubuntu18 ModelUuid:43bccf2b-5455-435c-98c3-4d01b9ac6d6f 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-05-22T03:18:09.507Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 398d554d-97f8-41f2-ab38-4e6a90b92e46 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-05-22T03:18:09.587Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||basic_onboard_KJrTJN 0 2022-05-22T03:18:09.596Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 398d554d-97f8-41f2-ab38-4e6a90b92e46 2022-05-22T03:18:09.596Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 477665d0-da69-429c-9881-ccd58166531f from URL: /sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json 2022-05-22T03:18:09.596Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-22T03:18:09.596Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json 2022-05-22T03:18:09.871Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-22T03:18:09.872Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json 477665d0-da69-429c-9881-ccd58166531f 798 2022-05-22T03:18:09.872Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json ASDC sendASDCNotification 2022-05-22T03:18:09.872Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json 2022-05-22T03:18:09.872Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-22T03:18:09.872Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:18:09.874Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:18:09.874Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189489872, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-22T03:18:09.975Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:18:09.975Z||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-05-22T03:18:09.976Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:18:09.991Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:18:09.991Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:18:10.876Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardKjrtjn..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "c50a2a39-a96d-437c-a17f-9637c7f09d01", "vfModuleModelVersion": "1", "vfModuleModelUUID": "702f87b2-e6b7-470d-835a-29f9a0204082", "vfModuleModelCustomizationUUID": "d84cf8b7-ea36-4b4c-a18b-2d5eb80c0965", "isBase": true, "artifacts": [ "df7118d7-8f69-43d5-aae1-b4007c557007", "ff444466-8c94-41bd-9d77-36d7fc2f9262" ], "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-05-22T03:18:10.933Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardKjrtjn..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:702f87b2-e6b7-470d-835a-29f9a0204082 VfModuleModelInvariantUUID:c50a2a39-a96d-437c-a17f-9637c7f09d01 VfModuleModelDescription:NULL Artifacts UUID List:{ df7118d7-8f69-43d5-aae1-b4007c557007 , ff444466-8c94-41bd-9d77-36d7fc2f9262 } 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-05-22T03:18:10.936Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardKjrtjn..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "c50a2a39-a96d-437c-a17f-9637c7f09d01", "vfModuleModelVersion": "1", "vfModuleModelUUID": "702f87b2-e6b7-470d-835a-29f9a0204082", "vfModuleModelCustomizationUUID": "d84cf8b7-ea36-4b4c-a18b-2d5eb80c0965", "isBase": true, "artifacts": [ "df7118d7-8f69-43d5-aae1-b4007c557007", "ff444466-8c94-41bd-9d77-36d7fc2f9262" ], "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-05-22T03:18:10.936Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardKjrtjn..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:702f87b2-e6b7-470d-835a-29f9a0204082 VfModuleModelInvariantUUID:c50a2a39-a96d-437c-a17f-9637c7f09d01 VfModuleModelDescription:NULL Artifacts UUID List:{ df7118d7-8f69-43d5-aae1-b4007c557007 , ff444466-8c94-41bd-9d77-36d7fc2f9262 } 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-05-22T03:18:10.937Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: df7118d7-8f69-43d5-aae1-b4007c557007 from URL: /sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml 2022-05-22T03:18:10.937Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-22T03:18:10.937Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml 2022-05-22T03:18:11.298Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-22T03:18:11.299Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml df7118d7-8f69-43d5-aae1-b4007c557007 5033 2022-05-22T03:18:11.300Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-22T03:18:11.300Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml 2022-05-22T03:18:11.300Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-22T03:18:11.300Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:18:11.303Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:18:11.303Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189491300, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-22T03:18:11.403Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-22T03:18:11.404Z||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-05-22T03:18:11.404Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:18:11.419Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:18:11.420Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:18:12.304Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ff444466-8c94-41bd-9d77-36d7fc2f9262 from URL: /sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env 2022-05-22T03:18:12.305Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-22T03:18:12.305Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env 2022-05-22T03:18:12.428Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-22T03:18:12.429Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env ff444466-8c94-41bd-9d77-36d7fc2f9262 909 2022-05-22T03:18:12.429Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-22T03:18:12.429Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env 2022-05-22T03:18:12.429Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-22T03:18:12.430Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:18:12.432Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:18:12.433Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189492429, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-22T03:18:12.533Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:18:12.534Z||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-05-22T03:18:12.534Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:18:12.550Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:18:12.550Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:18:13.433Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: edf3666d-73e1-4ce9-b536-a946197a08c6 2022-05-22T03:18:13.434Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_KJrTJN 0 398d554d-97f8-41f2-ab38-4e6a90b92e46 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-05-22T03:18:13.475Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5369e620, org.onap.sdc.toscaparser.api.parameters.Input@205215f2, org.onap.sdc.toscaparser.api.parameters.Input@3ca67b1c, org.onap.sdc.toscaparser.api.parameters.Input@69bcc4b9, org.onap.sdc.toscaparser.api.parameters.Input@75f87748] 2022-05-22T03:18:13.479Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:18:13.479Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KJrTJN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:18:13.480Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-05-22T03:18:13.480Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 1a9396b4-e01c-4cf2-b3e3-6cad7591fd5e 2022-05-22T03:18:13.480Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1a9396b4-e01c-4cf2-b3e3-6cad7591fd5e matches Tosca VF Customization UUID: 1a9396b4-e01c-4cf2-b3e3-6cad7591fd5e 2022-05-22T03:18:13.480Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 1a9396b4-e01c-4cf2-b3e3-6cad7591fd5e 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-05-22T03:18:13.488Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:18:13.488Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KJrTJN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:18:13.489Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 1a9396b4-e01c-4cf2-b3e3-6cad7591fd5e: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-05-22T03:18:13.489Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@43e1a43d 2022-05-22T03:18:13.489Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:18:13.489Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KJrTJN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-22T03:18:13.489Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d84cf8b7-ea36-4b4c-a18b-2d5eb80c0965 2022-05-22T03:18:13.490Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d84cf8b7-ea36-4b4c-a18b-2d5eb80c0965 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-05-22T03:18:13.495Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:18:13.496Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KJrTJN 0 is matching search criteria 2022-05-22T03:18:13.496Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KJrTJN 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-22T03:18:13.496Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:18:13.496Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KJrTJN 0 is matching search criteria 2022-05-22T03:18:13.497Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KJrTJN 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-22T03:18:13.497Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:18:13.497Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KJrTJN 0 is not matching search criteria 2022-05-22T03:18:13.497Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-22T03:18:13.497Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-22T03:18:13.497Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1b3a901c-4347-481d-b63c-d6dbafc93035 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-05-22T03:18:13.504Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:18:13.504Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KJrTJN 0 is matching search criteria 2022-05-22T03:18:13.505Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KJrTJN 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-22T03:18:13.505Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:18:13.505Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_KJrTJN 0 is matching search criteria 2022-05-22T03:18:13.506Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_KJrTJN 0] matching following query criteria: sdcType=VF, customizationUUID=1a9396b4-e01c-4cf2-b3e3-6cad7591fd5e 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-05-22T03:18:13.509Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:18:13.509Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KJrTJN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:18:13.509Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid edf3666d-73e1-4ce9-b536-a946197a08c6: basic_onboard_KJrTJN 2022-05-22T03:18:13.510Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:18:13.510Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KJrTJN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:18:13.510Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:18:13.510Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KJrTJN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:18:13.510Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:18:13.510Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KJrTJN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:18:13.510Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:18:13.511Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KJrTJN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:18:13.511Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:18:13.511Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_KJrTJN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:18:13.511Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_KJrTJN 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-05-22T03:18:13.743Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_KJrTJN 398d554d-97f8-41f2-ab38-4e6a90b92e46 1 ASDC deployResourceStructure 2022-05-22T03:18:13.743Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json ASDC sendASDCNotification 2022-05-22T03:18:13.743Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json 2022-05-22T03:18:13.743Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-22T03:18:13.744Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:18:13.745Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:18:13.745Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189493743, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json", "status": "DEPLOY_OK" } 2022-05-22T03:18:13.846Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:18:13.846Z||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-05-22T03:18:13.846Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:18:13.862Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:18:13.862Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-05-22T03:18:14.746Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-22T03:18:14.747Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml 2022-05-22T03:18:14.747Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-22T03:18:14.747Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:18:14.749Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:18:14.750Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189494746, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-22T03:18:14.850Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:18:14.850Z||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-05-22T03:18:14.850Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:18:14.864Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:18:14.865Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:18:15.751Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-22T03:18:15.751Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env 2022-05-22T03:18:15.752Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-22T03:18:15.752Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:18:15.754Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:18:15.754Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189495750, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-22T03:18:15.854Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:18:15.855Z||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-05-22T03:18:15.855Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:18:15.870Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:18:15.871Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:18:16.755Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar ASDC sendASDCNotification 2022-05-22T03:18:16.755Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar 2022-05-22T03:18:16.756Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-22T03:18:16.756Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:18:16.757Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:18:16.758Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189496755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar", "status": "DEPLOY_OK" } 2022-05-22T03:18:16.858Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:18:16.859Z||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-05-22T03:18:16.859Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:18:16.876Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:18:16.876Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:18:17.759Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df027556-9803-4034-a557-a9cabd711b6a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-22T03:18:17.786Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df027556-9803-4034-a557-a9cabd711b6a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-22T03:18:17.789Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-22T03:18:17.789Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-22T03:18:17.789Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-22T03:18:47.789Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df027556-9803-4034-a557-a9cabd711b6a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-22T03:18:47.798Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df027556-9803-4034-a557-a9cabd711b6a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-22T03:18:47.800Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-22T03:18:47.800Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-22T03:18:47.800Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-22T03:18:56.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:18:56.294Z||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-05-22T03:18:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:18:56.318Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:18:56.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:18:56.319Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "cds", "timestamp": 1653189473075, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:18:56.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:19:17.800Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df027556-9803-4034-a557-a9cabd711b6a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-22T03:19:17.812Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df027556-9803-4034-a557-a9cabd711b6a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-22T03:19:17.814Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-22T03:19:17.814Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-22T03:19:17.814Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-22T03:19:47.815Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df027556-9803-4034-a557-a9cabd711b6a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-22T03:19:47.828Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df027556-9803-4034-a557-a9cabd711b6a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-22T03:19:47.830Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-22T03:19:47.831Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-22T03:19:47.831Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-22T03:19:56.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:19:56.294Z||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-05-22T03:19:56.295Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:19:56.321Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:19:56.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:19:56.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "clamp", "timestamp": 1653189472313, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:19:56.322Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:17.831Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df027556-9803-4034-a557-a9cabd711b6a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-22T03:20:17.842Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df027556-9803-4034-a557-a9cabd711b6a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-22T03:20:17.845Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-22T03:20:17.845Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-22T03:20:17.845Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-22T03:20:47.845Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df027556-9803-4034-a557-a9cabd711b6a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-22T03:20:47.855Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df027556-9803-4034-a557-a9cabd711b6a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-22T03:20:47.858Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-22T03:20:47.858Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-22T03:20:47.858Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-22T03:20:56.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:20:56.294Z||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-05-22T03:20:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:20:56.327Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:20:56.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "multicloud-k8s-id", "timestamp": 1653189474838, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json", "status": "NOTIFIED" } 2022-05-22T03:20:56.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189476291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json", "status": "NOTIFIED" } 2022-05-22T03:20:56.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "cds", "timestamp": 1653189473075, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-22T03:20:56.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "clamp", "timestamp": 1653189472313, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json", "status": "NOTIFIED" } 2022-05-22T03:20:56.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "multicloud-k8s-id", "timestamp": 1653189474838, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-22T03:20:56.336Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "cds", "timestamp": 1653189473075, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:20:56.336Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189476291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-22T03:20:56.336Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "clamp", "timestamp": 1653189472313, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:20:56.337Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "ves-openapi-manager", "timestamp": 1653189479191, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:20:56.337Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "multicloud-k8s-id", "timestamp": 1653189474838, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:20:56.337Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "cds", "timestamp": 1653189473075, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:20:56.337Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189476291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:20:56.338Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.338Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "clamp", "timestamp": 1653189472313, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:20:56.338Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.338Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "ves-openapi-manager", "timestamp": 1653189479191, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-22T03:20:56.339Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "multicloud-k8s-id", "timestamp": 1653189474838, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-22T03:20:56.339Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189476291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-22T03:20:56.339Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "cds", "timestamp": 1653189473075, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-22T03:20:56.339Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "clamp", "timestamp": 1653189472313, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-22T03:20:56.340Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "ves-openapi-manager", "timestamp": 1653189479191, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:20:56.340Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "multicloud-k8s-id", "timestamp": 1653189474838, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:20:56.340Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "cds", "timestamp": 1653189473075, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:20:56.340Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189476291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:20:56.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "clamp", "timestamp": 1653189472313, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:20:56.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "ves-openapi-manager", "timestamp": 1653189479191, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:20:56.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "multicloud-k8s-id", "timestamp": 1653189474838, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:20:56.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "cds", "timestamp": 1653189473075, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:20:56.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189476291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:20:56.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "clamp", "timestamp": 1653189472313, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:20:56.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "ves-openapi-manager", "timestamp": 1653189479191, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-22T03:20:56.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "policy-id", "timestamp": 1653189483797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:20:56.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "ves-openapi-manager", "timestamp": 1653189479191, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:20:56.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "multicloud-k8s-id", "timestamp": 1653189484982, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-22T03:20:56.344Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:20:56.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "cds", "timestamp": 1653189484994, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:20:56.344Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:20:56.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "policy-id", "timestamp": 1653189483797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-22T03:20:56.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "ves-openapi-manager", "timestamp": 1653189479191, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-22T03:20:56.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "cds", "timestamp": 1653189486011, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-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-05-22T03:20:56.352Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of df027556-9803-4034-a557-a9cabd711b6a 2022-05-22T03:20:56.352Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId df027556-9803-4034-a557-a9cabd711b6a 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-05-22T03:20:56.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189486014, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:20:56.360Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:20:56.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "multicloud-k8s-id", "timestamp": 1653189486469, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-22T03:20:56.361Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:20:56.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "policy-id", "timestamp": 1653189483797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-22T03:20:56.361Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "policy-id", "timestamp": 1653189483797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:20:56.361Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "multicloud-k8s-id", "timestamp": 1653189487993, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-22T03:20:56.361Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:20:56.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "policy-id", "timestamp": 1653189483797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-22T03:20:56.362Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "multicloud-k8s-id", "timestamp": 1653189489128, "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-05-22T03:20:56.366Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of df027556-9803-4034-a557-a9cabd711b6a 2022-05-22T03:20:56.366Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId df027556-9803-4034-a557-a9cabd711b6a 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-05-22T03:20:56.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "aai-ml", "timestamp": 1653189488775, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:20:56.375Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "policy-id", "timestamp": 1653189483797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:20:56.375Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189489872, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-22T03:20:56.375Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:20:56.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "multicloud-k8s-id", "timestamp": 1653189490132, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json", "status": "DEPLOY_OK" } 2022-05-22T03:20:56.376Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:20:56.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "aai-ml", "timestamp": 1653189488775, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-22T03:20:56.376Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "policy-id", "timestamp": 1653189483797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:20:56.376Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189491300, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-22T03:20:56.376Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:20:56.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "aai-ml", "timestamp": 1653189488775, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:20:56.377Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "policy-id", "timestamp": 1653189491737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:20:56.377Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:20:56.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653189491121, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:20:56.377Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "aai-ml", "timestamp": 1653189488775, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:20:56.377Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189492429, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-22T03:20:56.378Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:20:56.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653189491121, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-22T03:20:56.378Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "policy-id", "timestamp": 1653189492745, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar", "status": "DEPLOY_OK" } 2022-05-22T03:20:56.378Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:20:56.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "aai-ml", "timestamp": 1653189488775, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-22T03:20:56.379Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189493743, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/basic_onboard_kjrtjn0_modules.json", "status": "DEPLOY_OK" } 2022-05-22T03:20:56.379Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:20:56.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653189491121, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:20:56.379Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "policy-id", "timestamp": 1653189493749, "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-05-22T03:20:56.383Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of df027556-9803-4034-a557-a9cabd711b6a 2022-05-22T03:20:56.384Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId df027556-9803-4034-a557-a9cabd711b6a and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-22T03:20:56.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "aai-ml", "timestamp": 1653189488775, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:20:56.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189494746, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-22T03:20:56.392Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:20:56.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653189491121, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:20:56.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "aai-ml", "timestamp": 1653189488775, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:20:56.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189495750, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-22T03:20:56.393Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:20:56.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653189491121, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/resourceInstances/basic_onboard_kjrtjn0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-22T03:20:56.393Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "aai-ml", "timestamp": 1653189496547, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:20:56.393Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:20:56.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189496755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar", "status": "DEPLOY_OK" } 2022-05-22T03:20:56.393Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:20:56.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653189491121, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:20:56.394Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653189491121, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:20:56.394Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:20:56.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653189498938, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:20:56.394Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:20:56.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "clamp", "timestamp": 1653189499207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:20:56.394Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:20:56.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "clamp", "timestamp": 1653189501207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar", "status": "DEPLOY_OK" } 2022-05-22T03:20:56.395Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:20:56.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "clamp", "timestamp": 1653189502211, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-22T03:20:56.399Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of df027556-9803-4034-a557-a9cabd711b6a 2022-05-22T03:20:56.399Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId df027556-9803-4034-a557-a9cabd711b6a and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-22T03:20:56.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653189502271, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar", "status": "DEPLOY_OK" } 2022-05-22T03:20:56.408Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:20:56.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653189503277, "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-05-22T03:20:56.412Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of df027556-9803-4034-a557-a9cabd711b6a 2022-05-22T03:20:56.412Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId df027556-9803-4034-a557-a9cabd711b6a 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-05-22T03:20:56.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "aai-ml", "timestamp": 1653189508288, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKjrtjn/1.0/artifacts/service-BasicOnboardKjrtjn-csar.csar", "status": "DEPLOY_OK" } 2022-05-22T03:20:56.420Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:20:56.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:20:56.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "aai-ml", "timestamp": 1653189509292, "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-05-22T03:20:56.425Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of df027556-9803-4034-a557-a9cabd711b6a 2022-05-22T03:20:56.425Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId df027556-9803-4034-a557-a9cabd711b6a 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-05-22T03:21:17.858Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df027556-9803-4034-a557-a9cabd711b6a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-22T03:21:17.872Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df027556-9803-4034-a557-a9cabd711b6a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-22T03:21:17.875Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-22T03:21:17.876Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-22T03:21:17.876Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-22T03:21:17.876Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-22T03:21:17.876Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-22T03:21:17.876Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-22T03:21:17.876Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-22T03:21:17.876Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-22T03:21:17.876Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-22T03:21:17.876Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-22T03:21:17.876Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-22T03:21:17.882Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-22T03:21:47.883Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: df027556-9803-4034-a557-a9cabd711b6a 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-05-22T03:21:47.894Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: df027556-9803-4034-a557-a9cabd711b6a and serviceModelVersionId: edf3666d-73e1-4ce9-b536-a946197a08c6 2022-05-22T03:21:47.894Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 574971e1-0e76-4972-a5c4-a3c75bdc2dc2 2022-05-22T03:21:56.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:21:56.294Z||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-05-22T03:21:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:21:56.821Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:21:56.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:21:56.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd", "consumerID": "cds", "timestamp": 1653189623075, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:21:56.823Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:21:56.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:21:56.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd", "consumerID": "clamp", "timestamp": 1653189622313, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:21:56.824Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:21:56.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:21:56.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd", "consumerID": "policy-id", "timestamp": 1653189623797, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:21:56.824Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:21:56.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:21:56.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd", "consumerID": "cds", "timestamp": 1653189623075, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:21:56.824Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:21:56.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:21:56.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd", "consumerID": "policy-id", "timestamp": 1653189623797, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:21:56.825Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:21:56.825Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:21:56.825Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd", "consumerID": "clamp", "timestamp": 1653189622313, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:21:56.825Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:21:56.825Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:21:56.825Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd", "consumerID": "cds", "timestamp": 1653189634792, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:21:56.825Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:21:56.825Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:21:56.825Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd", "consumerID": "policy-id", "timestamp": 1653189634795, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:21:56.825Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:21:56.826Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:21:56.826Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd", "consumerID": "multicloud-k8s-id", "timestamp": 1653189634838, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:21:56.826Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:21:56.826Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:21:56.826Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd", "consumerID": "cds", "timestamp": 1653189635797, "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-05-22T03:21:56.842Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e0f88c30-e160-46a4-980f-1411b83d82bd 2022-05-22T03:21:56.842Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0f88c30-e160-46a4-980f-1411b83d82bd 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-05-22T03:21:56.859Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:21:56.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd", "consumerID": "policy-id", "timestamp": 1653189635799, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-22T03:21:56.860Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:21:56.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:21:56.860Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd", "consumerID": "multicloud-k8s-id", "timestamp": 1653189634838, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:21:56.860Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:21:56.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:21:56.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd", "consumerID": "policy-id", "timestamp": 1653189636802, "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-05-22T03:21:56.866Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e0f88c30-e160-46a4-980f-1411b83d82bd 2022-05-22T03:21:56.866Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0f88c30-e160-46a4-980f-1411b83d82bd 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-05-22T03:21:56.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:21:56.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd", "consumerID": "aai-ml", "timestamp": 1653189638775, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:21:56.874Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:21:56.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:21:56.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd", "consumerID": "ves-openapi-manager", "timestamp": 1653189639191, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:21:56.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:21:56.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:21:56.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd", "consumerID": "clamp", "timestamp": 1653189640204, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:21:56.875Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:21:56.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:21:56.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd", "consumerID": "aai-ml", "timestamp": 1653189638775, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:21:56.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:21:56.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:21:56.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd", "consumerID": "ves-openapi-manager", "timestamp": 1653189639191, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-22T03:21:56.875Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:21:56.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:21:56.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd", "consumerID": "clamp", "timestamp": 1653189641219, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-22T03:21:56.875Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:21:56.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:21:56.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd", "consumerID": "aai-ml", "timestamp": 1653189641708, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:21:56.876Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:21:56.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:21:56.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653189641121, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:21:56.876Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:21:56.876Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:21:56.876Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd", "consumerID": "clamp", "timestamp": 1653189642222, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-22T03:21:56.880Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e0f88c30-e160-46a4-980f-1411b83d82bd 2022-05-22T03:21:56.880Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0f88c30-e160-46a4-980f-1411b83d82bd and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-22T03:21:56.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:21:56.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653189641121, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:21:56.888Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:21:56.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:21:56.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653189643847, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:21:56.888Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:21:56.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:21:56.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd", "consumerID": "aai-ml", "timestamp": 1653189645060, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-22T03:21:56.888Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:21:56.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:21:56.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653189645288, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-22T03:21:56.889Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:21:56.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:21:56.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd", "consumerID": "aai-ml", "timestamp": 1653189646063, "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-05-22T03:21:56.893Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e0f88c30-e160-46a4-980f-1411b83d82bd 2022-05-22T03:21:56.893Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0f88c30-e160-46a4-980f-1411b83d82bd 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-05-22T03:21:56.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:21:56.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653189646291, "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-05-22T03:21:56.907Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e0f88c30-e160-46a4-980f-1411b83d82bd 2022-05-22T03:21:56.907Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0f88c30-e160-46a4-980f-1411b83d82bd 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-05-22T03:22:00.350Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/574971e1-0e76-4972-a5c4-a3c75bdc2dc2/model-vers/model-ver/edf3666d-73e1-4ce9-b536-a946197a08c6?depth=0 2022-05-22T03:22:00.435Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-05-22T03:22:00.836Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/574971e1-0e76-4972-a5c4-a3c75bdc2dc2/model-vers/model-ver/edf3666d-73e1-4ce9-b536-a946197a08c6?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-05-22T03:22:00.850Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/574971e1-0e76-4972-a5c4-a3c75bdc2dc2/model-vers/model-ver/edf3666d-73e1-4ce9-b536-a946197a08c6?depth=0|INFO|500||Invoke 2022-05-22T03:22:00.968Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/574971e1-0e76-4972-a5c4-a3c75bdc2dc2/model-vers/model-ver/edf3666d-73e1-4ce9-b536-a946197a08c6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-22T03:22:01.589Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/574971e1-0e76-4972-a5c4-a3c75bdc2dc2/model-vers/model-ver/edf3666d-73e1-4ce9-b536-a946197a08c6?depth=0|INFO|500||InvokeReturn 2022-05-22T03:22:01.589Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/574971e1-0e76-4972-a5c4-a3c75bdc2dc2/model-vers/model-ver/edf3666d-73e1-4ce9-b536-a946197a08c6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220522-03:22:00:976-75445], vertex-id=[172048], Content-Length=[0], Date=[Sun, 22 May 2022 03:22:00 GMT], Content-Type=[application/json]} 2022-05-22T03:22:01.589Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-05-22T03:22:01.592Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-22T03:22:01.592Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-22T03:22:01.598Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-22T03:22:01.598Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID df027556-9803-4034-a557-a9cabd711b6a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-22T03:22:01.599Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-22T03:22:01.599Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:22:01.601Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:22:01.601Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189721598, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-22T03:22:01.701Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:22:01.702Z||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-05-22T03:22:01.703Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:22:01.718Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:22:01.719Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-22T03:22:02.616Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:22:02.616Z|df027556-9803-4034-a557-a9cabd711b6a|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-05-22T03:22:02.616Z|df027556-9803-4034-a557-a9cabd711b6a|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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:22:07.038Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:22:07.038Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:22:07.039Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"e0f88c30-e160-46a4-980f-1411b83d82bd","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"08f27050-e759-4cef-8b3f-50eb7334647f","serviceDescription":"service","serviceInvariantUUID":"74fd9968-d47f-4801-a27a-ba1722592298","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"7acc7154-9215-4021-be7a-3f44c505d93f","resourceInvariantUUID":"a56a16a1-8f26-41b0-99e6-bb30f214d39d","resourceCustomizationUUID":"7f1f142f-5530-4d68-8a60-5d1b38b108c8","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":"NDdmMDkyMzc5NmZmZWM2Yjk4ODMxNTc3ZTAzMDkxNjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f4f15f03-1c74-4d96-a4f3-5c19edf5b325","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDU0ODlkM2RlNjgzMDJhZWJkNzE5OTUwNDI3Njg3Zjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"39008756-7288-4df0-a803-f99b47e06ac0","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-22T03:22:07.041Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:22:07.042Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:22:07.044Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:22:07.044Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189722615, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:22:07.144Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:22:07.145Z||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-05-22T03:22:07.145Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:22:07.160Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:22:07.160Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-05-22T03:22:08.044Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:22:08.045Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:22:08.047Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:22:08.047Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189722615, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:22:08.147Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:22:08.189Z||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-05-22T03:22:08.189Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:22:08.202Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:22:08.202Z||pool-20-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:22:09.048Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "08f27050-e759-4cef-8b3f-50eb7334647f", "serviceDescription": "service", "serviceInvariantUUID": "74fd9968-d47f-4801-a27a-ba1722592298", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "7f1f142f-5530-4d68-8a60-5d1b38b108c8", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "7acc7154-9215-4021-be7a-3f44c505d93f", "resourceInvariantUUID": "a56a16a1-8f26-41b0-99e6-bb30f214d39d", "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": "MDU0ODlkM2RlNjgzMDJhZWJkNzE5OTUwNDI3Njg3Zjc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "39008756-7288-4df0-a803-f99b47e06ac0" } ], "workloadContext": "Production" } 2022-05-22T03:22:09.049Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-22T03:22:09.049Z|df027556-9803-4034-a557-a9cabd711b6a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 08f27050-e759-4cef-8b3f-50eb7334647f ASDC 2022-05-22T03:22:09.049Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:e0f88c30-e160-46a4-980f-1411b83d82bd ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:08f27050-e759-4cef-8b3f-50eb7334647f ServiceInvariantUUID:74fd9968-d47f-4801-a27a-ba1722592298 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:39008756-7288-4df0-a803-f99b47e06ac0 ArtifactChecksum:MDU0ODlkM2RlNjgzMDJhZWJkNzE5OTUwNDI3Njg3Zjc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:7f1f142f-5530-4d68-8a60-5d1b38b108c8 ResourceInvariantUUID:a56a16a1-8f26-41b0-99e6-bb30f214d39d ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:7acc7154-9215-4021-be7a-3f44c505d93f ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-05-22T03:22:09.049Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 08f27050-e759-4cef-8b3f-50eb7334647f 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-05-22T03:22:09.078Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-22T03:22:09.078Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-22T03:22:09.078Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-22T03:22:09.078Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 39008756-7288-4df0-a803-f99b47e06ac0 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-22T03:22:09.078Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-05-22T03:22:09.079Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-22T03:22:09.492Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-05-22T03:22:09.495Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 39008756-7288-4df0-a803-f99b47e06ac0 52500 2022-05-22T03:22:09.495Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-05-22T03:22:09.495Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-22T03:22:09.495Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-22T03:22:09.495Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:22:09.497Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:22:09.497Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189729495, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:22:09.597Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:22:09.598Z||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-05-22T03:22:09.598Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:22:09.614Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:22:09.614Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:22:10.497Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-22T03:22:10.499Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-05-22T03:22:10.499Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 39008756-7288-4df0-a803-f99b47e06ac0, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-22T03:22:10.499Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-05-22T03:22:10.500Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-22T03:22:10.500Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-22T03:22:10.596Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16638218653064884368/Definitions/service-BasicNetwork-template.yml 2022-05-22T03:22:10.996Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-22T03:22:10.996Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-05-22T03:22:10.996Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-22T03:22:10.996Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-05-22T03:22:10.996Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||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-05-22T03:22:10.996Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||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-05-22T03:22:10.996Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||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-05-22T03:22:10.996Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||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-05-22T03:22:10.996Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-22T03:22:10.996Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||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-05-22T03:22:10.996Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||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-05-22T03:22:10.996Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||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-05-22T03:22:10.996Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-05-22T03:22:10.997Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:22:10.997Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:22:10.997Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-05-22T03:22:10.997Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-05-22T03:22:10.997Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-22T03:22:10.997Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:22:10.997Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:22:10.997Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-05-22T03:22:10.997Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-05-22T03:22:10.997Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-22T03:22:10.998Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:22:10.998Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:22:10.998Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:22:10.998Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:22:10.998Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:22:10.998Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:22:10.998Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:22:10.998Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:22:10.998Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:22:10.998Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:22:10.998Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:08f27050-e759-4cef-8b3f-50eb7334647f Model Version:NULL Model InvariantUuid:74fd9968-d47f-4801-a27a-ba1722592298 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:a56a16a1-8f26-41b0-99e6-bb30f214d39d Model UUID:aa3dab0a-d986-48c0-bfd7-cceee05bf2aa Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:7f1f142f-5530-4d68-8a60-5d1b38b108c8 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-05-22T03:22:11.005Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 7acc7154-9215-4021-be7a-3f44c505d93f 2022-05-22T03:22:11.005Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||No resources found for Service: 08f27050-e759-4cef-8b3f-50eb7334647f 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-05-22T03:22:11.008Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500|| 2022-05-22T03:22:11.008Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-05-22T03:22:11.009Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 08f27050-e759-4cef-8b3f-50eb7334647f 2022-05-22T03:22:11.009Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 08f27050-e759-4cef-8b3f-50eb7334647f 2022-05-22T03:22:11.009Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-05-22T03:22:11.009Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||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-05-22T03:22:11.014Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2a213f25, org.onap.sdc.toscaparser.api.parameters.Input@46e009f3, org.onap.sdc.toscaparser.api.parameters.Input@37a0a7ff, org.onap.sdc.toscaparser.api.parameters.Input@a9d54d9, org.onap.sdc.toscaparser.api.parameters.Input@29e69ab8] 2022-05-22T03:22:11.015Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:22:11.015Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:22:11.016Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:22:11.016Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:22:11.016Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 08f27050-e759-4cef-8b3f-50eb7334647f: Generic NeutronNet 2022-05-22T03:22:11.016Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:22:11.016Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:22:11.016Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:22:11.016Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||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-05-22T03:22:11.050Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:22:11.051Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:22:11.051Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:22:11.051Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:22:11.051Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:22:11.052Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:22:11.052Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||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-05-22T03:22:11.109Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-05-22T03:22:11.109Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-05-22T03:22:11.109Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-22T03:22:11.109Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-22T03:22:11.110Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:22:11.112Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:22:11.112Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189731109, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-22T03:22:11.212Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:22:11.213Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-22T03:22:11.213Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:22:11.228Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:22:11.228Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-05-22T03:22:12.113Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e0f88c30-e160-46a4-980f-1411b83d82bd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-22T03:22:12.125Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e0f88c30-e160-46a4-980f-1411b83d82bd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-22T03:22:12.129Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-22T03:22:12.129Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-22T03:22:12.129Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-22T03:22:12.129Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-22T03:22:12.130Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-22T03:22:12.130Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-22T03:22:12.130Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-22T03:22:12.130Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-22T03:22:12.130Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-22T03:22:12.130Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-22T03:22:12.130Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-22T03:22:12.134Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-22T03:22:42.135Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e0f88c30-e160-46a4-980f-1411b83d82bd 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-05-22T03:22:42.141Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e0f88c30-e160-46a4-980f-1411b83d82bd and serviceModelVersionId: 08f27050-e759-4cef-8b3f-50eb7334647f 2022-05-22T03:22:42.141Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 74fd9968-d47f-4801-a27a-ba1722592298 2022-05-22T03:22:42.142Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/74fd9968-d47f-4801-a27a-ba1722592298/model-vers/model-ver/08f27050-e759-4cef-8b3f-50eb7334647f?depth=0 2022-05-22T03:22:42.147Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-05-22T03:22:42.185Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74fd9968-d47f-4801-a27a-ba1722592298/model-vers/model-ver/08f27050-e759-4cef-8b3f-50eb7334647f?depth=0|INFO|500||Invoke 2022-05-22T03:22:42.186Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74fd9968-d47f-4801-a27a-ba1722592298/model-vers/model-ver/08f27050-e759-4cef-8b3f-50eb7334647f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74fd9968-d47f-4801-a27a-ba1722592298/model-vers/model-ver/08f27050-e759-4cef-8b3f-50eb7334647f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e0f88c30-e160-46a4-980f-1411b83d82bd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3121fa89-66db-4128-8a28-2025c1605008], X-ECOMP-RequestID=[e0f88c30-e160-46a4-980f-1411b83d82bd], X-TransactionId=[], X-ONAP-RequestID=[e0f88c30-e160-46a4-980f-1411b83d82bd], Content-Type=[application/merge-patch+json]} 2022-05-22T03:22:42.211Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74fd9968-d47f-4801-a27a-ba1722592298/model-vers/model-ver/08f27050-e759-4cef-8b3f-50eb7334647f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-22T03:22:42.793Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74fd9968-d47f-4801-a27a-ba1722592298/model-vers/model-ver/08f27050-e759-4cef-8b3f-50eb7334647f?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/74fd9968-d47f-4801-a27a-ba1722592298/model-vers/model-ver/08f27050-e759-4cef-8b3f-50eb7334647f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220522-03:22:42:218-15864], vertex-id=[221256], Content-Length=[0], Date=[Sun, 22 May 2022 03:22:42 GMT], Content-Type=[application/json]} 2022-05-22T03:22:42.793Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74fd9968-d47f-4801-a27a-ba1722592298/model-vers/model-ver/08f27050-e759-4cef-8b3f-50eb7334647f?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-22T03:22:42.794Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74fd9968-d47f-4801-a27a-ba1722592298/model-vers/model-ver/08f27050-e759-4cef-8b3f-50eb7334647f?depth=0|INFO|500||InvokeReturn 2022-05-22T03:22:42.794Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-22T03:22:42.794Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-22T03:22:42.798Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-22T03:22:42.798Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e0f88c30-e160-46a4-980f-1411b83d82bd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-22T03:22:42.799Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-22T03:22:42.799Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:22:42.801Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:22:42.802Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189762799, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-22T03:22:42.902Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:22:42.903Z||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-05-22T03:22:42.903Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:22:42.919Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:22:42.920Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 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-05-22T03:22:43.813Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:22:43.814Z||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-05-22T03:22:43.814Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:22:53.357Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:22:53.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:22:53.358Z||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-05-22T03:22:53.358Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:22:56.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:22:56.294Z||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-05-22T03:22:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:22:56.918Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:22:56.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:22:56.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "df027556-9803-4034-a557-a9cabd711b6a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189721598, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-22T03:22:56.919Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:22:56.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:22:56.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189722615, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:22:56.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:22:56.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:22:56.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189722615, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:22:56.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:22:56.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:22:56.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189729495, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:22:56.920Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:22:56.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:22:56.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189731109, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-22T03:22:56.920Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:22:56.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:22:56.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0f88c30-e160-46a4-980f-1411b83d82bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189762799, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-22T03:22:56.920Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:23:02.896Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:23:02.896Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:23:02.931Z||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-05-22T03:23:02.931Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:23:12.472Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:23:12.472Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:23:12.473Z||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-05-22T03:23:12.473Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:23:22.008Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:23:56.292Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:23:56.293Z||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-05-22T03:23:56.293Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:23:56.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:23:56.294Z||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-05-22T03:23:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:24:05.840Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:24:05.841Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:24:56.291Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:24:56.292Z||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-05-22T03:24:56.292Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:24:56.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:24:56.294Z||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-05-22T03:24:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:24:56.920Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:24:56.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"d2cbd690-0868-4d16-b043-5f59f032fdda","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"a679d63c-9d59-4d37-825e-9ab0677a880a","serviceDescription":"service","serviceInvariantUUID":"fe8b8613-b2c6-4d54-88cd-eb77a03978fe","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"91b2c90c-e446-46d4-bc1c-758233e2f9c4","resourceInvariantUUID":"f4b0e39a-6918-426c-ad25-56fbb153f365","resourceCustomizationUUID":"50e82e65-68a5-4570-8375-8eae09a45d24","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":"ZjEyZDQ0NDNlNDliMzI5MGVlMmVmYTg4MDc3ODVlYjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"52c1778f-f1b7-463d-a976-7b9fe08632a9","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":"YjJjYzA2YWIxMTIwZWUyNWVmNWJjZDAzNzQ2ZmFjOTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"23f2950d-6bb6-468f-931b-1ed8626b8ca8","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":"675d90bf-da4c-4c6e-9e27-110065939b40","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":"c29bb007-4f55-4cfd-8915-20deb731777b","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":"372c493c-9581-46bc-8ff4-6986adc86332","artifactVersion":"2","generatedFromUUID":"675d90bf-da4c-4c6e-9e27-110065939b40"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZTRiYmM4ZjU0OWIyMjE2NzRiYzljZTZhZTQwY2I3YWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e19e5078-4a41-414b-b7f2-46037d8f9257","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NGIxOTYyMmZjNzA0ZTAxODIyNTllNDNkNDVjOGE3NTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9c64b89c-4878-4d03-b1c1-d2ba178c9de8","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-22T03:24:56.924Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:24:56.925Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:24:56.927Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:24:56.928Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189896291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:24:56.930Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:24:56.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "cds", "timestamp": 1653189863075, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:24:56.934Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "clamp", "timestamp": 1653189862313, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:24:56.935Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "ves-openapi-manager", "timestamp": 1653189859191, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:24:56.935Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "policy-id", "timestamp": 1653189863797, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:24:56.935Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "clamp", "timestamp": 1653189862313, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-22T03:24:56.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "cds", "timestamp": 1653189863075, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-22T03:24:56.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "ves-openapi-manager", "timestamp": 1653189859191, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-22T03:24:56.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "policy-id", "timestamp": 1653189863797, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-22T03:24:56.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "clamp", "timestamp": 1653189862313, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:24:56.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "cds", "timestamp": 1653189863075, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:24:56.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "ves-openapi-manager", "timestamp": 1653189859191, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:24:56.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "policy-id", "timestamp": 1653189863797, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-22T03:24:56.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "cds", "timestamp": 1653189863075, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:24:56.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "clamp", "timestamp": 1653189862313, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:24:56.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "ves-openapi-manager", "timestamp": 1653189859191, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:24:56.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "policy-id", "timestamp": 1653189863797, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:24:56.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "clamp", "timestamp": 1653189862313, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-22T03:24:56.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "cds", "timestamp": 1653189863075, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-22T03:24:56.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "ves-openapi-manager", "timestamp": 1653189859191, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-22T03:24:56.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "policy-id", "timestamp": 1653189863797, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-22T03:24:56.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "clamp", "timestamp": 1653189862313, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:24:56.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "cds", "timestamp": 1653189863075, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:24:56.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "ves-openapi-manager", "timestamp": 1653189859191, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:24:56.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "policy-id", "timestamp": 1653189863797, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:24:56.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "cds", "timestamp": 1653189863075, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:24:56.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "clamp", "timestamp": 1653189862313, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:24:56.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "ves-openapi-manager", "timestamp": 1653189859191, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-22T03:24:56.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "policy-id", "timestamp": 1653189863797, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:24:56.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "multicloud-k8s-id", "timestamp": 1653189874838, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:24:56.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "cds", "timestamp": 1653189876401, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:24:56.942Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:24:56.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "policy-id", "timestamp": 1653189876374, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:24:56.942Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:24:56.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "multicloud-k8s-id", "timestamp": 1653189874838, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-22T03:24:56.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "cds", "timestamp": 1653189877407, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-22T03:24:56.959Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d2cbd690-0868-4d16-b043-5f59f032fdda 2022-05-22T03:24:56.959Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2cbd690-0868-4d16-b043-5f59f032fdda 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-05-22T03:24:56.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "policy-id", "timestamp": 1653189877377, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-22T03:24:56.966Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:24:56.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "multicloud-k8s-id", "timestamp": 1653189874838, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-22T03:24:56.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "policy-id", "timestamp": 1653189878381, "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-05-22T03:24:56.970Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d2cbd690-0868-4d16-b043-5f59f032fdda 2022-05-22T03:24:56.970Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2cbd690-0868-4d16-b043-5f59f032fdda 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-05-22T03:24:56.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "multicloud-k8s-id", "timestamp": 1653189874838, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:24:56.978Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "aai-ml", "timestamp": 1653189878775, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:24:56.978Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "multicloud-k8s-id", "timestamp": 1653189874838, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-22T03:24:56.978Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "aai-ml", "timestamp": 1653189878775, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-22T03:24:56.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "multicloud-k8s-id", "timestamp": 1653189874838, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:24:56.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "clamp", "timestamp": 1653189880657, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:24:56.979Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:24:56.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "aai-ml", "timestamp": 1653189878775, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:24:56.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "multicloud-k8s-id", "timestamp": 1653189874838, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:24:56.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653189881121, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:24:56.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "clamp", "timestamp": 1653189882240, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-22T03:24:56.981Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:24:56.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "aai-ml", "timestamp": 1653189878775, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:24:56.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653189881121, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-22T03:24:56.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "multicloud-k8s-id", "timestamp": 1653189882895, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-22T03:24:56.982Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:24:56.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "clamp", "timestamp": 1653189883243, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-22T03:24:56.987Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d2cbd690-0868-4d16-b043-5f59f032fdda 2022-05-22T03:24:56.987Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2cbd690-0868-4d16-b043-5f59f032fdda and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-22T03:24:56.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "aai-ml", "timestamp": 1653189878775, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-22T03:24:56.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653189881121, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:24:56.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "multicloud-k8s-id", "timestamp": 1653189883952, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-22T03:24:56.995Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:24:56.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "aai-ml", "timestamp": 1653189878775, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:24:56.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653189881121, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:24:56.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "multicloud-k8s-id", "timestamp": 1653189885003, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-22T03:24:56.995Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:24:56.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "aai-ml", "timestamp": 1653189878775, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:24:56.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653189881121, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-22T03:24:56.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:56.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:56.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "multicloud-k8s-id", "timestamp": 1653189886025, "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-05-22T03:24:57.000Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d2cbd690-0868-4d16-b043-5f59f032fdda 2022-05-22T03:24:57.000Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2cbd690-0868-4d16-b043-5f59f032fdda and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-22T03:24:57.007Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:57.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "aai-ml", "timestamp": 1653189886489, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:24:57.007Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:24:57.007Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:57.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653189881121, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:24:57.008Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:57.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:57.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "multicloud-k8s-id", "timestamp": 1653189887027, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-22T03:24:57.008Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:24:57.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:57.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653189881121, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:24:57.008Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-22T03:24:57.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:57.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653189888982, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:24:57.008Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:24:57.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:57.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653189891136, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-22T03:24:57.008Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:24:57.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:57.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653189892139, "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-05-22T03:24:57.013Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d2cbd690-0868-4d16-b043-5f59f032fdda 2022-05-22T03:24:57.013Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2cbd690-0868-4d16-b043-5f59f032fdda 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-05-22T03:24:57.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:57.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "aai-ml", "timestamp": 1653189892571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-22T03:24:57.022Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:24:57.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-22T03:24:57.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "aai-ml", "timestamp": 1653189893574, "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-05-22T03:24:57.027Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d2cbd690-0868-4d16-b043-5f59f032fdda 2022-05-22T03:24:57.027Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2cbd690-0868-4d16-b043-5f59f032fdda and ComponentName AAI 2022-05-22T03:24:57.028Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? 2022-05-22T03:24:57.028Z||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-05-22T03:24:57.029Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-22T03:24:57.043Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:24:57.044Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:24:57.928Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:24:57.929Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:24:57.931Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:24:57.931Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189896291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-22T03:24:58.031Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:24:58.034Z||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-05-22T03:24:58.034Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:24:58.050Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:24:58.051Z||pool-25-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:24:58.931Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:24:58.932Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:24:58.934Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:24:58.934Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189896291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-22T03:24:59.035Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-22T03:24:59.036Z||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-05-22T03:24:59.036Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:24:59.057Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:24:59.058Z||pool-26-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:24:59.935Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:24:59.936Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:24:59.937Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:24:59.937Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189896291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:25:00.038Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:25:00.039Z||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-05-22T03:25:00.039Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:25:00.056Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:25:00.056Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:25:00.938Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:25:00.939Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:25:00.941Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:25:00.942Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189896291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-22T03:25:01.042Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:25:01.042Z||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-05-22T03:25:01.043Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:25:01.058Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:25:01.059Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-05-22T03:25:01.942Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:25:01.943Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:25:01.945Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:25:01.946Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189896291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:25:02.046Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:25:02.046Z||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-05-22T03:25:02.046Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:25:02.062Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:25:02.062Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:25:02.946Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:25:02.947Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:25:02.950Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:25:02.950Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189896291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:25:03.050Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:25:03.051Z||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-05-22T03:25:03.051Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:25:03.065Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:25:03.066Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:25:03.952Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "a679d63c-9d59-4d37-825e-9ab0677a880a", "serviceDescription": "service", "serviceInvariantUUID": "fe8b8613-b2c6-4d54-88cd-eb77a03978fe", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "50e82e65-68a5-4570-8375-8eae09a45d24", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "91b2c90c-e446-46d4-bc1c-758233e2f9c4", "resourceInvariantUUID": "f4b0e39a-6918-426c-ad25-56fbb153f365", "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": "YjJjYzA2YWIxMTIwZWUyNWVmNWJjZDAzNzQ2ZmFjOTM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "23f2950d-6bb6-468f-931b-1ed8626b8ca8", "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": "675d90bf-da4c-4c6e-9e27-110065939b40", "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": "372c493c-9581-46bc-8ff4-6986adc86332", "generatedFromUUID": "675d90bf-da4c-4c6e-9e27-110065939b40" }, "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": "372c493c-9581-46bc-8ff4-6986adc86332", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NGIxOTYyMmZjNzA0ZTAxODIyNTllNDNkNDVjOGE3NTg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9c64b89c-4878-4d03-b1c1-d2ba178c9de8" } ], "workloadContext": "Production" } 2022-05-22T03:25:03.952Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-22T03:25:03.952Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a679d63c-9d59-4d37-825e-9ab0677a880a ASDC 2022-05-22T03:25:03.953Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:d2cbd690-0868-4d16-b043-5f59f032fdda ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:a679d63c-9d59-4d37-825e-9ab0677a880a ServiceInvariantUUID:fe8b8613-b2c6-4d54-88cd-eb77a03978fe 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:9c64b89c-4878-4d03-b1c1-d2ba178c9de8 ArtifactChecksum:NGIxOTYyMmZjNzA0ZTAxODIyNTllNDNkNDVjOGE3NTg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:50e82e65-68a5-4570-8375-8eae09a45d24 ResourceInvariantUUID:f4b0e39a-6918-426c-ad25-56fbb153f365 ResourceName:basic_vm ResourceType:VF ResourceUUID:91b2c90c-e446-46d4-bc1c-758233e2f9c4 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:23f2950d-6bb6-468f-931b-1ed8626b8ca8 ArtifactChecksum:YjJjYzA2YWIxMTIwZWUyNWVmNWJjZDAzNzQ2ZmFjOTM= 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:675d90bf-da4c-4c6e-9e27-110065939b40 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:372c493c-9581-46bc-8ff4-6986adc86332 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:372c493c-9581-46bc-8ff4-6986adc86332 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-22T03:25:03.953Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a679d63c-9d59-4d37-825e-9ab0677a880a 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-05-22T03:25:03.981Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-22T03:25:03.981Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-22T03:25:03.982Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-22T03:25:03.982Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9c64b89c-4878-4d03-b1c1-d2ba178c9de8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-22T03:25:03.982Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-22T03:25:03.982Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-22T03:25:04.573Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-22T03:25:04.576Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 9c64b89c-4878-4d03-b1c1-d2ba178c9de8 71041 2022-05-22T03:25:04.576Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-05-22T03:25:04.576Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-22T03:25:04.577Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-22T03:25:04.577Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:25:04.578Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:25:04.578Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189904576, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:25:04.679Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-22T03:25:04.679Z||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-05-22T03:25:04.680Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:25:04.698Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:25:04.698Z||pool-31-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:25:05.579Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-22T03:25:05.579Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-22T03:25:05.579Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 9c64b89c-4878-4d03-b1c1-d2ba178c9de8, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-05-22T03:25:05.580Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-05-22T03:25:05.581Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-05-22T03:25:05.581Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-05-22T03:25:05.812Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11568373435812719955/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-05-22T03:25:06.939Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-22T03:25:06.939Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-05-22T03:25:06.940Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-22T03:25:06.940Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-22T03:25:06.940Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-22T03:25:06.940Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-22T03:25:06.940Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-22T03:25:06.940Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-22T03:25:06.940Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-22T03:25:06.940Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-22T03:25:06.940Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-22T03:25:06.940Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-22T03:25:06.940Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-22T03:25:06.940Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-05-22T03:25:06.940Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:25:06.940Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:25:06.941Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-22T03:25:06.941Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-05-22T03:25:06.941Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-22T03:25:06.941Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:25:06.941Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:25:06.941Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-22T03:25:06.941Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-05-22T03:25:06.941Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-22T03:25:06.941Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:25:06.941Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:25:06.941Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:25:06.942Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-22T03:25:06.942Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-05-22T03:25:06.942Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-05-22T03:25:06.942Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-05-22T03:25:06.942Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-22T03:25:06.942Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-22T03:25:06.942Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:25:06.942Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-22T03:25:06.942Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:25:06.942Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-22T03:25:06.942Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-22T03:25:06.942Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:25:06.943Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-22T03:25:06.943Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-22T03:25:06.943Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:25:06.943Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-22T03:25:06.943Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-22T03:25:06.943Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:25:06.943Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-22T03:25:06.943Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-22T03:25:06.943Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-22T03:25:06.943Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=115e8d3c-c93d-4ab0-9540-0d46a649231c 2022-05-22T03:25:06.944Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:25:06.944Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:25:06.944Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:25:06.944Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:25:06.944Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:25:06.944Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:25:06.944Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:25:06.944Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:25:06.944Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:a679d63c-9d59-4d37-825e-9ab0677a880a Model Version:NULL Model InvariantUuid:fe8b8613-b2c6-4d54-88cd-eb77a03978fe Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:235cf67b-33eb-4d45-aa0b-eb1e64d6d26b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f4b0e39a-6918-426c-ad25-56fbb153f365 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:50e82e65-68a5-4570-8375-8eae09a45d24 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:fb61e706-6810-4dd2-a2bc-e002cefad5f1 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:eed13410-94bc-45da-a48e-1c430605a882 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:115e8d3c-c93d-4ab0-9540-0d46a649231c ModelInvariantUuid:2237dd42-89c8-4f6c-bae4-ee12a1cbb01e ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:32a14f67-b075-4683-a37e-2d60163d7cd7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:c430c8df-dc51-4ce5-9133-af4904007b42 ModelInvariantUuid:3600afcf-e37d-4bfe-b615-4a7321e72705 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:c93ed784-d1a4-4a7b-ae24-abcfec5f518f 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-05-22T03:25:06.952Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 91b2c90c-e446-46d4-bc1c-758233e2f9c4 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-05-22T03:25:06.956Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||basic_vm 0 2022-05-22T03:25:06.956Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 91b2c90c-e446-46d4-bc1c-758233e2f9c4 2022-05-22T03:25:06.956Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 23f2950d-6bb6-468f-931b-1ed8626b8ca8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-22T03:25:06.956Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-22T03:25:06.956Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-22T03:25:07.291Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-22T03:25:07.291Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 23f2950d-6bb6-468f-931b-1ed8626b8ca8 787 2022-05-22T03:25:07.292Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-05-22T03:25:07.292Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-22T03:25:07.292Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-22T03:25:07.293Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:25:07.295Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:25:07.295Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189907292, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-22T03:25:07.395Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:25:07.396Z||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-05-22T03:25:07.396Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:25:07.408Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:25:07.408Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:25:08.295Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "fb61e706-6810-4dd2-a2bc-e002cefad5f1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "eed13410-94bc-45da-a48e-1c430605a882", "vfModuleModelCustomizationUUID": "b80b7a35-ed43-4182-b204-751d1666c1f6", "isBase": true, "artifacts": [ "675d90bf-da4c-4c6e-9e27-110065939b40", "372c493c-9581-46bc-8ff4-6986adc86332" ], "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-05-22T03:25:08.301Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:eed13410-94bc-45da-a48e-1c430605a882 VfModuleModelInvariantUUID:fb61e706-6810-4dd2-a2bc-e002cefad5f1 VfModuleModelDescription:NULL Artifacts UUID List:{ 675d90bf-da4c-4c6e-9e27-110065939b40 , 372c493c-9581-46bc-8ff4-6986adc86332 } 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-05-22T03:25:08.304Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "fb61e706-6810-4dd2-a2bc-e002cefad5f1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "eed13410-94bc-45da-a48e-1c430605a882", "vfModuleModelCustomizationUUID": "b80b7a35-ed43-4182-b204-751d1666c1f6", "isBase": true, "artifacts": [ "675d90bf-da4c-4c6e-9e27-110065939b40", "372c493c-9581-46bc-8ff4-6986adc86332" ], "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-05-22T03:25:08.304Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:eed13410-94bc-45da-a48e-1c430605a882 VfModuleModelInvariantUUID:fb61e706-6810-4dd2-a2bc-e002cefad5f1 VfModuleModelDescription:NULL Artifacts UUID List:{ 675d90bf-da4c-4c6e-9e27-110065939b40 , 372c493c-9581-46bc-8ff4-6986adc86332 } 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-05-22T03:25:08.304Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 675d90bf-da4c-4c6e-9e27-110065939b40 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-22T03:25:08.304Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-22T03:25:08.304Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-22T03:25:08.496Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-22T03:25:08.496Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 675d90bf-da4c-4c6e-9e27-110065939b40 5033 2022-05-22T03:25:08.497Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-05-22T03:25:08.497Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-22T03:25:08.497Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-22T03:25:08.497Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:25:08.499Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:25:08.499Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189908497, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-22T03:25:08.599Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:25:08.600Z||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-05-22T03:25:08.600Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:25:08.616Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:25:08.616Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:25:09.500Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 372c493c-9581-46bc-8ff4-6986adc86332 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-22T03:25:09.501Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-22T03:25:09.501Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-22T03:25:09.865Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-22T03:25:09.866Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 372c493c-9581-46bc-8ff4-6986adc86332 903 2022-05-22T03:25:09.866Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-05-22T03:25:09.866Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-22T03:25:09.866Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-22T03:25:09.867Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:25:09.868Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:25:09.869Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189909866, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-22T03:25:09.969Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:25:09.970Z||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-05-22T03:25:09.970Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:25:09.984Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:25:09.985Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:25:10.869Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: a679d63c-9d59-4d37-825e-9ab0677a880a 2022-05-22T03:25:10.870Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 91b2c90c-e446-46d4-bc1c-758233e2f9c4 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-05-22T03:25:10.889Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e1ef892, org.onap.sdc.toscaparser.api.parameters.Input@4580ed2e, org.onap.sdc.toscaparser.api.parameters.Input@51d00c43, org.onap.sdc.toscaparser.api.parameters.Input@11f0d112, org.onap.sdc.toscaparser.api.parameters.Input@58e361d6] 2022-05-22T03:25:10.891Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:25:10.891Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:25:10.891Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-05-22T03:25:10.891Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 50e82e65-68a5-4570-8375-8eae09a45d24 2022-05-22T03:25:10.892Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 50e82e65-68a5-4570-8375-8eae09a45d24 matches Tosca VF Customization UUID: 50e82e65-68a5-4570-8375-8eae09a45d24 2022-05-22T03:25:10.892Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 50e82e65-68a5-4570-8375-8eae09a45d24 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-05-22T03:25:10.895Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:25:10.895Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:25:10.895Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 50e82e65-68a5-4570-8375-8eae09a45d24: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-05-22T03:25:10.896Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5cc48b51 2022-05-22T03:25:10.896Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:25:10.896Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-22T03:25:10.896Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b80b7a35-ed43-4182-b204-751d1666c1f6 2022-05-22T03:25:10.896Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b80b7a35-ed43-4182-b204-751d1666c1f6 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-05-22T03:25:10.899Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:25:10.899Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-22T03:25:10.899Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-22T03:25:10.899Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:25:10.899Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-22T03:25:10.899Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-22T03:25:10.899Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:25:10.900Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-22T03:25:10.900Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-22T03:25:10.900Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-22T03:25:10.900Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=115e8d3c-c93d-4ab0-9540-0d46a649231c 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-05-22T03:25:10.902Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:25:10.902Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-22T03:25:10.902Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-22T03:25:10.902Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:25:10.903Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-22T03:25:10.903Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=50e82e65-68a5-4570-8375-8eae09a45d24 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-05-22T03:25:10.904Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:25:10.905Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:25:10.905Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid a679d63c-9d59-4d37-825e-9ab0677a880a: basic_vm 2022-05-22T03:25:10.905Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:25:10.905Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:25:10.905Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:25:10.905Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:25:10.905Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:25:10.905Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:25:10.906Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:25:10.906Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:25:10.906Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:25:10.906Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:25:10.906Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-22T03:25:10.993Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 91b2c90c-e446-46d4-bc1c-758233e2f9c4 1 ASDC deployResourceStructure 2022-05-22T03:25:10.993Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-05-22T03:25:10.993Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-22T03:25:10.993Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-22T03:25:10.993Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:25:10.995Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:25:10.995Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189910993, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-22T03:25:11.096Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-22T03:25:11.096Z||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-05-22T03:25:11.097Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:25:11.111Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:25:11.112Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:25:11.996Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-05-22T03:25:11.996Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-22T03:25:11.996Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-22T03:25:11.997Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:25:11.998Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:25:11.998Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189911996, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-22T03:25:12.099Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:25:12.099Z||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-05-22T03:25:12.100Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:25:12.114Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:25:12.115Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:25:12.999Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-05-22T03:25:12.999Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-22T03:25:13.000Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-22T03:25:13.000Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:25:13.001Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:25:13.002Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189912999, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-22T03:25:13.102Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:25:13.102Z||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-05-22T03:25:13.103Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:25:13.117Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:25:13.117Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-05-22T03:25:14.002Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-05-22T03:25:14.003Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-22T03:25:14.003Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-22T03:25:14.003Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:25:14.005Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:25:14.006Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189914002, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-22T03:25:14.106Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:25:14.107Z||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-05-22T03:25:14.107Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:25:14.122Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:25:14.122Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:25:15.006Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d2cbd690-0868-4d16-b043-5f59f032fdda Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-22T03:25:15.017Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d2cbd690-0868-4d16-b043-5f59f032fdda Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-22T03:25:15.020Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-22T03:25:15.020Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-22T03:25:15.020Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-22T03:25:15.020Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-22T03:25:15.021Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-22T03:25:15.021Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-22T03:25:15.021Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-22T03:25:15.021Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-22T03:25:15.021Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-22T03:25:15.021Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-22T03:25:15.021Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-22T03:25:15.026Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-22T03:25:45.027Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d2cbd690-0868-4d16-b043-5f59f032fdda 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-05-22T03:25:45.033Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d2cbd690-0868-4d16-b043-5f59f032fdda and serviceModelVersionId: a679d63c-9d59-4d37-825e-9ab0677a880a 2022-05-22T03:25:45.033Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fe8b8613-b2c6-4d54-88cd-eb77a03978fe 2022-05-22T03:25:45.034Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fe8b8613-b2c6-4d54-88cd-eb77a03978fe/model-vers/model-ver/a679d63c-9d59-4d37-825e-9ab0677a880a?depth=0 2022-05-22T03:25:45.039Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-05-22T03:25:45.072Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe8b8613-b2c6-4d54-88cd-eb77a03978fe/model-vers/model-ver/a679d63c-9d59-4d37-825e-9ab0677a880a?depth=0|INFO|500||Invoke 2022-05-22T03:25:45.073Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe8b8613-b2c6-4d54-88cd-eb77a03978fe/model-vers/model-ver/a679d63c-9d59-4d37-825e-9ab0677a880a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe8b8613-b2c6-4d54-88cd-eb77a03978fe/model-vers/model-ver/a679d63c-9d59-4d37-825e-9ab0677a880a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d2cbd690-0868-4d16-b043-5f59f032fdda], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1f8b23f4-2b78-4c46-a195-ad5361bfd313], X-ECOMP-RequestID=[d2cbd690-0868-4d16-b043-5f59f032fdda], X-TransactionId=[], X-ONAP-RequestID=[d2cbd690-0868-4d16-b043-5f59f032fdda], Content-Type=[application/merge-patch+json]} 2022-05-22T03:25:45.091Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe8b8613-b2c6-4d54-88cd-eb77a03978fe/model-vers/model-ver/a679d63c-9d59-4d37-825e-9ab0677a880a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-22T03:25:45.176Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe8b8613-b2c6-4d54-88cd-eb77a03978fe/model-vers/model-ver/a679d63c-9d59-4d37-825e-9ab0677a880a?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/fe8b8613-b2c6-4d54-88cd-eb77a03978fe/model-vers/model-ver/a679d63c-9d59-4d37-825e-9ab0677a880a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220522-03:25:45:098-26486], vertex-id=[360640], Content-Length=[0], Date=[Sun, 22 May 2022 03:25:45 GMT], Content-Type=[application/json]} 2022-05-22T03:25:45.177Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe8b8613-b2c6-4d54-88cd-eb77a03978fe/model-vers/model-ver/a679d63c-9d59-4d37-825e-9ab0677a880a?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-22T03:25:45.178Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe8b8613-b2c6-4d54-88cd-eb77a03978fe/model-vers/model-ver/a679d63c-9d59-4d37-825e-9ab0677a880a?depth=0|INFO|500||InvokeReturn 2022-05-22T03:25:45.178Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-22T03:25:45.178Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-22T03:25:45.185Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-22T03:25:45.186Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d2cbd690-0868-4d16-b043-5f59f032fdda and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-22T03:25:45.186Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-22T03:25:45.186Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:25:45.188Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:25:45.188Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189945186, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-22T03:25:45.288Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:25:45.289Z||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-05-22T03:25:45.289Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:25:45.306Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:25:45.306Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-22T03:25:56.291Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:25:56.292Z|d2cbd690-0868-4d16-b043-5f59f032fdda|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-05-22T03:25:56.292Z|d2cbd690-0868-4d16-b043-5f59f032fdda|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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:25:56.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:25:56.294Z||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-05-22T03:25:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:25:56.417Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:25:56.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-22T03:25:56.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189896291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:25:56.418Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-22T03:26:05.832Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:26:56.292Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:26:56.292Z|d2cbd690-0868-4d16-b043-5f59f032fdda|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-05-22T03:26:56.293Z|d2cbd690-0868-4d16-b043-5f59f032fdda|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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:26:56.294Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:26:56.294Z||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-05-22T03:26:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:26:56.820Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:26:56.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-22T03:26:56.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189896291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-22T03:26:56.822Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-22T03:26:56.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-22T03:26:56.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189896291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-22T03:26:56.822Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-22T03:26:56.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-22T03:26:56.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189896291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:26:56.822Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-22T03:26:56.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-22T03:26:56.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189896291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-22T03:26:56.822Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-22T03:26:56.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-22T03:26:56.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189896291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:26:56.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-22T03:26:56.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-22T03:26:56.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189896291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:26:56.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-22T03:26:56.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-22T03:26:56.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189904576, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:26:56.823Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:26:56.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-22T03:26:56.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189907292, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-22T03:26:56.823Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:26:56.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-22T03:26:56.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189908497, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-22T03:26:56.824Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:26:56.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-22T03:26:56.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189909866, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-22T03:26:56.824Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:26:56.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-22T03:26:56.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189910993, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-22T03:26:56.824Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:26:56.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-22T03:26:56.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189911996, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-22T03:26:56.824Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:26:56.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-22T03:26:56.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189912999, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-22T03:26:56.825Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:26:56.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-22T03:26:56.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189914002, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-22T03:26:56.825Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:26:56.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-22T03:26:56.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2cbd690-0868-4d16-b043-5f59f032fdda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653189945186, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-22T03:26:56.825Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:27:05.836Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:27:56.291Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:27:56.292Z|d2cbd690-0868-4d16-b043-5f59f032fdda|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-05-22T03:27:56.292Z|d2cbd690-0868-4d16-b043-5f59f032fdda|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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:27:56.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:27:56.294Z||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-05-22T03:27:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:28:05.839Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:28:05.840Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:28:56.291Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:28:56.292Z|d2cbd690-0868-4d16-b043-5f59f032fdda|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-05-22T03:28:56.292Z|d2cbd690-0868-4d16-b043-5f59f032fdda|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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:28:56.294Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:28:56.294Z||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-05-22T03:28:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:28:56.427Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:28:56.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "ves-openapi-manager", "timestamp": 1653190119191, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653190121121, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "aai-ml", "timestamp": 1653190118775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "cds", "timestamp": 1653190118075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "policy-id", "timestamp": 1653190123797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "ves-openapi-manager", "timestamp": 1653190119191, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "cds", "timestamp": 1653190118075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "aai-ml", "timestamp": 1653190118775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653190121121, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "policy-id", "timestamp": 1653190123797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "ves-openapi-manager", "timestamp": 1653190119191, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "aai-ml", "timestamp": 1653190118775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653190121121, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "cds", "timestamp": 1653190118075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "policy-id", "timestamp": 1653190123797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.434Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "ves-openapi-manager", "timestamp": 1653190119191, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.434Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "aai-ml", "timestamp": 1653190118775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.434Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "cds", "timestamp": 1653190118075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.434Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653190121121, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.434Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "policy-id", "timestamp": 1653190123797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.435Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "ves-openapi-manager", "timestamp": 1653190119191, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.435Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "aai-ml", "timestamp": 1653190118775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.435Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "cds", "timestamp": 1653190118075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.436Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.436Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.436Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653190121121, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.436Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.436Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.436Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "policy-id", "timestamp": 1653190123797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-22T03:28:56.436Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.436Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "ves-openapi-manager", "timestamp": 1653190119191, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.437Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "aai-ml", "timestamp": 1653190118775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.437Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "cds", "timestamp": 1653190118075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.437Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653190121121, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.438Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "policy-id", "timestamp": 1653190123797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.438Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "ves-openapi-manager", "timestamp": 1653190119191, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.438Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "aai-ml", "timestamp": 1653190118775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.438Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "cds", "timestamp": 1653190118075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.438Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653190121121, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.439Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "policy-id", "timestamp": 1653190123797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.439Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "clamp", "timestamp": 1653190132313, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.439Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "ves-openapi-manager", "timestamp": 1653190119191, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.439Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "aai-ml", "timestamp": 1653190118775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.440Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "cds", "timestamp": 1653190118075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.440Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653190121121, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.440Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "policy-id", "timestamp": 1653190123797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.440Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.441Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.441Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "clamp", "timestamp": 1653190132313, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.441Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.441Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.441Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "ves-openapi-manager", "timestamp": 1653190119191, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.441Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.441Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.441Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "aai-ml", "timestamp": 1653190118775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:28:56.441Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.441Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.442Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "cds", "timestamp": 1653190118075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:28:56.442Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.442Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.442Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653190121121, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:28:56.442Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.442Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.442Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "policy-id", "timestamp": 1653190123797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:28:56.442Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.442Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.442Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "clamp", "timestamp": 1653190132313, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.442Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "multicloud-k8s-id", "timestamp": 1653190134838, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:56.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "clamp", "timestamp": 1653190132313, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-22T03:28:56.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-22T03:28:56.917Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:28:56.919Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:28:56.920Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"894ff576-38fc-47e8-a383-c4633cd5ac1f","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"a9b227e6-2dce-4d4e-937a-a7d91d159d0d","serviceDescription":"service","serviceInvariantUUID":"fc9a5ab3-3451-4149-867c-4afc8b1b02f5","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"62ce6d36-717c-4e62-b1b6-aeb92bd299a3","resourceInvariantUUID":"d2b1877e-f6c8-4647-97d5-0dcdb7979532","resourceCustomizationUUID":"9313d11c-8e20-4171-a848-7417c7c1e6bc","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":"NTRmZGJhMjkzODQ2NDI3YTMzZmM2YTI5N2U4NDVkYTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fd6c8507-6d56-43b4-9cdb-37de86301156","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":"0d6d6bda-491c-435d-bc16-90ea2a813225","artifactVersion":"2","generatedFromUUID":"02ddc43c-f186-4b5f-91c6-aaad2a69617f"},{"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":"02ddc43c-f186-4b5f-91c6-aaad2a69617f","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":"MWExMzg5YTRjYTJjYjZkZmRmZDlhYjEwYjJkYWNmNjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"414838ca-817f-4bc5-b9a1-66a578b31865","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":"9338385d-b072-4849-b7b1-7964a37d74f0","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":"7da06358-8cda-4bef-851b-2c5d2b26ce6d","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":"06851739-40bc-45ac-98a9-5418bdbb4f64","artifactVersion":"2","generatedFromUUID":"9338385d-b072-4849-b7b1-7964a37d74f0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZDU1NjNhMmNjYTUxZWYwYzY5ZWRhZmQ3YjNlNjZhMjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9ea08139-9006-4572-9893-df8cd7bddbe5","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"M2IyNGVhYzFkZTZlMDg4YjkzY2E1OTQzZTg0NmE1ZDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f0e71e25-84e4-41c2-88db-6141c85b96e6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-22T03:28:56.925Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:28:56.925Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:28:56.928Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:28:56.928Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190136291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:28:57.028Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:28:57.029Z||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-05-22T03:28:57.029Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:28:57.044Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:28:57.045Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:28:57.928Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:28:57.929Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:28:57.931Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:28:57.931Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190136291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-22T03:28:58.031Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:28:58.032Z||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-05-22T03:28:58.032Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:28:58.048Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:28:58.048Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:28:58.932Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:28:58.932Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:28:58.934Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:28:58.934Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190136291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-22T03:28:59.035Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-22T03:28:59.035Z||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-05-22T03:28:59.036Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:28:59.051Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:28:59.052Z||pool-42-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:28:59.935Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:28:59.935Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:28:59.937Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:28:59.938Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190136291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-22T03:29:00.038Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:29:00.039Z||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-05-22T03:29:00.039Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:29:00.053Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:29:00.054Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:29:00.938Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:29:00.939Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:29:00.941Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:29:00.941Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190136291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-22T03:29:01.041Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:29:01.042Z||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-05-22T03:29:01.042Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:29:01.059Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:29:01.059Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:29:01.942Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:29:01.942Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:29:01.944Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:29:01.944Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190136291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:29:02.044Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:29:02.045Z||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-05-22T03:29:02.045Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:29:02.061Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:29:02.061Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:29:02.945Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:29:02.945Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:29:02.947Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:29:02.947Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190136291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-22T03:29:03.047Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:29:03.048Z||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-05-22T03:29:03.048Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:29:03.064Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:29:03.065Z||pool-46-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:29:03.948Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:29:03.948Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:29:03.950Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:29:03.950Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190136291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:29:04.050Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:29:04.051Z||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-05-22T03:29:04.051Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:29:04.067Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:29:04.068Z||pool-47-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:29:04.951Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:29:04.951Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:29:04.954Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:29:04.954Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190136291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:29:05.054Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:29:05.054Z||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-05-22T03:29:05.054Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:29:05.070Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:29:05.071Z||pool-48-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:29:05.955Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "a9b227e6-2dce-4d4e-937a-a7d91d159d0d", "serviceDescription": "service", "serviceInvariantUUID": "fc9a5ab3-3451-4149-867c-4afc8b1b02f5", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "9313d11c-8e20-4171-a848-7417c7c1e6bc", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "62ce6d36-717c-4e62-b1b6-aeb92bd299a3", "resourceInvariantUUID": "d2b1877e-f6c8-4647-97d5-0dcdb7979532", "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": "0d6d6bda-491c-435d-bc16-90ea2a813225", "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": "02ddc43c-f186-4b5f-91c6-aaad2a69617f", "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": "MWExMzg5YTRjYTJjYjZkZmRmZDlhYjEwYjJkYWNmNjA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "414838ca-817f-4bc5-b9a1-66a578b31865", "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": "9338385d-b072-4849-b7b1-7964a37d74f0", "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": "06851739-40bc-45ac-98a9-5418bdbb4f64", "generatedFromUUID": "9338385d-b072-4849-b7b1-7964a37d74f0" }, "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": "06851739-40bc-45ac-98a9-5418bdbb4f64", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "M2IyNGVhYzFkZTZlMDg4YjkzY2E1OTQzZTg0NmE1ZDc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f0e71e25-84e4-41c2-88db-6141c85b96e6" } ], "workloadContext": "Production" } 2022-05-22T03:29:05.956Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-22T03:29:05.956Z|d2cbd690-0868-4d16-b043-5f59f032fdda|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 a9b227e6-2dce-4d4e-937a-a7d91d159d0d ASDC 2022-05-22T03:29:05.956Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:894ff576-38fc-47e8-a383-c4633cd5ac1f ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:a9b227e6-2dce-4d4e-937a-a7d91d159d0d ServiceInvariantUUID:fc9a5ab3-3451-4149-867c-4afc8b1b02f5 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:f0e71e25-84e4-41c2-88db-6141c85b96e6 ArtifactChecksum:M2IyNGVhYzFkZTZlMDg4YjkzY2E1OTQzZTg0NmE1ZDc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:9313d11c-8e20-4171-a848-7417c7c1e6bc ResourceInvariantUUID:d2b1877e-f6c8-4647-97d5-0dcdb7979532 ResourceName:basic_cnf ResourceType:VF ResourceUUID:62ce6d36-717c-4e62-b1b6-aeb92bd299a3 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:0d6d6bda-491c-435d-bc16-90ea2a813225 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:02ddc43c-f186-4b5f-91c6-aaad2a69617f 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:414838ca-817f-4bc5-b9a1-66a578b31865 ArtifactChecksum:MWExMzg5YTRjYTJjYjZkZmRmZDlhYjEwYjJkYWNmNjA= 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:9338385d-b072-4849-b7b1-7964a37d74f0 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:06851739-40bc-45ac-98a9-5418bdbb4f64 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:06851739-40bc-45ac-98a9-5418bdbb4f64 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-22T03:29:05.956Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a9b227e6-2dce-4d4e-937a-a7d91d159d0d 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-05-22T03:29:05.986Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-22T03:29:05.987Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-22T03:29:05.987Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-22T03:29:05.987Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f0e71e25-84e4-41c2-88db-6141c85b96e6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-22T03:29:05.987Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-22T03:29:05.987Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-22T03:29:06.392Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-22T03:29:06.398Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar f0e71e25-84e4-41c2-88db-6141c85b96e6 68961 2022-05-22T03:29:06.398Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-05-22T03:29:06.398Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-22T03:29:06.398Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-22T03:29:06.399Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:29:06.400Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:29:06.400Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190146398, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:29:06.501Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-22T03:29:06.501Z||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-05-22T03:29:06.501Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:29:06.516Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:29:06.516Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:29:07.401Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-22T03:29:07.402Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-05-22T03:29:07.402Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: f0e71e25-84e4-41c2-88db-6141c85b96e6, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-22T03:29:07.403Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-05-22T03:29:07.403Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-22T03:29:07.403Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-22T03:29:07.613Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5166198133962636616/Definitions/service-BasicCnf-template.yml 2022-05-22T03:29:08.633Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-22T03:29:08.633Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-05-22T03:29:08.633Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-22T03:29:08.633Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-05-22T03:29:08.634Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-22T03:29:08.634Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-22T03:29:08.634Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-22T03:29:08.634Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-22T03:29:08.634Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-05-22T03:29:08.634Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:29:08.634Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:29:08.634Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-22T03:29:08.634Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-05-22T03:29:08.634Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-22T03:29:08.634Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:29:08.634Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:29:08.634Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-22T03:29:08.634Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-05-22T03:29:08.635Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-22T03:29:08.635Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:29:08.635Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:29:08.635Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:29:08.635Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-22T03:29:08.635Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-05-22T03:29:08.635Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria 2022-05-22T03:29:08.635Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-22T03:29:08.635Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:29:08.635Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-22T03:29:08.636Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:29:08.636Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-22T03:29:08.636Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-22T03:29:08.636Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:29:08.636Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-22T03:29:08.636Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-22T03:29:08.636Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:29:08.636Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-22T03:29:08.636Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-22T03:29:08.637Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:29:08.637Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-22T03:29:08.637Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-05-22T03:29:08.637Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0ed853fb-f15d-4569-b158-df8df95dd180 2022-05-22T03:29:08.637Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:29:08.637Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:29:08.637Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:29:08.637Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:29:08.637Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:29:08.637Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:29:08.637Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:29:08.638Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:29:08.638Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:a9b227e6-2dce-4d4e-937a-a7d91d159d0d Model Version:NULL Model InvariantUuid:fc9a5ab3-3451-4149-867c-4afc8b1b02f5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:838b5663-26f6-4974-bdf3-66d25f0412f2 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:d2b1877e-f6c8-4647-97d5-0dcdb7979532 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9313d11c-8e20-4171-a848-7417c7c1e6bc NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:11f49989-1c89-44de-8215-a07b3148faf5 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:9b4fca60-0074-4d65-a3ef-50f0ce3824c0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0ed853fb-f15d-4569-b158-df8df95dd180 ModelInvariantUuid:4cb1e28c-7b7c-49aa-a020-11f965d9f784 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:69896a1b-5a51-415a-9abe-f0b7c9e1b4b8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:c4542448-6d18-4915-848f-e689689c4fc2 ModelInvariantUuid:66aab659-2843-4934-bb13-a33b78d47eba ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:ddaa4b0d-7740-4c69-8415-70bf7304712c 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-05-22T03:29:08.646Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 62ce6d36-717c-4e62-b1b6-aeb92bd299a3 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-05-22T03:29:08.648Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||basic_cnf 0 2022-05-22T03:29:08.649Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 62ce6d36-717c-4e62-b1b6-aeb92bd299a3 2022-05-22T03:29:08.649Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0d6d6bda-491c-435d-bc16-90ea2a813225 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-05-22T03:29:08.649Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-22T03:29:08.649Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-05-22T03:29:08.903Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-22T03:29:08.904Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 0d6d6bda-491c-435d-bc16-90ea2a813225 12 2022-05-22T03:29:08.904Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-05-22T03:29:08.904Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-05-22T03:29:08.905Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-22T03:29:08.905Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:29:08.907Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:29:08.907Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190148904, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-05-22T03:29:09.007Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:29:09.008Z||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-05-22T03:29:09.008Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:29:09.020Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:29:09.021Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:29:09.908Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 02ddc43c-f186-4b5f-91c6-aaad2a69617f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-05-22T03:29:09.908Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-22T03:29:09.908Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-05-22T03:29:10.298Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-22T03:29:10.298Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 02ddc43c-f186-4b5f-91c6-aaad2a69617f 2688 2022-05-22T03:29:10.298Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-05-22T03:29:10.299Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-05-22T03:29:10.299Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-22T03:29:10.299Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:29:10.301Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:29:10.301Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190150298, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-22T03:29:10.402Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-22T03:29:10.403Z||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-05-22T03:29:10.403Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:29:10.417Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:29:10.418Z||pool-51-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:29:11.303Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 414838ca-817f-4bc5-b9a1-66a578b31865 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-22T03:29:11.303Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-22T03:29:11.304Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-22T03:29:11.597Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-22T03:29:11.598Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 414838ca-817f-4bc5-b9a1-66a578b31865 828 2022-05-22T03:29:11.598Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-05-22T03:29:11.598Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-22T03:29:11.598Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-22T03:29:11.598Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:29:11.600Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:29:11.601Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190151598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-22T03:29:11.701Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:29:11.702Z||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-05-22T03:29:11.702Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:29:11.717Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:29:11.718Z||pool-52-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:29:12.601Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "11f49989-1c89-44de-8215-a07b3148faf5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9b4fca60-0074-4d65-a3ef-50f0ce3824c0", "vfModuleModelCustomizationUUID": "8a89593f-8f6c-4009-b43a-570922f3f9bc", "isBase": true, "artifacts": [ "02ddc43c-f186-4b5f-91c6-aaad2a69617f", "9338385d-b072-4849-b7b1-7964a37d74f0", "06851739-40bc-45ac-98a9-5418bdbb4f64" ], "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-05-22T03:29:12.604Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9b4fca60-0074-4d65-a3ef-50f0ce3824c0 VfModuleModelInvariantUUID:11f49989-1c89-44de-8215-a07b3148faf5 VfModuleModelDescription:NULL Artifacts UUID List:{ 02ddc43c-f186-4b5f-91c6-aaad2a69617f , 9338385d-b072-4849-b7b1-7964a37d74f0 , 06851739-40bc-45ac-98a9-5418bdbb4f64 } 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-05-22T03:29:12.605Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "11f49989-1c89-44de-8215-a07b3148faf5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9b4fca60-0074-4d65-a3ef-50f0ce3824c0", "vfModuleModelCustomizationUUID": "8a89593f-8f6c-4009-b43a-570922f3f9bc", "isBase": true, "artifacts": [ "02ddc43c-f186-4b5f-91c6-aaad2a69617f", "9338385d-b072-4849-b7b1-7964a37d74f0", "06851739-40bc-45ac-98a9-5418bdbb4f64" ], "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-05-22T03:29:12.605Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9b4fca60-0074-4d65-a3ef-50f0ce3824c0 VfModuleModelInvariantUUID:11f49989-1c89-44de-8215-a07b3148faf5 VfModuleModelDescription:NULL Artifacts UUID List:{ 02ddc43c-f186-4b5f-91c6-aaad2a69617f , 9338385d-b072-4849-b7b1-7964a37d74f0 , 06851739-40bc-45ac-98a9-5418bdbb4f64 } 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-05-22T03:29:12.606Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9338385d-b072-4849-b7b1-7964a37d74f0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-22T03:29:12.606Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-22T03:29:12.606Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-22T03:29:12.965Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-22T03:29:12.966Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 9338385d-b072-4849-b7b1-7964a37d74f0 1164 2022-05-22T03:29:12.966Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-05-22T03:29:12.966Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-22T03:29:12.966Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-22T03:29:12.967Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:29:12.969Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:29:12.969Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190152966, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-22T03:29:13.069Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:29:13.070Z||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-05-22T03:29:13.070Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:29:13.085Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:29:13.086Z||pool-53-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:29:13.969Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 06851739-40bc-45ac-98a9-5418bdbb4f64 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-22T03:29:13.970Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-05-22T03:29:13.970Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-22T03:29:14.018Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-05-22T03:29:14.018Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 06851739-40bc-45ac-98a9-5418bdbb4f64 200 2022-05-22T03:29:14.019Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-05-22T03:29:14.019Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-22T03:29:14.019Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-22T03:29:14.019Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:29:14.021Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:29:14.021Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190154019, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-22T03:29:14.121Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:29:14.122Z||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-05-22T03:29:14.122Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:29:14.137Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:29:14.137Z||pool-54-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:29:15.021Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: a9b227e6-2dce-4d4e-937a-a7d91d159d0d 2022-05-22T03:29:15.022Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 62ce6d36-717c-4e62-b1b6-aeb92bd299a3 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=? 2022-05-22T03:29:15.036Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select 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-05-22T03:29:15.044Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@14471bc6, org.onap.sdc.toscaparser.api.parameters.Input@125ee7da, org.onap.sdc.toscaparser.api.parameters.Input@55f65841, org.onap.sdc.toscaparser.api.parameters.Input@7c37f1c8, org.onap.sdc.toscaparser.api.parameters.Input@50025ca3] 2022-05-22T03:29:15.045Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:29:15.045Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:29:15.045Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-05-22T03:29:15.046Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 9313d11c-8e20-4171-a848-7417c7c1e6bc 2022-05-22T03:29:15.046Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9313d11c-8e20-4171-a848-7417c7c1e6bc matches Tosca VF Customization UUID: 9313d11c-8e20-4171-a848-7417c7c1e6bc 2022-05-22T03:29:15.046Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 9313d11c-8e20-4171-a848-7417c7c1e6bc 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-05-22T03:29:15.048Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:29:15.048Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:29:15.048Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 9313d11c-8e20-4171-a848-7417c7c1e6bc: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-05-22T03:29:15.048Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@11ae71dc 2022-05-22T03:29:15.049Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:29:15.049Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-22T03:29:15.049Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8a89593f-8f6c-4009-b43a-570922f3f9bc 2022-05-22T03:29:15.049Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8a89593f-8f6c-4009-b43a-570922f3f9bc 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-05-22T03:29:15.051Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:29:15.051Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-22T03:29:15.051Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-22T03:29:15.051Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:29:15.052Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-22T03:29:15.052Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-22T03:29:15.052Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:29:15.052Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-22T03:29:15.052Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-05-22T03:29:15.052Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0ed853fb-f15d-4569-b158-df8df95dd180 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-05-22T03:29:15.054Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:29:15.055Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-22T03:29:15.055Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-22T03:29:15.055Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:29:15.055Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-22T03:29:15.055Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=9313d11c-8e20-4171-a848-7417c7c1e6bc 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-05-22T03:29:15.057Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:29:15.057Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:29:15.058Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid a9b227e6-2dce-4d4e-937a-a7d91d159d0d: basic_cnf 2022-05-22T03:29:15.058Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:29:15.058Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:29:15.058Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:29:15.058Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:29:15.058Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:29:15.058Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:29:15.058Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:29:15.059Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:29:15.059Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:29:15.059Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:29:15.059Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-22T03:29:15.126Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 62ce6d36-717c-4e62-b1b6-aeb92bd299a3 1 ASDC deployResourceStructure 2022-05-22T03:29:15.127Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-05-22T03:29:15.127Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-05-22T03:29:15.127Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-22T03:29:15.127Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:29:15.129Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:29:15.129Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190155126, "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-05-22T03:29:15.229Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:29:15.230Z||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-05-22T03:29:15.230Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:29:15.245Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:29:15.246Z||pool-55-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:29:16.129Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-05-22T03:29:16.130Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-05-22T03:29:16.130Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-22T03:29:16.130Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:29:16.132Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:29:16.132Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190156129, "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-05-22T03:29:16.232Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:29:16.233Z||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-05-22T03:29:16.233Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:29:16.249Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:29:16.250Z||pool-56-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:29:17.132Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-05-22T03:29:17.133Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-22T03:29:17.133Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-22T03:29:17.133Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:29:17.135Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:29:17.135Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190157132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-22T03:29:17.235Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:29:17.236Z||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-05-22T03:29:17.236Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:29:17.250Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:29:17.251Z||pool-57-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:29:18.136Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-05-22T03:29:18.137Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-22T03:29:18.137Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-22T03:29:18.137Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:29:18.139Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:29:18.140Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190158136, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-05-22T03:29:18.240Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:29:18.241Z||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-05-22T03:29:18.241Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:29:18.256Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:29:18.256Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:29:19.140Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-05-22T03:29:19.141Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-22T03:29:19.141Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-22T03:29:19.141Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:29:19.142Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:29:19.142Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190159140, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-05-22T03:29:19.242Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:29:19.243Z||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-05-22T03:29:19.244Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:29:19.257Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:29:19.258Z||pool-59-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-05-22T03:29:20.143Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-05-22T03:29:20.143Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-22T03:29:20.143Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-22T03:29:20.144Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:29:20.146Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:29:20.146Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190160143, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-22T03:29:20.246Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:29:20.247Z||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-05-22T03:29:20.247Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:29:20.262Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:29:20.262Z||pool-60-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:29:21.146Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 894ff576-38fc-47e8-a383-c4633cd5ac1f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-22T03:29:21.159Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 894ff576-38fc-47e8-a383-c4633cd5ac1f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-22T03:29:21.161Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-22T03:29:21.161Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-22T03:29:21.161Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-22T03:29:51.161Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 894ff576-38fc-47e8-a383-c4633cd5ac1f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-22T03:29:51.172Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 894ff576-38fc-47e8-a383-c4633cd5ac1f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-22T03:29:51.176Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-22T03:29:51.176Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-22T03:29:51.176Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-22T03:29:56.294Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:29:56.294Z|e0f88c30-e160-46a4-980f-1411b83d82bd|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-05-22T03:29:56.294Z|e0f88c30-e160-46a4-980f-1411b83d82bd|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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:29:56.320Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:29:56.321Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:29:56.321Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "aai-ml", "timestamp": 1653190136302, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:29:56.322Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:30:21.176Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 894ff576-38fc-47e8-a383-c4633cd5ac1f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-22T03:30:21.189Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 894ff576-38fc-47e8-a383-c4633cd5ac1f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-22T03:30:21.191Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-22T03:30:21.191Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-22T03:30:21.191Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-22T03:30:51.191Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 894ff576-38fc-47e8-a383-c4633cd5ac1f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-22T03:30:51.202Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 894ff576-38fc-47e8-a383-c4633cd5ac1f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-22T03:30:51.204Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-22T03:30:51.204Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-22T03:30:51.204Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-22T03:30:56.294Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:30:56.294Z|e0f88c30-e160-46a4-980f-1411b83d82bd|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-05-22T03:30:56.295Z|e0f88c30-e160-46a4-980f-1411b83d82bd|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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:30:56.321Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:30:56.321Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:30:56.321Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653190136310, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:30:56.322Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:31:21.204Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 894ff576-38fc-47e8-a383-c4633cd5ac1f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-22T03:31:21.212Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 894ff576-38fc-47e8-a383-c4633cd5ac1f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-22T03:31:21.214Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-22T03:31:21.214Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-22T03:31:21.214Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-22T03:31:51.214Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 894ff576-38fc-47e8-a383-c4633cd5ac1f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-22T03:31:51.224Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 894ff576-38fc-47e8-a383-c4633cd5ac1f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-22T03:31:51.226Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-22T03:31:51.226Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-22T03:31:51.226Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-22T03:31:56.294Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:31:56.294Z|e0f88c30-e160-46a4-980f-1411b83d82bd|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-05-22T03:31:56.294Z|e0f88c30-e160-46a4-980f-1411b83d82bd|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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:31:56.822Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:31:56.823Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.823Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "policy-id", "timestamp": 1653190136394, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:31:56.823Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:31:56.823Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.824Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "multicloud-k8s-id", "timestamp": 1653190134838, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-22T03:31:56.824Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-22T03:31:56.824Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.824Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "cds", "timestamp": 1653190136489, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:31:56.824Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:31:56.824Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.824Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190136291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:31:56.824Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-22T03:31:56.824Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.824Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "clamp", "timestamp": 1653190132313, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:31:56.824Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-22T03:31:56.824Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.824Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "policy-id", "timestamp": 1653190137398, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-22T03:31:56.825Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:31:56.825Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.825Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "multicloud-k8s-id", "timestamp": 1653190134838, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-22T03:31:56.825Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-22T03:31:56.825Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.825Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "cds", "timestamp": 1653190137493, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-22T03:31:56.830Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 894ff576-38fc-47e8-a383-c4633cd5ac1f 2022-05-22T03:31:56.830Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 894ff576-38fc-47e8-a383-c4633cd5ac1f 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-05-22T03:31:56.838Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.838Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190136291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-22T03:31:56.838Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-22T03:31:56.838Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.838Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "clamp", "timestamp": 1653190132313, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:31:56.838Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-22T03:31:56.839Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.839Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653190138155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-22T03:31:56.839Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:31:56.839Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.839Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "policy-id", "timestamp": 1653190138402, "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-05-22T03:31:56.842Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 894ff576-38fc-47e8-a383-c4633cd5ac1f 2022-05-22T03:31:56.842Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 894ff576-38fc-47e8-a383-c4633cd5ac1f 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-05-22T03:31:56.849Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.849Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "multicloud-k8s-id", "timestamp": 1653190134838, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-22T03:31:56.849Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-22T03:31:56.849Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.850Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190136291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-22T03:31:56.850Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-22T03:31:56.850Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.850Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "clamp", "timestamp": 1653190132313, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-22T03:31:56.850Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-22T03:31:56.850Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.850Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653190139160, "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-05-22T03:31:56.856Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 894ff576-38fc-47e8-a383-c4633cd5ac1f 2022-05-22T03:31:56.856Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 894ff576-38fc-47e8-a383-c4633cd5ac1f 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-05-22T03:31:56.865Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.865Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "multicloud-k8s-id", "timestamp": 1653190134838, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-22T03:31:56.865Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-22T03:31:56.865Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.865Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190136291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-22T03:31:56.866Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-22T03:31:56.866Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.866Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "clamp", "timestamp": 1653190132313, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:31:56.866Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-22T03:31:56.866Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.866Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "multicloud-k8s-id", "timestamp": 1653190134838, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:31:56.866Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-22T03:31:56.866Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.866Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190136291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-22T03:31:56.866Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-22T03:31:56.866Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.866Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "clamp", "timestamp": 1653190132313, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:31:56.866Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-22T03:31:56.866Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.866Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "multicloud-k8s-id", "timestamp": 1653190134838, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-22T03:31:56.866Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-22T03:31:56.866Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.866Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190136291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:31:56.866Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-22T03:31:56.866Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.866Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "multicloud-k8s-id", "timestamp": 1653190134838, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:31:56.867Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-22T03:31:56.867Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.867Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190136291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-22T03:31:56.867Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-22T03:31:56.867Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.867Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "multicloud-k8s-id", "timestamp": 1653190134838, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:31:56.867Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-22T03:31:56.867Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.867Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "aai-ml", "timestamp": 1653190143670, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-22T03:31:56.867Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:31:56.867Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.867Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190136291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:31:56.867Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-22T03:31:56.867Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.867Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "aai-ml", "timestamp": 1653190144673, "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-05-22T03:31:56.871Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 894ff576-38fc-47e8-a383-c4633cd5ac1f 2022-05-22T03:31:56.871Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 894ff576-38fc-47e8-a383-c4633cd5ac1f 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-05-22T03:31:56.878Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.878Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "multicloud-k8s-id", "timestamp": 1653190144868, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-22T03:31:56.878Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:31:56.878Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.878Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190136291, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:31:56.878Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-22T03:31:56.879Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.879Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "multicloud-k8s-id", "timestamp": 1653190146370, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-22T03:31:56.879Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:31:56.879Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.879Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190146398, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:31:56.879Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:31:56.879Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.879Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "multicloud-k8s-id", "timestamp": 1653190147793, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-22T03:31:56.879Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:31:56.879Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.879Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190148904, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-05-22T03:31:56.879Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:31:56.879Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.879Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "multicloud-k8s-id", "timestamp": 1653190149270, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-22T03:31:56.880Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:31:56.880Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.880Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190150298, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-22T03:31:56.880Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:31:56.880Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.880Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "multicloud-k8s-id", "timestamp": 1653190150311, "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-05-22T03:31:56.884Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 894ff576-38fc-47e8-a383-c4633cd5ac1f 2022-05-22T03:31:56.884Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 894ff576-38fc-47e8-a383-c4633cd5ac1f and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-22T03:31:56.889Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.889Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "clamp", "timestamp": 1653190151265, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:31:56.890Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:31:56.890Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.890Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "multicloud-k8s-id", "timestamp": 1653190151314, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-22T03:31:56.890Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:31:56.890Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.890Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190151598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-22T03:31:56.890Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:31:56.890Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.890Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190152966, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-22T03:31:56.890Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:31:56.890Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.890Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "clamp", "timestamp": 1653190153274, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-22T03:31:56.890Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:31:56.891Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.891Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190154019, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-22T03:31:56.891Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:31:56.891Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.891Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "clamp", "timestamp": 1653190154277, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-22T03:31:56.894Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 894ff576-38fc-47e8-a383-c4633cd5ac1f 2022-05-22T03:31:56.894Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 894ff576-38fc-47e8-a383-c4633cd5ac1f and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-22T03:31:56.901Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.901Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190155126, "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-05-22T03:31:56.901Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:31:56.902Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.902Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190156129, "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-05-22T03:31:56.902Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:31:56.902Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.902Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190157132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-22T03:31:56.902Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:31:56.902Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.902Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190158136, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-05-22T03:31:56.902Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:31:56.902Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.902Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190159140, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-05-22T03:31:56.903Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:31:56.903Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-22T03:31:56.903Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190160143, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-22T03:31:56.903Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:32:21.227Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 894ff576-38fc-47e8-a383-c4633cd5ac1f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-22T03:32:21.238Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 894ff576-38fc-47e8-a383-c4633cd5ac1f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-22T03:32:21.240Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-22T03:32:21.240Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-22T03:32:21.240Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-22T03:32:21.240Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-22T03:32:21.240Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-22T03:32:21.240Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-22T03:32:21.240Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-22T03:32:21.240Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-22T03:32:21.240Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-22T03:32:21.241Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-22T03:32:21.241Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-22T03:32:21.244Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-22T03:32:51.245Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 894ff576-38fc-47e8-a383-c4633cd5ac1f 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-05-22T03:32:51.249Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 894ff576-38fc-47e8-a383-c4633cd5ac1f and serviceModelVersionId: a9b227e6-2dce-4d4e-937a-a7d91d159d0d 2022-05-22T03:32:51.250Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fc9a5ab3-3451-4149-867c-4afc8b1b02f5 2022-05-22T03:32:51.251Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fc9a5ab3-3451-4149-867c-4afc8b1b02f5/model-vers/model-ver/a9b227e6-2dce-4d4e-937a-a7d91d159d0d?depth=0 2022-05-22T03:32:51.256Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-05-22T03:32:51.286Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc9a5ab3-3451-4149-867c-4afc8b1b02f5/model-vers/model-ver/a9b227e6-2dce-4d4e-937a-a7d91d159d0d?depth=0|INFO|500||Invoke 2022-05-22T03:32:51.286Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc9a5ab3-3451-4149-867c-4afc8b1b02f5/model-vers/model-ver/a9b227e6-2dce-4d4e-937a-a7d91d159d0d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc9a5ab3-3451-4149-867c-4afc8b1b02f5/model-vers/model-ver/a9b227e6-2dce-4d4e-937a-a7d91d159d0d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[894ff576-38fc-47e8-a383-c4633cd5ac1f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[da054320-1b58-46dc-aae6-a1f52d22269f], X-ECOMP-RequestID=[894ff576-38fc-47e8-a383-c4633cd5ac1f], X-TransactionId=[], X-ONAP-RequestID=[894ff576-38fc-47e8-a383-c4633cd5ac1f], Content-Type=[application/merge-patch+json]} 2022-05-22T03:32:51.307Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc9a5ab3-3451-4149-867c-4afc8b1b02f5/model-vers/model-ver/a9b227e6-2dce-4d4e-937a-a7d91d159d0d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-22T03:32:51.375Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc9a5ab3-3451-4149-867c-4afc8b1b02f5/model-vers/model-ver/a9b227e6-2dce-4d4e-937a-a7d91d159d0d?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/fc9a5ab3-3451-4149-867c-4afc8b1b02f5/model-vers/model-ver/a9b227e6-2dce-4d4e-937a-a7d91d159d0d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220522-03:32:51:313-11646], vertex-id=[385216], Content-Length=[0], Date=[Sun, 22 May 2022 03:32:51 GMT], Content-Type=[application/json]} 2022-05-22T03:32:51.375Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc9a5ab3-3451-4149-867c-4afc8b1b02f5/model-vers/model-ver/a9b227e6-2dce-4d4e-937a-a7d91d159d0d?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-22T03:32:51.376Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc9a5ab3-3451-4149-867c-4afc8b1b02f5/model-vers/model-ver/a9b227e6-2dce-4d4e-937a-a7d91d159d0d?depth=0|INFO|500||InvokeReturn 2022-05-22T03:32:51.376Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-22T03:32:51.376Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-22T03:32:51.382Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-22T03:32:51.382Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 894ff576-38fc-47e8-a383-c4633cd5ac1f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-22T03:32:51.383Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-22T03:32:51.383Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:32:51.384Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:32:51.385Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190371382, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-22T03:32:51.485Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:32:51.486Z||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-05-22T03:32:51.486Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:32:51.505Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:32:51.506Z||pool-61-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-05-22T03:32:52.398Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:32:52.399Z||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-05-22T03:32:52.399Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:32:56.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:32:56.294Z||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-05-22T03:32:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:32:56.921Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:32:56.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-22T03:32:56.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "894ff576-38fc-47e8-a383-c4633cd5ac1f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190371382, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-22T03:32:56.922Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:33:02.675Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:33:02.676Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:33:02.676Z||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-05-22T03:33:02.676Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:33:12.222Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:33:12.222Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:33:12.223Z||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-05-22T03:33:12.223Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:33:21.759Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:33:21.759Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:33:21.760Z||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-05-22T03:33:21.760Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:33:31.304Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:33:56.291Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:33:56.292Z||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-05-22T03:33:56.292Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:33:56.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:33:56.294Z||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-05-22T03:33:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:34:05.839Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:34:05.839Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:34:56.291Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:34:56.292Z||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-05-22T03:34:56.292Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:34:56.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:34:56.294Z||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-05-22T03:34:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:35:05.837Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:35:05.839Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:35:56.291Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:35:56.292Z||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-05-22T03:35:56.292Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:35:56.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:35:56.294Z||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-05-22T03:35:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:36:05.841Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:36:05.841Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:36:56.291Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:36:56.292Z||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-05-22T03:36:56.292Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:36:56.294Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:36:56.294Z||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-05-22T03:36:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:37:05.835Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:37:05.839Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:37:56.291Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:37:56.292Z||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-05-22T03:37:56.292Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:37:56.294Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:37:56.294Z||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-05-22T03:37:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:38:05.840Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:38:05.843Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:38:56.291Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:38:56.292Z||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-05-22T03:38:56.292Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:38:56.294Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:38:56.294Z|e0f88c30-e160-46a4-980f-1411b83d82bd|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-05-22T03:38:56.294Z|e0f88c30-e160-46a4-980f-1411b83d82bd|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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:39:05.831Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:39:05.838Z|e0f88c30-e160-46a4-980f-1411b83d82bd|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:39:56.291Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:39:56.292Z||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-05-22T03:39:56.292Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:39:56.294Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:39:56.294Z||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-05-22T03:39:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:39:56.920Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:39:56.921Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.921Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"0e91dd51-3e15-467a-b191-98f2a3b874f2","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"97c74702-dc1b-4b50-93d0-9cde66c3418e","serviceDescription":"service","serviceInvariantUUID":"bdcfeb33-9943-49ad-968d-423e747adf46","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dce0de74-10b1-4b9e-ba97-5a29a6ccc007","resourceInvariantUUID":"a9aa511b-2175-4ae3-9995-869c23a71764","resourceCustomizationUUID":"f6fa3d5f-6b12-417d-a0b7-4cb2a6f4b836","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":"ZjBkNjA4ZmQ4NWVkOTJhNzZlYjdmNDQ1OTliYTQ5NDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"51b15fd7-7194-4bd3-adf5-55a6aab56c17","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":"MzM0ZjdhODYyMTg0MjhmYWE4NTBmZmZjZTkwOGMxNGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"237cfe96-5c70-4a37-a9ec-f8118b803a3d","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":"c41c142f-3769-420c-a8af-35dd604ebdf9","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":"9e706aec-0751-45c2-b371-343ba38882e5","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":"bb72ce7e-6722-4763-9a21-b599cd093533","artifactVersion":"2","generatedFromUUID":"9ebd48d1-4137-4f0c-84b6-02ea93cbb6bd"},{"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":"a2057e9e-50b6-4434-b26a-5a15f65adb30","artifactVersion":"2","generatedFromUUID":"c41c142f-3769-420c-a8af-35dd604ebdf9"},{"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":"9ebd48d1-4137-4f0c-84b6-02ea93cbb6bd","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":"1a36122b-6275-499d-b47a-dc1a20e718f7","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":"MDQ2N2JmMzFhODYyMDZkNDkwYWRlMmJjMjE3N2YwZDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6bbfa423-5c47-402d-b2fe-c05ffd2b8cf0","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZmYwODRiNDI5OTM5YjNlNjBhZDFkOGU0M2QzNTA1YzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8b0e58f4-b8ce-42dc-81d1-8584d51d6333","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-22T03:39:56.924Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:39:56.925Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:39:56.927Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:39:56.927Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190796291, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.929Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:39:56.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "ves-openapi-manager", "timestamp": 1653190739191, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.931Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "policy-id", "timestamp": 1653190743797, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.932Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "ves-openapi-manager", "timestamp": 1653190739191, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.932Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "policy-id", "timestamp": 1653190743797, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.932Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.933Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "cds", "timestamp": 1653190748075, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.933Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.933Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "ves-openapi-manager", "timestamp": 1653190739191, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.933Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.933Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "policy-id", "timestamp": 1653190743797, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-22T03:39:56.933Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "aai-ml", "timestamp": 1653190748775, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.934Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "cds", "timestamp": 1653190748075, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.934Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "ves-openapi-manager", "timestamp": 1653190739191, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.934Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "policy-id", "timestamp": 1653190743797, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.935Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "aai-ml", "timestamp": 1653190748775, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.935Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "cds", "timestamp": 1653190748075, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.935Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "ves-openapi-manager", "timestamp": 1653190739191, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.935Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.936Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "policy-id", "timestamp": 1653190743797, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.936Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.936Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "aai-ml", "timestamp": 1653190748775, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.936Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.936Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "cds", "timestamp": 1653190748075, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.936Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.936Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653190751121, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.936Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.936Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "ves-openapi-manager", "timestamp": 1653190739191, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.936Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "policy-id", "timestamp": 1653190743797, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.937Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "aai-ml", "timestamp": 1653190748775, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.937Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "cds", "timestamp": 1653190748075, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.937Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653190751121, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.937Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "ves-openapi-manager", "timestamp": 1653190739191, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.937Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "policy-id", "timestamp": 1653190743797, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.937Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "aai-ml", "timestamp": 1653190748775, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.937Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "cds", "timestamp": 1653190748075, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.938Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653190751121, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.938Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "ves-openapi-manager", "timestamp": 1653190739191, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.938Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "policy-id", "timestamp": 1653190743797, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.938Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "aai-ml", "timestamp": 1653190748775, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.938Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "cds", "timestamp": 1653190748075, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.938Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653190751121, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.938Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "ves-openapi-manager", "timestamp": 1653190739191, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "policy-id", "timestamp": 1653190743797, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "aai-ml", "timestamp": 1653190748775, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "multicloud-k8s-id", "timestamp": 1653190754839, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "cds", "timestamp": 1653190748075, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653190751121, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "ves-openapi-manager", "timestamp": 1653190739191, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "policy-id", "timestamp": 1653190743797, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:39:56.940Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "aai-ml", "timestamp": 1653190748775, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.940Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "multicloud-k8s-id", "timestamp": 1653190754839, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-22T03:39:56.940Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "cds", "timestamp": 1653190748075, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.940Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653190751121, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.940Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "policy-id", "timestamp": 1653190757355, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:39:56.940Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:39:56.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "aai-ml", "timestamp": 1653190748775, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.940Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "multicloud-k8s-id", "timestamp": 1653190754839, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-22T03:39:56.940Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "cds", "timestamp": 1653190748075, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:39:56.941Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653190751121, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.941Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "policy-id", "timestamp": 1653190758359, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-22T03:39:56.941Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:39:56.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "aai-ml", "timestamp": 1653190748775, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:39:56.941Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "multicloud-k8s-id", "timestamp": 1653190754839, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.941Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653190751121, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.941Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "cds", "timestamp": 1653190758828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:39:56.941Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:39:56.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "policy-id", "timestamp": 1653190759362, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-22T03:39:56.954Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0e91dd51-3e15-467a-b191-98f2a3b874f2 2022-05-22T03:39:56.955Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e91dd51-3e15-467a-b191-98f2a3b874f2 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-05-22T03:39:56.961Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.961Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "multicloud-k8s-id", "timestamp": 1653190754839, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-22T03:39:56.962Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.962Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.962Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "aai-ml", "timestamp": 1653190759514, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:39:56.962Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:39:56.962Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.962Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653190751121, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.962Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.963Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.963Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "multicloud-k8s-id", "timestamp": 1653190754839, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-22T03:39:56.963Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.963Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.963Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653190751121, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:39:56.963Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.963Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.963Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "cds", "timestamp": 1653190760994, "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-05-22T03:39:56.967Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0e91dd51-3e15-467a-b191-98f2a3b874f2 2022-05-22T03:39:56.967Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e91dd51-3e15-467a-b191-98f2a3b874f2 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-05-22T03:39:56.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "multicloud-k8s-id", "timestamp": 1653190754839, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-22T03:39:56.974Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653190761936, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:39:56.974Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:39:56.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "multicloud-k8s-id", "timestamp": 1653190754839, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.974Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "clamp", "timestamp": 1653190762313, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.974Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "multicloud-k8s-id", "timestamp": 1653190754839, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.975Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653190763793, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-22T03:39:56.975Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:39:56.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "clamp", "timestamp": 1653190762313, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-22T03:39:56.975Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "multicloud-k8s-id", "timestamp": 1653190754839, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:39:56.975Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653190764797, "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-05-22T03:39:56.980Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0e91dd51-3e15-467a-b191-98f2a3b874f2 2022-05-22T03:39:56.980Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e91dd51-3e15-467a-b191-98f2a3b874f2 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-05-22T03:39:56.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "clamp", "timestamp": 1653190762313, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.987Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "multicloud-k8s-id", "timestamp": 1653190765695, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-22T03:39:56.987Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:39:56.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "clamp", "timestamp": 1653190762313, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.987Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "clamp", "timestamp": 1653190762313, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.987Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "multicloud-k8s-id", "timestamp": 1653190766986, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-22T03:39:56.988Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:39:56.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "aai-ml", "timestamp": 1653190767283, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-22T03:39:56.988Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:39:56.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "clamp", "timestamp": 1653190762313, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.988Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:56.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "multicloud-k8s-id", "timestamp": 1653190768280, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-22T03:39:56.988Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:39:56.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "aai-ml", "timestamp": 1653190768286, "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-05-22T03:39:56.992Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0e91dd51-3e15-467a-b191-98f2a3b874f2 2022-05-22T03:39:56.992Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e91dd51-3e15-467a-b191-98f2a3b874f2 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-05-22T03:39:56.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:56.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "clamp", "timestamp": 1653190762313, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:56.999Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:57.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:57.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "multicloud-k8s-id", "timestamp": 1653190769503, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-22T03:39:57.000Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:39:57.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:57.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "clamp", "timestamp": 1653190762313, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:57.000Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:57.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:57.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "multicloud-k8s-id", "timestamp": 1653190770612, "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-05-22T03:39:57.004Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0e91dd51-3e15-467a-b191-98f2a3b874f2 2022-05-22T03:39:57.004Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e91dd51-3e15-467a-b191-98f2a3b874f2 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-22T03:39:57.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:57.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "clamp", "timestamp": 1653190762313, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:39:57.011Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:57.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:57.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "multicloud-k8s-id", "timestamp": 1653190771614, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-22T03:39:57.011Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:39:57.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:57.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "clamp", "timestamp": 1653190762313, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:39:57.011Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:39:57.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:57.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "clamp", "timestamp": 1653190783341, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:39:57.011Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:39:57.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:57.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "clamp", "timestamp": 1653190787345, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-22T03:39:57.012Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:39:57.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:39:57.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "clamp", "timestamp": 1653190788349, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-22T03:39:57.015Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0e91dd51-3e15-467a-b191-98f2a3b874f2 2022-05-22T03:39:57.016Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e91dd51-3e15-467a-b191-98f2a3b874f2 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-22T03:39:57.027Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:39:57.028Z||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-05-22T03:39:57.028Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:39:57.044Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:39:57.045Z||pool-62-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:39:57.928Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:39:57.928Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:39:57.930Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:39:57.930Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190796291, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-22T03:39:58.031Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:39:58.031Z||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-05-22T03:39:58.031Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:39:58.047Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:39:58.047Z||pool-63-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:39:58.931Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:39:58.932Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:39:58.934Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:39:58.934Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190796291, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-22T03:39:59.034Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:39:59.035Z||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-05-22T03:39:59.035Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:39:59.050Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:39:59.050Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:39:59.934Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:39:59.935Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:39:59.937Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:39:59.937Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190796291, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:40:00.037Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:40:00.038Z||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-05-22T03:40:00.039Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:40:00.054Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:40:00.055Z||pool-65-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:40:00.938Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:40:00.939Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:40:00.941Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:40:00.941Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190796291, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-22T03:40:01.041Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:40:01.043Z||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-05-22T03:40:01.043Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:40:01.060Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:40:01.060Z||pool-66-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:40:01.942Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:40:01.943Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:40:01.945Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:40:01.946Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190796291, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-22T03:40:02.046Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:40:02.047Z||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-05-22T03:40:02.047Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:40:02.065Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:40:02.065Z||pool-67-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:40:02.946Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:40:02.947Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:40:02.949Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:40:02.949Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190796291, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-22T03:40:03.049Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:40:03.050Z||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-05-22T03:40:03.050Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:40:03.065Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:40:03.065Z||pool-68-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:40:03.949Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:40:03.950Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:40:03.954Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:40:03.955Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190796291, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-22T03:40:04.055Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:40:04.055Z||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-05-22T03:40:04.056Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:40:04.071Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:40:04.071Z||pool-69-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:40:04.955Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:40:04.956Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:40:04.958Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:40:04.958Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190796291, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:40:05.058Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:40:05.059Z||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-05-22T03:40:05.059Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:40:05.075Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:40:05.075Z||pool-70-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:40:05.959Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:40:05.960Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:40:05.961Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:40:05.961Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190796291, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:40:06.062Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:40:06.062Z||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-05-22T03:40:06.063Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:40:06.077Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:40:06.077Z||pool-71-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:40:06.963Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "97c74702-dc1b-4b50-93d0-9cde66c3418e", "serviceDescription": "service", "serviceInvariantUUID": "bdcfeb33-9943-49ad-968d-423e747adf46", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "f6fa3d5f-6b12-417d-a0b7-4cb2a6f4b836", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dce0de74-10b1-4b9e-ba97-5a29a6ccc007", "resourceInvariantUUID": "a9aa511b-2175-4ae3-9995-869c23a71764", "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": "MzM0ZjdhODYyMTg0MjhmYWE4NTBmZmZjZTkwOGMxNGU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "237cfe96-5c70-4a37-a9ec-f8118b803a3d", "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": "c41c142f-3769-420c-a8af-35dd604ebdf9", "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": "a2057e9e-50b6-4434-b26a-5a15f65adb30", "generatedFromUUID": "c41c142f-3769-420c-a8af-35dd604ebdf9" }, "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": "bb72ce7e-6722-4763-9a21-b599cd093533", "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": "a2057e9e-50b6-4434-b26a-5a15f65adb30", "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": "9ebd48d1-4137-4f0c-84b6-02ea93cbb6bd", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ZmYwODRiNDI5OTM5YjNlNjBhZDFkOGU0M2QzNTA1YzA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8b0e58f4-b8ce-42dc-81d1-8584d51d6333" } ], "workloadContext": "Production" } 2022-05-22T03:40:06.963Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-22T03:40:06.963Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 97c74702-dc1b-4b50-93d0-9cde66c3418e ASDC 2022-05-22T03:40:06.964Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:0e91dd51-3e15-467a-b191-98f2a3b874f2 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:97c74702-dc1b-4b50-93d0-9cde66c3418e ServiceInvariantUUID:bdcfeb33-9943-49ad-968d-423e747adf46 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:8b0e58f4-b8ce-42dc-81d1-8584d51d6333 ArtifactChecksum:ZmYwODRiNDI5OTM5YjNlNjBhZDFkOGU0M2QzNTA1YzA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:f6fa3d5f-6b12-417d-a0b7-4cb2a6f4b836 ResourceInvariantUUID:a9aa511b-2175-4ae3-9995-869c23a71764 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:dce0de74-10b1-4b9e-ba97-5a29a6ccc007 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:237cfe96-5c70-4a37-a9ec-f8118b803a3d ArtifactChecksum:MzM0ZjdhODYyMTg0MjhmYWE4NTBmZmZjZTkwOGMxNGU= 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:c41c142f-3769-420c-a8af-35dd604ebdf9 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:a2057e9e-50b6-4434-b26a-5a15f65adb30 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:bb72ce7e-6722-4763-9a21-b599cd093533 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:a2057e9e-50b6-4434-b26a-5a15f65adb30 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:9ebd48d1-4137-4f0c-84b6-02ea93cbb6bd ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-22T03:40:06.964Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 97c74702-dc1b-4b50-93d0-9cde66c3418e 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-05-22T03:40:06.996Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-22T03:40:06.996Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-05-22T03:40:06.996Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-05-22T03:40:06.997Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8b0e58f4-b8ce-42dc-81d1-8584d51d6333 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-22T03:40:06.997Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-05-22T03:40:06.997Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-22T03:40:07.291Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-05-22T03:40:07.301Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 8b0e58f4-b8ce-42dc-81d1-8584d51d6333 158206 2022-05-22T03:40:07.301Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-05-22T03:40:07.301Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-22T03:40:07.301Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-22T03:40:07.301Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:40:07.303Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:40:07.303Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190807301, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:40:07.403Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:40:07.404Z||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-05-22T03:40:07.405Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:40:07.417Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:40:07.418Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:40:08.304Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-22T03:40:08.305Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-05-22T03:40:08.305Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 8b0e58f4-b8ce-42dc-81d1-8584d51d6333, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-22T03:40:08.305Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-05-22T03:40:08.306Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-22T03:40:08.306Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-22T03:40:08.403Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15393241503855068251/Definitions/service-BasicCnfMacro-template.yml 2022-05-22T03:40:09.366Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-22T03:40:09.366Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-05-22T03:40:09.366Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-22T03:40:09.366Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-05-22T03:40:09.366Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||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-05-22T03:40:09.366Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||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-05-22T03:40:09.366Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||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-05-22T03:40:09.366Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-22T03:40:09.366Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-05-22T03:40:09.366Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:40:09.366Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:40:09.366Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-22T03:40:09.367Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-05-22T03:40:09.367Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-22T03:40:09.367Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:40:09.367Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:40:09.367Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-22T03:40:09.367Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-05-22T03:40:09.367Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-22T03:40:09.367Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:40:09.367Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:40:09.367Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:40:09.367Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-05-22T03:40:09.367Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-05-22T03:40:09.368Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-05-22T03:40:09.368Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-22T03:40:09.368Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:40:09.368Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-22T03:40:09.368Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:40:09.368Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-22T03:40:09.368Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-22T03:40:09.368Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:40:09.368Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-22T03:40:09.368Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-22T03:40:09.368Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:40:09.369Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-22T03:40:09.369Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-22T03:40:09.369Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:40:09.369Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-22T03:40:09.369Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-22T03:40:09.369Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:40:09.369Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-05-22T03:40:09.369Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-05-22T03:40:09.369Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=17232a78-ccd4-4015-989f-f2308986fdad 2022-05-22T03:40:09.369Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:40:09.369Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:40:09.370Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:40:09.370Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:40:09.370Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:40:09.370Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:40:09.370Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:40:09.370Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:40:09.370Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:97c74702-dc1b-4b50-93d0-9cde66c3418e Model Version:NULL Model InvariantUuid:bdcfeb33-9943-49ad-968d-423e747adf46 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:ff7520c0-be9c-4bb9-bde5-786ae86d9486 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a9aa511b-2175-4ae3-9995-869c23a71764 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f6fa3d5f-6b12-417d-a0b7-4cb2a6f4b836 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5116b034-bd9f-4552-a87a-2c77314d37e3 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:da402e07-c65d-45ac-999c-b878fb0e5ce6 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:730d0933-71fc-4459-aa5a-bddd603e5d10 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:ca0e987b-92b6-49e1-a145-8b1916dbefd4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:17232a78-ccd4-4015-989f-f2308986fdad ModelInvariantUuid:a04de277-89fe-414b-81c8-06cbdf0d106f ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:080bb2a3-2da1-45d8-b398-440de122cdcf ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:07ee0856-56cb-4417-b910-9dfb7344e6b3 ModelInvariantUuid:bc221525-6dbc-4d04-ac24-47d8196db664 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:885a3b4f-9fa5-424d-a09c-5b0587587fa8 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-05-22T03:40:09.378Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: dce0de74-10b1-4b9e-ba97-5a29a6ccc007 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-05-22T03:40:09.380Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||basic_cnf_macro 0 2022-05-22T03:40:09.380Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dce0de74-10b1-4b9e-ba97-5a29a6ccc007 2022-05-22T03:40:09.380Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 237cfe96-5c70-4a37-a9ec-f8118b803a3d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-22T03:40:09.381Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-05-22T03:40:09.381Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||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-05-22T03:40:09.765Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-05-22T03:40:09.765Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 237cfe96-5c70-4a37-a9ec-f8118b803a3d 1565 2022-05-22T03:40:09.766Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||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-05-22T03:40:09.766Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||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-05-22T03:40:09.766Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-22T03:40:09.766Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:40:09.769Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:40:09.769Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190809766, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-22T03:40:09.869Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:40:09.870Z||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-05-22T03:40:09.870Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:40:09.886Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:40:09.886Z||pool-73-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:40:10.770Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "730d0933-71fc-4459-aa5a-bddd603e5d10", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ca0e987b-92b6-49e1-a145-8b1916dbefd4", "vfModuleModelCustomizationUUID": "5b54e613-3ba9-4320-a920-7ff659f512e4", "isBase": true, "artifacts": [ "c41c142f-3769-420c-a8af-35dd604ebdf9", "a2057e9e-50b6-4434-b26a-5a15f65adb30" ], "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": "5116b034-bd9f-4552-a87a-2c77314d37e3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "da402e07-c65d-45ac-999c-b878fb0e5ce6", "vfModuleModelCustomizationUUID": "d3f05618-7c14-4565-afe0-3a515f606cac", "isBase": false, "artifacts": [ "9ebd48d1-4137-4f0c-84b6-02ea93cbb6bd" ], "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-05-22T03:40:10.774Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ca0e987b-92b6-49e1-a145-8b1916dbefd4 VfModuleModelInvariantUUID:730d0933-71fc-4459-aa5a-bddd603e5d10 VfModuleModelDescription:NULL Artifacts UUID List:{ c41c142f-3769-420c-a8af-35dd604ebdf9 , a2057e9e-50b6-4434-b26a-5a15f65adb30 } 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:da402e07-c65d-45ac-999c-b878fb0e5ce6 VfModuleModelInvariantUUID:5116b034-bd9f-4552-a87a-2c77314d37e3 VfModuleModelDescription:NULL Artifacts UUID List:{ 9ebd48d1-4137-4f0c-84b6-02ea93cbb6bd } 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-05-22T03:40:10.777Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "730d0933-71fc-4459-aa5a-bddd603e5d10", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ca0e987b-92b6-49e1-a145-8b1916dbefd4", "vfModuleModelCustomizationUUID": "5b54e613-3ba9-4320-a920-7ff659f512e4", "isBase": true, "artifacts": [ "c41c142f-3769-420c-a8af-35dd604ebdf9", "a2057e9e-50b6-4434-b26a-5a15f65adb30" ], "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": "5116b034-bd9f-4552-a87a-2c77314d37e3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "da402e07-c65d-45ac-999c-b878fb0e5ce6", "vfModuleModelCustomizationUUID": "d3f05618-7c14-4565-afe0-3a515f606cac", "isBase": false, "artifacts": [ "9ebd48d1-4137-4f0c-84b6-02ea93cbb6bd" ], "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-05-22T03:40:10.777Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ca0e987b-92b6-49e1-a145-8b1916dbefd4 VfModuleModelInvariantUUID:730d0933-71fc-4459-aa5a-bddd603e5d10 VfModuleModelDescription:NULL Artifacts UUID List:{ c41c142f-3769-420c-a8af-35dd604ebdf9 , a2057e9e-50b6-4434-b26a-5a15f65adb30 } 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:da402e07-c65d-45ac-999c-b878fb0e5ce6 VfModuleModelInvariantUUID:5116b034-bd9f-4552-a87a-2c77314d37e3 VfModuleModelDescription:NULL Artifacts UUID List:{ 9ebd48d1-4137-4f0c-84b6-02ea93cbb6bd } 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-05-22T03:40:10.777Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c41c142f-3769-420c-a8af-35dd604ebdf9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-22T03:40:10.777Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-05-22T03:40:10.777Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||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-05-22T03:40:11.090Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-05-22T03:40:11.090Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml c41c142f-3769-420c-a8af-35dd604ebdf9 914 2022-05-22T03:40:11.090Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||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-05-22T03:40:11.091Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||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-05-22T03:40:11.091Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-22T03:40:11.091Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:40:11.093Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:40:11.093Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190811090, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-22T03:40:11.193Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:40:11.193Z||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-05-22T03:40:11.194Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:40:11.204Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:40:11.205Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:40:12.093Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bb72ce7e-6722-4763-9a21-b599cd093533 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-05-22T03:40:12.094Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-05-22T03:40:12.094Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||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-05-22T03:40:12.196Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-05-22T03:40:12.197Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env bb72ce7e-6722-4763-9a21-b599cd093533 12 2022-05-22T03:40:12.197Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||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-05-22T03:40:12.197Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||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-05-22T03:40:12.197Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-22T03:40:12.197Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:40:12.200Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:40:12.200Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190812197, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-05-22T03:40:12.299Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-22T03:40:12.300Z||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-05-22T03:40:12.300Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:40:12.314Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:40:12.315Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:40:13.200Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a2057e9e-50b6-4434-b26a-5a15f65adb30 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-22T03:40:13.201Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-05-22T03:40:13.201Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||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-05-22T03:40:13.256Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-05-22T03:40:13.256Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env a2057e9e-50b6-4434-b26a-5a15f65adb30 96 2022-05-22T03:40:13.257Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||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-05-22T03:40:13.257Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||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-05-22T03:40:13.257Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-22T03:40:13.257Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:40:13.260Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:40:13.260Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190813257, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-22T03:40:13.360Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:40:13.361Z||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-05-22T03:40:13.361Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:40:13.375Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:40:13.375Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:40:14.261Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9ebd48d1-4137-4f0c-84b6-02ea93cbb6bd from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-05-22T03:40:14.262Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-05-22T03:40:14.262Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||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-05-22T03:40:14.308Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-05-22T03:40:14.309Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 9ebd48d1-4137-4f0c-84b6-02ea93cbb6bd 20206 2022-05-22T03:40:14.309Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||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-05-22T03:40:14.309Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||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-05-22T03:40:14.310Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-22T03:40:14.310Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:40:14.312Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:40:14.312Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190814309, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-22T03:40:14.412Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:40:14.413Z||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-05-22T03:40:14.413Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:40:14.426Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:40:14.427Z||pool-77-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:40:15.318Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 97c74702-dc1b-4b50-93d0-9cde66c3418e 2022-05-22T03:40:15.318Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 dce0de74-10b1-4b9e-ba97-5a29a6ccc007 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-05-22T03:40:15.329Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@15334615, org.onap.sdc.toscaparser.api.parameters.Input@195ce82e, org.onap.sdc.toscaparser.api.parameters.Input@43416202, org.onap.sdc.toscaparser.api.parameters.Input@463b832, org.onap.sdc.toscaparser.api.parameters.Input@b6f4545] 2022-05-22T03:40:15.330Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:40:15.330Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:40:15.330Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-05-22T03:40:15.331Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= f6fa3d5f-6b12-417d-a0b7-4cb2a6f4b836 2022-05-22T03:40:15.331Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f6fa3d5f-6b12-417d-a0b7-4cb2a6f4b836 matches Tosca VF Customization UUID: f6fa3d5f-6b12-417d-a0b7-4cb2a6f4b836 2022-05-22T03:40:15.331Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: f6fa3d5f-6b12-417d-a0b7-4cb2a6f4b836 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-05-22T03:40:15.333Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:40:15.333Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:40:15.334Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id f6fa3d5f-6b12-417d-a0b7-4cb2a6f4b836: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-05-22T03:40:15.334Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@46096656 2022-05-22T03:40:15.334Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:40:15.334Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-22T03:40:15.334Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d3f05618-7c14-4565-afe0-3a515f606cac 2022-05-22T03:40:15.334Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d3f05618-7c14-4565-afe0-3a515f606cac 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-05-22T03:40:15.337Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:40:15.337Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-22T03:40:15.337Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-22T03:40:15.337Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:40:15.337Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-22T03:40:15.337Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-22T03:40:15.338Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:40:15.338Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-22T03:40:15.338Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=f6fa3d5f-6b12-417d-a0b7-4cb2a6f4b836 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-05-22T03:40:15.340Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:40:15.340Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:40:15.340Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 97c74702-dc1b-4b50-93d0-9cde66c3418e: basic_cnf_macro 2022-05-22T03:40:15.341Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:40:15.341Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:40:15.341Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:40:15.341Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:40:15.341Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:40:15.341Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:40:15.341Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:40:15.341Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:40:15.341Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:40:15.342Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:40:15.342Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||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-05-22T03:40:15.379Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro dce0de74-10b1-4b9e-ba97-5a29a6ccc007 2 ASDC deployResourceStructure 2022-05-22T03:40:15.379Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||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-05-22T03:40:15.380Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||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-05-22T03:40:15.380Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-22T03:40:15.380Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:40:15.382Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:40:15.382Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190815379, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-22T03:40:15.482Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:40:15.483Z||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-05-22T03:40:15.483Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:40:15.515Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:40:15.515Z||pool-78-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:40:16.383Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||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-05-22T03:40:16.383Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||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-05-22T03:40:16.383Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-22T03:40:16.384Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:40:16.385Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:40:16.386Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190816382, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-05-22T03:40:16.486Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:40:16.487Z||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-05-22T03:40:16.487Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:40:16.514Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:40:16.515Z||pool-79-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-05-22T03:40:17.387Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||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-05-22T03:40:17.388Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||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-05-22T03:40:17.388Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-22T03:40:17.388Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:40:17.390Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:40:17.390Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190817387, "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-05-22T03:40:17.491Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:40:17.491Z||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-05-22T03:40:17.491Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:40:17.505Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:40:17.506Z||pool-80-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:40:18.392Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||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-05-22T03:40:18.392Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||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-05-22T03:40:18.392Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-22T03:40:18.393Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:40:18.395Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:40:18.395Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190818391, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-05-22T03:40:18.495Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:40:18.495Z||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-05-22T03:40:18.496Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:40:18.507Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:40:18.508Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:40:19.395Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||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-05-22T03:40:19.396Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||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-05-22T03:40:19.396Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-22T03:40:19.397Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:40:19.399Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:40:19.399Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190819395, "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-05-22T03:40:19.499Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:40:19.500Z||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-05-22T03:40:19.500Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:40:19.515Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:40:19.516Z||pool-82-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:40:20.400Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-05-22T03:40:20.400Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-22T03:40:20.400Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-22T03:40:20.400Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:40:20.401Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:40:20.402Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190820399, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-22T03:40:20.502Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:40:20.503Z||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-05-22T03:40:20.503Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:40:20.518Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:40:20.519Z||pool-83-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:40:21.402Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0e91dd51-3e15-467a-b191-98f2a3b874f2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-22T03:40:21.411Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0e91dd51-3e15-467a-b191-98f2a3b874f2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-22T03:40:21.414Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-22T03:40:21.414Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-22T03:40:21.415Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-22T03:40:21.415Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-22T03:40:21.415Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-22T03:40:21.415Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-22T03:40:21.415Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-22T03:40:21.415Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-22T03:40:21.415Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-22T03:40:21.415Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-22T03:40:21.415Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||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-05-22T03:40:21.420Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-22T03:40:51.420Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0e91dd51-3e15-467a-b191-98f2a3b874f2 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-05-22T03:40:51.425Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0e91dd51-3e15-467a-b191-98f2a3b874f2 and serviceModelVersionId: 97c74702-dc1b-4b50-93d0-9cde66c3418e 2022-05-22T03:40:51.425Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bdcfeb33-9943-49ad-968d-423e747adf46 2022-05-22T03:40:51.426Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bdcfeb33-9943-49ad-968d-423e747adf46/model-vers/model-ver/97c74702-dc1b-4b50-93d0-9cde66c3418e?depth=0 2022-05-22T03:40:51.429Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-05-22T03:40:51.461Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bdcfeb33-9943-49ad-968d-423e747adf46/model-vers/model-ver/97c74702-dc1b-4b50-93d0-9cde66c3418e?depth=0|INFO|500||Invoke 2022-05-22T03:40:51.462Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bdcfeb33-9943-49ad-968d-423e747adf46/model-vers/model-ver/97c74702-dc1b-4b50-93d0-9cde66c3418e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bdcfeb33-9943-49ad-968d-423e747adf46/model-vers/model-ver/97c74702-dc1b-4b50-93d0-9cde66c3418e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0e91dd51-3e15-467a-b191-98f2a3b874f2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4b20f343-70a2-4c70-bd4a-a66a6b227844], X-ECOMP-RequestID=[0e91dd51-3e15-467a-b191-98f2a3b874f2], X-TransactionId=[], X-ONAP-RequestID=[0e91dd51-3e15-467a-b191-98f2a3b874f2], Content-Type=[application/merge-patch+json]} 2022-05-22T03:40:51.478Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bdcfeb33-9943-49ad-968d-423e747adf46/model-vers/model-ver/97c74702-dc1b-4b50-93d0-9cde66c3418e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-22T03:40:51.540Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bdcfeb33-9943-49ad-968d-423e747adf46/model-vers/model-ver/97c74702-dc1b-4b50-93d0-9cde66c3418e?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/bdcfeb33-9943-49ad-968d-423e747adf46/model-vers/model-ver/97c74702-dc1b-4b50-93d0-9cde66c3418e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220522-03:40:51:485-98136], vertex-id=[471256], Content-Length=[0], Date=[Sun, 22 May 2022 03:40:51 GMT], Content-Type=[application/json]} 2022-05-22T03:40:51.540Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bdcfeb33-9943-49ad-968d-423e747adf46/model-vers/model-ver/97c74702-dc1b-4b50-93d0-9cde66c3418e?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-22T03:40:51.541Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bdcfeb33-9943-49ad-968d-423e747adf46/model-vers/model-ver/97c74702-dc1b-4b50-93d0-9cde66c3418e?depth=0|INFO|500||InvokeReturn 2022-05-22T03:40:51.541Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-22T03:40:51.541Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||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-05-22T03:40:51.547Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||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-05-22T03:40:51.548Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0e91dd51-3e15-467a-b191-98f2a3b874f2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-22T03:40:51.548Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-22T03:40:51.548Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:40:51.550Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:40:51.550Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190851548, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-22T03:40:51.650Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:40:51.651Z||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-05-22T03:40:51.651Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:40:51.670Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:40:51.670Z||pool-84-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-22T03:40:56.291Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:40:56.292Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|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-05-22T03:40:56.292Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:40:56.294Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:40:56.294Z||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-05-22T03:40:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:40:56.414Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:40:56.415Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:40:56.415Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190796291, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:40:56.415Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:41:05.829Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:41:56.291Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:41:56.292Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|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-05-22T03:41:56.292Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:41:56.294Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:41:56.294Z||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-05-22T03:41:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:41:56.826Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:41:56.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:41:56.827Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190796291, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-22T03:41:56.828Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:41:56.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:41:56.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190796291, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-22T03:41:56.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:41:56.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:41:56.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190796291, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:41:56.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:41:56.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:41:56.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190796291, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-22T03:41:56.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:41:56.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:41:56.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190796291, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-22T03:41:56.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:41:56.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:41:56.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190796291, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-22T03:41:56.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:41:56.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:41:56.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190796291, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-22T03:41:56.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:41:56.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:41:56.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190796291, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:41:56.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:41:56.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:41:56.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190796291, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:41:56.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-22T03:41:56.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:41:56.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190807301, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:41:56.833Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:41:56.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:41:56.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190809766, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-22T03:41:56.834Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:41:56.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:41:56.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190811090, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-22T03:41:56.834Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:41:56.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:41:56.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190812197, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-05-22T03:41:56.835Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:41:56.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:41:56.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190813257, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-22T03:41:56.835Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:41:56.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:41:56.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190814309, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-22T03:41:56.835Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:41:56.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:41:56.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190815379, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-22T03:41:56.835Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:41:56.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:41:56.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190816382, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-05-22T03:41:56.836Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:41:56.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:41:56.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190817387, "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-05-22T03:41:56.836Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:41:56.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:41:56.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190818391, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-05-22T03:41:56.836Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:41:56.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:41:56.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190819395, "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-05-22T03:41:56.836Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:41:56.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:41:56.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190820399, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-22T03:41:56.836Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:41:56.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-22T03:41:56.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e91dd51-3e15-467a-b191-98f2a3b874f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190851548, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-22T03:41:56.837Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:42:05.839Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:42:56.291Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:42:56.292Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|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-05-22T03:42:56.292Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:42:56.294Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:42:56.294Z||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-05-22T03:42:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:42:56.843Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:42:56.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:42:56.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "multicloud-k8s-id", "timestamp": 1653190974838, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:42:56.845Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:42:56.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:42:56.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "cds", "timestamp": 1653190973075, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:42:56.845Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:42:56.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:42:56.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "clamp", "timestamp": 1653190972313, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:42:56.846Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:42:56.924Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:42:56.925Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-22T03:42:56.925Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"417cae7e-4eaa-48bb-9817-ab7ecc0c7abb","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"c02b661e-5b8b-48e5-b2d2-57cd8a239cd1","serviceDescription":"service","serviceInvariantUUID":"24702a03-7d29-4bef-9a46-051f81f727ea","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"61e25758-f0a7-400b-bd95-910015b2cb87","resourceInvariantUUID":"884bc266-6f26-4ac2-9a64-b06ad4aa361d","resourceCustomizationUUID":"d245a457-f8c1-4ab9-b15a-8f88d45a5283","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2e03cf0f-272a-406e-ac2f-72c233c9d094","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"ZWQ2YjU5ZjJjNjY5MzY2NWE4NWRlZmEzYmFjNzU1ZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"64abdb05-27b9-4144-be6a-4a6a39015e05","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"Y2Q3YzRhOGQ0YzBiNWU3YjI5OTQ5YzAzNmE5NWE1YmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1d507ca0-78c5-4ff3-8060-46d34cec75bc","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8e92f84b-bc0f-4e2b-8d2a-31308a22901c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c51e654d-155b-4b64-9a44-7950fad5bcc9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"852ba881-4158-42ef-a538-8d65c754422e","artifactVersion":"2","generatedFromUUID":"8e92f84b-bc0f-4e2b-8d2a-31308a22901c"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZDc2ZDJhNzg0ZTlhYTY5M2NlMDM1MzZjYzkwZDU0YzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4dd0703d-0fb1-40ae-b1f5-f6c346d0e580","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NWEwMjYwZTgxYWQwYjk4NDVmZDRkMDFkZmJmODgxYmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e143c857-4c51-4711-bbbd-fe63662d8013","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-22T03:42:56.927Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:42:56.927Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:42:56.929Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:42:56.929Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190976291, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:42:57.029Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:42:57.030Z||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-05-22T03:42:57.030Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:42:57.044Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:42:57.044Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:42:57.929Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:42:57.930Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:42:57.932Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:42:57.932Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190976291, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:42:58.032Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:42:58.033Z||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-05-22T03:42:58.033Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:42:58.048Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:42:58.048Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:42:58.933Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:42:58.934Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:42:58.935Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:42:58.936Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190976291, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-22T03:42:59.036Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:42:59.037Z||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-05-22T03:42:59.037Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:42:59.052Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:42:59.053Z||pool-87-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:42:59.936Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:42:59.937Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:42:59.939Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:42:59.939Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190976291, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-22T03:43:00.039Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:43:00.040Z||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-05-22T03:43:00.040Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:43:00.055Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:43:00.055Z||pool-88-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:43:00.939Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:43:00.941Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:43:00.943Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:43:00.943Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190976291, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:43:01.043Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:43:01.044Z||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-05-22T03:43:01.044Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:43:01.060Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:43:01.060Z||pool-89-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:43:01.943Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:43:01.944Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:43:01.945Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:43:01.945Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190976291, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-22T03:43:02.046Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-22T03:43:02.046Z||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-05-22T03:43:02.047Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:43:02.062Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:43:02.062Z||pool-90-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:43:02.946Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:43:02.947Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:43:02.949Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:43:02.949Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190976291, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:43:03.049Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:43:03.050Z||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-05-22T03:43:03.050Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:43:03.066Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:43:03.066Z||pool-91-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:43:03.950Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:43:03.951Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:43:03.953Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:43:03.953Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190976291, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:43:04.053Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:43:04.054Z||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-05-22T03:43:04.054Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:43:04.070Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:43:04.070Z||pool-92-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:43:04.954Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "c02b661e-5b8b-48e5-b2d2-57cd8a239cd1", "serviceDescription": "service", "serviceInvariantUUID": "24702a03-7d29-4bef-9a46-051f81f727ea", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "d245a457-f8c1-4ab9-b15a-8f88d45a5283", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "61e25758-f0a7-400b-bd95-910015b2cb87", "resourceInvariantUUID": "884bc266-6f26-4ac2-9a64-b06ad4aa361d", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basicclamp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "artifactChecksum": "Y2Q3YzRhOGQ0YzBiNWU3YjI5OTQ5YzAzNmE5NWE1YmI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1d507ca0-78c5-4ff3-8060-46d34cec75bc", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "8e92f84b-bc0f-4e2b-8d2a-31308a22901c", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "852ba881-4158-42ef-a538-8d65c754422e", "generatedFromUUID": "8e92f84b-bc0f-4e2b-8d2a-31308a22901c" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "852ba881-4158-42ef-a538-8d65c754422e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "NWEwMjYwZTgxYWQwYjk4NDVmZDRkMDFkZmJmODgxYmY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e143c857-4c51-4711-bbbd-fe63662d8013" } ], "workloadContext": "Production" } 2022-05-22T03:43:04.955Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-22T03:43:04.955Z|0e91dd51-3e15-467a-b191-98f2a3b874f2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c02b661e-5b8b-48e5-b2d2-57cd8a239cd1 ASDC 2022-05-22T03:43:04.955Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:417cae7e-4eaa-48bb-9817-ab7ecc0c7abb ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:c02b661e-5b8b-48e5-b2d2-57cd8a239cd1 ServiceInvariantUUID:24702a03-7d29-4bef-9a46-051f81f727ea ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Basicclamp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ArtifactUUID:e143c857-4c51-4711-bbbd-fe63662d8013 ArtifactChecksum:NWEwMjYwZTgxYWQwYjk4NDVmZDRkMDFkZmJmODgxYmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:d245a457-f8c1-4ab9-b15a-8f88d45a5283 ResourceInvariantUUID:884bc266-6f26-4ac2-9a64-b06ad4aa361d ResourceName:basicclamp ResourceType:VF ResourceUUID:61e25758-f0a7-400b-bd95-910015b2cb87 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basicclamp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ArtifactUUID:1d507ca0-78c5-4ff3-8060-46d34cec75bc ArtifactChecksum:Y2Q3YzRhOGQ0YzBiNWU3YjI5OTQ5YzAzNmE5NWE1YmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ArtifactUUID:8e92f84b-bc0f-4e2b-8d2a-31308a22901c ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:852ba881-4158-42ef-a538-8d65c754422e ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:852ba881-4158-42ef-a538-8d65c754422e ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-22T03:43:04.955Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c02b661e-5b8b-48e5-b2d2-57cd8a239cd1 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-05-22T03:43:04.988Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-22T03:43:04.988Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-05-22T03:43:04.988Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-05-22T03:43:04.988Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e143c857-4c51-4711-bbbd-fe63662d8013 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-05-22T03:43:04.988Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-05-22T03:43:04.989Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-05-22T03:43:05.472Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-05-22T03:43:05.478Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar e143c857-4c51-4711-bbbd-fe63662d8013 73674 2022-05-22T03:43:05.478Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-05-22T03:43:05.478Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-05-22T03:43:05.478Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-22T03:43:05.478Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:43:05.481Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:43:05.481Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190985478, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:43:05.581Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:43:05.582Z||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-05-22T03:43:05.582Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:43:05.595Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:43:05.596Z||pool-93-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:43:06.481Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-22T03:43:06.482Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-05-22T03:43:06.483Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: e143c857-4c51-4711-bbbd-fe63662d8013, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-22T03:43:06.483Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2022-05-22T03:43:06.483Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-22T03:43:06.484Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-22T03:43:06.672Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4565386109186133420/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-05-22T03:43:07.577Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-22T03:43:07.577Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-05-22T03:43:07.577Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-22T03:43:07.577Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-22T03:43:07.578Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-22T03:43:07.578Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-22T03:43:07.578Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-22T03:43:07.578Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-22T03:43:07.578Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-22T03:43:07.578Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-22T03:43:07.578Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-22T03:43:07.578Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-22T03:43:07.578Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-22T03:43:07.578Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-05-22T03:43:07.578Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:43:07.578Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:43:07.579Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-22T03:43:07.579Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-05-22T03:43:07.579Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-22T03:43:07.579Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:43:07.579Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:43:07.579Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-22T03:43:07.579Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-05-22T03:43:07.579Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-22T03:43:07.579Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:43:07.579Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:43:07.580Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:43:07.580Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-05-22T03:43:07.580Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-05-22T03:43:07.580Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-05-22T03:43:07.580Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-05-22T03:43:07.580Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-22T03:43:07.580Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-22T03:43:07.580Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:43:07.580Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-22T03:43:07.581Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:43:07.581Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-22T03:43:07.581Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-22T03:43:07.581Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:43:07.581Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-22T03:43:07.581Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-22T03:43:07.581Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:43:07.581Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-22T03:43:07.581Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-22T03:43:07.582Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:43:07.582Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-05-22T03:43:07.582Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-22T03:43:07.582Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-22T03:43:07.582Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5f49a72f-9622-4440-860a-57f1d1573edf 2022-05-22T03:43:07.582Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:43:07.582Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:43:07.582Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:43:07.582Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:43:07.582Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:43:07.582Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:43:07.583Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:43:07.583Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:43:07.583Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:c02b661e-5b8b-48e5-b2d2-57cd8a239cd1 Model Version:NULL Model InvariantUuid:24702a03-7d29-4bef-9a46-051f81f727ea Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:5c847d91-d753-4f7c-890c-d0ad03111864 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:884bc266-6f26-4ac2-9a64-b06ad4aa361d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d245a457-f8c1-4ab9-b15a-8f88d45a5283 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f576ddba-eb53-46fb-b7ed-c5a4c16d05c3 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:3a338ddb-7f07-4d8d-ae21-b0c204a988e5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5f49a72f-9622-4440-860a-57f1d1573edf ModelInvariantUuid:c620704a-7158-4fd1-a26c-e6e8c3fc746d ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:55c2da89-f76e-4862-a4a5-a0688cb3b323 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:39433f52-8aef-4bb0-87a3-07838691354d ModelInvariantUuid:1afcb89e-5b15-4034-b325-5ca16246a861 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:05c46af5-daba-4c19-9c7f-8fe3025cf812 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-05-22T03:43:07.591Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 61e25758-f0a7-400b-bd95-910015b2cb87 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-05-22T03:43:07.594Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||basicclamp 0 2022-05-22T03:43:07.594Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 61e25758-f0a7-400b-bd95-910015b2cb87 2022-05-22T03:43:07.594Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1d507ca0-78c5-4ff3-8060-46d34cec75bc from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-05-22T03:43:07.594Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-05-22T03:43:07.594Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-05-22T03:43:07.894Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-05-22T03:43:07.894Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 1d507ca0-78c5-4ff3-8060-46d34cec75bc 790 2022-05-22T03:43:07.894Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-05-22T03:43:07.894Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-05-22T03:43:07.894Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-22T03:43:07.895Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:43:07.896Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:43:07.896Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190987894, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-22T03:43:07.997Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:43:07.997Z||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-05-22T03:43:07.997Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:43:08.012Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:43:08.013Z||pool-94-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:43:08.897Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "f576ddba-eb53-46fb-b7ed-c5a4c16d05c3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3a338ddb-7f07-4d8d-ae21-b0c204a988e5", "vfModuleModelCustomizationUUID": "ec727117-162c-4740-ac59-bfdd2490321f", "isBase": true, "artifacts": [ "8e92f84b-bc0f-4e2b-8d2a-31308a22901c", "852ba881-4158-42ef-a538-8d65c754422e" ], "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-05-22T03:43:08.901Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3a338ddb-7f07-4d8d-ae21-b0c204a988e5 VfModuleModelInvariantUUID:f576ddba-eb53-46fb-b7ed-c5a4c16d05c3 VfModuleModelDescription:NULL Artifacts UUID List:{ 8e92f84b-bc0f-4e2b-8d2a-31308a22901c , 852ba881-4158-42ef-a538-8d65c754422e } 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-05-22T03:43:08.903Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "f576ddba-eb53-46fb-b7ed-c5a4c16d05c3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3a338ddb-7f07-4d8d-ae21-b0c204a988e5", "vfModuleModelCustomizationUUID": "ec727117-162c-4740-ac59-bfdd2490321f", "isBase": true, "artifacts": [ "8e92f84b-bc0f-4e2b-8d2a-31308a22901c", "852ba881-4158-42ef-a538-8d65c754422e" ], "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-05-22T03:43:08.903Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3a338ddb-7f07-4d8d-ae21-b0c204a988e5 VfModuleModelInvariantUUID:f576ddba-eb53-46fb-b7ed-c5a4c16d05c3 VfModuleModelDescription:NULL Artifacts UUID List:{ 8e92f84b-bc0f-4e2b-8d2a-31308a22901c , 852ba881-4158-42ef-a538-8d65c754422e } 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-05-22T03:43:08.904Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8e92f84b-bc0f-4e2b-8d2a-31308a22901c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-05-22T03:43:08.904Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-05-22T03:43:08.904Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-05-22T03:43:09.267Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-05-22T03:43:09.267Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 8e92f84b-bc0f-4e2b-8d2a-31308a22901c 5033 2022-05-22T03:43:09.267Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-22T03:43:09.267Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-05-22T03:43:09.267Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-22T03:43:09.267Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:43:09.269Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:43:09.269Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190989267, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-22T03:43:09.369Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:43:09.370Z||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-05-22T03:43:09.370Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:43:09.384Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:43:09.385Z||pool-95-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:43:10.269Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 852ba881-4158-42ef-a538-8d65c754422e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-05-22T03:43:10.270Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-05-22T03:43:10.270Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-05-22T03:43:10.673Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-05-22T03:43:10.673Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 852ba881-4158-42ef-a538-8d65c754422e 909 2022-05-22T03:43:10.674Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-22T03:43:10.674Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-05-22T03:43:10.674Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-22T03:43:10.674Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:43:10.676Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:43:10.677Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190990674, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-22T03:43:10.777Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:43:10.777Z||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-05-22T03:43:10.778Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:43:10.790Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:43:10.791Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:43:11.677Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: c02b661e-5b8b-48e5-b2d2-57cd8a239cd1 2022-05-22T03:43:11.678Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 61e25758-f0a7-400b-bd95-910015b2cb87 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-05-22T03:43:11.695Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@70ef359c, org.onap.sdc.toscaparser.api.parameters.Input@44e656af, org.onap.sdc.toscaparser.api.parameters.Input@7a494f1a, org.onap.sdc.toscaparser.api.parameters.Input@474b65b6, org.onap.sdc.toscaparser.api.parameters.Input@4e81fb16] 2022-05-22T03:43:11.696Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:43:11.696Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:43:11.697Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-05-22T03:43:11.697Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= d245a457-f8c1-4ab9-b15a-8f88d45a5283 2022-05-22T03:43:11.697Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d245a457-f8c1-4ab9-b15a-8f88d45a5283 matches Tosca VF Customization UUID: d245a457-f8c1-4ab9-b15a-8f88d45a5283 2022-05-22T03:43:11.697Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: d245a457-f8c1-4ab9-b15a-8f88d45a5283 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-05-22T03:43:11.701Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:43:11.702Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:43:11.702Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id d245a457-f8c1-4ab9-b15a-8f88d45a5283: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-05-22T03:43:11.702Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@145f94b1 2022-05-22T03:43:11.702Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:43:11.703Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-22T03:43:11.703Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ec727117-162c-4740-ac59-bfdd2490321f 2022-05-22T03:43:11.703Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ec727117-162c-4740-ac59-bfdd2490321f 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-05-22T03:43:11.705Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:43:11.705Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-22T03:43:11.705Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-22T03:43:11.705Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:43:11.706Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-22T03:43:11.706Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-22T03:43:11.706Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:43:11.706Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-05-22T03:43:11.706Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-22T03:43:11.706Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-22T03:43:11.706Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5f49a72f-9622-4440-860a-57f1d1573edf 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-05-22T03:43:11.708Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:43:11.708Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-22T03:43:11.708Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-22T03:43:11.709Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:43:11.709Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-22T03:43:11.709Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=d245a457-f8c1-4ab9-b15a-8f88d45a5283 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-05-22T03:43:11.710Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:43:11.710Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:43:11.711Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid c02b661e-5b8b-48e5-b2d2-57cd8a239cd1: basicclamp 2022-05-22T03:43:11.711Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:43:11.711Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:43:11.711Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:43:11.711Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:43:11.711Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:43:11.711Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:43:11.711Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:43:11.711Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:43:11.711Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:43:11.711Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:43:11.711Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-22T03:43:11.786Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 61e25758-f0a7-400b-bd95-910015b2cb87 1 ASDC deployResourceStructure 2022-05-22T03:43:11.786Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-05-22T03:43:11.786Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-05-22T03:43:11.786Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-22T03:43:11.786Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:43:11.790Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:43:11.790Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190991786, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-05-22T03:43:11.888Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-05-22T03:43:11.889Z||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-05-22T03:43:11.889Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:43:11.906Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:43:11.906Z||pool-97-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:43:12.791Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-22T03:43:12.791Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-05-22T03:43:12.791Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-22T03:43:12.792Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:43:12.793Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:43:12.793Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190992790, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-22T03:43:12.894Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-22T03:43:12.895Z||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-05-22T03:43:12.896Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:43:12.910Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:43:12.910Z||pool-98-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:43:13.794Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-22T03:43:13.794Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-05-22T03:43:13.795Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-22T03:43:13.795Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:43:13.797Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:43:13.798Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190993794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-22T03:43:13.898Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:43:13.898Z||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-05-22T03:43:13.899Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:43:13.914Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:43:13.914Z||pool-99-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:43:14.798Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-05-22T03:43:14.799Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-05-22T03:43:14.799Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-22T03:43:14.799Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:43:14.801Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:43:14.801Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190994798, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-22T03:43:14.902Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-22T03:43:14.903Z||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-05-22T03:43:14.903Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:43:14.917Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:43:14.917Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:43:15.802Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 417cae7e-4eaa-48bb-9817-ab7ecc0c7abb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-22T03:43:15.810Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 417cae7e-4eaa-48bb-9817-ab7ecc0c7abb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-22T03:43:15.811Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-22T03:43:15.811Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-22T03:43:15.812Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-22T03:43:45.812Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 417cae7e-4eaa-48bb-9817-ab7ecc0c7abb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-22T03:43:45.820Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 417cae7e-4eaa-48bb-9817-ab7ecc0c7abb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-22T03:43:45.822Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-22T03:43:45.822Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-22T03:43:45.822Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-22T03:43:56.294Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:43:56.294Z||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-05-22T03:43:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:43:56.318Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:43:56.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:43:56.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "cds", "timestamp": 1653190973075, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:43:56.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:44:15.823Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 417cae7e-4eaa-48bb-9817-ab7ecc0c7abb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-22T03:44:15.832Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 417cae7e-4eaa-48bb-9817-ab7ecc0c7abb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-22T03:44:15.833Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-22T03:44:15.834Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-22T03:44:15.834Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-22T03:44:45.834Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 417cae7e-4eaa-48bb-9817-ab7ecc0c7abb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-22T03:44:45.842Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 417cae7e-4eaa-48bb-9817-ab7ecc0c7abb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-22T03:44:45.844Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-22T03:44:45.844Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-22T03:44:45.844Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-22T03:44:56.294Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:44:56.294Z||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-05-22T03:44:56.295Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:44:56.322Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:44:56.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:44:56.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "clamp", "timestamp": 1653190972313, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:44:56.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:15.845Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 417cae7e-4eaa-48bb-9817-ab7ecc0c7abb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-22T03:45:15.855Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 417cae7e-4eaa-48bb-9817-ab7ecc0c7abb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-22T03:45:15.856Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-22T03:45:15.856Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-22T03:45:15.857Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-22T03:45:45.857Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 417cae7e-4eaa-48bb-9817-ab7ecc0c7abb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-22T03:45:45.867Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 417cae7e-4eaa-48bb-9817-ab7ecc0c7abb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-22T03:45:45.869Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-22T03:45:45.869Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-22T03:45:45.869Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-22T03:45:56.294Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:45:56.295Z||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-05-22T03:45:56.295Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:45:56.822Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:45:56.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "multicloud-k8s-id", "timestamp": 1653190974838, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.824Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190976291, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.824Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "clamp", "timestamp": 1653190972313, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-22T03:45:56.825Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.825Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "cds", "timestamp": 1653190973075, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.825Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.825Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "multicloud-k8s-id", "timestamp": 1653190974838, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-22T03:45:56.825Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.825Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190976291, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.825Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.825Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "multicloud-k8s-id", "timestamp": 1653190974838, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-22T03:45:56.825Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.825Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "cds", "timestamp": 1653190973075, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.825Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.825Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "clamp", "timestamp": 1653190972313, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.825Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.825Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190976291, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-22T03:45:56.826Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "multicloud-k8s-id", "timestamp": 1653190974838, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.826Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "clamp", "timestamp": 1653190972313, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.826Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "cds", "timestamp": 1653190973075, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.826Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "ves-openapi-manager", "timestamp": 1653190979191, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.826Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190976291, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-22T03:45:56.826Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "multicloud-k8s-id", "timestamp": 1653190974838, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-22T03:45:56.827Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "clamp", "timestamp": 1653190972313, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.827Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "cds", "timestamp": 1653190973075, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.827Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "ves-openapi-manager", "timestamp": 1653190979191, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.827Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190976291, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "multicloud-k8s-id", "timestamp": 1653190974838, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "clamp", "timestamp": 1653190972313, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "cds", "timestamp": 1653190973075, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "ves-openapi-manager", "timestamp": 1653190979191, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190976291, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-22T03:45:56.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "multicloud-k8s-id", "timestamp": 1653190974838, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:45:56.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "clamp", "timestamp": 1653190972313, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:45:56.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "cds", "timestamp": 1653190973075, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:45:56.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "ves-openapi-manager", "timestamp": 1653190979191, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190976291, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "ves-openapi-manager", "timestamp": 1653190979191, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190976291, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:45:56.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "policy-id", "timestamp": 1653190983797, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "multicloud-k8s-id", "timestamp": 1653190984487, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-22T03:45:56.830Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:45:56.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "cds", "timestamp": 1653190984577, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:45:56.830Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:45:56.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "ves-openapi-manager", "timestamp": 1653190979191, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "policy-id", "timestamp": 1653190983797, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190985478, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:45:56.831Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:45:56.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "cds", "timestamp": 1653190985582, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-22T03:45:56.837Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 417cae7e-4eaa-48bb-9817-ab7ecc0c7abb 2022-05-22T03:45:56.837Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 417cae7e-4eaa-48bb-9817-ab7ecc0c7abb 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-05-22T03:45:56.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "ves-openapi-manager", "timestamp": 1653190979191, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.845Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "multicloud-k8s-id", "timestamp": 1653190986177, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-22T03:45:56.846Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:45:56.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "policy-id", "timestamp": 1653190983797, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.846Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "ves-openapi-manager", "timestamp": 1653190979191, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.846Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "multicloud-k8s-id", "timestamp": 1653190987467, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-22T03:45:56.846Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:45:56.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "policy-id", "timestamp": 1653190983797, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-22T03:45:56.846Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190987894, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-22T03:45:56.847Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:45:56.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "policy-id", "timestamp": 1653190983797, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "multicloud-k8s-id", "timestamp": 1653190988491, "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-05-22T03:45:56.852Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 417cae7e-4eaa-48bb-9817-ab7ecc0c7abb 2022-05-22T03:45:56.852Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 417cae7e-4eaa-48bb-9817-ab7ecc0c7abb 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-05-22T03:45:56.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190989267, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-22T03:45:56.859Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:45:56.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "aai-ml", "timestamp": 1653190988775, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.859Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "policy-id", "timestamp": 1653190983797, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.859Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "multicloud-k8s-id", "timestamp": 1653190989493, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-05-22T03:45:56.860Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:45:56.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "aai-ml", "timestamp": 1653190988775, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.860Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "policy-id", "timestamp": 1653190983797, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.860Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190990674, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-22T03:45:56.860Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:45:56.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "aai-ml", "timestamp": 1653190988775, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.860Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "policy-id", "timestamp": 1653190983797, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:45:56.860Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653190991121, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.860Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190991786, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-05-22T03:45:56.860Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:45:56.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "aai-ml", "timestamp": 1653190988775, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.861Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "policy-id", "timestamp": 1653190992534, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:45:56.861Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:45:56.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653190991121, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.861Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190992790, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-22T03:45:56.861Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:45:56.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "clamp", "timestamp": 1653190993364, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:45:56.861Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:45:56.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "aai-ml", "timestamp": 1653190988775, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.861Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "policy-id", "timestamp": 1653190993538, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-22T03:45:56.861Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:45:56.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653190991121, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.861Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190993794, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-22T03:45:56.861Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:45:56.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "clamp", "timestamp": 1653190994367, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-22T03:45:56.862Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:45:56.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "aai-ml", "timestamp": 1653190988775, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.862Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "policy-id", "timestamp": 1653190994541, "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-05-22T03:45:56.865Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 417cae7e-4eaa-48bb-9817-ab7ecc0c7abb 2022-05-22T03:45:56.865Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 417cae7e-4eaa-48bb-9817-ab7ecc0c7abb and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-22T03:45:56.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.871Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653190991121, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.871Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.871Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653190994798, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-22T03:45:56.871Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:45:56.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.871Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "aai-ml", "timestamp": 1653190988775, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.871Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.871Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653190991121, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.871Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.871Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "aai-ml", "timestamp": 1653190988775, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:45:56.871Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653190991121, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.872Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "aai-ml", "timestamp": 1653190997481, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:45:56.872Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:45:56.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "clamp", "timestamp": 1653190997577, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_ERROR" } 2022-05-22T03:45:56.872Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:45:56.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653190991121, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:45:56.872Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "clamp", "timestamp": 1653190998580, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_ERROR" } 2022-05-22T03:45:56.872Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:45:56.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653190991121, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:45:56.872Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:45:56.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "clamp", "timestamp": 1653190999584, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-22T03:45:56.883Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of 417cae7e-4eaa-48bb-9817-ab7ecc0c7abb 2022-05-22T03:45:56.884Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 417cae7e-4eaa-48bb-9817-ab7ecc0c7abb and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-22T03:45:56.893Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.893Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653190999864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:45:56.894Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:45:56.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.894Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653191001733, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-22T03:45:56.894Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:45:56.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.894Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653191002735, "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-05-22T03:45:56.898Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 417cae7e-4eaa-48bb-9817-ab7ecc0c7abb 2022-05-22T03:45:56.898Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 417cae7e-4eaa-48bb-9817-ab7ecc0c7abb 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-05-22T03:45:56.904Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.905Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "aai-ml", "timestamp": 1653191003596, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-22T03:45:56.905Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:45:56.905Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:45:56.905Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "aai-ml", "timestamp": 1653191004598, "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-05-22T03:45:56.908Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 417cae7e-4eaa-48bb-9817-ab7ecc0c7abb 2022-05-22T03:45:56.909Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 417cae7e-4eaa-48bb-9817-ab7ecc0c7abb 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-05-22T03:46:15.870Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 417cae7e-4eaa-48bb-9817-ab7ecc0c7abb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-22T03:46:15.883Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 417cae7e-4eaa-48bb-9817-ab7ecc0c7abb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-22T03:46:15.885Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-22T03:46:15.885Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-22T03:46:15.885Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-22T03:46:15.885Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-22T03:46:15.885Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-22T03:46:15.885Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-22T03:46:15.886Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-05-22T03:46:15.886Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-05-22T03:46:15.890Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-22T03:46:45.891Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 417cae7e-4eaa-48bb-9817-ab7ecc0c7abb 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-05-22T03:46:45.899Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 417cae7e-4eaa-48bb-9817-ab7ecc0c7abb and serviceModelVersionId: c02b661e-5b8b-48e5-b2d2-57cd8a239cd1 2022-05-22T03:46:45.900Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 24702a03-7d29-4bef-9a46-051f81f727ea 2022-05-22T03:46:45.900Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/24702a03-7d29-4bef-9a46-051f81f727ea/model-vers/model-ver/c02b661e-5b8b-48e5-b2d2-57cd8a239cd1?depth=0 2022-05-22T03:46:45.906Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-05-22T03:46:45.944Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24702a03-7d29-4bef-9a46-051f81f727ea/model-vers/model-ver/c02b661e-5b8b-48e5-b2d2-57cd8a239cd1?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-05-22T03:46:45.946Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24702a03-7d29-4bef-9a46-051f81f727ea/model-vers/model-ver/c02b661e-5b8b-48e5-b2d2-57cd8a239cd1?depth=0|INFO|500||Invoke 2022-05-22T03:46:45.964Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24702a03-7d29-4bef-9a46-051f81f727ea/model-vers/model-ver/c02b661e-5b8b-48e5-b2d2-57cd8a239cd1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-05-22T03:46:46.026Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24702a03-7d29-4bef-9a46-051f81f727ea/model-vers/model-ver/c02b661e-5b8b-48e5-b2d2-57cd8a239cd1?depth=0|INFO|500||InvokeReturn 2022-05-22T03:46:46.027Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24702a03-7d29-4bef-9a46-051f81f727ea/model-vers/model-ver/c02b661e-5b8b-48e5-b2d2-57cd8a239cd1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220522-03:46:45:971-28910], vertex-id=[286752], Content-Length=[0], Date=[Sun, 22 May 2022 03:46:45 GMT], Content-Type=[application/json]} 2022-05-22T03:46:46.027Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-05-22T03:46:46.027Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-22T03:46:46.027Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||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-05-22T03:46:46.034Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||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-05-22T03:46:46.035Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 417cae7e-4eaa-48bb-9817-ab7ecc0c7abb and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null 2022-05-22T03:46:46.035Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-22T03:46:46.035Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:46:46.037Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:46:46.037Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653191206035, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2022-05-22T03:46:46.137Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:46:46.138Z||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-05-22T03:46:46.138Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:46:46.158Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:46:46.159Z||pool-101-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-22T03:46:47.051Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:46:47.052Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|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-05-22T03:46:47.052Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:46:51.439Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:46:51.440Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-22T03:46:51.440Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"1ec48fcc-03d2-4020-9560-844078253c45","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"f129a5b5-3039-4cf9-b5a5-d292c40c5dc7","serviceDescription":"service","serviceInvariantUUID":"834ac7c9-6d3d-461f-917e-753f25329deb","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"255e84b7-02fb-4056-bbab-c8a084f33c25","resourceInvariantUUID":"1f170109-92d0-4249-ad7b-6decdeb6c4d5","resourceCustomizationUUID":"b37bae9a-872b-4106-87e7-0dac7e48c2cb","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":"YzM3ZThjZTMwMzkzOWMzYzk2OTFkNzk0MWY5ZTk1YzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8be613c5-3322-4c2a-a30f-e71dd796a238","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":"5c51e21a-be20-481b-b407-edf4b1dcc69c","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":"23d133fd-1e5d-4ea7-929e-9cd9d9e12eec","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":"ZGFjMDFjYWU1ZWFhZGI2ODk3NzIyNWIwYmY0MmE2NWI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b285d76b-392b-435e-b7f8-2c9367a8ca8a","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":"36e66f2a-aab4-4bcc-afa2-fb937614183c","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":"699818fd-adc6-4aac-b65c-25017156ea2a","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":"b8df2a86-f0a7-4f95-8843-86975402c210","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":"OGU4YjFhZDUwYmMxYThmNmRjOTc2YzU1ODVmZGUzNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bdb0f33e-c100-4862-9ab1-a874a8aaf45f","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZTlhZWQ1ODJkYzNmOGU5MGI2YTMwMGRlNWQwODU4NmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"778efdb5-38bf-4c37-aaf7-03608a5f477b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-22T03:46:51.442Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:46:51.442Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:46:51.444Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:46:51.444Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653191207051, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:51.545Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-22T03:46:51.545Z||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-05-22T03:46:51.546Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:46:51.565Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:46:51.565Z||pool-102-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:46:52.444Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:46:52.445Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:46:52.447Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:46:52.447Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653191207051, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:52.548Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-22T03:46:52.549Z||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-05-22T03:46:52.549Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:46:52.564Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:46:52.564Z||pool-103-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:46:53.448Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:46:53.449Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:46:53.451Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:46:53.451Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653191207051, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:53.551Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:46:53.552Z||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-05-22T03:46:53.552Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:46:53.568Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:46:53.568Z||pool-104-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:46:54.451Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:46:54.452Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:46:54.454Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:46:54.454Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653191207051, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:54.554Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:46:54.555Z||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-05-22T03:46:54.555Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:46:54.572Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:46:54.572Z||pool-105-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:46:55.455Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:46:55.456Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:46:55.457Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:46:55.457Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653191207051, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:55.558Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-22T03:46:55.558Z||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-05-22T03:46:55.558Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:46:55.572Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:46:55.573Z||pool-106-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:46:56.294Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:46:56.294Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|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-05-22T03:46:56.295Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:46:56.458Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:46:56.458Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:46:56.461Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:46:56.461Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653191207051, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.561Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:46:56.562Z||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-05-22T03:46:56.562Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:46:56.584Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:46:56.584Z||pool-107-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:46:56.597Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:46:56.598Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.598Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "multicloud-k8s-id", "timestamp": 1653191154838, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.598Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.598Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.599Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "ves-openapi-manager", "timestamp": 1653191159191, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.599Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.599Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.599Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "clamp", "timestamp": 1653191152313, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.599Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.599Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.599Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "cds", "timestamp": 1653191153075, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.599Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.599Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.599Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "cds", "timestamp": 1653191153075, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.599Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.599Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.599Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "clamp", "timestamp": 1653191152313, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.599Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.599Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.599Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "multicloud-k8s-id", "timestamp": 1653191154838, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.599Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.599Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.600Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "ves-openapi-manager", "timestamp": 1653191159191, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.600Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.600Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.600Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "cds", "timestamp": 1653191153075, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.600Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.600Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.600Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "clamp", "timestamp": 1653191152313, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.600Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.600Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.600Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "ves-openapi-manager", "timestamp": 1653191159191, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.600Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.600Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.600Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "multicloud-k8s-id", "timestamp": 1653191154838, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.600Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.600Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.600Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "multicloud-k8s-id", "timestamp": 1653191154838, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.600Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.600Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.600Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "ves-openapi-manager", "timestamp": 1653191159191, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.600Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.600Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.601Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "cds", "timestamp": 1653191153075, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.601Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.601Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.601Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "clamp", "timestamp": 1653191152313, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.601Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.601Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.601Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "multicloud-k8s-id", "timestamp": 1653191154838, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.601Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.601Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.601Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "clamp", "timestamp": 1653191152313, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.601Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.601Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.601Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "cds", "timestamp": 1653191153075, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.601Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.601Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.601Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "ves-openapi-manager", "timestamp": 1653191159191, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.601Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.601Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.601Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "policy-id", "timestamp": 1653191163797, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.601Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.602Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.602Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "multicloud-k8s-id", "timestamp": 1653191154838, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.602Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.602Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.602Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "cds", "timestamp": 1653191153075, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.602Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.602Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.602Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "clamp", "timestamp": 1653191152313, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.602Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.602Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.602Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "ves-openapi-manager", "timestamp": 1653191159191, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.602Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.602Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.602Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "policy-id", "timestamp": 1653191163797, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.602Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.602Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.602Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "multicloud-k8s-id", "timestamp": 1653191154838, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.602Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.602Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.602Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "cds", "timestamp": 1653191153075, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.603Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.603Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.603Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "clamp", "timestamp": 1653191152313, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.603Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.603Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.603Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "ves-openapi-manager", "timestamp": 1653191159191, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-05-22T03:46:56.603Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.603Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.603Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "policy-id", "timestamp": 1653191163797, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.603Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.603Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.603Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "multicloud-k8s-id", "timestamp": 1653191154838, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.603Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.603Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.603Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "ves-openapi-manager", "timestamp": 1653191159191, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.603Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.603Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.603Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "clamp", "timestamp": 1653191152313, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.604Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.604Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.604Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "cds", "timestamp": 1653191153075, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.604Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.604Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.604Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "policy-id", "timestamp": 1653191163797, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.604Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.604Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.604Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "multicloud-k8s-id", "timestamp": 1653191154838, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:46:56.604Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.604Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.604Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "ves-openapi-manager", "timestamp": 1653191159191, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.604Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.604Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.604Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "clamp", "timestamp": 1653191152313, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:46:56.604Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.604Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.605Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "cds", "timestamp": 1653191153075, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:46:56.605Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.605Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.605Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "policy-id", "timestamp": 1653191163797, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.605Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.605Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.605Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "aai-ml", "timestamp": 1653191168775, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.605Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.605Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.605Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "policy-id", "timestamp": 1653191163797, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.605Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.605Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.605Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "ves-openapi-manager", "timestamp": 1653191169494, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-05-22T03:46:56.605Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:46:56.605Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.605Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "cds", "timestamp": 1653191169584, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:46:56.605Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:46:56.606Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.606Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "aai-ml", "timestamp": 1653191168775, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.606Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.606Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.606Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "policy-id", "timestamp": 1653191163797, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.606Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.606Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.606Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "ves-openapi-manager", "timestamp": 1653191170732, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-05-22T03:46:56.606Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:46:56.606Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.606Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "cds", "timestamp": 1653191170832, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-22T03:46:56.621Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1ec48fcc-03d2-4020-9560-844078253c45 2022-05-22T03:46:56.621Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ec48fcc-03d2-4020-9560-844078253c45 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-05-22T03:46:56.629Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.629Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "aai-ml", "timestamp": 1653191168775, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.630Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.630Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.630Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "policy-id", "timestamp": 1653191163797, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.630Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.630Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.630Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "ves-openapi-manager", "timestamp": 1653191171735, "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-05-22T03:46:56.635Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 1ec48fcc-03d2-4020-9560-844078253c45 2022-05-22T03:46:56.635Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ec48fcc-03d2-4020-9560-844078253c45 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-05-22T03:46:56.644Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.645Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653191171121, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.645Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.645Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.645Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "aai-ml", "timestamp": 1653191168775, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.645Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.645Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.645Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "policy-id", "timestamp": 1653191163797, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:46:56.645Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.645Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.646Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653191171121, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.646Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.646Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.646Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "clamp", "timestamp": 1653191173385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:46:56.646Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:46:56.646Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.646Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "aai-ml", "timestamp": 1653191168775, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.646Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.646Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.646Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "policy-id", "timestamp": 1653191173518, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:46:56.646Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:46:56.646Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.646Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653191171121, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.646Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.647Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.647Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "aai-ml", "timestamp": 1653191168775, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.647Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.647Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.647Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "policy-id", "timestamp": 1653191174522, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-22T03:46:56.647Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:46:56.647Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.647Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653191171121, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.647Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.647Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.647Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "clamp", "timestamp": 1653191175392, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-22T03:46:56.648Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:46:56.648Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.648Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "aai-ml", "timestamp": 1653191168775, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.648Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.648Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.648Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "policy-id", "timestamp": 1653191175524, "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-05-22T03:46:56.663Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1ec48fcc-03d2-4020-9560-844078253c45 2022-05-22T03:46:56.663Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ec48fcc-03d2-4020-9560-844078253c45 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-05-22T03:46:56.671Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.671Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653191171121, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.671Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.671Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.671Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "clamp", "timestamp": 1653191176396, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-22T03:46:56.676Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1ec48fcc-03d2-4020-9560-844078253c45 2022-05-22T03:46:56.676Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ec48fcc-03d2-4020-9560-844078253c45 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-22T03:46:56.685Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.685Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "aai-ml", "timestamp": 1653191168775, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.685Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.685Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.685Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653191171121, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.685Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.686Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.686Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "aai-ml", "timestamp": 1653191168775, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:46:56.686Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.686Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.686Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653191171121, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.686Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.686Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.686Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "aai-ml", "timestamp": 1653191178493, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:46:56.686Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:46:56.686Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.686Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653191171121, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.686Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.686Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.686Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653191171121, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:46:56.686Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.687Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.687Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653191180889, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:46:56.687Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:46:56.687Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.687Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653191182478, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-22T03:46:56.687Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:46:56.687Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.687Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "aai-ml", "timestamp": 1653191182575, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-22T03:46:56.687Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:46:56.687Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.688Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1653191183482, "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-05-22T03:46:56.693Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1ec48fcc-03d2-4020-9560-844078253c45 2022-05-22T03:46:56.693Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ec48fcc-03d2-4020-9560-844078253c45 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-05-22T03:46:56.701Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.701Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "aai-ml", "timestamp": 1653191183578, "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-05-22T03:46:56.706Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1ec48fcc-03d2-4020-9560-844078253c45 2022-05-22T03:46:56.706Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ec48fcc-03d2-4020-9560-844078253c45 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-05-22T03:46:56.713Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.713Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "417cae7e-4eaa-48bb-9817-ab7ecc0c7abb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653191206035, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2022-05-22T03:46:56.714Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:46:56.714Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.714Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653191207051, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.714Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.714Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.714Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653191207051, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.714Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.714Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.714Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653191207051, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.714Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.714Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.714Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653191207051, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.714Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:56.714Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-22T03:46:56.714Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653191207051, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:56.714Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-22T03:46:57.463Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:46:57.465Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:46:57.467Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:46:57.467Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653191207051, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:57.567Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:46:57.568Z||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-05-22T03:46:57.568Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:46:57.584Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:46:57.584Z||pool-108-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:46:58.467Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:46:58.468Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:46:58.470Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:46:58.470Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653191207051, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:46:58.571Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:46:58.571Z||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-05-22T03:46:58.571Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:46:58.588Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:46:58.589Z||pool-109-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:46:59.471Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-22T03:46:59.472Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:46:59.474Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:46:59.474Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653191207051, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:46:59.574Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:46:59.575Z||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-05-22T03:46:59.575Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:46:59.589Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:46:59.590Z||pool-110-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:47:00.474Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "f129a5b5-3039-4cf9-b5a5-d292c40c5dc7", "serviceDescription": "service", "serviceInvariantUUID": "834ac7c9-6d3d-461f-917e-753f25329deb", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "b37bae9a-872b-4106-87e7-0dac7e48c2cb", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "255e84b7-02fb-4056-bbab-c8a084f33c25", "resourceInvariantUUID": "1f170109-92d0-4249-ad7b-6decdeb6c4d5", "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": "ZTlhZWQ1ODJkYzNmOGU5MGI2YTMwMGRlNWQwODU4NmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "778efdb5-38bf-4c37-aaf7-03608a5f477b" } ], "workloadContext": "Production" } 2022-05-22T03:47:00.475Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-22T03:47:00.475Z|417cae7e-4eaa-48bb-9817-ab7ecc0c7abb|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f129a5b5-3039-4cf9-b5a5-d292c40c5dc7 ASDC 2022-05-22T03:47:00.475Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:1ec48fcc-03d2-4020-9560-844078253c45 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:f129a5b5-3039-4cf9-b5a5-d292c40c5dc7 ServiceInvariantUUID:834ac7c9-6d3d-461f-917e-753f25329deb 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:778efdb5-38bf-4c37-aaf7-03608a5f477b ArtifactChecksum:ZTlhZWQ1ODJkYzNmOGU5MGI2YTMwMGRlNWQwODU4NmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:b37bae9a-872b-4106-87e7-0dac7e48c2cb ResourceInvariantUUID:1f170109-92d0-4249-ad7b-6decdeb6c4d5 ResourceName:test-pnf ResourceType:PNF ResourceUUID:255e84b7-02fb-4056-bbab-c8a084f33c25 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-05-22T03:47:00.476Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f129a5b5-3039-4cf9-b5a5-d292c40c5dc7 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-05-22T03:47:00.502Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-22T03:47:00.503Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-05-22T03:47:00.503Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-05-22T03:47:00.503Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 778efdb5-38bf-4c37-aaf7-03608a5f477b from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-22T03:47:00.503Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-05-22T03:47:00.503Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-22T03:47:00.785Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-05-22T03:47:00.790Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 778efdb5-38bf-4c37-aaf7-03608a5f477b 105660 2022-05-22T03:47:00.790Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-05-22T03:47:00.790Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-22T03:47:00.790Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-22T03:47:00.790Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:47:00.792Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:47:00.792Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653191220790, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:47:00.892Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:47:00.893Z||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-05-22T03:47:00.893Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:47:00.905Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:47:00.905Z||pool-111-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-22T03:47:01.792Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-22T03:47:01.793Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-05-22T03:47:01.794Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 778efdb5-38bf-4c37-aaf7-03608a5f477b, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-22T03:47:01.794Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-05-22T03:47:01.795Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-22T03:47:01.795Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-22T03:47:01.879Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6499280875037242146/Definitions/service-TestPnfMacro-template.yml 2022-05-22T03:47:02.531Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-22T03:47:02.531Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-05-22T03:47:02.532Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-22T03:47:02.532Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-05-22T03:47:02.532Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||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-05-22T03:47:02.532Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||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-05-22T03:47:02.532Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||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-05-22T03:47:02.532Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||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-05-22T03:47:02.532Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||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-05-22T03:47:02.532Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||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-05-22T03:47:02.532Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||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-05-22T03:47:02.532Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-05-22T03:47:02.532Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:47:02.532Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:47:02.532Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-05-22T03:47:02.532Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-05-22T03:47:02.532Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-22T03:47:02.533Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:47:02.533Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:47:02.533Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-05-22T03:47:02.533Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-05-22T03:47:02.533Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-22T03:47:02.533Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:47:02.533Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:47:02.533Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:47:02.534Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:47:02.534Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:47:02.534Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:47:02.534Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:47:02.534Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:47:02.534Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:47:02.534Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:47:02.534Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:f129a5b5-3039-4cf9-b5a5-d292c40c5dc7 Model Version:NULL Model InvariantUuid:834ac7c9-6d3d-461f-917e-753f25329deb 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-05-22T03:47:02.541Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 255e84b7-02fb-4056-bbab-c8a084f33c25 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-05-22T03:47:02.543Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500||test-pnf 0 2022-05-22T03:47:02.544Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 255e84b7-02fb-4056-bbab-c8a084f33c25 2022-05-22T03:47:02.544Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||No resources found for Service: f129a5b5-3039-4cf9-b5a5-d292c40c5dc7 2022-05-22T03:47:02.544Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: f129a5b5-3039-4cf9-b5a5-d292c40c5dc7 2022-05-22T03:47:02.544Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 255e84b7-02fb-4056-bbab-c8a084f33c25 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-05-22T03:47:02.548Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@11b1066a, org.onap.sdc.toscaparser.api.parameters.Input@5f807e71, org.onap.sdc.toscaparser.api.parameters.Input@3ab1dbf, org.onap.sdc.toscaparser.api.parameters.Input@66e33912, org.onap.sdc.toscaparser.api.parameters.Input@7ff8e1f2] 2022-05-22T03:47:02.548Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:47:02.548Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:47:02.548Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid f129a5b5-3039-4cf9-b5a5-d292c40c5dc7: test-pnf 2022-05-22T03:47:02.548Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500||Processing PNF resource: 255e84b7-02fb-4056-bbab-c8a084f33c25 2022-05-22T03:47:02.548Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-22T03:47:02.549Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-22T03:47:02.549Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500||Resource customization UUID: b37bae9a-872b-4106-87e7-0dac7e48c2cb is the same as notified resource customizationUUID: b37bae9a-872b-4106-87e7-0dac7e48c2cb 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-05-22T03:47:02.607Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 255e84b7-02fb-4056-bbab-c8a084f33c25 0 ASDC deployResourceStructure 2022-05-22T03:47:02.608Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-05-22T03:47:02.608Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-22T03:47:02.608Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-22T03:47:02.608Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:47:02.610Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:47:02.610Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653191222607, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-22T03:47:02.710Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:47:02.711Z||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-05-22T03:47:02.711Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:47:02.727Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:47:02.727Z||pool-112-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-05-22T03:47:03.611Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ec48fcc-03d2-4020-9560-844078253c45 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-22T03:47:03.624Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ec48fcc-03d2-4020-9560-844078253c45 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-22T03:47:03.627Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-22T03:47:03.627Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-22T03:47:03.627Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-22T03:47:03.628Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-22T03:47:03.628Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-22T03:47:03.628Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-22T03:47:03.628Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-22T03:47:03.628Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-22T03:47:03.628Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-22T03:47:03.628Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-22T03:47:03.628Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-22T03:47:03.628Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||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-05-22T03:47:03.633Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-22T03:47:33.634Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1ec48fcc-03d2-4020-9560-844078253c45 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-05-22T03:47:33.640Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1ec48fcc-03d2-4020-9560-844078253c45 and serviceModelVersionId: f129a5b5-3039-4cf9-b5a5-d292c40c5dc7 2022-05-22T03:47:33.640Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 834ac7c9-6d3d-461f-917e-753f25329deb 2022-05-22T03:47:33.641Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/834ac7c9-6d3d-461f-917e-753f25329deb/model-vers/model-ver/f129a5b5-3039-4cf9-b5a5-d292c40c5dc7?depth=0 2022-05-22T03:47:33.644Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-05-22T03:47:33.671Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/834ac7c9-6d3d-461f-917e-753f25329deb/model-vers/model-ver/f129a5b5-3039-4cf9-b5a5-d292c40c5dc7?depth=0|INFO|500||Invoke 2022-05-22T03:47:33.671Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/834ac7c9-6d3d-461f-917e-753f25329deb/model-vers/model-ver/f129a5b5-3039-4cf9-b5a5-d292c40c5dc7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/834ac7c9-6d3d-461f-917e-753f25329deb/model-vers/model-ver/f129a5b5-3039-4cf9-b5a5-d292c40c5dc7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1ec48fcc-03d2-4020-9560-844078253c45], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c7fa827b-9900-406b-b055-9f1105e9fc14], X-ECOMP-RequestID=[1ec48fcc-03d2-4020-9560-844078253c45], X-TransactionId=[], X-ONAP-RequestID=[1ec48fcc-03d2-4020-9560-844078253c45], Content-Type=[application/merge-patch+json]} 2022-05-22T03:47:33.691Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/834ac7c9-6d3d-461f-917e-753f25329deb/model-vers/model-ver/f129a5b5-3039-4cf9-b5a5-d292c40c5dc7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-22T03:47:34.386Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/834ac7c9-6d3d-461f-917e-753f25329deb/model-vers/model-ver/f129a5b5-3039-4cf9-b5a5-d292c40c5dc7?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/834ac7c9-6d3d-461f-917e-753f25329deb/model-vers/model-ver/f129a5b5-3039-4cf9-b5a5-d292c40c5dc7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220522-03:47:33:698-49443], vertex-id=[442560], Content-Length=[0], Date=[Sun, 22 May 2022 03:47:33 GMT], Content-Type=[application/json]} 2022-05-22T03:47:34.386Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/834ac7c9-6d3d-461f-917e-753f25329deb/model-vers/model-ver/f129a5b5-3039-4cf9-b5a5-d292c40c5dc7?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-22T03:47:34.387Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/834ac7c9-6d3d-461f-917e-753f25329deb/model-vers/model-ver/f129a5b5-3039-4cf9-b5a5-d292c40c5dc7?depth=0|INFO|500||InvokeReturn 2022-05-22T03:47:34.387Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-22T03:47:34.387Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||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-05-22T03:47:34.392Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||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-05-22T03:47:34.392Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1ec48fcc-03d2-4020-9560-844078253c45 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-22T03:47:34.393Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-22T03:47:34.393Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-05-22T03:47:34.394Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-22T03:47:34.394Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653191254393, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-22T03:47:34.494Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-22T03:47:34.495Z||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-05-22T03:47:34.496Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IWB9uD3ziI0COEmu) ... 2022-05-22T03:47:34.516Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:47:34.517Z||pool-113-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-22T03:47:35.406Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:47:35.406Z|1ec48fcc-03d2-4020-9560-844078253c45|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-05-22T03:47:35.407Z|1ec48fcc-03d2-4020-9560-844078253c45|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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:47:44.943Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:47:44.943Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:47:44.944Z|1ec48fcc-03d2-4020-9560-844078253c45|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-05-22T03:47:44.944Z|1ec48fcc-03d2-4020-9560-844078253c45|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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:47:54.483Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:47:54.484Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:47:54.484Z|1ec48fcc-03d2-4020-9560-844078253c45|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-05-22T03:47:54.484Z|1ec48fcc-03d2-4020-9560-844078253c45|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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:47:56.294Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:47:56.294Z||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-05-22T03:47:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:47:56.319Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:47:56.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:47:56.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653191207051, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:47:56.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:48:04.023Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:48:04.024Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:48:04.025Z|1ec48fcc-03d2-4020-9560-844078253c45|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-05-22T03:48:04.025Z|1ec48fcc-03d2-4020-9560-844078253c45|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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:48:13.565Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:48:56.292Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:48:56.293Z|1ec48fcc-03d2-4020-9560-844078253c45|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-05-22T03:48:56.293Z|1ec48fcc-03d2-4020-9560-844078253c45|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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:48:56.294Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:48:56.294Z||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-05-22T03:48:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:48:56.821Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:48:56.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:48:56.821Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653191207051, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-22T03:48:56.822Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:48:56.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:48:56.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653191207051, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-22T03:48:56.822Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:48:56.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:48:56.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653191207051, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-22T03:48:56.822Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-22T03:48:56.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:48:56.823Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653191220790, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-22T03:48:56.823Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:48:56.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:48:56.823Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653191222607, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-22T03:48:56.823Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:48:56.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-22T03:48:56.823Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ec48fcc-03d2-4020-9560-844078253c45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1653191254393, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-22T03:48:56.824Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-22T03:49:05.844Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:49:56.291Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:49:56.292Z|1ec48fcc-03d2-4020-9560-844078253c45|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-05-22T03:49:56.292Z|1ec48fcc-03d2-4020-9560-844078253c45|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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:49:56.294Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:49:56.294Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|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-05-22T03:49:56.294Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:50:05.834Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:50:05.835Z|894ff576-38fc-47e8-a383-c4633cd5ac1f|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:50:56.291Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:50:56.292Z|1ec48fcc-03d2-4020-9560-844078253c45|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-05-22T03:50:56.292Z|1ec48fcc-03d2-4020-9560-844078253c45|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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:50:56.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:50:56.294Z||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-05-22T03:50:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:51:05.839Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:51:05.840Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:51:56.292Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:51:56.292Z|1ec48fcc-03d2-4020-9560-844078253c45|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-05-22T03:51:56.292Z|1ec48fcc-03d2-4020-9560-844078253c45|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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:51:56.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:51:56.294Z||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-05-22T03:51:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:52:05.841Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:52:05.841Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:52:56.291Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:52:56.292Z|1ec48fcc-03d2-4020-9560-844078253c45|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-05-22T03:52:56.292Z|1ec48fcc-03d2-4020-9560-844078253c45|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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:52:56.294Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:52:56.294Z||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-05-22T03:52:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:53:05.837Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:53:05.842Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:53:56.292Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:53:56.292Z|1ec48fcc-03d2-4020-9560-844078253c45|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-05-22T03:53:56.292Z|1ec48fcc-03d2-4020-9560-844078253c45|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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:53:56.294Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:53:56.294Z||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-05-22T03:53:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:54:05.837Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:54:05.837Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:54:56.292Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:54:56.292Z|1ec48fcc-03d2-4020-9560-844078253c45|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-05-22T03:54:56.292Z|1ec48fcc-03d2-4020-9560-844078253c45|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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:54:56.294Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:54:56.294Z||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-05-22T03:54:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:55:05.838Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:55:05.840Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:55:56.291Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:55:56.292Z|1ec48fcc-03d2-4020-9560-844078253c45|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-05-22T03:55:56.292Z|1ec48fcc-03d2-4020-9560-844078253c45|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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:55:56.294Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:55:56.294Z||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-05-22T03:55:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:56:05.837Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:56:05.839Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:56:56.291Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:56:56.292Z|1ec48fcc-03d2-4020-9560-844078253c45|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-05-22T03:56:56.292Z|1ec48fcc-03d2-4020-9560-844078253c45|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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:56:56.294Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-22T03:56:56.294Z||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-05-22T03:56:56.294Z||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 IWB9uD3ziI0COEmu) ... 2022-05-22T03:57:05.841Z|1ec48fcc-03d2-4020-9560-844078253c45|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-22T03:57:05.842Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK