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) 2021-09-27T06:57:28.662Z||main|||||INFO|500||The following profiles are active: basic 2021-09-27T06:57:46.548Z||main|||||INFO|500||Starting service [Tomcat] 2021-09-27T06:57:46.549Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-09-27T06:57:46.739Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-09-27T06:57:53.317Z||main|||||INFO|500||catdb-pool - Starting... 2021-09-27T06:57:54.018Z||main|||||INFO|500||catdb-pool - Start completed. 2021-09-27T06:57:54.671Z||main|||||INFO|500||reqdb-pool - Starting... 2021-09-27T06:57:54.678Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-09-27T06:57:54.977Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-09-27T06:57:55.465Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-09-27T06:57:56.537Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-09-27T06:58:02.245Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-09-27T06:58:05.175Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-09-27T06:58:05.247Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-09-27T06:58:06.155Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-09-27T06:58:06.357Z||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. 2021-09-27T06:58:08.221Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-09-27T06:58:09.731Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-09-27T06:58:09.754Z||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$$b734f26c.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) 2021-09-27T06:58:09.755Z||main|||||WARN|500||The sdc end point is not alive 2021-09-27T06:58:14.171Z||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 2021-09-27T06:58:18.561Z||main|||||WARN|500||--- 2021-09-27T06:58:18.562Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-09-27T06:58:18.563Z||main|||||WARN|500||--- 2021-09-27T06:58:19.368Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-09-27T06:58:25.584Z||main|||||INFO|500||Started Application in 60.789 seconds (JVM running for 66.909) 2021-09-27T06:58:25.599Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-09-27T06:58:25.600Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-09-27T06:58:25.613Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-09-27T06:58:25.639Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-09-27T06:58:25.683Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ee807211-49ef-4d3c-a839-f32ef671d357 url= /sdc/v1/artifactTypes 2021-09-27T06:58:25.683Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-09-27T06:58:25.971Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-09-27T06:58:25.990Z||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 2021-09-27T06:58:26.014Z||scheduling-1|||||DEBUG|500||create keys 2021-09-27T06:58:26.022Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-09-27T06:58:26.069Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T06:58:26.092Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1444cc39-c3ef-4ad4-87f7-be0647e22715 url= /sdc/v1/registerForDistribution 2021-09-27T06:58:26.269Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1444cc39-c3ef-4ad4-87f7-be0647e22715 url= /sdc/v1/registerForDistribution 2021-09-27T06:58:26.270Z||scheduling-1|||||INFO|500||start DistributionClient 2021-09-27T06:58:26.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T06:58:26.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T06:58:26.286Z||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. 2021-09-27T06:58:26.286Z||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. 2021-09-27T06:58:26.287Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T06:58:26.287Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T06:58:26.287Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-09-27T06:58:36.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T06:58:36.648Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T06:59:26.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T06:59:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T06:59:26.281Z||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. 2021-09-27T06:59:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T06:59:26.285Z||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. 2021-09-27T06:59:26.285Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T06:59:35.853Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T06:59:35.852Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:00:26.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:00:26.280Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:00:26.281Z||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. 2021-09-27T07:00:26.282Z||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. 2021-09-27T07:00:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:00:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:00:35.881Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:00:35.888Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:01:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:01:26.278Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:01:26.282Z||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. 2021-09-27T07:01:26.282Z||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. 2021-09-27T07:01:26.283Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:01:26.283Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:01:35.845Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:01:35.849Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:02:26.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:02:26.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:02:26.281Z||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. 2021-09-27T07:02:26.281Z||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. 2021-09-27T07:02:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:02:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:02:35.841Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:02:35.844Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:03:26.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:03:26.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:03:26.281Z||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. 2021-09-27T07:03:26.281Z||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. 2021-09-27T07:03:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:03:26.283Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:03:35.835Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:03:35.847Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:04:26.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:04:26.281Z||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. 2021-09-27T07:04:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:04:26.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:04:26.288Z||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. 2021-09-27T07:04:26.288Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:04:35.834Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:04:35.835Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:05:26.277Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:05:26.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:05:26.281Z||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. 2021-09-27T07:05:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:05:26.284Z||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. 2021-09-27T07:05:26.285Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:05:35.837Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:05:35.866Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:06:26.280Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:06:26.280Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:06:26.284Z||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. 2021-09-27T07:06:26.284Z||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. 2021-09-27T07:06:26.284Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:06:26.284Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:06:35.871Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:06:35.871Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:07:26.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:07:26.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:07:26.282Z||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. 2021-09-27T07:07:26.282Z||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. 2021-09-27T07:07:26.283Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:07:26.283Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:07:35.855Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:07:35.889Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:07:38.991Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-09-27T07:08:26.277Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:08:26.283Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:08:26.284Z||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. 2021-09-27T07:08:26.284Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:08:26.285Z||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. 2021-09-27T07:08:26.285Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:08:35.855Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:08:35.856Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:09:26.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:09:26.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:09:26.281Z||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. 2021-09-27T07:09:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:09:26.283Z||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. 2021-09-27T07:09:26.284Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:09:35.841Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:09:35.847Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:10:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:10:26.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:10:26.281Z||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. 2021-09-27T07:10:26.281Z||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. 2021-09-27T07:10:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:10:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:10:35.858Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:10:35.858Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:11:26.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:11:26.282Z||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. 2021-09-27T07:11:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:11:26.284Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:11:26.285Z||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. 2021-09-27T07:11:26.285Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:11:35.838Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:11:35.840Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:12:26.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:12:26.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:12:26.281Z||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. 2021-09-27T07:12:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:12:26.282Z||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. 2021-09-27T07:12:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:12:35.851Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:12:35.856Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:13:26.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:13:26.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:13:26.281Z||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. 2021-09-27T07:13:26.281Z||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. 2021-09-27T07:13:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:13:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:13:35.847Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:13:35.853Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:14:26.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:14:26.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:14:26.280Z||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. 2021-09-27T07:14:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:14:26.280Z||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. 2021-09-27T07:14:26.284Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:14:35.848Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:14:35.858Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:15:26.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:15:26.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:15:26.281Z||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. 2021-09-27T07:15:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:15:26.281Z||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. 2021-09-27T07:15:26.285Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:15:35.842Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:15:35.843Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:16:26.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:16:26.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:16:26.281Z||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. 2021-09-27T07:16:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:16:26.282Z||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. 2021-09-27T07:16:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:16:35.840Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:16:35.858Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:17:26.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:17:26.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:17:26.281Z||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. 2021-09-27T07:17:26.281Z||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. 2021-09-27T07:17:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:17:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:17:35.854Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:17:35.873Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:18:26.277Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:18:26.278Z||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. 2021-09-27T07:18:26.278Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:18:26.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:18:26.281Z||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. 2021-09-27T07:18:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:18:35.833Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:18:35.839Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:19:26.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:19:26.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:19:26.280Z||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. 2021-09-27T07:19:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:19:26.280Z||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. 2021-09-27T07:19:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:19:35.842Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:19:35.848Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:20:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:20:26.278Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:20:26.281Z||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. 2021-09-27T07:20:26.281Z||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. 2021-09-27T07:20:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:20:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:20:35.859Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:20:35.890Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:21:26.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:21:26.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:21:26.281Z||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. 2021-09-27T07:21:26.281Z||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. 2021-09-27T07:21:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:21:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:21:35.828Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:21:35.879Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:22:26.277Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:22:26.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:22:26.281Z||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. 2021-09-27T07:22:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:22:26.281Z||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. 2021-09-27T07:22:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:22:35.840Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:22:35.849Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:23:26.277Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:23:26.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:23:26.279Z||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. 2021-09-27T07:23:26.279Z||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. 2021-09-27T07:23:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:23:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:23:35.842Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:23:35.846Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:24:26.278Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:24:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:24:26.280Z||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. 2021-09-27T07:24:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:24:26.280Z||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. 2021-09-27T07:24:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:24:35.832Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:24:35.841Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:25:26.278Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:25:26.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:25:26.280Z||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. 2021-09-27T07:25:26.280Z||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. 2021-09-27T07:25:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:25:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:25:35.838Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:25:35.869Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:26:26.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:26:26.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:26:26.281Z||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. 2021-09-27T07:26:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:26:26.281Z||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. 2021-09-27T07:26:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:26:35.831Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:26:35.831Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:27:26.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:27:26.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:27:26.280Z||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. 2021-09-27T07:27:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:27:26.280Z||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. 2021-09-27T07:27:26.283Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:27:35.884Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:27:35.915Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:28:26.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:28:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:28:26.280Z||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. 2021-09-27T07:28:26.280Z||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. 2021-09-27T07:28:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:28:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:28:35.847Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:28:35.851Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:29:26.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:29:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:29:26.280Z||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. 2021-09-27T07:29:26.280Z||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. 2021-09-27T07:29:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:29:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:29:35.839Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:29:35.856Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:30:26.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:30:26.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:30:26.281Z||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. 2021-09-27T07:30:26.281Z||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. 2021-09-27T07:30:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:30:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:30:35.843Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:30:35.845Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:31:26.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:31:26.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:31:26.281Z||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. 2021-09-27T07:31:26.281Z||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. 2021-09-27T07:31:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:31:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:31:35.836Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:31:35.840Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:32:26.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:32:26.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:32:26.281Z||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. 2021-09-27T07:32:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:32:26.281Z||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. 2021-09-27T07:32:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:32:35.836Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:32:35.837Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:33:26.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:33:26.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:33:26.281Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T07:33:26.281Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T07:33:26.281Z||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. 2021-09-27T07:33:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:33:35.843Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:33:35.846Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:34:26.278Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:34:26.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:34:26.281Z||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. 2021-09-27T07:34:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:34:26.281Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T07:34:26.282Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T07:34:35.839Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:34:35.840Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:35:26.278Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:35:26.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:35:26.281Z||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. 2021-09-27T07:35:26.281Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T07:35:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:35:26.281Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T07:35:35.837Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:35:35.839Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:36:26.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:36:26.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:36:26.279Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T07:36:26.279Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T07:36:26.280Z||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. 2021-09-27T07:36:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:36:35.850Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:36:35.856Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:37:26.278Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:37:26.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:37:26.280Z||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. 2021-09-27T07:37:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:37:26.280Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T07:37:26.281Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T07:37:35.829Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:37:35.838Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:38:26.278Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:38:26.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:38:26.281Z||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. 2021-09-27T07:38:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:38:26.281Z||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. 2021-09-27T07:38:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:38:35.840Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:38:35.845Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:39:26.277Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:39:26.284Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:39:26.287Z||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. 2021-09-27T07:39:26.287Z||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. 2021-09-27T07:39:26.287Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:39:26.287Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:39:35.833Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:39:35.834Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:40:26.278Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:40:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:40:26.280Z||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. 2021-09-27T07:40:26.280Z||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. 2021-09-27T07:40:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:40:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:40:35.834Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:40:35.835Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:41:26.277Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:41:26.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:41:26.280Z||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. 2021-09-27T07:41:26.280Z||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. 2021-09-27T07:41:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:41:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:41:35.842Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:41:35.843Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:42:26.278Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:42:26.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:42:26.280Z||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. 2021-09-27T07:42:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:42:26.280Z||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. 2021-09-27T07:42:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:42:35.836Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:42:35.836Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:43:26.278Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:43:26.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:43:26.280Z||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. 2021-09-27T07:43:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:43:26.280Z||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. 2021-09-27T07:43:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:43:35.840Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:43:35.850Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:44:26.278Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:44:26.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:44:26.280Z||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. 2021-09-27T07:44:26.280Z||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. 2021-09-27T07:44:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:44:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:44:35.838Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:44:35.840Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:45:26.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:45:26.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:45:26.282Z||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. 2021-09-27T07:45:26.282Z||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. 2021-09-27T07:45:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:45:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:45:35.858Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:45:35.858Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:46:26.278Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:46:26.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:46:26.280Z||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. 2021-09-27T07:46:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:46:26.280Z||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. 2021-09-27T07:46:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:46:35.837Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:46:35.837Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:47:26.278Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:47:26.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:47:26.280Z||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. 2021-09-27T07:47:26.280Z||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. 2021-09-27T07:47:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:47:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:47:35.836Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:47:35.836Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:48:26.277Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:48:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:48:26.280Z||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. 2021-09-27T07:48:26.280Z||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. 2021-09-27T07:48:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:48:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:48:35.832Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:48:35.832Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:49:26.277Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:49:26.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:49:26.279Z||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. 2021-09-27T07:49:26.279Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:49:26.280Z||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. 2021-09-27T07:49:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:49:35.849Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:49:35.849Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:50:26.278Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:50:26.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:50:26.280Z||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. 2021-09-27T07:50:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:50:26.280Z||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. 2021-09-27T07:50:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:50:35.841Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:50:35.850Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:51:26.277Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:51:26.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:51:26.280Z||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. 2021-09-27T07:51:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:51:26.286Z||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. 2021-09-27T07:51:26.286Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:51:35.838Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:51:35.850Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:52:26.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:52:26.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:52:26.283Z||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. 2021-09-27T07:52:26.283Z||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. 2021-09-27T07:52:26.283Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:52:26.283Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:52:35.845Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:52:35.845Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:53:26.278Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:53:26.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:53:26.282Z||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. 2021-09-27T07:53:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:53:26.282Z||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. 2021-09-27T07:53:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:53:35.838Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:53:35.838Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:54:26.278Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:54:26.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:54:26.281Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T07:54:26.281Z||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. 2021-09-27T07:54:26.281Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T07:54:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:54:35.832Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:54:35.834Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:55:26.278Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:55:26.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:55:26.281Z||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. 2021-09-27T07:55:26.281Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T07:55:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:55:26.281Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T07:55:35.877Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:55:35.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:56:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:56:26.278Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:56:26.282Z||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. 2021-09-27T07:56:26.282Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T07:56:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:56:26.282Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T07:56:35.851Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:56:35.855Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:57:26.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:57:26.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:57:26.280Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T07:57:26.280Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T07:57:26.280Z||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. 2021-09-27T07:57:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:57:35.830Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:57:35.846Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:58:26.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:58:26.280Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:58:26.281Z||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. 2021-09-27T07:58:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:58:26.281Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T07:58:26.282Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T07:58:35.841Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:58:35.848Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:59:26.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:59:26.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T07:59:26.281Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T07:59:26.282Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T07:59:26.281Z||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. 2021-09-27T07:59:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T07:59:35.844Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T07:59:35.858Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:00:26.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:00:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:00:26.279Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T08:00:26.280Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:00:26.280Z||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. 2021-09-27T08:00:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:00:35.839Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:00:35.839Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:01:26.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:01:26.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:01:26.280Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T08:01:26.280Z||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. 2021-09-27T08:01:26.280Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:01:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:01:35.853Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:01:35.853Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:02:26.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:02:26.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:02:26.280Z||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. 2021-09-27T08:02:26.280Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T08:02:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:02:26.281Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:02:35.835Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:02:35.837Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:03:26.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:03:26.279Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T08:03:26.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:03:26.279Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:03:26.280Z||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. 2021-09-27T08:03:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:03:35.830Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:03:35.829Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:04:26.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:04:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:04:26.282Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T08:04:26.282Z||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. 2021-09-27T08:04:26.282Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:04:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:04:35.845Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:04:35.845Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:05:26.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:05:26.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:05:26.281Z||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. 2021-09-27T08:05:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:05:26.281Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T08:05:26.282Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:05:35.840Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:05:35.847Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:06:26.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:06:26.279Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:06:26.284Z||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. 2021-09-27T08:06:26.284Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:06:26.285Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T08:06:26.286Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:06:35.844Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:06:35.862Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:07:26.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:07:26.278Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:07:26.282Z||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. 2021-09-27T08:07:26.282Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T08:07:26.283Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:07:26.283Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:07:35.837Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:07:35.838Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:08:26.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:08:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:08:26.280Z||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. 2021-09-27T08:08:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:08:26.280Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T08:08:26.282Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:08:35.849Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:08:35.850Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:09:26.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:09:26.280Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T08:09:26.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:09:26.280Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:09:26.281Z||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. 2021-09-27T08:09:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:09:35.842Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:09:35.843Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:10:26.278Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:10:26.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:10:26.281Z||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. 2021-09-27T08:10:26.281Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T08:10:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:10:26.282Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:10:35.846Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:10:35.856Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:11:26.278Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:11:26.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:11:26.282Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T08:11:26.282Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:11:26.282Z||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. 2021-09-27T08:11:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:11:35.847Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:11:35.854Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:12:26.278Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:12:26.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:12:26.282Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T08:12:26.282Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:12:26.282Z||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. 2021-09-27T08:12:26.283Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:12:35.839Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:12:35.843Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:13:26.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:13:26.278Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:13:26.280Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T08:13:26.280Z||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. 2021-09-27T08:13:26.280Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:13:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:13:35.828Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:13:35.831Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:14:26.278Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:14:26.279Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:14:26.282Z||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. 2021-09-27T08:14:26.282Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T08:14:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:14:26.282Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:14:35.836Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:14:35.837Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:15:26.277Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:15:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:15:26.281Z||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. 2021-09-27T08:15:26.281Z||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. 2021-09-27T08:15:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:15:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:15:35.846Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:15:35.845Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:16:26.280Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:16:26.280Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:16:26.284Z||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. 2021-09-27T08:16:26.284Z||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. 2021-09-27T08:16:26.284Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:16:26.284Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:16:35.852Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:16:35.859Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:17:26.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:17:26.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:17:26.282Z||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. 2021-09-27T08:17:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:17:26.282Z||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. 2021-09-27T08:17:26.283Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:17:35.853Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:17:35.853Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:18:26.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:18:26.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:18:26.282Z||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. 2021-09-27T08:18:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:18:26.282Z||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. 2021-09-27T08:18:26.283Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:18:35.829Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:18:35.841Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:19:26.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:19:26.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:19:26.281Z||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. 2021-09-27T08:19:26.281Z||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. 2021-09-27T08:19:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:19:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:19:35.836Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:19:35.853Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:20:26.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:20:26.278Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:20:26.281Z||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. 2021-09-27T08:20:26.281Z||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. 2021-09-27T08:20:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:20:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:20:26.917Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:20:26.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-09-27T08:20:26.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"41efe4e6-12c1-4800-8b81-2e4d1f7d4b16","serviceName":"vFW 2021-09-27 08-16-51","serviceVersion":"1.0","serviceUUID":"44627f9c-dd4f-4701-80d0-37349566cc35","serviceDescription":"catalog service description","serviceInvariantUUID":"348cc65e-7f7a-4a40-be14-9a6e31de6226","resources":[{"resourceInstanceName":"vFW 4a7fdfdb-a5c7 0","resourceName":"vFW 4a7fdfdb-a5c7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0f950a60-c416-497b-a111-b1aeca41f4d0","resourceInvariantUUID":"9eca1e2d-6f5f-4008-8716-68e20201a42f","resourceCustomizationUUID":"5969d8a2-3bb5-4704-85f7-16f3f46d47ff","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vf-license-model.xml","artifactChecksum":"YzllYmIzMjk3YTI1NGM3YjhhOTEwNzUwNjdiOWIxMDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3c878c78-c870-4124-8e8d-5a56e0a62f5a","artifactVersion":"1"},{"artifactName":"vfw4a7fdfdba5c70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json","artifactChecksum":"MzVhYzY1Mjk0YzBmYWE2MzQ0OTU1YWQwYTliM2Q3YWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"38af1902-b36f-4000-a15c-5aaf31d445ec","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"09ffe3ae-7948-4ee7-b1a4-a0c2483e7986","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vendor-license-model.xml","artifactChecksum":"MDY1MDM3ZjhjOWFjZDFhMjI1YzExYmM4Mzc1OTgwZGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bcc0026c-36ad-404e-a66d-3829737048c3","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4f081dc3-88ee-4ebd-8b81-efc39aa5c923","artifactVersion":"2","generatedFromUUID":"09ffe3ae-7948-4ee7-b1a4-a0c2483e7986"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210927081651-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-template.yml","artifactChecksum":"ZTA2MDA4ZWYyNGEyYzM0ODBjNTQ2YTk4MzVhZWMzMzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b8a1c9bf-c1e5-484e-bd09-144a8961d466","artifactVersion":"1"},{"artifactName":"service-Vfw20210927081651-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar","artifactChecksum":"MjBiYTQ3MzYwOWE1NTFiZDg0ZmMyODMyYTFhODBlMjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dcebb251-49df-467e-964b-22e5f06eeeaf","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-27T08:20:26.927Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:20:26.932Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:26.933Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "ves-openapi-manager", "timestamp": 1632730797597, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:26.935Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T08:20:26.942Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-27T08:20:26.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:26.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:26.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "cds", "timestamp": 1632730792207, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:26.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:26.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:26.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "clamp", "timestamp": 1632730795498, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:26.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:26.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:26.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "policy-id", "timestamp": 1632730800086, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:26.961Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:26.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:26.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "ves-openapi-manager", "timestamp": 1632730797597, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:26.961Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:26.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:26.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "cds", "timestamp": 1632730792207, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:26.961Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:26.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:26.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "clamp", "timestamp": 1632730795498, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json", "status": "NOTIFIED" } 2021-09-27T08:20:26.962Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:26.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:26.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "policy-id", "timestamp": 1632730800086, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:26.962Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:26.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:26.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "ves-openapi-manager", "timestamp": 1632730797597, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:26.962Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:26.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:26.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "cds", "timestamp": 1632730792207, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:26.963Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:26.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:26.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "clamp", "timestamp": 1632730795498, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:26.963Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:26.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:26.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "policy-id", "timestamp": 1632730800086, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-27T08:20:26.964Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:26.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:26.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "ves-openapi-manager", "timestamp": 1632730797597, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:26.964Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:26.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:26.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "cds", "timestamp": 1632730792207, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:26.965Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:26.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:26.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "clamp", "timestamp": 1632730795498, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:26.965Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:26.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:26.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "multicloud-k8s-id", "timestamp": 1632730802783, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:26.966Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:26.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:26.966Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "policy-id", "timestamp": 1632730800086, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:26.966Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:26.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:26.966Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "dcae-sch", "timestamp": 1632730803571, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:26.967Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:26.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:26.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "ves-openapi-manager", "timestamp": 1632730797597, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:26.967Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:26.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:26.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "cds", "timestamp": 1632730792207, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:26.968Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:26.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:26.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "clamp", "timestamp": 1632730795498, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:26.968Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:26.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:26.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "multicloud-k8s-id", "timestamp": 1632730802783, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json", "status": "NOTIFIED" } 2021-09-27T08:20:26.968Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:26.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:26.969Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "policy-id", "timestamp": 1632730800086, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:26.969Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:26.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:26.969Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "dcae-sch", "timestamp": 1632730803571, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:26.969Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:26.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:26.970Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "ves-openapi-manager", "timestamp": 1632730797597, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:26.970Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:26.971Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:26.971Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "cds", "timestamp": 1632730792207, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:26.971Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:26.971Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:26.971Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "clamp", "timestamp": 1632730795498, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:26.971Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:26.971Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:26.971Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "multicloud-k8s-id", "timestamp": 1632730802783, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-27T08:20:26.972Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:26.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:26.972Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "policy-id", "timestamp": 1632730800086, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:26.973Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:26.974Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:26.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "dcae-sch", "timestamp": 1632730803571, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:26.974Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:26.974Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:26.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "ves-openapi-manager", "timestamp": 1632730797597, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:26.975Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:26.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:26.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "cds", "timestamp": 1632730792207, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar", "status": "NOTIFIED" } 2021-09-27T08:20:26.975Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:26.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:26.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "clamp", "timestamp": 1632730795498, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar", "status": "NOTIFIED" } 2021-09-27T08:20:26.975Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:26.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:26.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "multicloud-k8s-id", "timestamp": 1632730802783, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:26.976Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:26.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:26.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "policy-id", "timestamp": 1632730800086, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar", "status": "NOTIFIED" } 2021-09-27T08:20:26.976Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:26.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:26.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "dcae-sch", "timestamp": 1632730803571, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:26.976Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:26.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:26.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "multicloud-k8s-id", "timestamp": 1632730802783, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-09-27T08:20:26.977Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:26.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:26.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "cds", "timestamp": 1632730808107, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T08:20:26.977Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:20:26.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:26.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "dcae-sch", "timestamp": 1632730803571, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:26.978Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:26.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:26.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "multicloud-k8s-id", "timestamp": 1632730802783, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:26.978Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:26.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:26.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "policy-id", "timestamp": 1632730808716, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T08:20:26.978Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:20:26.979Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:26.979Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "cds", "timestamp": 1632730809134, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2021-09-27T08:20:26.979Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T08:20:26.979Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632730826277, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-27T08:20:27.075Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 57 ms 2021-09-27T08:20:27.181Z||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. 2021-09-27T08:20:27.181Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:20:27.196Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:20:27.197Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-27T08:20:27.305Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16 2021-09-27T08:20:27.327Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16 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 (?, ?, ?, ?, ?) 2021-09-27T08:20:27.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:27.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "dcae-sch", "timestamp": 1632730803571, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:27.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:27.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:27.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "multicloud-k8s-id", "timestamp": 1632730802783, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar", "status": "NOTIFIED" } 2021-09-27T08:20:27.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:27.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:27.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "policy-id", "timestamp": 1632730809725, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T08:20:27.349Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:20:27.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:27.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "dcae-sch", "timestamp": 1632730803571, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:27.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:27.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:27.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "policy-id", "timestamp": 1632730810734, "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=? 2021-09-27T08:20:27.363Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16 2021-09-27T08:20:27.363Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16 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 (?, ?, ?, ?, ?) 2021-09-27T08:20:27.370Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:27.370Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "multicloud-k8s-id", "timestamp": 1632730811185, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json", "status": "DOWNLOAD_OK" } 2021-09-27T08:20:27.370Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:20:27.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:27.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632730811720, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:27.371Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:27.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:27.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632730811720, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:27.371Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:27.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:27.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "multicloud-k8s-id", "timestamp": 1632730813510, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-09-27T08:20:27.372Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:20:27.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:27.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "aai-ml", "timestamp": 1632730812933, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:27.372Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:27.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:27.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632730811720, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:27.372Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:27.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:27.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "aai-ml", "timestamp": 1632730812933, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:27.373Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:27.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:27.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "multicloud-k8s-id", "timestamp": 1632730815004, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-09-27T08:20:27.373Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:20:27.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:27.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632730811720, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:27.374Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:27.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:27.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "aai-ml", "timestamp": 1632730812933, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:27.374Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:27.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:27.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632730811720, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:27.374Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:27.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:27.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "aai-ml", "timestamp": 1632730812933, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:27.375Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:27.375Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:27.375Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "multicloud-k8s-id", "timestamp": 1632730816770, "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=? 2021-09-27T08:20:27.377Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16 2021-09-27T08:20:27.378Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16 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=? 2021-09-27T08:20:27.384Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:27.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632730811720, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:27.385Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:27.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:27.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "aai-ml", "timestamp": 1632730812933, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:27.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:27.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:27.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "multicloud-k8s-id", "timestamp": 1632730817776, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json", "status": "DEPLOY_OK" } 2021-09-27T08:20:27.386Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:20:27.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:27.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632730811720, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar", "status": "NOTIFIED" } 2021-09-27T08:20:27.386Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:27.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:27.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "clamp", "timestamp": 1632730818449, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T08:20:27.387Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:20:27.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:27.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "aai-ml", "timestamp": 1632730812933, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:27.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:27.387Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:27.387Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "aai-ml", "timestamp": 1632730812933, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar", "status": "NOTIFIED" } 2021-09-27T08:20:27.387Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:20:27.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:27.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "clamp", "timestamp": 1632730820455, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T08:20:27.388Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:20:27.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:27.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "clamp", "timestamp": 1632730821459, "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=? 2021-09-27T08:20:27.391Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16 2021-09-27T08:20:27.391Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16 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 (?, ?, ?, ?, ?) 2021-09-27T08:20:27.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:27.400Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632730822244, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T08:20:27.400Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:20:27.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:20:27.401Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "aai-ml", "timestamp": 1632730823306, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T08:20:27.401Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:20:28.021Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T08:20:28.021Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-27T08:20:28.024Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T08:20:28.024Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632730826277, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json", "status": "NOTIFIED" } 2021-09-27T08:20:28.127Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2021-09-27T08:20:28.128Z||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. 2021-09-27T08:20:28.128Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:20:28.152Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:20:28.153Z||pool-4-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2021-09-27T08:20:29.025Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T08:20:29.025Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-27T08:20:29.027Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T08:20:29.027Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632730826277, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-27T08:20:29.127Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T08:20:29.128Z||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. 2021-09-27T08:20:29.128Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:20:29.139Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:20:29.139Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-09-27T08:20:30.028Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T08:20:30.035Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-27T08:20:30.041Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T08:20:30.041Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632730826277, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:30.139Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-09-27T08:20:30.145Z||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. 2021-09-27T08:20:30.145Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:20:30.173Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:20:30.174Z||pool-6-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2021-09-27T08:20:31.044Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T08:20:31.044Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-27T08:20:31.049Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T08:20:31.050Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632730826277, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-09-27T08:20:31.154Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-27T08:20:31.156Z||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. 2021-09-27T08:20:31.156Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:20:31.173Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:20:31.174Z||pool-7-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-09-27T08:20:32.050Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T08:20:32.051Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-27T08:20:32.053Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T08:20:32.053Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632730826277, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T08:20:32.153Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T08:20:32.154Z||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. 2021-09-27T08:20:32.155Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:20:32.170Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:20:32.170Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-09-27T08:20:33.054Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T08:20:33.055Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-27T08:20:33.057Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T08:20:33.057Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632730826277, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar", "status": "NOTIFIED" } 2021-09-27T08:20:33.158Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-27T08:20:33.159Z||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. 2021-09-27T08:20:33.159Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:20:33.173Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:20:33.173Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-09-27T08:20:34.059Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "serviceName": "vFW 2021-09-27 08-16-51", "serviceVersion": "1.0", "serviceUUID": "44627f9c-dd4f-4701-80d0-37349566cc35", "serviceDescription": "catalog service description", "serviceInvariantUUID": "348cc65e-7f7a-4a40-be14-9a6e31de6226", "resources": [ { "resourceInstanceName": "vFW 4a7fdfdb-a5c7 0", "resourceCustomizationUUID": "5969d8a2-3bb5-4704-85f7-16f3f46d47ff", "resourceName": "vFW 4a7fdfdb-a5c7", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "0f950a60-c416-497b-a111-b1aeca41f4d0", "resourceInvariantUUID": "9eca1e2d-6f5f-4008-8716-68e20201a42f", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw4a7fdfdba5c70_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json", "artifactChecksum": "MzVhYzY1Mjk0YzBmYWE2MzQ0OTU1YWQwYTliM2Q3YWY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "38af1902-b36f-4000-a15c-5aaf31d445ec", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "09ffe3ae-7948-4ee7-b1a4-a0c2483e7986", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4f081dc3-88ee-4ebd-8b81-efc39aa5c923", "generatedFromUUID": "09ffe3ae-7948-4ee7-b1a4-a0c2483e7986" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4f081dc3-88ee-4ebd-8b81-efc39aa5c923", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210927081651-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar", "artifactChecksum": "MjBiYTQ3MzYwOWE1NTFiZDg0ZmMyODMyYTFhODBlMjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dcebb251-49df-467e-964b-22e5f06eeeaf" } ], "workloadContext": "Production" } 2021-09-27T08:20:34.060Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-27T08:20:34.060Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 44627f9c-dd4f-4701-80d0-37349566cc35 ASDC 2021-09-27T08:20:34.206Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:41efe4e6-12c1-4800-8b81-2e4d1f7d4b16 ServiceName:vFW 2021-09-27 08-16-51 ServiceVersion:1.0 ServiceUUID:44627f9c-dd4f-4701-80d0-37349566cc35 ServiceInvariantUUID:348cc65e-7f7a-4a40-be14-9a6e31de6226 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210927081651-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar ArtifactUUID:dcebb251-49df-467e-964b-22e5f06eeeaf ArtifactChecksum:MjBiYTQ3MzYwOWE1NTFiZDg0ZmMyODMyYTFhODBlMjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 4a7fdfdb-a5c7 0 ResourceCustomizationUUID:5969d8a2-3bb5-4704-85f7-16f3f46d47ff ResourceInvariantUUID:9eca1e2d-6f5f-4008-8716-68e20201a42f ResourceName:vFW 4a7fdfdb-a5c7 ResourceType:VF ResourceUUID:0f950a60-c416-497b-a111-b1aeca41f4d0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw4a7fdfdba5c70_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json ArtifactUUID:38af1902-b36f-4000-a15c-5aaf31d445ec ArtifactChecksum:MzVhYzY1Mjk0YzBmYWE2MzQ0OTU1YWQwYTliM2Q3YWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml ArtifactUUID:09ffe3ae-7948-4ee7-b1a4-a0c2483e7986 ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env ArtifactUUID:4f081dc3-88ee-4ebd-8b81-efc39aa5c923 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env ArtifactUUID:4f081dc3-88ee-4ebd-8b81-efc39aa5c923 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-27T08:20:34.206Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 44627f9c-dd4f-4701-80d0-37349566cc35 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=? 2021-09-27T08:20:34.248Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-27T08:20:34.250Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-09-27T08:20:34.251Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-09-27T08:20:34.251Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: dcebb251-49df-467e-964b-22e5f06eeeaf from URL: /sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar 2021-09-27T08:20:34.251Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-27T08:20:34.252Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar 2021-09-27T08:20:35.105Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-27T08:20:35.127Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar dcebb251-49df-467e-964b-22e5f06eeeaf 98759 2021-09-27T08:20:35.129Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar ASDC sendASDCNotification 2021-09-27T08:20:35.129Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar 2021-09-27T08:20:35.130Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-27T08:20:35.131Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-27T08:20:35.133Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T08:20:35.133Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632730835128, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T08:20:35.234Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T08:20:35.235Z||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. 2021-09-27T08:20:35.235Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:20:35.247Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:20:35.247Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-27T08:20:36.134Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-27T08:20:36.135Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2021-09-27T08:20:36.136Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: dcebb251-49df-467e-964b-22e5f06eeeaf, URL: /sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar to file: /app/ASDC/1/service-Vfw20210927081651-csar.csar 2021-09-27T08:20:36.140Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210927081651-csar.csar 2021-09-27T08:20:36.254Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210927081651-csar.csar 2021-09-27T08:20:36.254Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210927081651-csar.csar 2021-09-27T08:20:37.990Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11480693586923892806/Definitions/service-Vfw20210927081651-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2021-09-27T08:20:40.597Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-27T08:20:40.604Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-09-27T08:20:40.605Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210927081651-csar.csar 2021-09-27T08:20:40.605Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-09-27T08:20:40.606Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210927081651-csar.csar 2021-09-27T08:20:40.606Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210927081651-csar.csar 2021-09-27T08:20:40.606Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4a7fdfdb-a5c7 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20210927081651-csar.csar 2021-09-27T08:20:40.607Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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-Vfw20210927081651-csar.csar 2021-09-27T08:20:40.607Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210927081651-csar.csar 2021-09-27T08:20:40.607Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210927081651-csar.csar 2021-09-27T08:20:40.608Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210927081651-csar.csar 2021-09-27T08:20:40.608Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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-Vfw20210927081651-csar.csar 2021-09-27T08:20:40.608Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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-Vfw20210927081651-csar.csar 2021-09-27T08:20:40.608Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210927081651-csar.csar 2021-09-27T08:20:40.609Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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-Vfw20210927081651-csar.csar 2021-09-27T08:20:40.609Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210927081651-csar.csar 2021-09-27T08:20:40.609Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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-Vfw20210927081651-csar.csar 2021-09-27T08:20:40.610Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||WARN|500||#################################################################################################### 2021-09-27T08:20:40.616Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:20:40.619Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-27 08-16-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T08:20:40.623Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vFW 4a7fdfdb-a5c7 0 is matching search criteria 2021-09-27T08:20:40.624Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-09-27T08:20:40.626Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4a7fdfdb-a5c7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-27T08:20:40.628Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:20:40.628Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-27 08-16-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T08:20:40.629Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vFW 4a7fdfdb-a5c7 0 is matching search criteria 2021-09-27T08:20:40.629Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2021-09-27T08:20:40.629Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4a7fdfdb-a5c7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-27T08:20:40.629Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:20:40.630Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-27 08-16-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T08:20:40.634Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:20:40.634Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vFW 4a7fdfdb-a5c7 0 is not matching search criteria 2021-09-27T08:20:40.635Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-27T08:20:40.635Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-27T08:20:40.635Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-27T08:20:40.636Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-27T08:20:40.636Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-27T08:20:40.636Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-27T08:20:40.637Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-27T08:20:40.637Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-27T08:20:40.637Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-27T08:20:40.638Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-27T08:20:40.638Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-27T08:20:40.638Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-27T08:20:40.639Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-27T08:20:40.639Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-27T08:20:40.639Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-27T08:20:40.640Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-27T08:20:40.640Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:20:40.641Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-27 08-16-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-27T08:20:40.642Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:20:40.642Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vFW 4a7fdfdb-a5c7 0 is matching search criteria 2021-09-27T08:20:40.643Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4a7fdfdb-a5c7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T08:20:40.644Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:20:40.645Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vFW 4a7fdfdb-a5c7 0 is matching search criteria 2021-09-27T08:20:40.645Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4a7fdfdb-a5c7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T08:20:40.645Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:20:40.646Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vFW 4a7fdfdb-a5c7 0 is matching search criteria 2021-09-27T08:20:40.646Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4a7fdfdb-a5c7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T08:20:40.646Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:20:40.647Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vFW 4a7fdfdb-a5c7 0 is not matching search criteria 2021-09-27T08:20:40.647Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-27T08:20:40.648Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-09-27T08:20:40.648Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-27T08:20:40.648Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-27T08:20:40.649Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-27T08:20:40.649Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-27T08:20:40.649Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-27T08:20:40.650Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-27T08:20:40.650Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-27T08:20:40.650Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-27T08:20:40.651Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-27T08:20:40.651Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=afe6d04a-36ac-4a04-8019-452ad8c8ccdb 2021-09-27T08:20:40.651Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:20:40.652Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vFW 4a7fdfdb-a5c7 0 is not matching search criteria 2021-09-27T08:20:40.652Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-27T08:20:40.652Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-27T08:20:40.653Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-27T08:20:40.653Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-27T08:20:40.653Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-27T08:20:40.653Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-27T08:20:40.654Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-27T08:20:40.654Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-09-27T08:20:40.654Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-27T08:20:40.655Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-27T08:20:40.655Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-27T08:20:40.655Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-27T08:20:40.656Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=07d0b69d-f9ac-46ec-af52-e1d311783bbc 2021-09-27T08:20:40.656Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:20:40.656Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vFW 4a7fdfdb-a5c7 0 is not matching search criteria 2021-09-27T08:20:40.657Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-27T08:20:40.657Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-27T08:20:40.657Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-27T08:20:40.658Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-27T08:20:40.658Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-27T08:20:40.658Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-27T08:20:40.659Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-27T08:20:40.659Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-27T08:20:40.659Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-27T08:20:40.660Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-27T08:20:40.660Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-27T08:20:40.660Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-09-27T08:20:40.660Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b2d6cadf-9b98-408a-a5f2-d9d86d6bfa85 2021-09-27T08:20:40.661Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:20:40.661Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-27 08-16-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T08:20:40.662Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:20:40.662Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-27 08-16-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T08:20:40.662Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:20:40.662Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-27 08-16-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T08:20:40.663Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:20:40.663Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-27 08-16-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T08:20:40.664Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-09-27 08-16-51 Description:catalog service description Model UUID:44627f9c-dd4f-4701-80d0-37349566cc35 Model Version:NULL Model InvariantUuid:348cc65e-7f7a-4a40-be14-9a6e31de6226 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 4a7fdfdb-a5c7 Model UUID:13ee0aa4-1248-4eab-b335-f6944231dcfe Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:9eca1e2d-6f5f-4008-8716-68e20201a42f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5969d8a2-3bb5-4704-85f7-16f3f46d47ff NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:276a717d-c50b-4be6-94e6-12bb7924c733 ModelName:Vfw4a7fdfdbA5c7..base_vfw..module-0 ModelUuid:95251aef-5f42-4c34-a51e-5107b1bb27b5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:afe6d04a-36ac-4a04-8019-452ad8c8ccdb ModelInvariantUuid:923e1d5f-e6f9-413c-a756-07c176bbb1d5 ModelName:vFW 4a7fdfdb-a5c7-nodes.vfwCvfc ModelUuid:58569bb7-8cf0-46f2-9c97-be063fb8dc7b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:7e629190-0b7f-425e-815d-4f3998b09a57 ModelInvariantUuid:3729dff5-b071-490d-ba2c-4af62d75a255 ModelName:Vfw4a7fdfdbA5c7.compute.nodes.heat.vfw ModelUuid:5ea31a0d-91f0-4622-9469-72e3c8e67ae5 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:07d0b69d-f9ac-46ec-af52-e1d311783bbc ModelInvariantUuid:dcb82e6d-9d31-4bc9-aff6-c1aa5d3a5bb4 ModelName:vFW 4a7fdfdb-a5c7-nodes.vsnCvfc ModelUuid:3969d1b9-9e26-4fb9-b54d-b3fd9817edb0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:d6457e1a-0cbe-4eb8-9d2e-aec08a3cdbb0 ModelInvariantUuid:0dbd97e2-1ca0-4e13-aca6-6840a186da69 ModelName:Vfw4a7fdfdbA5c7.compute.nodes.heat.vsn ModelUuid:234d26c4-6941-49cd-a137-aa6042a14779 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:b2d6cadf-9b98-408a-a5f2-d9d86d6bfa85 ModelInvariantUuid:fcaed13a-0a04-4a45-9a1f-232e9fe6e500 ModelName:vFW 4a7fdfdb-a5c7-nodes.vpgCvfc ModelUuid:48f92d57-8759-4087-a0ec-c3031f948075 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:ec4e8629-a05b-444b-a5aa-4bd3863af964 ModelInvariantUuid:9e4cf359-dcec-4576-9413-ad5995d3fc19 ModelName:Vfw4a7fdfdbA5c7.compute.nodes.heat.vpg ModelUuid:7e6c530a-8d24-4df8-8a9c-3c00fea4d9cf 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-27T08:20:40.672Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 0f950a60-c416-497b-a111-b1aeca41f4d0 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-27T08:20:40.771Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||vFW 4a7fdfdb-a5c7 0 2021-09-27T08:20:40.778Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0f950a60-c416-497b-a111-b1aeca41f4d0 2021-09-27T08:20:40.779Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 38af1902-b36f-4000-a15c-5aaf31d445ec from URL: /sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json 2021-09-27T08:20:40.779Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-27T08:20:40.779Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json 2021-09-27T08:20:42.572Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-27T08:20:42.573Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json 38af1902-b36f-4000-a15c-5aaf31d445ec 785 2021-09-27T08:20:42.574Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json ASDC sendASDCNotification 2021-09-27T08:20:42.574Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json 2021-09-27T08:20:42.574Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-27T08:20:42.574Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-27T08:20:42.577Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T08:20:42.578Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632730842574, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json", "status": "DOWNLOAD_OK" } 2021-09-27T08:20:42.678Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T08:20:42.679Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-27T08:20:42.679Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:20:42.699Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:20:42.700Z||pool-11-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2021-09-27T08:20:43.579Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw4a7fdfdbA5c7..base_vfw..module-0", "vfModuleModelInvariantUUID": "276a717d-c50b-4be6-94e6-12bb7924c733", "vfModuleModelVersion": "1", "vfModuleModelUUID": "95251aef-5f42-4c34-a51e-5107b1bb27b5", "vfModuleModelCustomizationUUID": "4490f9cd-580c-4c26-8d74-58b467563ed1", "isBase": true, "artifacts": [ "09ffe3ae-7948-4ee7-b1a4-a0c2483e7986", "4f081dc3-88ee-4ebd-8b81-efc39aa5c923" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-09-27T08:20:43.598Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw4a7fdfdbA5c7..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:95251aef-5f42-4c34-a51e-5107b1bb27b5 VfModuleModelInvariantUUID:276a717d-c50b-4be6-94e6-12bb7924c733 VfModuleModelDescription:NULL Artifacts UUID List:{ 09ffe3ae-7948-4ee7-b1a4-a0c2483e7986 , 4f081dc3-88ee-4ebd-8b81-efc39aa5c923 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-09-27T08:20:43.602Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw4a7fdfdbA5c7..base_vfw..module-0", "vfModuleModelInvariantUUID": "276a717d-c50b-4be6-94e6-12bb7924c733", "vfModuleModelVersion": "1", "vfModuleModelUUID": "95251aef-5f42-4c34-a51e-5107b1bb27b5", "vfModuleModelCustomizationUUID": "4490f9cd-580c-4c26-8d74-58b467563ed1", "isBase": true, "artifacts": [ "09ffe3ae-7948-4ee7-b1a4-a0c2483e7986", "4f081dc3-88ee-4ebd-8b81-efc39aa5c923" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-09-27T08:20:43.603Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw4a7fdfdbA5c7..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:95251aef-5f42-4c34-a51e-5107b1bb27b5 VfModuleModelInvariantUUID:276a717d-c50b-4be6-94e6-12bb7924c733 VfModuleModelDescription:NULL Artifacts UUID List:{ 09ffe3ae-7948-4ee7-b1a4-a0c2483e7986 , 4f081dc3-88ee-4ebd-8b81-efc39aa5c923 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-09-27T08:20:43.603Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 09ffe3ae-7948-4ee7-b1a4-a0c2483e7986 from URL: /sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml 2021-09-27T08:20:43.604Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-27T08:20:43.604Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml 2021-09-27T08:20:44.884Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-27T08:20:44.885Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml 09ffe3ae-7948-4ee7-b1a4-a0c2483e7986 20368 2021-09-27T08:20:44.886Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-09-27T08:20:44.887Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml 2021-09-27T08:20:44.887Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-27T08:20:44.887Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-27T08:20:44.889Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T08:20:44.890Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632730844886, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-09-27T08:20:44.991Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-27T08:20:44.992Z||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. 2021-09-27T08:20:44.992Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:20:45.006Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:20:45.007Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":2,"count":1} 2021-09-27T08:20:45.891Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4f081dc3-88ee-4ebd-8b81-efc39aa5c923 from URL: /sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env 2021-09-27T08:20:45.892Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - download 2021-09-27T08:20:45.893Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env 2021-09-27T08:20:46.698Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2021-09-27T08:20:46.700Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env 4f081dc3-88ee-4ebd-8b81-efc39aa5c923 2098 2021-09-27T08:20:46.700Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env ASDC sendASDCNotification 2021-09-27T08:20:46.700Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env 2021-09-27T08:20:46.701Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-27T08:20:46.701Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-27T08:20:46.704Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T08:20:46.704Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632730846700, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-09-27T08:20:46.804Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-27T08:20:46.805Z||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. 2021-09-27T08:20:46.805Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:20:46.818Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:20:46.819Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-09-27T08:20:47.705Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 44627f9c-dd4f-4701-80d0-37349566cc35 2021-09-27T08:20:47.706Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4a7fdfdb-a5c7 0 0f950a60-c416-497b-a111-b1aeca41f4d0 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-27T08:20:47.746Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@162f2c0b, org.onap.sdc.toscaparser.api.parameters.Input@10c746f7, org.onap.sdc.toscaparser.api.parameters.Input@f65267a, org.onap.sdc.toscaparser.api.parameters.Input@d9e6451, org.onap.sdc.toscaparser.api.parameters.Input@623e5e9d] 2021-09-27T08:20:47.750Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:20:47.751Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-27 08-16-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T08:20:47.751Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2021-09-27T08:20:47.751Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 5969d8a2-3bb5-4704-85f7-16f3f46d47ff 2021-09-27T08:20:47.752Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5969d8a2-3bb5-4704-85f7-16f3f46d47ff matches Tosca VF Customization UUID: 5969d8a2-3bb5-4704-85f7-16f3f46d47ff 2021-09-27T08:20:47.752Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 5969d8a2-3bb5-4704-85f7-16f3f46d47ff matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-27T08:20:47.759Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:20:47.759Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-27 08-16-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T08:20:47.760Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 5969d8a2-3bb5-4704-85f7-16f3f46d47ff: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2021-09-27T08:20:47.761Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@77cc54a4 2021-09-27T08:20:47.761Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:20:47.761Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-27 08-16-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-27T08:20:47.762Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4490f9cd-580c-4c26-8d74-58b467563ed1 2021-09-27T08:20:47.763Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4490f9cd-580c-4c26-8d74-58b467563ed1 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-27T08:20:47.769Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:20:47.769Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vFW 4a7fdfdb-a5c7 0 is matching search criteria 2021-09-27T08:20:47.770Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4a7fdfdb-a5c7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T08:20:47.776Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:20:47.777Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vFW 4a7fdfdb-a5c7 0 is matching search criteria 2021-09-27T08:20:47.778Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4a7fdfdb-a5c7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T08:20:47.779Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:20:47.779Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vFW 4a7fdfdb-a5c7 0 is not matching search criteria 2021-09-27T08:20:47.780Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-27T08:20:47.780Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-09-27T08:20:47.781Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-27T08:20:47.781Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-27T08:20:47.782Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-27T08:20:47.782Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-27T08:20:47.783Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-27T08:20:47.783Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-27T08:20:47.783Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-27T08:20:47.784Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-27T08:20:47.784Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-27T08:20:47.785Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=afe6d04a-36ac-4a04-8019-452ad8c8ccdb Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-27T08:20:47.798Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:20:47.799Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vFW 4a7fdfdb-a5c7 0 is matching search criteria 2021-09-27T08:20:47.799Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4a7fdfdb-a5c7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T08:20:47.799Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:20:47.800Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vFW 4a7fdfdb-a5c7 0 is not matching search criteria 2021-09-27T08:20:47.800Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-27T08:20:47.800Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-27T08:20:47.801Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-27T08:20:47.802Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-27T08:20:47.803Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-27T08:20:47.803Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-27T08:20:47.803Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-27T08:20:47.804Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-09-27T08:20:47.804Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-27T08:20:47.804Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-27T08:20:47.805Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-27T08:20:47.805Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-27T08:20:47.805Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=07d0b69d-f9ac-46ec-af52-e1d311783bbc Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-27T08:20:47.807Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:20:47.808Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vFW 4a7fdfdb-a5c7 0 is matching search criteria 2021-09-27T08:20:47.809Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4a7fdfdb-a5c7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T08:20:47.812Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:20:47.813Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vFW 4a7fdfdb-a5c7 0 is not matching search criteria 2021-09-27T08:20:47.813Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-27T08:20:47.814Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-27T08:20:47.814Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-27T08:20:47.815Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-27T08:20:47.815Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-27T08:20:47.815Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-27T08:20:47.816Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-27T08:20:47.816Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-27T08:20:47.816Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-27T08:20:47.817Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-27T08:20:47.817Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-27T08:20:47.817Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-09-27T08:20:47.818Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b2d6cadf-9b98-408a-a5f2-d9d86d6bfa85 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-27T08:20:47.820Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:20:47.820Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vFW 4a7fdfdb-a5c7 0 is matching search criteria 2021-09-27T08:20:47.821Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4a7fdfdb-a5c7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T08:20:47.821Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:20:47.822Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Node template vFW 4a7fdfdb-a5c7 0 is matching search criteria 2021-09-27T08:20:47.822Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4a7fdfdb-a5c7 0] matching following query criteria: sdcType=VF, customizationUUID=5969d8a2-3bb5-4704-85f7-16f3f46d47ff Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-27T08:20:47.824Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:20:47.824Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-27 08-16-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T08:20:47.824Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 44627f9c-dd4f-4701-80d0-37349566cc35: vFW 4a7fdfdb-a5c7 2021-09-27T08:20:47.825Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:20:47.825Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-27 08-16-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T08:20:47.825Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:20:47.826Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-27 08-16-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T08:20:47.826Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:20:47.826Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-27 08-16-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T08:20:47.827Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:20:47.827Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-27 08-16-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T08:20:47.828Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:20:47.828Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-09-27 08-16-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T08:20:47.828Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2021-09-27 08-16-51 Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-09-27T08:20:48.059Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4a7fdfdb-a5c7 0f950a60-c416-497b-a111-b1aeca41f4d0 1 ASDC deployResourceStructure 2021-09-27T08:20:48.061Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json ASDC sendASDCNotification 2021-09-27T08:20:48.061Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json 2021-09-27T08:20:48.061Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-27T08:20:48.062Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-27T08:20:48.064Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T08:20:48.064Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632730848061, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json", "status": "DEPLOY_OK" } 2021-09-27T08:20:48.164Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-27T08:20:48.165Z||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. 2021-09-27T08:20:48.165Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:20:48.179Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:20:48.179Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-27T08:20:49.065Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-09-27T08:20:49.066Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml 2021-09-27T08:20:49.067Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-27T08:20:49.067Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-27T08:20:49.069Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T08:20:49.069Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632730849065, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-09-27T08:20:49.169Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-27T08:20:49.170Z||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. 2021-09-27T08:20:49.170Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:20:49.181Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:20:49.181Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-27T08:20:50.070Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env ASDC sendASDCNotification 2021-09-27T08:20:50.071Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env 2021-09-27T08:20:50.071Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-27T08:20:50.071Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-27T08:20:50.073Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T08:20:50.073Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632730850070, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-09-27T08:20:50.173Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T08:20:50.174Z||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. 2021-09-27T08:20:50.174Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:20:50.187Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:20:50.187Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-27T08:20:51.074Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar ASDC sendASDCNotification 2021-09-27T08:20:51.074Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar 2021-09-27T08:20:51.075Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-27T08:20:51.075Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-27T08:20:51.077Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T08:20:51.078Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632730851074, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T08:20:51.178Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T08:20:51.178Z||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. 2021-09-27T08:20:51.179Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:20:51.194Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:20:51.194Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-09-27T08:20:52.079Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-27T08:20:52.097Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-27T08:20:52.106Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-27T08:20:52.106Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-27T08:20:52.107Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-27T08:21:22.108Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-27T08:21:22.130Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-27T08:21:22.132Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-27T08:21:22.133Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-27T08:21:22.133Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-27T08:21:26.280Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:21:26.282Z||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. 2021-09-27T08:21:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:21:26.412Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:21:26.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:21:26.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632730826277, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T08:21:26.414Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:21:52.133Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-27T08:21:52.150Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-27T08:21:52.162Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-27T08:21:52.162Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-27T08:21:52.163Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-27T08:22:22.164Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-27T08:22:22.188Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-27T08:22:22.193Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-27T08:22:22.193Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-27T08:22:22.193Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-27T08:22:26.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:22:26.283Z||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. 2021-09-27T08:22:26.283Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:22:26.811Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:22:26.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:22:26.813Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632730826277, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json", "status": "NOTIFIED" } 2021-09-27T08:22:26.814Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:22:26.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:22:26.814Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632730828284, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T08:22:26.814Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:22:26.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:22:26.815Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632730826277, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-27T08:22:26.818Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:22:26.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:22:26.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632730829290, "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=? 2021-09-27T08:22:26.823Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16 2021-09-27T08:22:26.823Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16 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 (?, ?, ?, ?, ?) 2021-09-27T08:22:26.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:22:26.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632730826277, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T08:22:26.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:22:26.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:22:26.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632730826277, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-09-27T08:22:26.832Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:22:26.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:22:26.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632730826277, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T08:22:26.832Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:22:26.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:22:26.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632730826277, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar", "status": "NOTIFIED" } 2021-09-27T08:22:26.832Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T08:22:26.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:22:26.833Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632730835128, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T08:22:26.833Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:22:26.833Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:22:26.833Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632730842574, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json", "status": "DOWNLOAD_OK" } 2021-09-27T08:22:26.833Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:22:26.833Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:22:26.833Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632730844886, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-09-27T08:22:26.833Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:22:26.833Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:22:26.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "aai-ml", "timestamp": 1632730846087, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T08:22:26.834Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:22:26.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:22:26.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632730846700, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-09-27T08:22:26.834Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:22:26.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:22:26.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "aai-ml", "timestamp": 1632730847092, "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=? 2021-09-27T08:22:26.841Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16 2021-09-27T08:22:26.841Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16 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 (?, ?, ?, ?, ?) 2021-09-27T08:22:26.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:22:26.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632730848061, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/vfw4a7fdfdba5c70_modules.json", "status": "DEPLOY_OK" } 2021-09-27T08:22:26.847Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:22:26.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:22:26.848Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632730849065, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-09-27T08:22:26.848Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:22:26.848Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:22:26.848Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632730850070, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/resourceInstances/vfw4a7fdfdba5c70/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-09-27T08:22:26.848Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:22:26.848Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:22:26.848Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632730851074, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927081651/1.0/artifacts/service-Vfw20210927081651-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T08:22:26.849Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:22:52.194Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-27T08:22:52.214Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-27T08:22:52.226Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-27T08:22:52.226Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-27T08:22:52.226Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-27T08:22:52.226Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-27T08:22:52.226Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T08:22:52.226Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T08:22:52.226Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T08:22:52.226Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T08:22:52.227Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T08:22:52.227Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T08:22:52.227Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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=? 2021-09-27T08:22:52.230Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-27T08:23:22.231Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16 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=? 2021-09-27T08:23:22.248Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16 and serviceModelVersionId: 44627f9c-dd4f-4701-80d0-37349566cc35 2021-09-27T08:23:22.249Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 348cc65e-7f7a-4a40-be14-9a6e31de6226 2021-09-27T08:23:26.280Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:23:26.281Z||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. 2021-09-27T08:23:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:23:35.838Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:23:39.824Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/348cc65e-7f7a-4a40-be14-9a6e31de6226/model-vers/model-ver/44627f9c-dd4f-4701-80d0-37349566cc35?depth=0 2021-09-27T08:23:39.936Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2021-09-27T08:23:40.458Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/348cc65e-7f7a-4a40-be14-9a6e31de6226/model-vers/model-ver/44627f9c-dd4f-4701-80d0-37349566cc35?depth=0|INFO|500||Invoke 2021-09-27T08:23:40.465Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/348cc65e-7f7a-4a40-be14-9a6e31de6226/model-vers/model-ver/44627f9c-dd4f-4701-80d0-37349566cc35?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/348cc65e-7f7a-4a40-be14-9a6e31de6226/model-vers/model-ver/44627f9c-dd4f-4701-80d0-37349566cc35?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[41efe4e6-12c1-4800-8b81-2e4d1f7d4b16], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3457408c-4552-4228-97bc-9e7d41e5159f], X-ECOMP-RequestID=[41efe4e6-12c1-4800-8b81-2e4d1f7d4b16], X-TransactionId=[], X-ONAP-RequestID=[41efe4e6-12c1-4800-8b81-2e4d1f7d4b16], Content-Type=[application/merge-patch+json]} 2021-09-27T08:23:40.591Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/348cc65e-7f7a-4a40-be14-9a6e31de6226/model-vers/model-ver/44627f9c-dd4f-4701-80d0-37349566cc35?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-27T08:23:41.208Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/348cc65e-7f7a-4a40-be14-9a6e31de6226/model-vers/model-ver/44627f9c-dd4f-4701-80d0-37349566cc35?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/348cc65e-7f7a-4a40-be14-9a6e31de6226/model-vers/model-ver/44627f9c-dd4f-4701-80d0-37349566cc35?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210927-08:23:40:598-59252], vertex-id=[225288], Content-Length=[0], Date=[Mon, 27 Sep 2021 08:23:40 GMT], Content-Type=[application/json]} 2021-09-27T08:23:41.210Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/348cc65e-7f7a-4a40-be14-9a6e31de6226/model-vers/model-ver/44627f9c-dd4f-4701-80d0-37349566cc35?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-27T08:23:41.211Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/348cc65e-7f7a-4a40-be14-9a6e31de6226/model-vers/model-ver/44627f9c-dd4f-4701-80d0-37349566cc35?depth=0|INFO|500||InvokeReturn 2021-09-27T08:23:41.215Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-27T08:23:41.215Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-27T08:23:41.220Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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) 2021-09-27T08:23:41.221Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 41efe4e6-12c1-4800-8b81-2e4d1f7d4b16 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-27T08:23:41.222Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-27T08:23:41.223Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2021-09-27T08:23:41.225Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T08:23:41.225Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632731021221, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-27T08:23:41.325Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T08:23:41.326Z||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. 2021-09-27T08:23:41.326Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:23:41.344Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:23:41.344Z||pool-18-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=? 2021-09-27T08:23:42.239Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:23:42.240Z||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. 2021-09-27T08:23:42.240Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:23:52.491Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:23:52.494Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:23:52.495Z||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. 2021-09-27T08:23:52.495Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:24:02.060Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:24:02.061Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:24:02.063Z||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. 2021-09-27T08:24:02.063Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:24:11.638Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:24:26.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:24:26.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:24:26.280Z||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. 2021-09-27T08:24:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:24:26.280Z||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. 2021-09-27T08:24:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:24:26.916Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:24:26.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T08:24:26.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "41efe4e6-12c1-4800-8b81-2e4d1f7d4b16", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632731021221, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-27T08:24:26.919Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:24:35.830Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:25:26.277Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:25:26.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:25:26.280Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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. 2021-09-27T08:25:26.280Z||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. 2021-09-27T08:25:26.280Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:25:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:25:35.836Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:25:35.836Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:26:26.277Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:26:26.279Z||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. 2021-09-27T08:26:26.279Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:26:26.280Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:26:26.281Z||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. 2021-09-27T08:26:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:26:35.827Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:26:35.834Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:27:26.277Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:27:26.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:27:26.280Z||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. 2021-09-27T08:27:26.280Z||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. 2021-09-27T08:27:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:27:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:27:35.839Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:27:35.841Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:28:26.278Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:28:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:28:26.281Z||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. 2021-09-27T08:28:26.281Z||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. 2021-09-27T08:28:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:28:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:28:35.845Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:28:35.845Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:29:26.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:29:26.280Z||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. 2021-09-27T08:29:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:29:26.281Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:29:26.282Z||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. 2021-09-27T08:29:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:29:35.880Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:29:35.887Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:30:26.277Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:30:26.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:30:26.279Z||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. 2021-09-27T08:30:26.279Z||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. 2021-09-27T08:30:26.279Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:30:26.279Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:30:35.847Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:30:35.847Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:31:26.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:31:26.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:31:26.280Z||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. 2021-09-27T08:31:26.280Z||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. 2021-09-27T08:31:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:31:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:31:35.828Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:31:35.832Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:32:26.277Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:32:26.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:32:26.280Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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. 2021-09-27T08:32:26.280Z||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. 2021-09-27T08:32:26.280Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:32:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:32:35.847Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:32:35.872Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:33:26.277Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:33:26.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:33:26.279Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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. 2021-09-27T08:33:26.280Z||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. 2021-09-27T08:33:26.280Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:33:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:33:35.892Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:33:35.893Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:34:26.278Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:34:26.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:34:26.280Z||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. 2021-09-27T08:34:26.280Z||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. 2021-09-27T08:34:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:34:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:34:35.833Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:34:35.846Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:35:26.277Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:35:26.279Z||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. 2021-09-27T08:35:26.279Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:35:26.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:35:26.280Z||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. 2021-09-27T08:35:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:35:35.844Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:35:35.844Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:36:26.278Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:36:26.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:36:26.280Z||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. 2021-09-27T08:36:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:36:26.285Z||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. 2021-09-27T08:36:26.286Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:36:35.850Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:36:35.859Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:37:26.278Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:37:26.279Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:37:26.280Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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. 2021-09-27T08:37:26.280Z||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. 2021-09-27T08:37:26.280Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:37:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:37:35.834Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:37:35.846Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:38:26.278Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:38:26.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:38:26.280Z||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. 2021-09-27T08:38:26.280Z||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. 2021-09-27T08:38:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:38:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:38:26.919Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:38:26.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f","serviceName":"vFW 2021-09-27 08-35-13","serviceVersion":"1.0","serviceUUID":"d39ad8fd-a495-4edb-b3f6-a12bc8880b7f","serviceDescription":"catalog service description","serviceInvariantUUID":"e1403da4-8f07-4be3-8359-8a30987d5cf8","resources":[{"resourceInstanceName":"vFW 82079ad7-7b24 0","resourceName":"vFW 82079ad7-7b24","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2abe8239-ce2f-4fab-aa2c-f5beedb30e8c","resourceInvariantUUID":"4ea1f27f-6b46-409b-b191-5c7e0abcf609","resourceCustomizationUUID":"3ad601eb-ff47-46fa-a132-f1944994158e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vf-license-model.xml","artifactChecksum":"NWZiMzU4MzIyZTkwMjNiMDYzY2MxNmZhNWE0MWUwMTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bdbfdf38-d4f8-4733-b707-76794fc38111","artifactVersion":"1"},{"artifactName":"vfw82079ad77b240_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json","artifactChecksum":"ZGNkMTg1YjhlNzI5N2ViMzg5NTdiYmQ0ODFhMzc0MmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"25091bca-1ae0-44bf-8e0a-35abebab910e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0c7dfb25-5f25-45fd-9a05-4031a368860f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vendor-license-model.xml","artifactChecksum":"ZDg3NTEyZGIyODc1MjZiNzFkYzA2OTQzYzE5ZTk4ZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d2e8c60c-d364-4754-a9f3-0f3ee64edb21","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"572ec436-db6d-4620-b953-0eb5896083bc","artifactVersion":"2","generatedFromUUID":"0c7dfb25-5f25-45fd-9a05-4031a368860f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210927083513-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-template.yml","artifactChecksum":"YTMyYjNiMzI2MTBkNmVjZDFjNmUxMDgwZDZlNDU1NGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"43821d48-10e6-49fd-ab02-e5142e1b03b8","artifactVersion":"1"},{"artifactName":"service-Vfw20210927083513-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar","artifactChecksum":"ZTk1ODk1YWM0MDBlZTllYzE3ODlmMWRiZmE4OTc4YmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"74502502-f698-4745-a549-66f26e5b919a","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-27T08:38:26.925Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T08:38:26.926Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-27T08:38:26.929Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:38:26.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "dcae-sch", "timestamp": 1632731863566, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:26.933Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T08:38:26.934Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632731906277, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:26.937Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "aai-ml", "timestamp": 1632731862933, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:26.938Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "multicloud-k8s-id", "timestamp": 1632731862783, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:26.938Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632731861719, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:26.938Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.939Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "aai-ml", "timestamp": 1632731862933, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:26.939Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.939Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "dcae-sch", "timestamp": 1632731863566, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:26.939Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.939Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "multicloud-k8s-id", "timestamp": 1632731862783, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json", "status": "NOTIFIED" } 2021-09-27T08:38:26.939Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632731861719, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:26.940Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "cds", "timestamp": 1632731872208, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:26.940Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "aai-ml", "timestamp": 1632731862933, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:26.940Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "dcae-sch", "timestamp": 1632731863566, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:26.941Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "multicloud-k8s-id", "timestamp": 1632731862783, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-27T08:38:26.941Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632731861719, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:26.941Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "cds", "timestamp": 1632731872208, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:26.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "multicloud-k8s-id", "timestamp": 1632731862783, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:26.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "aai-ml", "timestamp": 1632731862933, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:26.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "dcae-sch", "timestamp": 1632731863566, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:26.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632731861719, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:26.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "cds", "timestamp": 1632731872208, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:26.944Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "aai-ml", "timestamp": 1632731862933, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:26.944Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "multicloud-k8s-id", "timestamp": 1632731862783, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-09-27T08:38:26.944Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "dcae-sch", "timestamp": 1632731863566, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:26.945Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.945Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632731861719, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:26.945Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.945Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "cds", "timestamp": 1632731872208, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:26.945Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "clamp", "timestamp": 1632731875498, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:26.946Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "aai-ml", "timestamp": 1632731862933, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:26.946Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.947Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "multicloud-k8s-id", "timestamp": 1632731862783, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:26.955Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632731861719, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:26.956Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "dcae-sch", "timestamp": 1632731863566, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:26.956Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "cds", "timestamp": 1632731872208, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:26.957Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "clamp", "timestamp": 1632731875498, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json", "status": "NOTIFIED" } 2021-09-27T08:38:26.957Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "aai-ml", "timestamp": 1632731862933, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar", "status": "NOTIFIED" } 2021-09-27T08:38:26.957Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "multicloud-k8s-id", "timestamp": 1632731862783, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar", "status": "NOTIFIED" } 2021-09-27T08:38:26.958Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632731861719, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar", "status": "NOTIFIED" } 2021-09-27T08:38:26.958Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "dcae-sch", "timestamp": 1632731863566, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:26.958Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "cds", "timestamp": 1632731872208, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:26.959Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "clamp", "timestamp": 1632731875498, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:26.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "ves-openapi-manager", "timestamp": 1632731877598, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:26.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "cds", "timestamp": 1632731872208, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar", "status": "NOTIFIED" } 2021-09-27T08:38:26.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "clamp", "timestamp": 1632731875498, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:26.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "ves-openapi-manager", "timestamp": 1632731877598, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:26.965Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "clamp", "timestamp": 1632731875498, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:26.965Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "ves-openapi-manager", "timestamp": 1632731877598, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:26.965Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "policy-id", "timestamp": 1632731880086, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:26.966Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "multicloud-k8s-id", "timestamp": 1632731881079, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json", "status": "DOWNLOAD_OK" } 2021-09-27T08:38:26.966Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:38:26.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "aai-ml", "timestamp": 1632731881088, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T08:38:26.966Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:38:26.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "clamp", "timestamp": 1632731875498, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:26.967Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.971Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.973Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632731881190, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T08:38:26.973Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:38:26.973Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "ves-openapi-manager", "timestamp": 1632731877598, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:26.974Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.974Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "policy-id", "timestamp": 1632731880086, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:26.975Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "cds", "timestamp": 1632731881800, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T08:38:26.975Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:38:26.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "clamp", "timestamp": 1632731875498, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar", "status": "NOTIFIED" } 2021-09-27T08:38:26.976Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.977Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "ves-openapi-manager", "timestamp": 1632731877598, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:26.977Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.977Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.977Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "policy-id", "timestamp": 1632731880086, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-27T08:38:26.978Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:26.978Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:26.978Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "cds", "timestamp": 1632731882809, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-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 (?, ?, ?, ?, ?) 2021-09-27T08:38:27.000Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f 2021-09-27T08:38:27.001Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f 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 (?, ?, ?, ?, ?) 2021-09-27T08:38:27.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:27.010Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "ves-openapi-manager", "timestamp": 1632731877598, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:27.010Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:27.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:27.011Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "policy-id", "timestamp": 1632731880086, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:27.011Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:27.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:27.011Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "multicloud-k8s-id", "timestamp": 1632731884078, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-09-27T08:38:27.011Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:38:27.012Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:27.012Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "ves-openapi-manager", "timestamp": 1632731877598, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:27.012Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:27.012Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:27.012Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "policy-id", "timestamp": 1632731880086, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:27.013Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:27.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:27.013Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632731885059, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T08:38:27.013Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:38:27.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:27.019Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "policy-id", "timestamp": 1632731880086, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:27.019Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:27.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:27.020Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632731886069, "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=? 2021-09-27T08:38:27.028Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f 2021-09-27T08:38:27.028Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f and ComponentName SDNC 2021-09-27T08:38:27.031Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 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=? 2021-09-27T08:38:27.032Z||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. 2021-09-27T08:38:27.032Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-27T08:38:27.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:27.040Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "multicloud-k8s-id", "timestamp": 1632731886286, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-09-27T08:38:27.041Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:38:27.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:27.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "policy-id", "timestamp": 1632731880086, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar", "status": "NOTIFIED" } 2021-09-27T08:38:27.041Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:38:27.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:27.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "multicloud-k8s-id", "timestamp": 1632731887319, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } 2021-09-27T08:38:27.044Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:38:27.045Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-27T08:38:27.048Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f 2021-09-27T08:38:27.049Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f 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 (?, ?, ?, ?, ?) 2021-09-27T08:38:27.057Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:27.057Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "multicloud-k8s-id", "timestamp": 1632731888323, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json", "status": "DEPLOY_OK" } 2021-09-27T08:38:27.057Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:38:27.057Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:27.058Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "policy-id", "timestamp": 1632731888803, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T08:38:27.058Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:38:27.058Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:27.058Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "clamp", "timestamp": 1632731889627, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T08:38:27.058Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:38:27.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:27.059Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "policy-id", "timestamp": 1632731889815, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T08:38:27.059Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:38:27.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:27.059Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "policy-id", "timestamp": 1632731890823, "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=? 2021-09-27T08:38:27.066Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f 2021-09-27T08:38:27.066Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f 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=? 2021-09-27T08:38:27.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:27.073Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "clamp", "timestamp": 1632731891648, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T08:38:27.073Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:38:27.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:27.073Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "aai-ml", "timestamp": 1632731892492, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T08:38:27.074Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:38:27.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:27.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "clamp", "timestamp": 1632731892651, "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=? 2021-09-27T08:38:27.078Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f 2021-09-27T08:38:27.079Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f 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 (?, ?, ?, ?, ?) 2021-09-27T08:38:27.087Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:38:27.087Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "aai-ml", "timestamp": 1632731893496, "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=? 2021-09-27T08:38:27.091Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f 2021-09-27T08:38:27.092Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f 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 (?, ?, ?, ?, ?) 2021-09-27T08:38:27.934Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T08:38:27.935Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-27T08:38:27.938Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T08:38:27.939Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632731906277, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json", "status": "NOTIFIED" } 2021-09-27T08:38:28.039Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T08:38:28.040Z||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. 2021-09-27T08:38:28.040Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:38:28.051Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:38:28.052Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-27T08:38:28.939Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T08:38:28.940Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-27T08:38:28.943Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T08:38:28.943Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632731906277, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-27T08:38:29.043Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T08:38:29.044Z||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. 2021-09-27T08:38:29.044Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:38:29.060Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:38:29.060Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-09-27T08:38:29.943Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T08:38:29.948Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-27T08:38:29.952Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T08:38:29.952Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632731906277, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:30.053Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-27T08:38:30.055Z||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. 2021-09-27T08:38:30.055Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:38:30.067Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:38:30.068Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-27T08:38:30.954Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T08:38:30.955Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-27T08:38:30.957Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T08:38:30.958Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632731906277, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-09-27T08:38:31.058Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T08:38:31.060Z||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. 2021-09-27T08:38:31.060Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:38:31.072Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:38:31.073Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-09-27T08:38:31.960Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T08:38:31.960Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-27T08:38:31.962Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T08:38:31.963Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632731906277, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T08:38:32.063Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T08:38:32.064Z||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. 2021-09-27T08:38:32.064Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:38:32.078Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:38:32.079Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-09-27T08:38:32.964Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T08:38:32.967Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-27T08:38:32.970Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T08:38:32.970Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632731906277, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar", "status": "NOTIFIED" } 2021-09-27T08:38:33.071Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-27T08:38:33.072Z||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. 2021-09-27T08:38:33.073Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:38:33.084Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:38:33.085Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-27T08:38:33.975Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "serviceName": "vFW 2021-09-27 08-35-13", "serviceVersion": "1.0", "serviceUUID": "d39ad8fd-a495-4edb-b3f6-a12bc8880b7f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "e1403da4-8f07-4be3-8359-8a30987d5cf8", "resources": [ { "resourceInstanceName": "vFW 82079ad7-7b24 0", "resourceCustomizationUUID": "3ad601eb-ff47-46fa-a132-f1944994158e", "resourceName": "vFW 82079ad7-7b24", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2abe8239-ce2f-4fab-aa2c-f5beedb30e8c", "resourceInvariantUUID": "4ea1f27f-6b46-409b-b191-5c7e0abcf609", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw82079ad77b240_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json", "artifactChecksum": "ZGNkMTg1YjhlNzI5N2ViMzg5NTdiYmQ0ODFhMzc0MmY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "25091bca-1ae0-44bf-8e0a-35abebab910e", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "0c7dfb25-5f25-45fd-9a05-4031a368860f", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "572ec436-db6d-4620-b953-0eb5896083bc", "generatedFromUUID": "0c7dfb25-5f25-45fd-9a05-4031a368860f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "572ec436-db6d-4620-b953-0eb5896083bc", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210927083513-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar", "artifactChecksum": "ZTk1ODk1YWM0MDBlZTllYzE3ODlmMWRiZmE4OTc4YmM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "74502502-f698-4745-a549-66f26e5b919a" } ], "workloadContext": "Production" } 2021-09-27T08:38:33.975Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-27T08:38:33.976Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d39ad8fd-a495-4edb-b3f6-a12bc8880b7f ASDC 2021-09-27T08:38:33.977Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f ServiceName:vFW 2021-09-27 08-35-13 ServiceVersion:1.0 ServiceUUID:d39ad8fd-a495-4edb-b3f6-a12bc8880b7f ServiceInvariantUUID:e1403da4-8f07-4be3-8359-8a30987d5cf8 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210927083513-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar ArtifactUUID:74502502-f698-4745-a549-66f26e5b919a ArtifactChecksum:ZTk1ODk1YWM0MDBlZTllYzE3ODlmMWRiZmE4OTc4YmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 82079ad7-7b24 0 ResourceCustomizationUUID:3ad601eb-ff47-46fa-a132-f1944994158e ResourceInvariantUUID:4ea1f27f-6b46-409b-b191-5c7e0abcf609 ResourceName:vFW 82079ad7-7b24 ResourceType:VF ResourceUUID:2abe8239-ce2f-4fab-aa2c-f5beedb30e8c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw82079ad77b240_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json ArtifactUUID:25091bca-1ae0-44bf-8e0a-35abebab910e ArtifactChecksum:ZGNkMTg1YjhlNzI5N2ViMzg5NTdiYmQ0ODFhMzc0MmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml ArtifactUUID:0c7dfb25-5f25-45fd-9a05-4031a368860f ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env ArtifactUUID:572ec436-db6d-4620-b953-0eb5896083bc ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env ArtifactUUID:572ec436-db6d-4620-b953-0eb5896083bc ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-27T08:38:33.977Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d39ad8fd-a495-4edb-b3f6-a12bc8880b7f 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=? 2021-09-27T08:38:34.028Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-27T08:38:34.029Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-27T08:38:34.029Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-27T08:38:34.030Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 74502502-f698-4745-a549-66f26e5b919a from URL: /sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar 2021-09-27T08:38:34.030Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-27T08:38:34.030Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar 2021-09-27T08:38:34.706Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-27T08:38:34.711Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar 74502502-f698-4745-a549-66f26e5b919a 98731 2021-09-27T08:38:34.712Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar ASDC sendASDCNotification 2021-09-27T08:38:34.712Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar 2021-09-27T08:38:34.712Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-27T08:38:34.712Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-27T08:38:34.716Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T08:38:34.716Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632731914712, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T08:38:34.815Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-27T08:38:34.816Z||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. 2021-09-27T08:38:34.816Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:38:34.831Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:38:34.832Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-09-27T08:38:35.716Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-27T08:38:35.717Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-09-27T08:38:35.718Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 74502502-f698-4745-a549-66f26e5b919a, URL: /sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar to file: /app/ASDC/1/service-Vfw20210927083513-csar.csar 2021-09-27T08:38:35.718Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210927083513-csar.csar 2021-09-27T08:38:35.718Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210927083513-csar.csar 2021-09-27T08:38:35.718Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210927083513-csar.csar 2021-09-27T08:38:36.105Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3997235381990246399/Definitions/service-Vfw20210927083513-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2021-09-27T08:38:38.355Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-27T08:38:38.356Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-27T08:38:38.357Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210927083513-csar.csar 2021-09-27T08:38:38.357Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-09-27T08:38:38.357Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210927083513-csar.csar 2021-09-27T08:38:38.357Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210927083513-csar.csar 2021-09-27T08:38:38.357Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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-Vfw20210927083513-csar.csar 2021-09-27T08:38:38.358Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210927083513-csar.csar 2021-09-27T08:38:38.358Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210927083513-csar.csar 2021-09-27T08:38:38.358Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210927083513-csar.csar 2021-09-27T08:38:38.359Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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-Vfw20210927083513-csar.csar 2021-09-27T08:38:38.359Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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-Vfw20210927083513-csar.csar 2021-09-27T08:38:38.359Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210927083513-csar.csar 2021-09-27T08:38:38.359Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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-Vfw20210927083513-csar.csar 2021-09-27T08:38:38.359Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210927083513-csar.csar 2021-09-27T08:38:38.359Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 82079ad7-7b24 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20210927083513-csar.csar 2021-09-27T08:38:38.360Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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-Vfw20210927083513-csar.csar 2021-09-27T08:38:38.360Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-09-27T08:38:38.360Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:38:38.360Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-27 08-35-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T08:38:38.361Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82079ad7-7b24 0 is matching search criteria 2021-09-27T08:38:38.361Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-27T08:38:38.361Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82079ad7-7b24 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-27T08:38:38.362Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:38:38.362Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-27 08-35-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T08:38:38.362Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82079ad7-7b24 0 is matching search criteria 2021-09-27T08:38:38.362Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-09-27T08:38:38.362Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82079ad7-7b24 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-27T08:38:38.363Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:38:38.363Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-27 08-35-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T08:38:38.363Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:38:38.363Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82079ad7-7b24 0 is not matching search criteria 2021-09-27T08:38:38.364Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-27T08:38:38.364Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-27T08:38:38.364Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-27T08:38:38.364Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-27T08:38:38.365Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-27T08:38:38.365Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-27T08:38:38.365Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-27T08:38:38.365Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-27T08:38:38.365Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-27T08:38:38.366Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-27T08:38:38.366Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-27T08:38:38.366Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-27T08:38:38.366Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-27T08:38:38.366Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-27T08:38:38.367Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-27T08:38:38.367Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-27T08:38:38.367Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:38:38.367Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-27 08-35-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-27T08:38:38.368Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:38:38.368Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82079ad7-7b24 0 is matching search criteria 2021-09-27T08:38:38.368Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82079ad7-7b24 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T08:38:38.368Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:38:38.369Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82079ad7-7b24 0 is matching search criteria 2021-09-27T08:38:38.369Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82079ad7-7b24 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T08:38:38.369Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:38:38.369Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82079ad7-7b24 0 is matching search criteria 2021-09-27T08:38:38.369Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82079ad7-7b24 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T08:38:38.370Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:38:38.370Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82079ad7-7b24 0 is not matching search criteria 2021-09-27T08:38:38.370Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-27T08:38:38.370Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-27T08:38:38.371Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-09-27T08:38:38.371Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-27T08:38:38.371Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-27T08:38:38.371Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-27T08:38:38.371Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-27T08:38:38.372Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-27T08:38:38.372Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-27T08:38:38.372Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-27T08:38:38.372Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-27T08:38:38.372Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=09c7c3a7-6861-4f28-8695-7a87881b9787 2021-09-27T08:38:38.373Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:38:38.373Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82079ad7-7b24 0 is not matching search criteria 2021-09-27T08:38:38.373Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-27T08:38:38.373Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-27T08:38:38.374Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-27T08:38:38.374Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-27T08:38:38.374Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-27T08:38:38.374Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-27T08:38:38.374Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-27T08:38:38.375Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-09-27T08:38:38.375Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-27T08:38:38.375Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-27T08:38:38.375Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-27T08:38:38.375Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-27T08:38:38.376Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=75576179-6430-4ecd-8988-67e8c179ec6f 2021-09-27T08:38:38.376Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:38:38.376Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82079ad7-7b24 0 is not matching search criteria 2021-09-27T08:38:38.376Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-27T08:38:38.377Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-27T08:38:38.377Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-27T08:38:38.377Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-27T08:38:38.377Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-27T08:38:38.377Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-27T08:38:38.378Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-27T08:38:38.378Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-27T08:38:38.378Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-27T08:38:38.378Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-27T08:38:38.378Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-27T08:38:38.379Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-09-27T08:38:38.379Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9a7f1d09-e0e3-4b88-affe-5ee38c7893e6 2021-09-27T08:38:38.379Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:38:38.379Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-27 08-35-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T08:38:38.379Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:38:38.380Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-27 08-35-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T08:38:38.380Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:38:38.380Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-27 08-35-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T08:38:38.380Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:38:38.380Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-27 08-35-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T08:38:38.381Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-09-27 08-35-13 Description:catalog service description Model UUID:d39ad8fd-a495-4edb-b3f6-a12bc8880b7f Model Version:NULL Model InvariantUuid:e1403da4-8f07-4be3-8359-8a30987d5cf8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 82079ad7-7b24 Model UUID:0535faa2-18f4-40dc-84db-6395e8f77583 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:4ea1f27f-6b46-409b-b191-5c7e0abcf609 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:3ad601eb-ff47-46fa-a132-f1944994158e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:384f08fd-2f73-439b-ac3e-8f655fc2ed12 ModelName:Vfw82079ad77b24..base_vfw..module-0 ModelUuid:b2a7822a-b3af-4138-9bb7-9c6185c10434 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:09c7c3a7-6861-4f28-8695-7a87881b9787 ModelInvariantUuid:020ed411-6421-4f3c-9678-8346b0826054 ModelName:vFW 82079ad7-7b24-nodes.vfwCvfc ModelUuid:1ba96a69-0f63-40d8-a3da-0a1b921ce3e0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:1d6422bf-5486-44c5-88f9-cef23972db9d ModelInvariantUuid:d959236c-c8d8-47a8-8a6e-8b0d326c28e1 ModelName:Vfw82079ad77b24.compute.nodes.heat.vfw ModelUuid:ed15ef35-7429-4023-acda-61f04857c9c2 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:75576179-6430-4ecd-8988-67e8c179ec6f ModelInvariantUuid:cb6636c3-cb17-4ee2-9d79-fed4625da5c4 ModelName:vFW 82079ad7-7b24-nodes.vsnCvfc ModelUuid:7a9df28b-db2a-44a7-95d9-c70edeeb794b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:ee174078-5874-4f35-96bd-994b667d88d4 ModelInvariantUuid:e7dd6602-e657-49cc-869d-f3c306c5146d ModelName:Vfw82079ad77b24.compute.nodes.heat.vsn ModelUuid:1a42f421-7cda-465d-ae12-3770bbb04471 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:9a7f1d09-e0e3-4b88-affe-5ee38c7893e6 ModelInvariantUuid:68d1491f-7d0f-46e1-ba63-dcff7638c73d ModelName:vFW 82079ad7-7b24-nodes.vpgCvfc ModelUuid:cbf9625c-2aa7-4743-9736-0f57cafd0151 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:0b96e9f3-522e-45a5-bffa-1dadf59bb459 ModelInvariantUuid:58f6e289-c31d-47b5-bc17-3322dab78c63 ModelName:Vfw82079ad77b24.compute.nodes.heat.vpg ModelUuid:004613ab-0ef6-4187-80d7-3db89fe60a5f 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-27T08:38:38.393Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 2abe8239-ce2f-4fab-aa2c-f5beedb30e8c Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-27T08:38:38.399Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||vFW 82079ad7-7b24 0 2021-09-27T08:38:38.399Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2abe8239-ce2f-4fab-aa2c-f5beedb30e8c 2021-09-27T08:38:38.400Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 25091bca-1ae0-44bf-8e0a-35abebab910e from URL: /sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json 2021-09-27T08:38:38.400Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-27T08:38:38.401Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json 2021-09-27T08:38:40.966Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-27T08:38:40.967Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json 25091bca-1ae0-44bf-8e0a-35abebab910e 785 2021-09-27T08:38:40.967Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json ASDC sendASDCNotification 2021-09-27T08:38:40.968Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json 2021-09-27T08:38:40.968Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-27T08:38:40.968Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-27T08:38:40.970Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T08:38:40.970Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632731920967, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json", "status": "DOWNLOAD_OK" } 2021-09-27T08:38:41.070Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T08:38:41.071Z||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. 2021-09-27T08:38:41.072Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:38:41.084Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:38:41.085Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-09-27T08:38:41.971Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw82079ad77b24..base_vfw..module-0", "vfModuleModelInvariantUUID": "384f08fd-2f73-439b-ac3e-8f655fc2ed12", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b2a7822a-b3af-4138-9bb7-9c6185c10434", "vfModuleModelCustomizationUUID": "d02c20a0-6504-4912-ba08-1f2bb3f58441", "isBase": true, "artifacts": [ "0c7dfb25-5f25-45fd-9a05-4031a368860f", "572ec436-db6d-4620-b953-0eb5896083bc" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-09-27T08:38:41.976Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw82079ad77b24..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b2a7822a-b3af-4138-9bb7-9c6185c10434 VfModuleModelInvariantUUID:384f08fd-2f73-439b-ac3e-8f655fc2ed12 VfModuleModelDescription:NULL Artifacts UUID List:{ 0c7dfb25-5f25-45fd-9a05-4031a368860f , 572ec436-db6d-4620-b953-0eb5896083bc } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-09-27T08:38:41.978Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw82079ad77b24..base_vfw..module-0", "vfModuleModelInvariantUUID": "384f08fd-2f73-439b-ac3e-8f655fc2ed12", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b2a7822a-b3af-4138-9bb7-9c6185c10434", "vfModuleModelCustomizationUUID": "d02c20a0-6504-4912-ba08-1f2bb3f58441", "isBase": true, "artifacts": [ "0c7dfb25-5f25-45fd-9a05-4031a368860f", "572ec436-db6d-4620-b953-0eb5896083bc" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-09-27T08:38:41.978Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw82079ad77b24..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b2a7822a-b3af-4138-9bb7-9c6185c10434 VfModuleModelInvariantUUID:384f08fd-2f73-439b-ac3e-8f655fc2ed12 VfModuleModelDescription:NULL Artifacts UUID List:{ 0c7dfb25-5f25-45fd-9a05-4031a368860f , 572ec436-db6d-4620-b953-0eb5896083bc } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-09-27T08:38:41.978Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0c7dfb25-5f25-45fd-9a05-4031a368860f from URL: /sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml 2021-09-27T08:38:41.978Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-27T08:38:41.978Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml 2021-09-27T08:38:43.965Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-27T08:38:43.966Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml 0c7dfb25-5f25-45fd-9a05-4031a368860f 20368 2021-09-27T08:38:43.966Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-09-27T08:38:43.966Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml 2021-09-27T08:38:43.966Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-27T08:38:43.966Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-27T08:38:43.969Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T08:38:43.969Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632731923966, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-09-27T08:38:44.069Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T08:38:44.070Z||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. 2021-09-27T08:38:44.070Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:38:44.083Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:38:44.084Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-09-27T08:38:44.970Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 572ec436-db6d-4620-b953-0eb5896083bc from URL: /sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env 2021-09-27T08:38:44.971Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-09-27T08:38:44.971Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env 2021-09-27T08:38:45.893Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-09-27T08:38:45.894Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env 572ec436-db6d-4620-b953-0eb5896083bc 2098 2021-09-27T08:38:45.894Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env ASDC sendASDCNotification 2021-09-27T08:38:45.894Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env 2021-09-27T08:38:45.894Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-27T08:38:45.894Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-27T08:38:45.896Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T08:38:45.896Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632731925894, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-09-27T08:38:45.997Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-27T08:38:45.998Z||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. 2021-09-27T08:38:45.998Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:38:46.013Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:38:46.013Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-09-27T08:38:46.897Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: d39ad8fd-a495-4edb-b3f6-a12bc8880b7f 2021-09-27T08:38:46.897Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 82079ad7-7b24 0 2abe8239-ce2f-4fab-aa2c-f5beedb30e8c ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-27T08:38:46.914Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@60349227, org.onap.sdc.toscaparser.api.parameters.Input@6a424c26, org.onap.sdc.toscaparser.api.parameters.Input@3efcb1af, org.onap.sdc.toscaparser.api.parameters.Input@6e75ca0d, org.onap.sdc.toscaparser.api.parameters.Input@2a14d84e] 2021-09-27T08:38:46.916Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:38:46.916Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-27 08-35-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T08:38:46.916Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-09-27T08:38:46.916Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 3ad601eb-ff47-46fa-a132-f1944994158e 2021-09-27T08:38:46.917Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3ad601eb-ff47-46fa-a132-f1944994158e matches Tosca VF Customization UUID: 3ad601eb-ff47-46fa-a132-f1944994158e 2021-09-27T08:38:46.917Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 3ad601eb-ff47-46fa-a132-f1944994158e matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-27T08:38:46.920Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:38:46.920Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-27 08-35-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T08:38:46.921Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 3ad601eb-ff47-46fa-a132-f1944994158e: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2021-09-27T08:38:46.921Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4980a6ea 2021-09-27T08:38:46.921Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:38:46.921Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-27 08-35-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-27T08:38:46.921Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d02c20a0-6504-4912-ba08-1f2bb3f58441 2021-09-27T08:38:46.922Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d02c20a0-6504-4912-ba08-1f2bb3f58441 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-27T08:38:46.925Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:38:46.925Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82079ad7-7b24 0 is matching search criteria 2021-09-27T08:38:46.925Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82079ad7-7b24 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T08:38:46.925Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:38:46.925Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82079ad7-7b24 0 is matching search criteria 2021-09-27T08:38:46.926Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82079ad7-7b24 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T08:38:46.926Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:38:46.926Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82079ad7-7b24 0 is not matching search criteria 2021-09-27T08:38:46.926Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-27T08:38:46.926Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-27T08:38:46.927Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-09-27T08:38:46.927Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-27T08:38:46.927Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-27T08:38:46.927Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-27T08:38:46.927Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-27T08:38:46.927Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-27T08:38:46.928Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-27T08:38:46.928Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-27T08:38:46.928Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-27T08:38:46.928Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=09c7c3a7-6861-4f28-8695-7a87881b9787 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-27T08:38:46.931Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:38:46.931Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82079ad7-7b24 0 is matching search criteria 2021-09-27T08:38:46.931Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82079ad7-7b24 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T08:38:46.931Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:38:46.931Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82079ad7-7b24 0 is not matching search criteria 2021-09-27T08:38:46.932Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-27T08:38:46.932Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-27T08:38:46.932Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-27T08:38:46.932Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-27T08:38:46.932Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-27T08:38:46.932Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-27T08:38:46.933Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-27T08:38:46.933Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-09-27T08:38:46.933Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-09-27T08:38:46.933Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-09-27T08:38:46.933Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-09-27T08:38:46.933Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-09-27T08:38:46.934Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=75576179-6430-4ecd-8988-67e8c179ec6f Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-27T08:38:46.935Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:38:46.936Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82079ad7-7b24 0 is matching search criteria 2021-09-27T08:38:46.936Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82079ad7-7b24 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T08:38:46.936Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:38:46.936Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82079ad7-7b24 0 is not matching search criteria 2021-09-27T08:38:46.936Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-09-27T08:38:46.937Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-09-27T08:38:46.937Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-09-27T08:38:46.937Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-09-27T08:38:46.937Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-09-27T08:38:46.937Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-09-27T08:38:46.937Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-09-27T08:38:46.938Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-09-27T08:38:46.938Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-09-27T08:38:46.938Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-09-27T08:38:46.938Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-09-27T08:38:46.938Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-09-27T08:38:46.938Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9a7f1d09-e0e3-4b88-affe-5ee38c7893e6 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-27T08:38:46.940Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:38:46.940Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82079ad7-7b24 0 is matching search criteria 2021-09-27T08:38:46.940Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82079ad7-7b24 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T08:38:46.941Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:38:46.941Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Node template vFW 82079ad7-7b24 0 is matching search criteria 2021-09-27T08:38:46.941Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 82079ad7-7b24 0] matching following query criteria: sdcType=VF, customizationUUID=3ad601eb-ff47-46fa-a132-f1944994158e Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-27T08:38:46.942Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:38:46.943Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-27 08-35-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T08:38:46.943Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid d39ad8fd-a495-4edb-b3f6-a12bc8880b7f: vFW 82079ad7-7b24 2021-09-27T08:38:46.943Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:38:46.943Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-27 08-35-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T08:38:46.944Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:38:46.944Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-27 08-35-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T08:38:46.944Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:38:46.944Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-27 08-35-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T08:38:46.944Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:38:46.944Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-27 08-35-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T08:38:46.945Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T08:38:46.945Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-27 08-35-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T08:38:46.945Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2021-09-27 08-35-13 Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-09-27T08:38:47.139Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 82079ad7-7b24 2abe8239-ce2f-4fab-aa2c-f5beedb30e8c 1 ASDC deployResourceStructure 2021-09-27T08:38:47.140Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json ASDC sendASDCNotification 2021-09-27T08:38:47.140Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json 2021-09-27T08:38:47.140Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-27T08:38:47.141Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-27T08:38:47.143Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T08:38:47.143Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632731927140, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json", "status": "DEPLOY_OK" } 2021-09-27T08:38:47.243Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T08:38:47.244Z||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. 2021-09-27T08:38:47.245Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:38:47.257Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:38:47.257Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-27T08:38:48.143Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-09-27T08:38:48.144Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml 2021-09-27T08:38:48.145Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-27T08:38:48.146Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-27T08:38:48.147Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T08:38:48.148Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632731928143, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-09-27T08:38:48.248Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-27T08:38:48.249Z||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. 2021-09-27T08:38:48.249Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:38:48.258Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:38:48.259Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-27T08:38:49.149Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env ASDC sendASDCNotification 2021-09-27T08:38:49.149Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env 2021-09-27T08:38:49.149Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-27T08:38:49.149Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-27T08:38:49.151Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T08:38:49.151Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632731929149, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-09-27T08:38:49.251Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T08:38:49.252Z||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. 2021-09-27T08:38:49.252Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:38:49.265Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:38:49.265Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-27T08:38:50.152Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar ASDC sendASDCNotification 2021-09-27T08:38:50.152Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar 2021-09-27T08:38:50.152Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-27T08:38:50.153Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-27T08:38:50.154Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T08:38:50.154Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632731930152, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T08:38:50.255Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-27T08:38:50.255Z||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. 2021-09-27T08:38:50.256Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:38:50.266Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:38:50.266Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-27T08:38:51.155Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-27T08:38:51.166Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-27T08:38:51.169Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-27T08:38:51.170Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-27T08:38:51.170Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-27T08:38:51.170Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-27T08:38:51.170Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T08:38:51.170Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T08:38:51.170Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T08:38:51.170Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T08:38:51.170Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T08:38:51.170Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T08:38:51.170Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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=? 2021-09-27T08:38:51.175Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-27T08:39:21.175Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f 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=? 2021-09-27T08:39:21.184Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f and serviceModelVersionId: d39ad8fd-a495-4edb-b3f6-a12bc8880b7f 2021-09-27T08:39:21.184Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e1403da4-8f07-4be3-8359-8a30987d5cf8 2021-09-27T08:39:21.186Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e1403da4-8f07-4be3-8359-8a30987d5cf8/model-vers/model-ver/d39ad8fd-a495-4edb-b3f6-a12bc8880b7f?depth=0 2021-09-27T08:39:21.193Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-09-27T08:39:21.267Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e1403da4-8f07-4be3-8359-8a30987d5cf8/model-vers/model-ver/d39ad8fd-a495-4edb-b3f6-a12bc8880b7f?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]} 2021-09-27T08:39:21.269Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e1403da4-8f07-4be3-8359-8a30987d5cf8/model-vers/model-ver/d39ad8fd-a495-4edb-b3f6-a12bc8880b7f?depth=0|INFO|500||Invoke 2021-09-27T08:39:21.296Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e1403da4-8f07-4be3-8359-8a30987d5cf8/model-vers/model-ver/d39ad8fd-a495-4edb-b3f6-a12bc8880b7f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-27T08:39:21.771Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e1403da4-8f07-4be3-8359-8a30987d5cf8/model-vers/model-ver/d39ad8fd-a495-4edb-b3f6-a12bc8880b7f?depth=0|INFO|500||InvokeReturn 2021-09-27T08:39:21.772Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e1403da4-8f07-4be3-8359-8a30987d5cf8/model-vers/model-ver/d39ad8fd-a495-4edb-b3f6-a12bc8880b7f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210927-08:39:21:308-57240], vertex-id=[159912], Content-Length=[0], Date=[Mon, 27 Sep 2021 08:39:21 GMT], Content-Type=[application/json]} 2021-09-27T08:39:21.772Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-09-27T08:39:21.772Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-27T08:39:21.773Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-27T08:39:21.778Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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) 2021-09-27T08:39:21.778Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-27T08:39:21.779Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-27T08:39:21.779Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-09-27T08:39:21.781Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T08:39:21.781Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632731961778, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-27T08:39:21.881Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T08:39:21.882Z||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. 2021-09-27T08:39:21.882Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:39:21.896Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:39:21.897Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 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=? 2021-09-27T08:39:26.277Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:39:26.277Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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. 2021-09-27T08:39:26.277Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:39:26.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:39:26.279Z||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. 2021-09-27T08:39:26.279Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:39:26.401Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:39:26.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T08:39:26.402Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632731906277, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T08:39:26.403Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T08:39:35.835Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:40:26.278Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:40:26.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:40:26.280Z||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. 2021-09-27T08:40:26.280Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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. 2021-09-27T08:40:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:40:26.280Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:40:26.810Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:40:26.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-27T08:40:26.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632731906277, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json", "status": "NOTIFIED" } 2021-09-27T08:40:26.814Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-27T08:40:26.814Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-27T08:40:26.814Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632731906277, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-09-27T08:40:26.814Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-27T08:40:26.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-27T08:40:26.815Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632731906277, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T08:40:26.815Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-27T08:40:26.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-27T08:40:26.815Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632731906277, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-09-27T08:40:26.816Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-27T08:40:26.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-27T08:40:26.816Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632731906277, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T08:40:26.816Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-27T08:40:26.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-27T08:40:26.816Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632731906277, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar", "status": "NOTIFIED" } 2021-09-27T08:40:26.817Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-27T08:40:26.817Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-27T08:40:26.817Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632731914712, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T08:40:26.817Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:40:26.817Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-27T08:40:26.817Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632731920967, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json", "status": "DOWNLOAD_OK" } 2021-09-27T08:40:26.818Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:40:26.818Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-27T08:40:26.818Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632731923966, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-09-27T08:40:26.818Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:40:26.818Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-27T08:40:26.818Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632731925894, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-09-27T08:40:26.819Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:40:26.819Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-27T08:40:26.819Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632731927140, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/vfw82079ad77b240_modules.json", "status": "DEPLOY_OK" } 2021-09-27T08:40:26.819Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:40:26.819Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-27T08:40:26.819Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632731928143, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-09-27T08:40:26.820Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:40:26.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-27T08:40:26.820Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632731929149, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/resourceInstances/vfw82079ad77b240/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-09-27T08:40:26.820Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:40:26.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-27T08:40:26.820Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632731930152, "artifactURL": "/sdc/v1/catalog/services/Vfw20210927083513/1.0/artifacts/service-Vfw20210927083513-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T08:40:26.820Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:40:26.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-27T08:40:26.820Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632731961778, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-27T08:40:26.821Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T08:40:35.845Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:41:26.277Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:41:26.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:41:26.280Z||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. 2021-09-27T08:41:26.280Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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. 2021-09-27T08:41:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:41:26.281Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:41:35.838Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:41:35.840Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:42:26.277Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:42:26.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:42:26.280Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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. 2021-09-27T08:42:26.280Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:42:26.280Z||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. 2021-09-27T08:42:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:42:35.843Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:42:35.855Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:43:26.278Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:43:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:43:26.280Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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. 2021-09-27T08:43:26.280Z||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. 2021-09-27T08:43:26.281Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:43:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:43:35.829Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:43:35.833Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:44:26.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:44:26.280Z||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. 2021-09-27T08:44:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:44:26.278Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:44:26.281Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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. 2021-09-27T08:44:26.282Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:44:35.840Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:44:35.852Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:45:26.278Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:45:26.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:45:26.281Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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. 2021-09-27T08:45:26.282Z||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. 2021-09-27T08:45:26.282Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:45:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:45:35.842Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:45:35.842Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:46:26.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:46:26.278Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:46:26.281Z||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. 2021-09-27T08:46:26.281Z||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. 2021-09-27T08:46:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:46:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:46:35.847Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:46:35.853Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:47:26.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:47:26.278Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:47:26.281Z||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. 2021-09-27T08:47:26.281Z||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. 2021-09-27T08:47:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:47:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:47:35.851Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:47:35.858Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:48:26.277Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:48:26.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:48:26.279Z||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. 2021-09-27T08:48:26.280Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T08:48:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:48:26.280Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:48:35.835Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:48:35.848Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:49:26.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:49:26.278Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:49:26.281Z||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. 2021-09-27T08:49:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:49:26.281Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T08:49:26.282Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:49:35.836Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:49:35.836Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:50:26.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:50:26.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:50:26.282Z||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. 2021-09-27T08:50:26.282Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T08:50:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:50:26.282Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:50:35.836Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:50:35.841Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:51:26.277Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:51:26.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:51:26.282Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T08:51:26.282Z||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. 2021-09-27T08:51:26.282Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:51:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:51:35.854Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:51:35.857Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:52:26.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:52:26.278Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:52:26.282Z||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. 2021-09-27T08:52:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:52:26.282Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T08:52:26.282Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:52:35.840Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:52:35.841Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:53:26.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:53:26.278Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:53:26.281Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T08:53:26.282Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:53:26.283Z||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. 2021-09-27T08:53:26.283Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:53:35.837Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:53:35.838Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:54:26.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:54:26.278Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:54:26.282Z||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. 2021-09-27T08:54:26.282Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T08:54:26.282Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:54:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:54:35.847Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:54:35.847Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:55:26.279Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:55:26.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:55:26.283Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T08:55:26.283Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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. 2021-09-27T08:55:26.284Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:55:26.284Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:55:35.836Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:55:35.836Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:56:26.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:56:26.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:56:26.279Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T08:56:26.279Z||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. 2021-09-27T08:56:26.279Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:56:26.279Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:56:35.865Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:56:35.869Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:57:26.278Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:57:26.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:57:26.279Z||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. 2021-09-27T08:57:26.280Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T08:57:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:57:26.280Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:57:35.846Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:57:35.851Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:58:26.278Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:58:26.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:58:26.280Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T08:58:26.280Z||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. 2021-09-27T08:58:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:58:26.280Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:58:35.833Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:58:35.839Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:59:26.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:59:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T08:59:26.280Z||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. 2021-09-27T08:59:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T08:59:26.280Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T08:59:26.280Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T08:59:35.838Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T08:59:35.843Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:00:26.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:00:26.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:00:26.280Z||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. 2021-09-27T09:00:26.280Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T09:00:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:00:26.281Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:00:35.846Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:00:35.846Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:01:26.277Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:01:26.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:01:26.281Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T09:01:26.281Z||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. 2021-09-27T09:01:26.281Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:01:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:01:35.857Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:01:35.863Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:02:26.278Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:02:26.280Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:02:26.282Z||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. 2021-09-27T09:02:26.282Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T09:02:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:02:26.282Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:02:35.836Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:02:35.836Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:03:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:03:26.281Z||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. 2021-09-27T09:03:26.278Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:03:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:03:26.282Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T09:03:26.282Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:03:26.923Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:03:26.923Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:03:26.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"9700db60-8975-48e1-9f6e-d625e2c0629c","serviceName":"basic_onboard_vgOuoL","serviceVersion":"1.0","serviceUUID":"7be888b9-8199-44bf-b2f8-227e452c2df6","serviceDescription":"service","serviceInvariantUUID":"3da6e352-6924-442a-8202-5f3bb492e29a","resources":[{"resourceInstanceName":"basic_onboard_vgOuoL 0","resourceName":"basic_onboard_vgOuoL","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"316ca7a7-9078-4c87-ad53-0f3aef1a7c36","resourceInvariantUUID":"6c579234-d833-4c49-95a1-4de707aa7434","resourceCustomizationUUID":"2e206d07-9c3f-4e9b-a239-c8f79187689a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/vf-license-model.xml","artifactChecksum":"ZjEzMWFjN2Q5ZjhjYWYyMWU0OWU5MmY0NGE4NWM4YzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"42160cb5-7350-4888-8ee3-ebc557783225","artifactVersion":"1"},{"artifactName":"basic_onboard_vgouol0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json","artifactChecksum":"MDgwNDQzYWE5NTM2ZmM1MDhjMDRiYWE3ODFhOGM2OTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"097b409e-2122-4eeb-98df-b35352558d8f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"94356cc1-3f78-4e9c-9425-98fe40fe2104","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"53c164e8-ff68-4e80-bfb6-c51bac2470ac","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d087872d-e501-4553-85c4-bbd49cdf837d","artifactVersion":"2","generatedFromUUID":"94356cc1-3f78-4e9c-9425-98fe40fe2104"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVgouol-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-template.yml","artifactChecksum":"MDNjNzgwOWNlZDU4YTE4N2I3MzJmNzlkMjBkODAyZDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a30052b4-d572-435c-a529-b7fa76e938f5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVgouol-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar","artifactChecksum":"NGVmMTRlZjkzZGU4MmM4NzU4N2JlYTlmMzU2MGQ2NDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0a45788d-6438-4a81-ba9d-09cd566d9d85","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-27T09:03:26.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "ves-openapi-manager", "timestamp": 1632733357596, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:26.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632733361721, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:26.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "policy-id", "timestamp": 1632733360087, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:26.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "cds", "timestamp": 1632733357207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:26.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "multicloud-k8s-id", "timestamp": 1632733362783, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:26.933Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "aai-ml", "timestamp": 1632733362934, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:26.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.934Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:03:26.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.934Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:03:26.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "ves-openapi-manager", "timestamp": 1632733357596, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:26.935Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "dcae-sch", "timestamp": 1632733363566, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:26.936Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.936Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632733361721, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:26.937Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "policy-id", "timestamp": 1632733360087, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:26.938Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.938Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "cds", "timestamp": 1632733357207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:26.939Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.939Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.939Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "multicloud-k8s-id", "timestamp": 1632733362783, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json", "status": "NOTIFIED" } 2021-09-27T09:03:26.940Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.940Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:03:26.940Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632733406278, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:26.940Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.941Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "aai-ml", "timestamp": 1632733362934, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:26.941Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.941Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.942Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "dcae-sch", "timestamp": 1632733363566, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:26.942Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.942Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.943Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "ves-openapi-manager", "timestamp": 1632733357596, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:26.943Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.943Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.944Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632733361721, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:26.944Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "policy-id", "timestamp": 1632733360087, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-27T09:03:26.945Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "cds", "timestamp": 1632733357207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:26.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "multicloud-k8s-id", "timestamp": 1632733362783, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-27T09:03:26.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "aai-ml", "timestamp": 1632733362934, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:26.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "dcae-sch", "timestamp": 1632733363566, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:26.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632733361721, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:26.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "ves-openapi-manager", "timestamp": 1632733357596, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:26.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "policy-id", "timestamp": 1632733360087, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:26.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "cds", "timestamp": 1632733357207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:26.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "multicloud-k8s-id", "timestamp": 1632733362783, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:26.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "aai-ml", "timestamp": 1632733362934, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:26.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "dcae-sch", "timestamp": 1632733363566, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:26.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "ves-openapi-manager", "timestamp": 1632733357596, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:26.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632733361721, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:26.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "policy-id", "timestamp": 1632733360087, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:26.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "cds", "timestamp": 1632733357207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:26.960Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "multicloud-k8s-id", "timestamp": 1632733362783, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-27T09:03:26.961Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "aai-ml", "timestamp": 1632733362934, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:26.962Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.962Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "dcae-sch", "timestamp": 1632733363566, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:26.962Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.963Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "ves-openapi-manager", "timestamp": 1632733357596, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:26.964Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632733361721, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:26.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "policy-id", "timestamp": 1632733360087, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:26.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "cds", "timestamp": 1632733357207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:26.968Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "multicloud-k8s-id", "timestamp": 1632733362783, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:26.969Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "aai-ml", "timestamp": 1632733362934, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:26.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "dcae-sch", "timestamp": 1632733363566, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:26.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "ves-openapi-manager", "timestamp": 1632733357596, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:26.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632733361721, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:03:26.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "policy-id", "timestamp": 1632733360087, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:03:26.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "cds", "timestamp": 1632733357207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:03:26.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "multicloud-k8s-id", "timestamp": 1632733362783, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:03:26.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "aai-ml", "timestamp": 1632733362934, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:03:26.975Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "dcae-sch", "timestamp": 1632733363566, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:26.976Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:26.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "policy-id", "timestamp": 1632733371000, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:03:26.977Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:03:26.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "cds", "timestamp": 1632733371197, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:03:26.978Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:03:26.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "multicloud-k8s-id", "timestamp": 1632733371304, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-27T09:03:26.979Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:03:26.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632733371306, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:03:26.980Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:03:26.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "aai-ml", "timestamp": 1632733371397, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:03:26.981Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:03:26.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "policy-id", "timestamp": 1632733372006, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:03:26.982Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:03:26.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:26.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "cds", "timestamp": 1632733372207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-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 (?, ?, ?, ?, ?) 2021-09-27T09:03:27.002Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9700db60-8975-48e1-9f6e-d625e2c0629c 2021-09-27T09:03:27.003Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9700db60-8975-48e1-9f6e-d625e2c0629c 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 (?, ?, ?, ?, ?) 2021-09-27T09:03:27.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:27.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "multicloud-k8s-id", "timestamp": 1632733373037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-27T09:03:27.013Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:03:27.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:27.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "policy-id", "timestamp": 1632733373011, "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=? 2021-09-27T09:03:27.017Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9700db60-8975-48e1-9f6e-d625e2c0629c 2021-09-27T09:03:27.018Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9700db60-8975-48e1-9f6e-d625e2c0629c 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 (?, ?, ?, ?, ?) 2021-09-27T09:03:27.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:27.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632733374194, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:03:27.027Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:03:27.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:27.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "multicloud-k8s-id", "timestamp": 1632733374830, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-27T09:03:27.028Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:03:27.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:27.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632733375199, "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=? 2021-09-27T09:03:27.031Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9700db60-8975-48e1-9f6e-d625e2c0629c 2021-09-27T09:03:27.031Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9700db60-8975-48e1-9f6e-d625e2c0629c 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 (?, ?, ?, ?, ?) 2021-09-27T09:03:27.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:27.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "multicloud-k8s-id", "timestamp": 1632733375860, "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=? 2021-09-27T09:03:27.040Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:03:27.040Z||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. 2021-09-27T09:03:27.041Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:03:27.042Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9700db60-8975-48e1-9f6e-d625e2c0629c 2021-09-27T09:03:27.042Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9700db60-8975-48e1-9f6e-d625e2c0629c 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=? 2021-09-27T09:03:27.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:27.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "clamp", "timestamp": 1632733375498, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:27.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:27.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:27.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "multicloud-k8s-id", "timestamp": 1632733376868, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json", "status": "DEPLOY_OK" } 2021-09-27T09:03:27.049Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:03:27.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:27.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "clamp", "timestamp": 1632733375498, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json", "status": "NOTIFIED" } 2021-09-27T09:03:27.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:27.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:27.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "clamp", "timestamp": 1632733375498, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:27.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:27.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:27.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "clamp", "timestamp": 1632733375498, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:27.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:27.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:27.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "clamp", "timestamp": 1632733375498, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:27.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:27.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:27.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "clamp", "timestamp": 1632733375498, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:27.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:27.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:27.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "clamp", "timestamp": 1632733375498, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:03:27.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:03:27.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:27.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "aai-ml", "timestamp": 1632733382779, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:03:27.065Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:03:27.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:27.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "aai-ml", "timestamp": 1632733383783, "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=? 2021-09-27T09:03:27.068Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:03:27.068Z||pool-35-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2021-09-27T09:03:27.070Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9700db60-8975-48e1-9f6e-d625e2c0629c 2021-09-27T09:03:27.070Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9700db60-8975-48e1-9f6e-d625e2c0629c 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 (?, ?, ?, ?, ?) 2021-09-27T09:03:27.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:27.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "clamp", "timestamp": 1632733394914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:03:27.077Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:03:27.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:27.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "clamp", "timestamp": 1632733396937, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:03:27.078Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:03:27.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:03:27.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "clamp", "timestamp": 1632733397941, "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=? 2021-09-27T09:03:27.081Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9700db60-8975-48e1-9f6e-d625e2c0629c 2021-09-27T09:03:27.081Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9700db60-8975-48e1-9f6e-d625e2c0629c 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 (?, ?, ?, ?, ?) 2021-09-27T09:03:27.941Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:03:27.942Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:03:27.944Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:03:27.944Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632733406278, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json", "status": "NOTIFIED" } 2021-09-27T09:03:28.044Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:03:28.046Z||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. 2021-09-27T09:03:28.046Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:03:28.073Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:03:28.074Z||pool-36-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2021-09-27T09:03:28.944Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:03:28.945Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:03:28.947Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:03:28.947Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632733406278, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-27T09:03:29.047Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:03:29.048Z||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. 2021-09-27T09:03:29.049Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:03:29.061Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:03:29.062Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:03:29.951Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:03:29.952Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:03:29.954Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:03:29.954Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632733406278, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:30.054Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:03:30.055Z||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. 2021-09-27T09:03:30.055Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:03:30.067Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:03:30.068Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:03:30.955Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:03:30.956Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:03:30.959Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:03:30.959Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632733406278, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-27T09:03:31.058Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-27T09:03:31.060Z||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. 2021-09-27T09:03:31.060Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:03:31.070Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:03:31.071Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:03:31.960Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:03:31.961Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:03:31.963Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:03:31.963Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632733406278, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:03:32.063Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:03:32.064Z||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. 2021-09-27T09:03:32.064Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:03:32.075Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:03:32.076Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:03:32.963Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:03:32.964Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:03:32.967Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:03:32.968Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632733406278, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:03:33.068Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:03:33.069Z||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. 2021-09-27T09:03:33.070Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:03:33.084Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:03:33.085Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-09-27T09:03:33.970Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "serviceName": "basic_onboard_vgOuoL", "serviceVersion": "1.0", "serviceUUID": "7be888b9-8199-44bf-b2f8-227e452c2df6", "serviceDescription": "service", "serviceInvariantUUID": "3da6e352-6924-442a-8202-5f3bb492e29a", "resources": [ { "resourceInstanceName": "basic_onboard_vgOuoL 0", "resourceCustomizationUUID": "2e206d07-9c3f-4e9b-a239-c8f79187689a", "resourceName": "basic_onboard_vgOuoL", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "316ca7a7-9078-4c87-ad53-0f3aef1a7c36", "resourceInvariantUUID": "6c579234-d833-4c49-95a1-4de707aa7434", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_vgouol0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json", "artifactChecksum": "MDgwNDQzYWE5NTM2ZmM1MDhjMDRiYWE3ODFhOGM2OTE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "097b409e-2122-4eeb-98df-b35352558d8f", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "94356cc1-3f78-4e9c-9425-98fe40fe2104", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d087872d-e501-4553-85c4-bbd49cdf837d", "generatedFromUUID": "94356cc1-3f78-4e9c-9425-98fe40fe2104" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d087872d-e501-4553-85c4-bbd49cdf837d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardVgouol-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar", "artifactChecksum": "NGVmMTRlZjkzZGU4MmM4NzU4N2JlYTlmMzU2MGQ2NDY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0a45788d-6438-4a81-ba9d-09cd566d9d85" } ], "workloadContext": "Production" } 2021-09-27T09:03:33.970Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-27T09:03:33.970Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7be888b9-8199-44bf-b2f8-227e452c2df6 ASDC 2021-09-27T09:03:33.971Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:9700db60-8975-48e1-9f6e-d625e2c0629c ServiceName:basic_onboard_vgOuoL ServiceVersion:1.0 ServiceUUID:7be888b9-8199-44bf-b2f8-227e452c2df6 ServiceInvariantUUID:3da6e352-6924-442a-8202-5f3bb492e29a ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardVgouol-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar ArtifactUUID:0a45788d-6438-4a81-ba9d-09cd566d9d85 ArtifactChecksum:NGVmMTRlZjkzZGU4MmM4NzU4N2JlYTlmMzU2MGQ2NDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_vgOuoL 0 ResourceCustomizationUUID:2e206d07-9c3f-4e9b-a239-c8f79187689a ResourceInvariantUUID:6c579234-d833-4c49-95a1-4de707aa7434 ResourceName:basic_onboard_vgOuoL ResourceType:VF ResourceUUID:316ca7a7-9078-4c87-ad53-0f3aef1a7c36 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_vgouol0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json ArtifactUUID:097b409e-2122-4eeb-98df-b35352558d8f ArtifactChecksum:MDgwNDQzYWE5NTM2ZmM1MDhjMDRiYWE3ODFhOGM2OTE= 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/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml ArtifactUUID:94356cc1-3f78-4e9c-9425-98fe40fe2104 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/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env ArtifactUUID:d087872d-e501-4553-85c4-bbd49cdf837d 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/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env ArtifactUUID:d087872d-e501-4553-85c4-bbd49cdf837d ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-27T09:03:33.971Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7be888b9-8199-44bf-b2f8-227e452c2df6 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=? 2021-09-27T09:03:34.011Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-27T09:03:34.012Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-09-27T09:03:34.012Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-09-27T09:03:34.013Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0a45788d-6438-4a81-ba9d-09cd566d9d85 from URL: /sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar 2021-09-27T09:03:34.013Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-09-27T09:03:34.013Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar 2021-09-27T09:03:34.515Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-09-27T09:03:34.518Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar 0a45788d-6438-4a81-ba9d-09cd566d9d85 71377 2021-09-27T09:03:34.518Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar ASDC sendASDCNotification 2021-09-27T09:03:34.518Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar 2021-09-27T09:03:34.518Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-27T09:03:34.519Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:03:34.547Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:03:34.547Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632733414518, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:03:34.622Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 74 ms 2021-09-27T09:03:34.623Z||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. 2021-09-27T09:03:34.623Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:03:34.636Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:03:34.636Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:03:35.551Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-27T09:03:35.553Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-09-27T09:03:35.554Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 0a45788d-6438-4a81-ba9d-09cd566d9d85, URL: /sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar to file: /app/ASDC/1/service-BasicOnboardVgouol-csar.csar 2021-09-27T09:03:35.555Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVgouol-csar.csar 2021-09-27T09:03:35.555Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVgouol-csar.csar 2021-09-27T09:03:35.555Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVgouol-csar.csar 2021-09-27T09:03:35.839Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10768544998427619278/Definitions/service-BasicOnboardVgouol-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 2021-09-27T09:03:37.091Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-27T09:03:37.092Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-09-27T09:03:37.092Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVgouol-csar.csar 2021-09-27T09:03:37.093Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-27T09:03:37.093Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_vgOuoL 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-BasicOnboardVgouol-csar.csar 2021-09-27T09:03:37.093Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardVgouol-csar.csar 2021-09-27T09:03:37.093Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVgouol-csar.csar 2021-09-27T09:03:37.093Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVgouol-csar.csar 2021-09-27T09:03:37.094Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVgouol-csar.csar 2021-09-27T09:03:37.094Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardVgouol-csar.csar 2021-09-27T09:03:37.094Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVgouol-csar.csar 2021-09-27T09:03:37.094Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVgouol-csar.csar 2021-09-27T09:03:37.094Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardVgouol-csar.csar 2021-09-27T09:03:37.094Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-09-27T09:03:37.095Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:03:37.095Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_vgOuoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:03:37.095Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_vgOuoL 0 is matching search criteria 2021-09-27T09:03:37.096Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-09-27T09:03:37.096Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_vgOuoL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-27T09:03:37.096Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:03:37.096Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_vgOuoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:03:37.097Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_vgOuoL 0 is matching search criteria 2021-09-27T09:03:37.097Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-09-27T09:03:37.097Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_vgOuoL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-27T09:03:37.097Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:03:37.097Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_vgOuoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:03:37.098Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:03:37.098Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_vgOuoL 0 is not matching search criteria 2021-09-27T09:03:37.098Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-09-27T09:03:37.098Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-09-27T09:03:37.098Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-09-27T09:03:37.099Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-27T09:03:37.099Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-27T09:03:37.099Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:03:37.099Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_vgOuoL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-27T09:03:37.100Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:03:37.100Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_vgOuoL 0 is matching search criteria 2021-09-27T09:03:37.100Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_vgOuoL 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T09:03:37.100Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:03:37.101Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_vgOuoL 0 is matching search criteria 2021-09-27T09:03:37.101Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_vgOuoL 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T09:03:37.101Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:03:37.101Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_vgOuoL 0 is matching search criteria 2021-09-27T09:03:37.101Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_vgOuoL 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T09:03:37.102Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:03:37.102Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_vgOuoL 0 is not matching search criteria 2021-09-27T09:03:37.102Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-27T09:03:37.103Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-27T09:03:37.103Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=68447989-8378-49a9-bb1d-b68cd0dd7614 2021-09-27T09:03:37.103Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:03:37.103Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_vgOuoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:03:37.104Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:03:37.104Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_vgOuoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:03:37.104Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:03:37.104Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_vgOuoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:03:37.104Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:03:37.104Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_vgOuoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:03:37.105Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_vgOuoL Description:service Model UUID:7be888b9-8199-44bf-b2f8-227e452c2df6 Model Version:NULL Model InvariantUuid:3da6e352-6924-442a-8202-5f3bb492e29a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_vgOuoL Model UUID:faed49fa-83ce-42f8-b454-7fcdda278643 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:6c579234-d833-4c49-95a1-4de707aa7434 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:2e206d07-9c3f-4e9b-a239-c8f79187689a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8ed5b0ac-a720-4afd-a5f2-50448e8c7d19 ModelName:BasicOnboardVgouol..base_ubuntu18..module-0 ModelUuid:214eddcc-dad4-4346-bd49-890b1b4c7df5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:68447989-8378-49a9-bb1d-b68cd0dd7614 ModelInvariantUuid:972da751-780d-4b92-8c6d-fc13257e8dff ModelName:basic_onboard_vgOuoL-nodes.ubuntu18Cvfc ModelUuid:16b004dc-2028-4feb-87f0-16361e185829 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:2d7ca0b6-be25-44e9-a864-a845a2564129 ModelInvariantUuid:184aaafb-9fa6-440d-a5e1-688910cd89c9 ModelName:BasicOnboardVgouol.compute.nodes.heat.ubuntu18 ModelUuid:212210b5-8ca2-4047-9944-062ba768a937 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-27T09:03:37.110Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 316ca7a7-9078-4c87-ad53-0f3aef1a7c36 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-27T09:03:37.114Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||basic_onboard_vgOuoL 0 2021-09-27T09:03:37.114Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 316ca7a7-9078-4c87-ad53-0f3aef1a7c36 2021-09-27T09:03:37.115Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 097b409e-2122-4eeb-98df-b35352558d8f from URL: /sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json 2021-09-27T09:03:37.115Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-09-27T09:03:37.115Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json 2021-09-27T09:03:38.567Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-09-27T09:03:38.568Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json 097b409e-2122-4eeb-98df-b35352558d8f 798 2021-09-27T09:03:38.568Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json ASDC sendASDCNotification 2021-09-27T09:03:38.568Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json 2021-09-27T09:03:38.568Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-27T09:03:38.569Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:03:38.571Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:03:38.571Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632733418568, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-27T09:03:38.671Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:03:38.672Z||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. 2021-09-27T09:03:38.672Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:03:38.687Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:03:38.689Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2021-09-27T09:03:39.571Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardVgouol..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "8ed5b0ac-a720-4afd-a5f2-50448e8c7d19", "vfModuleModelVersion": "1", "vfModuleModelUUID": "214eddcc-dad4-4346-bd49-890b1b4c7df5", "vfModuleModelCustomizationUUID": "a1a06642-eff8-45d0-afe5-7d90a7dc3094", "isBase": true, "artifacts": [ "94356cc1-3f78-4e9c-9425-98fe40fe2104", "d087872d-e501-4553-85c4-bbd49cdf837d" ], "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": "" } } ] 2021-09-27T09:03:39.578Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardVgouol..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:214eddcc-dad4-4346-bd49-890b1b4c7df5 VfModuleModelInvariantUUID:8ed5b0ac-a720-4afd-a5f2-50448e8c7d19 VfModuleModelDescription:NULL Artifacts UUID List:{ 94356cc1-3f78-4e9c-9425-98fe40fe2104 , d087872d-e501-4553-85c4-bbd49cdf837d } 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 } 2021-09-27T09:03:39.580Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardVgouol..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "8ed5b0ac-a720-4afd-a5f2-50448e8c7d19", "vfModuleModelVersion": "1", "vfModuleModelUUID": "214eddcc-dad4-4346-bd49-890b1b4c7df5", "vfModuleModelCustomizationUUID": "a1a06642-eff8-45d0-afe5-7d90a7dc3094", "isBase": true, "artifacts": [ "94356cc1-3f78-4e9c-9425-98fe40fe2104", "d087872d-e501-4553-85c4-bbd49cdf837d" ], "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": "" } } ] 2021-09-27T09:03:39.580Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardVgouol..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:214eddcc-dad4-4346-bd49-890b1b4c7df5 VfModuleModelInvariantUUID:8ed5b0ac-a720-4afd-a5f2-50448e8c7d19 VfModuleModelDescription:NULL Artifacts UUID List:{ 94356cc1-3f78-4e9c-9425-98fe40fe2104 , d087872d-e501-4553-85c4-bbd49cdf837d } 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 } 2021-09-27T09:03:39.581Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 94356cc1-3f78-4e9c-9425-98fe40fe2104 from URL: /sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml 2021-09-27T09:03:39.581Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-09-27T09:03:39.581Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml 2021-09-27T09:03:41.590Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-09-27T09:03:41.591Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml 94356cc1-3f78-4e9c-9425-98fe40fe2104 5033 2021-09-27T09:03:41.591Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-09-27T09:03:41.591Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml 2021-09-27T09:03:41.591Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-27T09:03:41.592Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:03:41.593Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:03:41.594Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632733421591, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-27T09:03:41.694Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:03:41.695Z||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. 2021-09-27T09:03:41.695Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:03:41.706Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:03:41.707Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:03:42.594Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d087872d-e501-4553-85c4-bbd49cdf837d from URL: /sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env 2021-09-27T09:03:42.595Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-09-27T09:03:42.596Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env 2021-09-27T09:03:43.973Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-09-27T09:03:43.973Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env d087872d-e501-4553-85c4-bbd49cdf837d 909 2021-09-27T09:03:43.973Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-09-27T09:03:43.974Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env 2021-09-27T09:03:43.974Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-27T09:03:43.974Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:03:43.976Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:03:43.976Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632733423973, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-27T09:03:44.076Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:03:44.077Z||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. 2021-09-27T09:03:44.077Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:03:44.088Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:03:44.089Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:03:44.976Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 7be888b9-8199-44bf-b2f8-227e452c2df6 2021-09-27T09:03:44.977Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_vgOuoL 0 316ca7a7-9078-4c87-ad53-0f3aef1a7c36 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-27T09:03:44.992Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@14f7377f, org.onap.sdc.toscaparser.api.parameters.Input@514f602b, org.onap.sdc.toscaparser.api.parameters.Input@4ec69811, org.onap.sdc.toscaparser.api.parameters.Input@877468, org.onap.sdc.toscaparser.api.parameters.Input@2de6f7c8] 2021-09-27T09:03:44.993Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:03:44.994Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_vgOuoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:03:44.994Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2021-09-27T09:03:44.994Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 2e206d07-9c3f-4e9b-a239-c8f79187689a 2021-09-27T09:03:44.994Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2e206d07-9c3f-4e9b-a239-c8f79187689a matches Tosca VF Customization UUID: 2e206d07-9c3f-4e9b-a239-c8f79187689a 2021-09-27T09:03:44.994Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 2e206d07-9c3f-4e9b-a239-c8f79187689a matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-27T09:03:44.997Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:03:44.997Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_vgOuoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:03:44.998Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 2e206d07-9c3f-4e9b-a239-c8f79187689a: {\"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\"} 2021-09-27T09:03:44.998Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@46e18d75 2021-09-27T09:03:44.998Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:03:44.998Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_vgOuoL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-27T09:03:44.998Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a1a06642-eff8-45d0-afe5-7d90a7dc3094 2021-09-27T09:03:44.998Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a1a06642-eff8-45d0-afe5-7d90a7dc3094 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-27T09:03:45.001Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:03:45.001Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_vgOuoL 0 is matching search criteria 2021-09-27T09:03:45.001Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_vgOuoL 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T09:03:45.002Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:03:45.002Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_vgOuoL 0 is matching search criteria 2021-09-27T09:03:45.002Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_vgOuoL 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T09:03:45.002Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:03:45.002Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_vgOuoL 0 is not matching search criteria 2021-09-27T09:03:45.002Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-27T09:03:45.003Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-27T09:03:45.003Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=68447989-8378-49a9-bb1d-b68cd0dd7614 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-27T09:03:45.005Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:03:45.005Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_vgOuoL 0 is matching search criteria 2021-09-27T09:03:45.005Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_vgOuoL 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T09:03:45.005Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:03:45.006Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_vgOuoL 0 is matching search criteria 2021-09-27T09:03:45.006Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_vgOuoL 0] matching following query criteria: sdcType=VF, customizationUUID=2e206d07-9c3f-4e9b-a239-c8f79187689a Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-27T09:03:45.007Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:03:45.007Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_vgOuoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:03:45.008Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 7be888b9-8199-44bf-b2f8-227e452c2df6: basic_onboard_vgOuoL 2021-09-27T09:03:45.008Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:03:45.008Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_vgOuoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:03:45.008Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:03:45.008Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_vgOuoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:03:45.009Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:03:45.009Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_vgOuoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:03:45.009Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:03:45.009Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_vgOuoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:03:45.009Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:03:45.009Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_vgOuoL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:03:45.010Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_vgOuoL Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-09-27T09:03:45.110Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_vgOuoL 316ca7a7-9078-4c87-ad53-0f3aef1a7c36 1 ASDC deployResourceStructure 2021-09-27T09:03:45.111Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json ASDC sendASDCNotification 2021-09-27T09:03:45.111Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json 2021-09-27T09:03:45.111Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-27T09:03:45.111Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:03:45.113Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:03:45.113Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632733425111, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json", "status": "DEPLOY_OK" } 2021-09-27T09:03:45.213Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:03:45.214Z||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. 2021-09-27T09:03:45.215Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:03:45.226Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:03:45.227Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-27T09:03:46.114Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-09-27T09:03:46.114Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml 2021-09-27T09:03:46.114Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-27T09:03:46.115Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:03:46.118Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:03:46.118Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632733426114, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-27T09:03:46.218Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:03:46.219Z||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. 2021-09-27T09:03:46.219Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:03:46.235Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:03:46.236Z||pool-47-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:03:47.119Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-09-27T09:03:47.120Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env 2021-09-27T09:03:47.120Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-27T09:03:47.120Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:03:47.123Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:03:47.123Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632733427119, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-27T09:03:47.224Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-27T09:03:47.225Z||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. 2021-09-27T09:03:47.225Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:03:47.237Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:03:47.238Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-09-27T09:03:48.124Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar ASDC sendASDCNotification 2021-09-27T09:03:48.125Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar 2021-09-27T09:03:48.125Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-27T09:03:48.125Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:03:48.128Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:03:48.128Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632733428124, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:03:48.228Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:03:48.229Z||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. 2021-09-27T09:03:48.229Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:03:48.240Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:03:48.241Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:03:49.129Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9700db60-8975-48e1-9f6e-d625e2c0629c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-27T09:03:49.139Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9700db60-8975-48e1-9f6e-d625e2c0629c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-27T09:03:49.143Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-27T09:03:49.143Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-27T09:03:49.143Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-27T09:03:49.143Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-27T09:03:49.143Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:03:49.143Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:03:49.144Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:03:49.144Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:03:49.144Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:03:49.144Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:03:49.144Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-27T09:03:49.148Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-27T09:04:19.149Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9700db60-8975-48e1-9f6e-d625e2c0629c 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=? 2021-09-27T09:04:19.164Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9700db60-8975-48e1-9f6e-d625e2c0629c and serviceModelVersionId: 7be888b9-8199-44bf-b2f8-227e452c2df6 2021-09-27T09:04:19.164Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3da6e352-6924-442a-8202-5f3bb492e29a 2021-09-27T09:04:19.166Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3da6e352-6924-442a-8202-5f3bb492e29a/model-vers/model-ver/7be888b9-8199-44bf-b2f8-227e452c2df6?depth=0 2021-09-27T09:04:19.174Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-09-27T09:04:19.259Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3da6e352-6924-442a-8202-5f3bb492e29a/model-vers/model-ver/7be888b9-8199-44bf-b2f8-227e452c2df6?depth=0|INFO|500||Invoke 2021-09-27T09:04:19.260Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3da6e352-6924-442a-8202-5f3bb492e29a/model-vers/model-ver/7be888b9-8199-44bf-b2f8-227e452c2df6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3da6e352-6924-442a-8202-5f3bb492e29a/model-vers/model-ver/7be888b9-8199-44bf-b2f8-227e452c2df6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9700db60-8975-48e1-9f6e-d625e2c0629c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e8f9ab4f-6734-4599-a5ea-e26b5d2c15be], X-ECOMP-RequestID=[9700db60-8975-48e1-9f6e-d625e2c0629c], X-TransactionId=[], X-ONAP-RequestID=[9700db60-8975-48e1-9f6e-d625e2c0629c], Content-Type=[application/merge-patch+json]} 2021-09-27T09:04:19.293Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3da6e352-6924-442a-8202-5f3bb492e29a/model-vers/model-ver/7be888b9-8199-44bf-b2f8-227e452c2df6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-27T09:04:19.999Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3da6e352-6924-442a-8202-5f3bb492e29a/model-vers/model-ver/7be888b9-8199-44bf-b2f8-227e452c2df6?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3da6e352-6924-442a-8202-5f3bb492e29a/model-vers/model-ver/7be888b9-8199-44bf-b2f8-227e452c2df6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210927-09:04:19:308-88801], vertex-id=[245768], Content-Length=[0], Date=[Mon, 27 Sep 2021 09:04:19 GMT], Content-Type=[application/json]} 2021-09-27T09:04:19.999Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3da6e352-6924-442a-8202-5f3bb492e29a/model-vers/model-ver/7be888b9-8199-44bf-b2f8-227e452c2df6?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-27T09:04:20.001Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3da6e352-6924-442a-8202-5f3bb492e29a/model-vers/model-ver/7be888b9-8199-44bf-b2f8-227e452c2df6?depth=0|INFO|500||InvokeReturn 2021-09-27T09:04:20.001Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-27T09:04:20.001Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-27T09:04:20.011Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-27T09:04:20.012Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9700db60-8975-48e1-9f6e-d625e2c0629c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-27T09:04:20.012Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-27T09:04:20.013Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:04:20.015Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:04:20.015Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632733460012, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-27T09:04:20.115Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:04:20.116Z||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. 2021-09-27T09:04:20.117Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:04:20.132Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:04:20.133Z||pool-50-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=? 2021-09-27T09:04:26.278Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:04:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:04:26.279Z||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. 2021-09-27T09:04:26.279Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:04:26.279Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T09:04:26.279Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:04:26.411Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:04:26.411Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:04:26.411Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632733406278, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:04:26.412Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:04:35.828Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:05:26.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:05:26.278Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:05:26.281Z||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. 2021-09-27T09:05:26.281Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T09:05:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:05:26.282Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:05:26.816Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:05:26.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:05:26.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632733406278, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json", "status": "NOTIFIED" } 2021-09-27T09:05:26.820Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:05:26.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:05:26.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632733406278, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-27T09:05:26.820Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:05:26.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:05:26.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632733406278, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:05:26.821Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:05:26.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:05:26.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632733406278, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-27T09:05:26.822Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:05:26.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:05:26.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632733406278, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:05:26.823Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:05:26.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:05:26.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632733406278, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:05:26.823Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:05:26.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:05:26.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632733414518, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:05:26.824Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:05:26.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:05:26.825Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632733418568, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-27T09:05:26.825Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:05:26.825Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:05:26.825Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632733421591, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-27T09:05:26.826Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:05:26.826Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:05:26.826Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632733423973, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-27T09:05:26.826Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:05:26.826Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:05:26.827Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632733425111, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/basic_onboard_vgouol0_modules.json", "status": "DEPLOY_OK" } 2021-09-27T09:05:26.827Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:05:26.827Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:05:26.827Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632733426114, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-27T09:05:26.828Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:05:26.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:05:26.828Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632733427119, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/resourceInstances/basic_onboard_vgouol0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-27T09:05:26.828Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:05:26.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:05:26.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632733428124, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgouol/1.0/artifacts/service-BasicOnboardVgouol-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:05:26.829Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:05:26.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:05:26.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9700db60-8975-48e1-9f6e-d625e2c0629c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632733460012, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-27T09:05:26.830Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:05:35.829Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:06:26.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:06:26.278Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:06:26.281Z||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. 2021-09-27T09:06:26.281Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T09:06:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:06:26.282Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:06:35.842Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:06:35.842Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:07:26.279Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:07:26.281Z||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. 2021-09-27T09:07:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:07:26.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:07:26.287Z||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. 2021-09-27T09:07:26.287Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:07:35.844Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:07:35.851Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:08:26.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:08:26.279Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:08:26.281Z||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. 2021-09-27T09:08:26.282Z||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. 2021-09-27T09:08:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:08:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:08:35.840Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:08:35.841Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:09:26.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:09:26.279Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:09:26.280Z||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. 2021-09-27T09:09:26.281Z|9700db60-8975-48e1-9f6e-d625e2c0629c|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. 2021-09-27T09:09:26.281Z|9700db60-8975-48e1-9f6e-d625e2c0629c|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:09:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:09:35.836Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:09:35.836Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:10:26.277Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:10:26.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:10:26.280Z||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. 2021-09-27T09:10:26.280Z||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. 2021-09-27T09:10:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:10:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:10:35.845Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:10:35.848Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:11:26.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:11:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:11:26.281Z||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. 2021-09-27T09:11:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:11:26.284Z||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. 2021-09-27T09:11:26.285Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:11:35.851Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:11:35.857Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:12:26.277Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:12:26.279Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:12:26.281Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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. 2021-09-27T09:12:26.281Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:12:26.284Z||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. 2021-09-27T09:12:26.285Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:12:26.913Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:12:26.914Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:12:26.915Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:12:26.915Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c699294d-73b8-4118-82f7-5f0e38ad0e2b", "consumerID": "aai-ml", "timestamp": 1632733902934, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:12:26.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-27T09:12:26.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"c699294d-73b8-4118-82f7-5f0e38ad0e2b","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"5870e637-008d-4169-bf9e-a69e72ce6a1c","serviceDescription":"service","serviceInvariantUUID":"4222f08b-80ea-4504-b963-7554ad47da6c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"f0cabb2a-5c3a-4bb1-bc1f-e092709c67ea","resourceInvariantUUID":"3c4ee22e-69a5-4355-bfb7-04c67354fabc","resourceCustomizationUUID":"f9c18b10-5756-4bc4-bb20-b6b450f393fb","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":"MmE5M2M4Zjk5Mzc3OGYwZTc4YWZjNTFhNjJiY2MxZmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7f40c2ef-a391-462a-b7a3-0e6e66546d3c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NzExMDFhZGIxNDVhZDAzMjlkZWU1Y2UyZTY0Njg1Mzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c77d5071-da76-4c33-889a-0cb17bdef4d8","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-27T09:12:26.918Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:12:26.919Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:12:26.919Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c699294d-73b8-4118-82f7-5f0e38ad0e2b", "consumerID": "ves-openapi-manager", "timestamp": 1632733897603, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:12:26.920Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:12:26.920Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:12:26.920Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c699294d-73b8-4118-82f7-5f0e38ad0e2b", "consumerID": "cds", "timestamp": 1632733897207, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:12:26.920Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:12:26.920Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:12:26.920Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c699294d-73b8-4118-82f7-5f0e38ad0e2b", "consumerID": "dcae-sch", "timestamp": 1632733903566, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:12:26.920Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:12:26.920Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:12:26.921Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c699294d-73b8-4118-82f7-5f0e38ad0e2b", "consumerID": "multicloud-k8s-id", "timestamp": 1632733902784, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:12:26.921Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:12:26.921Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:12:26.921Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c699294d-73b8-4118-82f7-5f0e38ad0e2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632733901722, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:12:26.921Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:12:26.921Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:12:26.921Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c699294d-73b8-4118-82f7-5f0e38ad0e2b", "consumerID": "policy-id", "timestamp": 1632733900087, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:12:26.921Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:12:26.921Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:12:26.921Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:12:26.922Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c699294d-73b8-4118-82f7-5f0e38ad0e2b", "consumerID": "multicloud-k8s-id", "timestamp": 1632733902784, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:12:26.922Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:12:26.922Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:12:26.922Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c699294d-73b8-4118-82f7-5f0e38ad0e2b", "consumerID": "aai-ml", "timestamp": 1632733902934, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:12:26.922Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:12:26.923Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:12:26.924Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:12:26.924Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c699294d-73b8-4118-82f7-5f0e38ad0e2b", "consumerID": "ves-openapi-manager", "timestamp": 1632733897603, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-27T09:12:26.924Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:12:26.924Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:12:26.924Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c699294d-73b8-4118-82f7-5f0e38ad0e2b", "consumerID": "dcae-sch", "timestamp": 1632733903566, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-27T09:12:26.925Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:12:26.925Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:12:26.925Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c699294d-73b8-4118-82f7-5f0e38ad0e2b", "consumerID": "cds", "timestamp": 1632733897207, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:12:26.926Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:12:26.926Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:12:26.926Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c699294d-73b8-4118-82f7-5f0e38ad0e2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632733901722, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:12:26.926Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:12:26.926Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:12:26.926Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c699294d-73b8-4118-82f7-5f0e38ad0e2b", "consumerID": "policy-id", "timestamp": 1632733900087, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:12:26.927Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:12:26.927Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:12:26.927Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:12:26.927Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c699294d-73b8-4118-82f7-5f0e38ad0e2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632733946277, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:12:26.927Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c699294d-73b8-4118-82f7-5f0e38ad0e2b", "consumerID": "aai-ml", "timestamp": 1632733907705, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:12:26.927Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:12:26.927Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:12:26.927Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c699294d-73b8-4118-82f7-5f0e38ad0e2b", "consumerID": "cds", "timestamp": 1632733907884, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:12:26.927Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:12:26.928Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:12:26.928Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c699294d-73b8-4118-82f7-5f0e38ad0e2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632733907982, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:12:26.928Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:12:26.928Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:12:26.928Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c699294d-73b8-4118-82f7-5f0e38ad0e2b", "consumerID": "policy-id", "timestamp": 1632733907988, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:12:26.928Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:12:26.928Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:12:26.928Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c699294d-73b8-4118-82f7-5f0e38ad0e2b", "consumerID": "cds", "timestamp": 1632733908895, "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 (?, ?, ?, ?, ?) 2021-09-27T09:12:26.945Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c699294d-73b8-4118-82f7-5f0e38ad0e2b 2021-09-27T09:12:26.946Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c699294d-73b8-4118-82f7-5f0e38ad0e2b 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 (?, ?, ?, ?, ?) 2021-09-27T09:12:26.952Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:12:26.952Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c699294d-73b8-4118-82f7-5f0e38ad0e2b", "consumerID": "policy-id", "timestamp": 1632733908994, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:12:26.952Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:12:26.953Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:12:26.953Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c699294d-73b8-4118-82f7-5f0e38ad0e2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632733909790, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:12:26.953Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:12:26.953Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:12:26.954Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c699294d-73b8-4118-82f7-5f0e38ad0e2b", "consumerID": "policy-id", "timestamp": 1632733909998, "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=? 2021-09-27T09:12:26.957Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c699294d-73b8-4118-82f7-5f0e38ad0e2b 2021-09-27T09:12:26.957Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c699294d-73b8-4118-82f7-5f0e38ad0e2b 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 (?, ?, ?, ?, ?) 2021-09-27T09:12:26.961Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:12:26.962Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c699294d-73b8-4118-82f7-5f0e38ad0e2b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632733910795, "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=? 2021-09-27T09:12:26.964Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c699294d-73b8-4118-82f7-5f0e38ad0e2b 2021-09-27T09:12:26.964Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c699294d-73b8-4118-82f7-5f0e38ad0e2b 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 (?, ?, ?, ?, ?) 2021-09-27T09:12:26.968Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:12:26.969Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c699294d-73b8-4118-82f7-5f0e38ad0e2b", "consumerID": "aai-ml", "timestamp": 1632733912075, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:12:26.969Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:12:26.969Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:12:26.969Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c699294d-73b8-4118-82f7-5f0e38ad0e2b", "consumerID": "aai-ml", "timestamp": 1632733913083, "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=? 2021-09-27T09:12:26.971Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c699294d-73b8-4118-82f7-5f0e38ad0e2b 2021-09-27T09:12:26.971Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c699294d-73b8-4118-82f7-5f0e38ad0e2b 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 (?, ?, ?, ?, ?) 2021-09-27T09:12:26.978Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:12:26.979Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c699294d-73b8-4118-82f7-5f0e38ad0e2b", "consumerID": "clamp", "timestamp": 1632733915499, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:12:26.979Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:12:26.979Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:12:26.979Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c699294d-73b8-4118-82f7-5f0e38ad0e2b", "consumerID": "clamp", "timestamp": 1632733915499, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:12:26.979Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:12:26.979Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:12:26.979Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c699294d-73b8-4118-82f7-5f0e38ad0e2b", "consumerID": "clamp", "timestamp": 1632733924004, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:12:26.980Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:12:26.980Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:12:26.980Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c699294d-73b8-4118-82f7-5f0e38ad0e2b", "consumerID": "clamp", "timestamp": 1632733926012, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:12:26.980Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:12:26.980Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:12:26.980Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c699294d-73b8-4118-82f7-5f0e38ad0e2b", "consumerID": "clamp", "timestamp": 1632733927018, "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=? 2021-09-27T09:12:26.982Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c699294d-73b8-4118-82f7-5f0e38ad0e2b 2021-09-27T09:12:26.983Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c699294d-73b8-4118-82f7-5f0e38ad0e2b 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 (?, ?, ?, ?, ?) 2021-09-27T09:12:27.027Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:12:27.028Z||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. 2021-09-27T09:12:27.028Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:12:27.040Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:12:27.040Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-27T09:12:27.931Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:12:27.932Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:12:27.935Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:12:27.935Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c699294d-73b8-4118-82f7-5f0e38ad0e2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632733946277, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:12:28.042Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2021-09-27T09:12:28.044Z||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. 2021-09-27T09:12:28.044Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:12:28.055Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:12:28.056Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:12:28.937Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "c699294d-73b8-4118-82f7-5f0e38ad0e2b", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "5870e637-008d-4169-bf9e-a69e72ce6a1c", "serviceDescription": "service", "serviceInvariantUUID": "4222f08b-80ea-4504-b963-7554ad47da6c", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "f9c18b10-5756-4bc4-bb20-b6b450f393fb", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "f0cabb2a-5c3a-4bb1-bc1f-e092709c67ea", "resourceInvariantUUID": "3c4ee22e-69a5-4355-bfb7-04c67354fabc", "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": "NzExMDFhZGIxNDVhZDAzMjlkZWU1Y2UyZTY0Njg1Mzc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c77d5071-da76-4c33-889a-0cb17bdef4d8" } ], "workloadContext": "Production" } 2021-09-27T09:12:28.937Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-27T09:12:28.938Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5870e637-008d-4169-bf9e-a69e72ce6a1c ASDC 2021-09-27T09:12:28.938Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:c699294d-73b8-4118-82f7-5f0e38ad0e2b ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:5870e637-008d-4169-bf9e-a69e72ce6a1c ServiceInvariantUUID:4222f08b-80ea-4504-b963-7554ad47da6c 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:c77d5071-da76-4c33-889a-0cb17bdef4d8 ArtifactChecksum:NzExMDFhZGIxNDVhZDAzMjlkZWU1Y2UyZTY0Njg1Mzc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:f9c18b10-5756-4bc4-bb20-b6b450f393fb ResourceInvariantUUID:3c4ee22e-69a5-4355-bfb7-04c67354fabc ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:f0cabb2a-5c3a-4bb1-bc1f-e092709c67ea ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-09-27T09:12:28.938Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5870e637-008d-4169-bf9e-a69e72ce6a1c 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=? 2021-09-27T09:12:28.987Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-27T09:12:28.988Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-09-27T09:12:28.988Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-09-27T09:12:28.988Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c77d5071-da76-4c33-889a-0cb17bdef4d8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-09-27T09:12:28.988Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-09-27T09:12:28.988Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-09-27T09:12:29.679Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-09-27T09:12:29.682Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar c77d5071-da76-4c33-889a-0cb17bdef4d8 52177 2021-09-27T09:12:29.683Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-09-27T09:12:29.683Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-09-27T09:12:29.684Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-27T09:12:29.684Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:12:29.688Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:12:29.688Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c699294d-73b8-4118-82f7-5f0e38ad0e2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632733949682, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:12:29.789Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-27T09:12:29.791Z||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. 2021-09-27T09:12:29.791Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:12:29.804Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:12:29.804Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:12:30.689Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-27T09:12:30.691Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-09-27T09:12:30.692Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: c77d5071-da76-4c33-889a-0cb17bdef4d8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-27T09:12:30.692Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-09-27T09:12:30.693Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-27T09:12:30.693Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-27T09:12:30.870Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16318254335487050400/Definitions/service-BasicNetwork-template.yml 2021-09-27T09:12:31.367Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-27T09:12:31.368Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-09-27T09:12:31.369Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-27T09:12:31.369Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-09-27T09:12:31.369Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-27T09:12:31.369Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-27T09:12:31.369Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-27T09:12:31.369Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-27T09:12:31.369Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-27T09:12:31.370Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-27T09:12:31.370Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-27T09:12:31.370Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-09-27T09:12:31.370Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-09-27T09:12:31.370Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:12:31.370Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:12:31.371Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-09-27T09:12:31.371Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-09-27T09:12:31.371Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-27T09:12:31.371Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:12:31.372Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:12:31.372Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-09-27T09:12:31.372Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-09-27T09:12:31.372Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-27T09:12:31.372Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:12:31.372Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:12:31.373Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:12:31.373Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:12:31.373Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:12:31.373Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:12:31.373Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:12:31.374Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:12:31.374Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:12:31.374Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:12:31.374Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:5870e637-008d-4169-bf9e-a69e72ce6a1c Model Version:NULL Model InvariantUuid:4222f08b-80ea-4504-b963-7554ad47da6c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:3c4ee22e-69a5-4355-bfb7-04c67354fabc Model UUID:8e52388a-670b-478a-bc71-977935efd155 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:f9c18b10-5756-4bc4-bb20-b6b450f393fb 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-27T09:12:31.380Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: f0cabb2a-5c3a-4bb1-bc1f-e092709c67ea 2021-09-27T09:12:31.380Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||No resources found for Service: 5870e637-008d-4169-bf9e-a69e72ce6a1c Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-27T09:12:31.386Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500|| 2021-09-27T09:12:31.386Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-09-27T09:12:31.387Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 5870e637-008d-4169-bf9e-a69e72ce6a1c 2021-09-27T09:12:31.387Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 5870e637-008d-4169-bf9e-a69e72ce6a1c 2021-09-27T09:12:31.387Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-09-27T09:12:31.388Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-27T09:12:31.392Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7213bd4c, org.onap.sdc.toscaparser.api.parameters.Input@552a1b6c, org.onap.sdc.toscaparser.api.parameters.Input@528e083a, org.onap.sdc.toscaparser.api.parameters.Input@5bd02d5c, org.onap.sdc.toscaparser.api.parameters.Input@344612b7] 2021-09-27T09:12:31.394Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:12:31.394Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:12:31.394Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:12:31.394Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:12:31.394Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 5870e637-008d-4169-bf9e-a69e72ce6a1c: Generic NeutronNet 2021-09-27T09:12:31.395Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:12:31.395Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:12:31.395Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:12:31.395Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-09-27T09:12:31.432Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:12:31.432Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:12:31.433Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:12:31.433Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:12:31.433Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:12:31.433Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:12:31.433Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_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_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_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 (?, ?) 2021-09-27T09:12:31.486Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-09-27T09:12:31.487Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-09-27T09:12:31.487Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-09-27T09:12:31.487Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-27T09:12:31.490Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:12:31.492Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:12:31.492Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c699294d-73b8-4118-82f7-5f0e38ad0e2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632733951487, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:12:31.594Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-09-27T09:12:31.595Z||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. 2021-09-27T09:12:31.595Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:12:31.605Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:12:31.605Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:12:32.495Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c699294d-73b8-4118-82f7-5f0e38ad0e2b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-27T09:12:32.507Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c699294d-73b8-4118-82f7-5f0e38ad0e2b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-27T09:12:32.510Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-27T09:12:32.510Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-27T09:12:32.510Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-27T09:12:32.510Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-27T09:12:32.510Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:12:32.511Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:12:32.511Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:12:32.511Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:12:32.511Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:12:32.511Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:12:32.512Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-27T09:12:32.515Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-27T09:13:02.515Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c699294d-73b8-4118-82f7-5f0e38ad0e2b 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=? 2021-09-27T09:13:02.536Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c699294d-73b8-4118-82f7-5f0e38ad0e2b and serviceModelVersionId: 5870e637-008d-4169-bf9e-a69e72ce6a1c 2021-09-27T09:13:02.536Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4222f08b-80ea-4504-b963-7554ad47da6c 2021-09-27T09:13:02.538Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4222f08b-80ea-4504-b963-7554ad47da6c/model-vers/model-ver/5870e637-008d-4169-bf9e-a69e72ce6a1c?depth=0 2021-09-27T09:13:02.553Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-09-27T09:13:02.618Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4222f08b-80ea-4504-b963-7554ad47da6c/model-vers/model-ver/5870e637-008d-4169-bf9e-a69e72ce6a1c?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]} 2021-09-27T09:13:02.625Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4222f08b-80ea-4504-b963-7554ad47da6c/model-vers/model-ver/5870e637-008d-4169-bf9e-a69e72ce6a1c?depth=0|INFO|500||Invoke 2021-09-27T09:13:02.653Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4222f08b-80ea-4504-b963-7554ad47da6c/model-vers/model-ver/5870e637-008d-4169-bf9e-a69e72ce6a1c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-27T09:13:03.172Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4222f08b-80ea-4504-b963-7554ad47da6c/model-vers/model-ver/5870e637-008d-4169-bf9e-a69e72ce6a1c?depth=0|INFO|500||InvokeReturn 2021-09-27T09:13:03.178Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4222f08b-80ea-4504-b963-7554ad47da6c/model-vers/model-ver/5870e637-008d-4169-bf9e-a69e72ce6a1c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210927-09:13:02:669-2180], vertex-id=[168072], Content-Length=[0], Date=[Mon, 27 Sep 2021 09:13:02 GMT], Content-Type=[application/json]} 2021-09-27T09:13:03.182Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2021-09-27T09:13:03.183Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-27T09:13:03.183Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-27T09:13:03.188Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-27T09:13:03.189Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c699294d-73b8-4118-82f7-5f0e38ad0e2b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-27T09:13:03.189Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-27T09:13:03.189Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:13:03.195Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:13:03.195Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c699294d-73b8-4118-82f7-5f0e38ad0e2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632733983189, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-27T09:13:03.299Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2021-09-27T09:13:03.300Z||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. 2021-09-27T09:13:03.301Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:13:03.317Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:13:03.318Z||pool-55-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=? 2021-09-27T09:13:26.277Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:13:26.279Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:13:26.281Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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. 2021-09-27T09:13:26.281Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|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. 2021-09-27T09:13:26.281Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:13:26.281Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:13:26.408Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:13:26.409Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:13:26.409Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c699294d-73b8-4118-82f7-5f0e38ad0e2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632733946277, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:13:26.411Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:13:35.827Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:14:26.277Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:14:26.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:14:26.280Z||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. 2021-09-27T09:14:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:14:26.281Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|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. 2021-09-27T09:14:26.281Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:14:26.314Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:14:26.316Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:14:26.316Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c699294d-73b8-4118-82f7-5f0e38ad0e2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632733946277, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:14:26.318Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:14:26.318Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:14:26.318Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c699294d-73b8-4118-82f7-5f0e38ad0e2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632733949682, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:14:26.318Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:14:26.318Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:14:26.318Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c699294d-73b8-4118-82f7-5f0e38ad0e2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632733951487, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:14:26.318Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:14:26.318Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:14:26.318Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c699294d-73b8-4118-82f7-5f0e38ad0e2b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632733983189, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-27T09:14:26.318Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:14:26.908Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:14:26.910Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-27T09:14:26.910Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"1992fc54-97af-4f4b-838d-f5611f885bf2","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"3996da5f-9aa4-4de4-9e8c-f37e0cbb3601","serviceDescription":"service","serviceInvariantUUID":"25d833e4-b340-4a64-9544-a8772af43848","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"346b88e2-825b-45a5-8f5c-f3b06936f412","resourceInvariantUUID":"87fc8bd8-be9b-47dc-9f8d-383c38fbe265","resourceCustomizationUUID":"333ceaa4-7e4e-426e-8404-356aaab61b39","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":"ZWJmYjVhMzNlOTM5OTk3MzU0OGQwZmU4MDcxZjFmNDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dbe93a96-bb17-470f-ab6e-50df006b1121","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":"MDRkZDZmNjMxNGQxMjk4NGIwNjA0YTdiNTQ5NDZlMDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"03f98925-30e2-49e2-8c23-cb1d7900e573","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":"96f40578-19b0-4670-ac53-cf9f8af9ac1e","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":"07c3257d-78b4-4f4f-ad40-6b1eb5154741","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":"e7dce43e-d6a0-41c4-a75e-c3d788655925","artifactVersion":"2","generatedFromUUID":"96f40578-19b0-4670-ac53-cf9f8af9ac1e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YWQzOGQ1ZjQwZmU1YzZiYjMzZTgzYWQ2NmY0MjcyMDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1a84ad60-68ea-442e-a546-2ea2ed1046e6","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Yzk1NzFhNWEzYWNkMDk0ZDI1ZWE1NjE2OWQ4OTYzMGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d2affcb5-47a6-42b7-931f-2de072231774","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-27T09:14:26.914Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:14:26.915Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:14:26.920Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:14:26.920Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734066277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:14:27.020Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-27T09:14:27.021Z||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. 2021-09-27T09:14:27.021Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:14:27.034Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:14:27.035Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:14:27.921Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:14:27.922Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:14:27.924Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:14:27.924Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734066277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-27T09:14:28.024Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:14:28.025Z||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. 2021-09-27T09:14:28.026Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:14:28.043Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:14:28.044Z||pool-57-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2021-09-27T09:14:28.925Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:14:28.926Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:14:28.928Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:14:28.928Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734066277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-27T09:14:29.028Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:14:29.029Z||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. 2021-09-27T09:14:29.029Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:14:29.039Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:14:29.039Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:14:29.932Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:14:29.932Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:14:29.934Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:14:29.934Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734066277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:14:30.034Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-27T09:14:30.035Z||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. 2021-09-27T09:14:30.035Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:14:30.046Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:14:30.047Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:14:30.935Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:14:30.936Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:14:30.939Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:14:30.939Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734066277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-27T09:14:31.039Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:14:31.040Z||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. 2021-09-27T09:14:31.040Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:14:31.052Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:14:31.053Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:14:31.940Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:14:31.940Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:14:31.944Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:14:31.944Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734066277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:14:32.044Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:14:32.045Z||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. 2021-09-27T09:14:32.046Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:14:32.069Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:14:32.071Z||pool-61-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:14:32.944Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:14:32.945Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:14:32.948Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:14:32.948Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734066277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:14:33.048Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:14:33.049Z||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. 2021-09-27T09:14:33.049Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:14:33.075Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:14:33.075Z||pool-62-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:14:33.949Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "3996da5f-9aa4-4de4-9e8c-f37e0cbb3601", "serviceDescription": "service", "serviceInvariantUUID": "25d833e4-b340-4a64-9544-a8772af43848", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "333ceaa4-7e4e-426e-8404-356aaab61b39", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "346b88e2-825b-45a5-8f5c-f3b06936f412", "resourceInvariantUUID": "87fc8bd8-be9b-47dc-9f8d-383c38fbe265", "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": "MDRkZDZmNjMxNGQxMjk4NGIwNjA0YTdiNTQ5NDZlMDU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "03f98925-30e2-49e2-8c23-cb1d7900e573", "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": "96f40578-19b0-4670-ac53-cf9f8af9ac1e", "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": "e7dce43e-d6a0-41c4-a75e-c3d788655925", "generatedFromUUID": "96f40578-19b0-4670-ac53-cf9f8af9ac1e" }, "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": "e7dce43e-d6a0-41c4-a75e-c3d788655925", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "Yzk1NzFhNWEzYWNkMDk0ZDI1ZWE1NjE2OWQ4OTYzMGY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d2affcb5-47a6-42b7-931f-2de072231774" } ], "workloadContext": "Production" } 2021-09-27T09:14:33.951Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-27T09:14:33.951Z|c699294d-73b8-4118-82f7-5f0e38ad0e2b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3996da5f-9aa4-4de4-9e8c-f37e0cbb3601 ASDC 2021-09-27T09:14:33.952Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:1992fc54-97af-4f4b-838d-f5611f885bf2 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:3996da5f-9aa4-4de4-9e8c-f37e0cbb3601 ServiceInvariantUUID:25d833e4-b340-4a64-9544-a8772af43848 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:d2affcb5-47a6-42b7-931f-2de072231774 ArtifactChecksum:Yzk1NzFhNWEzYWNkMDk0ZDI1ZWE1NjE2OWQ4OTYzMGY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:333ceaa4-7e4e-426e-8404-356aaab61b39 ResourceInvariantUUID:87fc8bd8-be9b-47dc-9f8d-383c38fbe265 ResourceName:basic_vm ResourceType:VF ResourceUUID:346b88e2-825b-45a5-8f5c-f3b06936f412 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:03f98925-30e2-49e2-8c23-cb1d7900e573 ArtifactChecksum:MDRkZDZmNjMxNGQxMjk4NGIwNjA0YTdiNTQ5NDZlMDU= 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:96f40578-19b0-4670-ac53-cf9f8af9ac1e 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:e7dce43e-d6a0-41c4-a75e-c3d788655925 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:e7dce43e-d6a0-41c4-a75e-c3d788655925 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-27T09:14:33.953Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3996da5f-9aa4-4de4-9e8c-f37e0cbb3601 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 (?, ?, ?, ?, ?) 2021-09-27T09:14:34.019Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-27T09:14:34.020Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-09-27T09:14:34.020Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-09-27T09:14:34.021Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d2affcb5-47a6-42b7-931f-2de072231774 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-27T09:14:34.021Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-09-27T09:14:34.021Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-27T09:14:34.918Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-09-27T09:14:34.921Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar d2affcb5-47a6-42b7-931f-2de072231774 70868 2021-09-27T09:14:34.921Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-09-27T09:14:34.921Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-27T09:14:34.921Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-27T09:14:34.921Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:14:34.923Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:14:34.923Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734074921, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:14:35.023Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:14:35.024Z||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. 2021-09-27T09:14:35.024Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:14:35.033Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:14:35.034Z||pool-63-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:14:35.924Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-27T09:14:35.925Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-09-27T09:14:35.926Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: d2affcb5-47a6-42b7-931f-2de072231774, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-09-27T09:14:35.927Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-09-27T09:14:35.927Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-09-27T09:14:35.927Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-09-27T09:14:36.263Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17202242989068799553/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 2021-09-27T09:14:37.471Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-27T09:14:37.477Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-09-27T09:14:37.477Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-27T09:14:37.477Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-27T09:14:37.477Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||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 2021-09-27T09:14:37.477Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||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 2021-09-27T09:14:37.478Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-27T09:14:37.478Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||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 2021-09-27T09:14:37.478Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-27T09:14:37.478Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-27T09:14:37.478Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-27T09:14:37.478Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||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 2021-09-27T09:14:37.479Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-09-27T09:14:37.479Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-09-27T09:14:37.479Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:14:37.479Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:14:37.480Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-27T09:14:37.480Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-09-27T09:14:37.481Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-27T09:14:37.481Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:14:37.481Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:14:37.481Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-27T09:14:37.482Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-09-27T09:14:37.482Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-27T09:14:37.482Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:14:37.482Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:14:37.483Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:14:37.483Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-09-27T09:14:37.483Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-09-27T09:14:37.483Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-09-27T09:14:37.484Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-09-27T09:14:37.484Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-27T09:14:37.484Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-27T09:14:37.484Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:14:37.485Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-27T09:14:37.485Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:14:37.485Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-27T09:14:37.485Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T09:14:37.486Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:14:37.486Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-27T09:14:37.486Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T09:14:37.486Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:14:37.487Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-27T09:14:37.487Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T09:14:37.487Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:14:37.487Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-09-27T09:14:37.488Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-09-27T09:14:37.488Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-27T09:14:37.488Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6950e508-4db0-466d-8a4d-10cecec64d0e 2021-09-27T09:14:37.488Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:14:37.488Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:14:37.489Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:14:37.489Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:14:37.489Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:14:37.489Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:14:37.489Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:14:37.489Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:14:37.490Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:3996da5f-9aa4-4de4-9e8c-f37e0cbb3601 Model Version:NULL Model InvariantUuid:25d833e4-b340-4a64-9544-a8772af43848 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:1610f009-7b51-4ad8-98d3-aa27e76c25e2 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:87fc8bd8-be9b-47dc-9f8d-383c38fbe265 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:333ceaa4-7e4e-426e-8404-356aaab61b39 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:87aa16e0-f34a-4b53-a8de-fde0b473c142 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:795095ae-5a9c-4f9e-be9e-b596d8eff36b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6950e508-4db0-466d-8a4d-10cecec64d0e ModelInvariantUuid:95fc3764-c77f-4918-8c9e-56b9868eb2b3 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:758778b7-d74c-4690-89b2-379f41a63e7a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:2e35c43e-0d4a-49aa-9af3-08a45489e814 ModelInvariantUuid:298598a6-d7d3-40ac-9a78-9a2535a4065a ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:860f550b-55b7-409d-b693-3b283fe086fe 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-27T09:14:37.511Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 346b88e2-825b-45a5-8f5c-f3b06936f412 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-27T09:14:37.517Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||basic_vm 0 2021-09-27T09:14:37.520Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 346b88e2-825b-45a5-8f5c-f3b06936f412 2021-09-27T09:14:37.520Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 03f98925-30e2-49e2-8c23-cb1d7900e573 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-09-27T09:14:37.520Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-09-27T09:14:37.520Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-09-27T09:14:39.998Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-09-27T09:14:39.999Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 03f98925-30e2-49e2-8c23-cb1d7900e573 787 2021-09-27T09:14:40.000Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-09-27T09:14:40.000Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-09-27T09:14:40.000Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-27T09:14:40.000Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:14:40.002Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:14:40.002Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734080000, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-27T09:14:40.102Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-27T09:14:40.103Z||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. 2021-09-27T09:14:40.104Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:14:40.115Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:14:40.116Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:14:41.003Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "87aa16e0-f34a-4b53-a8de-fde0b473c142", "vfModuleModelVersion": "1", "vfModuleModelUUID": "795095ae-5a9c-4f9e-be9e-b596d8eff36b", "vfModuleModelCustomizationUUID": "b2780826-2645-4115-babb-4511540f8106", "isBase": true, "artifacts": [ "96f40578-19b0-4670-ac53-cf9f8af9ac1e", "e7dce43e-d6a0-41c4-a75e-c3d788655925" ], "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": "" } } ] 2021-09-27T09:14:41.008Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:795095ae-5a9c-4f9e-be9e-b596d8eff36b VfModuleModelInvariantUUID:87aa16e0-f34a-4b53-a8de-fde0b473c142 VfModuleModelDescription:NULL Artifacts UUID List:{ 96f40578-19b0-4670-ac53-cf9f8af9ac1e , e7dce43e-d6a0-41c4-a75e-c3d788655925 } 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 } 2021-09-27T09:14:41.009Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "87aa16e0-f34a-4b53-a8de-fde0b473c142", "vfModuleModelVersion": "1", "vfModuleModelUUID": "795095ae-5a9c-4f9e-be9e-b596d8eff36b", "vfModuleModelCustomizationUUID": "b2780826-2645-4115-babb-4511540f8106", "isBase": true, "artifacts": [ "96f40578-19b0-4670-ac53-cf9f8af9ac1e", "e7dce43e-d6a0-41c4-a75e-c3d788655925" ], "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": "" } } ] 2021-09-27T09:14:41.009Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:795095ae-5a9c-4f9e-be9e-b596d8eff36b VfModuleModelInvariantUUID:87aa16e0-f34a-4b53-a8de-fde0b473c142 VfModuleModelDescription:NULL Artifacts UUID List:{ 96f40578-19b0-4670-ac53-cf9f8af9ac1e , e7dce43e-d6a0-41c4-a75e-c3d788655925 } 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 } 2021-09-27T09:14:41.010Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 96f40578-19b0-4670-ac53-cf9f8af9ac1e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-09-27T09:14:41.010Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-09-27T09:14:41.010Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-09-27T09:14:43.971Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-09-27T09:14:43.972Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 96f40578-19b0-4670-ac53-cf9f8af9ac1e 5033 2021-09-27T09:14:43.972Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-09-27T09:14:43.972Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-09-27T09:14:43.972Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-27T09:14:43.972Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:14:43.975Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:14:43.975Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734083972, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-27T09:14:44.075Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-27T09:14:44.076Z||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. 2021-09-27T09:14:44.076Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:14:44.086Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:14:44.086Z||pool-65-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:14:44.976Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e7dce43e-d6a0-41c4-a75e-c3d788655925 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-09-27T09:14:44.976Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-09-27T09:14:44.976Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-09-27T09:14:46.460Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-09-27T09:14:46.460Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env e7dce43e-d6a0-41c4-a75e-c3d788655925 903 2021-09-27T09:14:46.460Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-09-27T09:14:46.461Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-09-27T09:14:46.461Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-27T09:14:46.461Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:14:46.471Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:14:46.472Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734086460, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-27T09:14:46.563Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms 2021-09-27T09:14:46.564Z||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. 2021-09-27T09:14:46.564Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:14:46.585Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:14:46.586Z||pool-66-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:14:47.472Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 3996da5f-9aa4-4de4-9e8c-f37e0cbb3601 2021-09-27T09:14:47.473Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 346b88e2-825b-45a5-8f5c-f3b06936f412 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-27T09:14:47.485Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@53aaea71, org.onap.sdc.toscaparser.api.parameters.Input@690e2078, org.onap.sdc.toscaparser.api.parameters.Input@24da3576, org.onap.sdc.toscaparser.api.parameters.Input@5062d88a, org.onap.sdc.toscaparser.api.parameters.Input@549f5995] 2021-09-27T09:14:47.486Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:14:47.487Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:14:47.487Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2021-09-27T09:14:47.487Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 333ceaa4-7e4e-426e-8404-356aaab61b39 2021-09-27T09:14:47.487Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 333ceaa4-7e4e-426e-8404-356aaab61b39 matches Tosca VF Customization UUID: 333ceaa4-7e4e-426e-8404-356aaab61b39 2021-09-27T09:14:47.487Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 333ceaa4-7e4e-426e-8404-356aaab61b39 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-27T09:14:47.490Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:14:47.490Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:14:47.491Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 333ceaa4-7e4e-426e-8404-356aaab61b39: {\"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\"} 2021-09-27T09:14:47.491Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7fee7acf 2021-09-27T09:14:47.491Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:14:47.492Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-27T09:14:47.492Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b2780826-2645-4115-babb-4511540f8106 2021-09-27T09:14:47.492Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b2780826-2645-4115-babb-4511540f8106 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-27T09:14:47.497Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:14:47.497Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-27T09:14:47.497Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T09:14:47.497Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:14:47.497Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-27T09:14:47.498Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T09:14:47.498Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:14:47.498Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-09-27T09:14:47.498Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-09-27T09:14:47.498Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-27T09:14:47.498Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6950e508-4db0-466d-8a4d-10cecec64d0e Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-27T09:14:47.501Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:14:47.501Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-27T09:14:47.501Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T09:14:47.501Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:14:47.501Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-09-27T09:14:47.502Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=333ceaa4-7e4e-426e-8404-356aaab61b39 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-27T09:14:47.503Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:14:47.503Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:14:47.503Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 3996da5f-9aa4-4de4-9e8c-f37e0cbb3601: basic_vm 2021-09-27T09:14:47.504Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:14:47.504Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:14:47.504Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:14:47.504Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:14:47.504Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:14:47.504Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:14:47.505Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:14:47.505Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:14:47.505Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:14:47.505Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:14:47.505Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-09-27T09:14:47.589Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 346b88e2-825b-45a5-8f5c-f3b06936f412 1 ASDC deployResourceStructure 2021-09-27T09:14:47.589Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-09-27T09:14:47.590Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-09-27T09:14:47.590Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-27T09:14:47.590Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:14:47.620Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:14:47.620Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734087589, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-09-27T09:14:47.720Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:14:47.720Z||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. 2021-09-27T09:14:47.721Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:14:47.733Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:14:47.733Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:14:48.621Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-09-27T09:14:48.623Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-09-27T09:14:48.623Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-27T09:14:48.623Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:14:48.625Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:14:48.625Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734088621, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-27T09:14:48.725Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:14:48.726Z||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. 2021-09-27T09:14:48.726Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:14:48.749Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:14:48.750Z||pool-68-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:14:49.631Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-09-27T09:14:49.635Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-09-27T09:14:49.635Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-27T09:14:49.635Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:14:49.637Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:14:49.637Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734089631, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-27T09:14:49.737Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:14:49.738Z||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. 2021-09-27T09:14:49.738Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:14:49.748Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:14:49.749Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:14:50.641Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-09-27T09:14:50.641Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-09-27T09:14:50.641Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-27T09:14:50.642Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:14:50.644Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:14:50.644Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734090641, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:14:50.744Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:14:50.745Z||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. 2021-09-27T09:14:50.745Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:14:50.770Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:14:50.771Z||pool-70-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:14:51.645Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1992fc54-97af-4f4b-838d-f5611f885bf2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-27T09:14:51.652Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1992fc54-97af-4f4b-838d-f5611f885bf2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-27T09:14:51.653Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-27T09:14:51.653Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-27T09:14:51.653Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-27T09:15:21.654Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1992fc54-97af-4f4b-838d-f5611f885bf2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-27T09:15:21.673Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1992fc54-97af-4f4b-838d-f5611f885bf2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-27T09:15:21.674Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-27T09:15:21.674Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-27T09:15:21.675Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-27T09:15:26.280Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:15:26.286Z||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. 2021-09-27T09:15:26.286Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:15:26.322Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:15:26.323Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:15:26.323Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "ves-openapi-manager", "timestamp": 1632734057596, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:15:26.325Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:15:26.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:15:26.325Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "multicloud-k8s-id", "timestamp": 1632734062783, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:15:26.325Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:15:26.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:15:26.325Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "cds", "timestamp": 1632734062207, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:15:26.325Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:15:26.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:15:26.326Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "policy-id", "timestamp": 1632734060087, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:15:26.326Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:15:26.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:15:26.326Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "dcae-sch", "timestamp": 1632734063566, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:15:26.327Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:15:26.327Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:15:26.327Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "ves-openapi-manager", "timestamp": 1632734057596, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-27T09:15:26.327Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:15:26.327Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:15:26.327Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "multicloud-k8s-id", "timestamp": 1632734062783, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-27T09:15:26.327Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:15:26.327Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:15:26.327Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "cds", "timestamp": 1632734062207, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-27T09:15:26.327Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:15:26.328Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:15:26.328Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "policy-id", "timestamp": 1632734060087, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-27T09:15:26.328Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:15:26.328Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:15:26.328Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "dcae-sch", "timestamp": 1632734063566, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-27T09:15:26.328Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:15:26.328Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:15:26.328Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "clamp", "timestamp": 1632734065498, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:15:26.328Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:15:51.675Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1992fc54-97af-4f4b-838d-f5611f885bf2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-27T09:15:51.695Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1992fc54-97af-4f4b-838d-f5611f885bf2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-27T09:15:51.705Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-27T09:15:51.705Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-27T09:15:51.706Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-27T09:16:21.706Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1992fc54-97af-4f4b-838d-f5611f885bf2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-27T09:16:21.721Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1992fc54-97af-4f4b-838d-f5611f885bf2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-27T09:16:21.723Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-27T09:16:21.723Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-27T09:16:21.724Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-27T09:16:26.280Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:16:26.282Z||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. 2021-09-27T09:16:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:16:26.310Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:16:26.322Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.322Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "ves-openapi-manager", "timestamp": 1632734057596, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.324Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.324Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.324Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "multicloud-k8s-id", "timestamp": 1632734062783, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-27T09:16:26.324Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.324Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.324Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "cds", "timestamp": 1632734062207, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.324Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.324Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.324Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "policy-id", "timestamp": 1632734060087, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-27T09:16:26.325Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.325Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "dcae-sch", "timestamp": 1632734063566, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.325Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.325Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734066277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.326Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.326Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "clamp", "timestamp": 1632734065498, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-27T09:16:26.326Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.326Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "ves-openapi-manager", "timestamp": 1632734057596, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.326Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.326Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "multicloud-k8s-id", "timestamp": 1632734062783, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.326Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.327Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "cds", "timestamp": 1632734062207, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.327Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.327Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.327Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "policy-id", "timestamp": 1632734060087, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.328Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.328Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.328Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "dcae-sch", "timestamp": 1632734063566, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.328Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.328Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.328Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734066277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-09-27T09:16:26.328Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.328Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.329Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "clamp", "timestamp": 1632734065498, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.329Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.329Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.329Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "ves-openapi-manager", "timestamp": 1632734057596, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.329Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.329Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.329Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "cds", "timestamp": 1632734062207, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.329Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.329Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.329Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "policy-id", "timestamp": 1632734060087, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.329Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.330Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.330Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "multicloud-k8s-id", "timestamp": 1632734062783, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-27T09:16:26.330Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.330Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.330Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "dcae-sch", "timestamp": 1632734063566, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.330Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.330Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.330Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734066277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-27T09:16:26.331Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.331Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "clamp", "timestamp": 1632734065498, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.331Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "ves-openapi-manager", "timestamp": 1632734057596, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.332Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "multicloud-k8s-id", "timestamp": 1632734062783, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.332Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "cds", "timestamp": 1632734062207, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.332Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "policy-id", "timestamp": 1632734060087, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.333Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "dcae-sch", "timestamp": 1632734063566, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.333Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.335Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734066277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.335Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.335Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.335Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "clamp", "timestamp": 1632734065498, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.336Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.336Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.336Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "ves-openapi-manager", "timestamp": 1632734057596, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.336Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.336Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.336Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "cds", "timestamp": 1632734062207, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:16:26.336Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.336Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.336Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "policy-id", "timestamp": 1632734060087, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:16:26.337Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.337Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "dcae-sch", "timestamp": 1632734063566, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.337Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.337Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "multicloud-k8s-id", "timestamp": 1632734062783, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:16:26.337Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.337Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734066277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-27T09:16:26.337Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "clamp", "timestamp": 1632734065498, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.338Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734066277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.338Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "clamp", "timestamp": 1632734065498, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:16:26.338Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734066277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:16:26.339Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.339Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "multicloud-k8s-id", "timestamp": 1632734073040, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-27T09:16:26.339Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:16:26.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.339Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "cds", "timestamp": 1632734073175, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:16:26.339Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:16:26.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.339Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "policy-id", "timestamp": 1632734073279, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:16:26.339Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:16:26.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.340Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "cds", "timestamp": 1632734074185, "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=? 2021-09-27T09:16:26.346Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1992fc54-97af-4f4b-838d-f5611f885bf2 2021-09-27T09:16:26.346Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1992fc54-97af-4f4b-838d-f5611f885bf2 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 (?, ?, ?, ?, ?) 2021-09-27T09:16:26.357Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.357Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "policy-id", "timestamp": 1632734074285, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:16:26.358Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:16:26.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "multicloud-k8s-id", "timestamp": 1632734074851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-27T09:16:26.358Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:16:26.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734074921, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:16:26.359Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:16:26.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "policy-id", "timestamp": 1632734075301, "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=? 2021-09-27T09:16:26.362Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1992fc54-97af-4f4b-838d-f5611f885bf2 2021-09-27T09:16:26.362Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1992fc54-97af-4f4b-838d-f5611f885bf2 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 (?, ?, ?, ?, ?) 2021-09-27T09:16:26.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "multicloud-k8s-id", "timestamp": 1632734076815, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-27T09:16:26.373Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:16:26.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "multicloud-k8s-id", "timestamp": 1632734077841, "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=? 2021-09-27T09:16:26.376Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1992fc54-97af-4f4b-838d-f5611f885bf2 2021-09-27T09:16:26.377Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1992fc54-97af-4f4b-838d-f5611f885bf2 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=? 2021-09-27T09:16:26.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "multicloud-k8s-id", "timestamp": 1632734078853, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-09-27T09:16:26.388Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:16:26.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734080000, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-27T09:16:26.388Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:16:26.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734081720, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.389Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734081720, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.389Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "aai-ml", "timestamp": 1632734082934, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.390Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.390Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.390Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734083972, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-27T09:16:26.390Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:16:26.390Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734081720, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.391Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "aai-ml", "timestamp": 1632734082934, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.392Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734081720, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.393Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.393Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "aai-ml", "timestamp": 1632734082934, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.393Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.393Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734081720, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.394Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.394Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.394Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734086460, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-27T09:16:26.394Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:16:26.394Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.395Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "aai-ml", "timestamp": 1632734082934, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.395Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.395Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "clamp", "timestamp": 1632734087039, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:16:26.396Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:16:26.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734081720, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.396Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "aai-ml", "timestamp": 1632734082934, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.397Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734087589, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-09-27T09:16:26.397Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:16:26.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.398Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "clamp", "timestamp": 1632734088059, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:16:26.398Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:16:26.398Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.398Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734081720, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:16:26.398Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.398Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.399Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "aai-ml", "timestamp": 1632734082934, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.399Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.399Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.399Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734088621, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-27T09:16:26.400Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:16:26.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.400Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "clamp", "timestamp": 1632734089062, "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=? 2021-09-27T09:16:26.402Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1992fc54-97af-4f4b-838d-f5611f885bf2 2021-09-27T09:16:26.403Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1992fc54-97af-4f4b-838d-f5611f885bf2 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 (?, ?, ?, ?, ?) 2021-09-27T09:16:26.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "aai-ml", "timestamp": 1632734082934, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:16:26.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734089631, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-27T09:16:26.409Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:16:26.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734090507, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:16:26.409Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:16:26.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734090641, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:16:26.410Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:16:26.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "aai-ml", "timestamp": 1632734091397, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:16:26.410Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:16:26.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734093135, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:16:26.411Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:16:26.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734094143, "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=? 2021-09-27T09:16:26.413Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1992fc54-97af-4f4b-838d-f5611f885bf2 2021-09-27T09:16:26.413Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1992fc54-97af-4f4b-838d-f5611f885bf2 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 (?, ?, ?, ?, ?) 2021-09-27T09:16:26.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.422Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "aai-ml", "timestamp": 1632734104966, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:16:26.423Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:16:26.423Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.423Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "aai-ml", "timestamp": 1632734105970, "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=? 2021-09-27T09:16:26.426Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1992fc54-97af-4f4b-838d-f5611f885bf2 2021-09-27T09:16:26.426Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1992fc54-97af-4f4b-838d-f5611f885bf2 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 (?, ?, ?, ?, ?) 2021-09-27T09:16:26.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.439Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "cds", "timestamp": 1632734107209, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.439Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.440Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734111719, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.440Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.440Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "dcae-sch", "timestamp": 1632734103566, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.441Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.441Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "aai-ml", "timestamp": 1632734112933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.442Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.442Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "cds", "timestamp": 1632734107209, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.442Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734111719, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.443Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "dcae-sch", "timestamp": 1632734103566, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.444Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.445Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "aai-ml", "timestamp": 1632734112933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.445Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.445Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734111719, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.446Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "cds", "timestamp": 1632734107209, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.446Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "dcae-sch", "timestamp": 1632734103566, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.447Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "aai-ml", "timestamp": 1632734112933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.448Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.448Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.448Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "cds", "timestamp": 1632734107209, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.448Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.448Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.449Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734111719, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.449Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.449Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "dcae-sch", "timestamp": 1632734103566, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.450Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.450Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "aai-ml", "timestamp": 1632734112933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.450Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.451Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "cds", "timestamp": 1632734107209, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.451Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.451Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734111719, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.452Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "dcae-sch", "timestamp": 1632734103566, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.452Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "aai-ml", "timestamp": 1632734112933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "cds", "timestamp": 1632734107209, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.454Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734111719, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.454Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "ves-openapi-manager", "timestamp": 1632734117597, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.455Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "dcae-sch", "timestamp": 1632734103566, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.455Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "aai-ml", "timestamp": 1632734112933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.456Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "cds", "timestamp": 1632734107209, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.457Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.457Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734111719, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.459Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "ves-openapi-manager", "timestamp": 1632734117597, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.459Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "dcae-sch", "timestamp": 1632734103566, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.460Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "aai-ml", "timestamp": 1632734112933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "cds", "timestamp": 1632734107209, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:16:26.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734111719, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:16:26.462Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "ves-openapi-manager", "timestamp": 1632734117597, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "dcae-sch", "timestamp": 1632734103566, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "aai-ml", "timestamp": 1632734112933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:16:26.464Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "policy-id", "timestamp": 1632734120086, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.465Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "ves-openapi-manager", "timestamp": 1632734117597, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.465Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.466Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "policy-id", "timestamp": 1632734120086, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.466Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.466Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.466Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "ves-openapi-manager", "timestamp": 1632734117597, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.467Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.467Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "policy-id", "timestamp": 1632734120086, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-27T09:16:26.467Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "ves-openapi-manager", "timestamp": 1632734117597, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.468Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.468Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "aai-ml", "timestamp": 1632734123383, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:16:26.468Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:16:26.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.469Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "multicloud-k8s-id", "timestamp": 1632734122783, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.469Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.469Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "cds", "timestamp": 1632734123466, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:16:26.470Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:16:26.470Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734123485, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:16:26.470Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:16:26.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.471Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "policy-id", "timestamp": 1632734120086, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.471Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "dcae-sch", "timestamp": 1632734123565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.472Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "ves-openapi-manager", "timestamp": 1632734117597, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.473Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "multicloud-k8s-id", "timestamp": 1632734122783, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-27T09:16:26.474Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "policy-id", "timestamp": 1632734120086, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.474Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "dcae-sch", "timestamp": 1632734123565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.475Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "ves-openapi-manager", "timestamp": 1632734117597, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.476Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "multicloud-k8s-id", "timestamp": 1632734122783, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-27T09:16:26.476Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "policy-id", "timestamp": 1632734120086, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.477Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:26.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "cds", "timestamp": 1632734125982, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-27T09:16:26.494Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 74037a10-47a7-40c4-82d2-ed9bfc54ddf1 2021-09-27T09:16:26.495Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74037a10-47a7-40c4-82d2-ed9bfc54ddf1 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 (?, ?, ?, ?, ?) 2021-09-27T09:16:26.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734126044, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:16:26.501Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:16:26.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:16:26.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "clamp", "timestamp": 1632734125499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:16:26.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-09-27T09:16:51.724Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1992fc54-97af-4f4b-838d-f5611f885bf2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-27T09:16:51.735Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1992fc54-97af-4f4b-838d-f5611f885bf2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-27T09:16:51.738Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-27T09:16:51.738Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-27T09:16:51.738Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-27T09:16:51.738Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-27T09:16:51.738Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:16:51.738Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:16:51.739Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:16:51.739Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:16:51.739Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:16:51.739Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:16:51.739Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-27T09:16:51.744Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-27T09:17:21.746Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1992fc54-97af-4f4b-838d-f5611f885bf2 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=? 2021-09-27T09:17:21.756Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1992fc54-97af-4f4b-838d-f5611f885bf2 and serviceModelVersionId: 3996da5f-9aa4-4de4-9e8c-f37e0cbb3601 2021-09-27T09:17:21.756Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 25d833e4-b340-4a64-9544-a8772af43848 2021-09-27T09:17:21.758Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/25d833e4-b340-4a64-9544-a8772af43848/model-vers/model-ver/3996da5f-9aa4-4de4-9e8c-f37e0cbb3601?depth=0 2021-09-27T09:17:21.771Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-09-27T09:17:21.880Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/25d833e4-b340-4a64-9544-a8772af43848/model-vers/model-ver/3996da5f-9aa4-4de4-9e8c-f37e0cbb3601?depth=0|INFO|500||Invoke 2021-09-27T09:17:21.881Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/25d833e4-b340-4a64-9544-a8772af43848/model-vers/model-ver/3996da5f-9aa4-4de4-9e8c-f37e0cbb3601?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/25d833e4-b340-4a64-9544-a8772af43848/model-vers/model-ver/3996da5f-9aa4-4de4-9e8c-f37e0cbb3601?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1992fc54-97af-4f4b-838d-f5611f885bf2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8f4e3b19-f7c6-4505-8cc5-7da45b477f27], X-ECOMP-RequestID=[1992fc54-97af-4f4b-838d-f5611f885bf2], X-TransactionId=[], X-ONAP-RequestID=[1992fc54-97af-4f4b-838d-f5611f885bf2], Content-Type=[application/merge-patch+json]} 2021-09-27T09:17:21.907Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/25d833e4-b340-4a64-9544-a8772af43848/model-vers/model-ver/3996da5f-9aa4-4de4-9e8c-f37e0cbb3601?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-27T09:17:22.670Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/25d833e4-b340-4a64-9544-a8772af43848/model-vers/model-ver/3996da5f-9aa4-4de4-9e8c-f37e0cbb3601?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/25d833e4-b340-4a64-9544-a8772af43848/model-vers/model-ver/3996da5f-9aa4-4de4-9e8c-f37e0cbb3601?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210927-09:17:21:921-75198], vertex-id=[229504], Content-Length=[0], Date=[Mon, 27 Sep 2021 09:17:21 GMT], Content-Type=[application/json]} 2021-09-27T09:17:22.671Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/25d833e4-b340-4a64-9544-a8772af43848/model-vers/model-ver/3996da5f-9aa4-4de4-9e8c-f37e0cbb3601?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-09-27T09:17:22.672Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/25d833e4-b340-4a64-9544-a8772af43848/model-vers/model-ver/3996da5f-9aa4-4de4-9e8c-f37e0cbb3601?depth=0|INFO|500||InvokeReturn 2021-09-27T09:17:22.673Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-27T09:17:22.673Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-27T09:17:22.679Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-27T09:17:22.680Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1992fc54-97af-4f4b-838d-f5611f885bf2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-27T09:17:22.681Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-27T09:17:22.682Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:17:22.686Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:17:22.686Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734242681, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-27T09:17:22.785Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-27T09:17:22.787Z||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. 2021-09-27T09:17:22.788Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:17:22.803Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:17:22.803Z||pool-71-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=? 2021-09-27T09:17:23.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:17:23.697Z||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. 2021-09-27T09:17:23.697Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:17:26.279Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:17:26.280Z|9700db60-8975-48e1-9f6e-d625e2c0629c|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. 2021-09-27T09:17:26.280Z|9700db60-8975-48e1-9f6e-d625e2c0629c|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:17:26.311Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:17:26.311Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:17:26.311Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "dcae-sch", "timestamp": 1632734123565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-27T09:17:26.312Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:17:28.103Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:17:28.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:17:28.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"74037a10-47a7-40c4-82d2-ed9bfc54ddf1","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"095d09aa-176c-4777-836a-42c32c40b2bb","serviceDescription":"service","serviceInvariantUUID":"05f5b690-cd24-4f45-9d88-08660512d232","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ad2ff3bd-9054-44e2-9573-c131fdd0b61f","resourceInvariantUUID":"88fcdce4-65eb-48f5-abb3-8ec8ccec2d21","resourceCustomizationUUID":"e45e0df8-96f8-427c-bc09-cc568f7adc44","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"MjVmNjQwN2Q4MmQzYWQ0NDY3MzA0MDkxZWZhNzJjZTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"91578ec1-c54f-4f26-bbfc-565eab0ee876","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"YmFjNTdlNTYyYTYxNzgyN2Q4OWFjMzFkNWJlNTg1Yjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"48fa7fff-4525-481f-951b-b4624f72d9f1","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"607e03b1-176e-4112-9928-0822bc7a1d41","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2866c38c-444c-4644-964d-9d5b25355570","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"feb1741f-935f-41b6-894b-d1ca24aa892e","artifactVersion":"2","generatedFromUUID":"607e03b1-176e-4112-9928-0822bc7a1d41"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"Yzg3YTM3NWZhYTQxMTI4ODZjZjQzNDhjNjZkMTQ1ZjA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"56842821-0c41-4019-a329-b6c05785e2dc","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"ZTUwNDkyMzdiMzNlZWRjMzJjZGZiYjIzYjRmNDNiMjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4efe2749-9a4c-44f9-835c-5c28b5b80e2a","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MmJiYzg5MmJlY2QzNWI0ODkyNDYwNmZlNjdhNjU5ODM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4082d9af-3a34-44f6-ac55-8a8ef3b7f042","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-27T09:17:28.106Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:17:28.107Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:17:28.109Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:17:28.109Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734243697, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:17:28.209Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:17:28.209Z||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. 2021-09-27T09:17:28.210Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:17:28.222Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:17:28.222Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:17:29.110Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:17:29.110Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:17:29.112Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:17:29.113Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734243697, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-27T09:17:29.213Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:17:29.213Z||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. 2021-09-27T09:17:29.213Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:17:29.226Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:17:29.227Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:17:30.113Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:17:30.114Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:17:30.116Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:17:30.116Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734243697, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-27T09:17:30.216Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:17:30.217Z||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. 2021-09-27T09:17:30.217Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:17:30.228Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:17:30.229Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:17:31.117Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:17:31.117Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:17:31.119Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:17:31.119Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734243697, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:17:31.219Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:17:31.220Z||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. 2021-09-27T09:17:31.220Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:17:31.232Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:17:31.232Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:17:32.120Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:17:32.120Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:17:32.122Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:17:32.122Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734243697, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-27T09:17:32.222Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:17:32.224Z||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. 2021-09-27T09:17:32.224Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:17:32.236Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:17:32.237Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:17:33.124Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:17:33.125Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:17:33.128Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:17:33.128Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734243697, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-27T09:17:33.231Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-27T09:17:33.232Z||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. 2021-09-27T09:17:33.232Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:17:33.243Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:17:33.243Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:17:34.130Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:17:34.132Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:17:34.134Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:17:34.134Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734243697, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:17:34.234Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:17:34.235Z||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. 2021-09-27T09:17:34.235Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:17:34.246Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:17:34.246Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-09-27T09:17:35.135Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:17:35.135Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:17:35.138Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:17:35.138Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734243697, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:17:35.239Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:17:35.240Z||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. 2021-09-27T09:17:35.240Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:17:35.264Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:17:35.265Z||pool-79-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:17:36.140Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "095d09aa-176c-4777-836a-42c32c40b2bb", "serviceDescription": "service", "serviceInvariantUUID": "05f5b690-cd24-4f45-9d88-08660512d232", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "e45e0df8-96f8-427c-bc09-cc568f7adc44", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ad2ff3bd-9054-44e2-9573-c131fdd0b61f", "resourceInvariantUUID": "88fcdce4-65eb-48f5-abb3-8ec8ccec2d21", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "artifactChecksum": "YmFjNTdlNTYyYTYxNzgyN2Q4OWFjMzFkNWJlNTg1Yjg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "48fa7fff-4525-481f-951b-b4624f72d9f1", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "607e03b1-176e-4112-9928-0822bc7a1d41", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "feb1741f-935f-41b6-894b-d1ca24aa892e", "generatedFromUUID": "607e03b1-176e-4112-9928-0822bc7a1d41" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "feb1741f-935f-41b6-894b-d1ca24aa892e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MmJiYzg5MmJlY2QzNWI0ODkyNDYwNmZlNjdhNjU5ODM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4082d9af-3a34-44f6-ac55-8a8ef3b7f042" } ], "workloadContext": "Production" } 2021-09-27T09:17:36.140Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-27T09:17:36.140Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 095d09aa-176c-4777-836a-42c32c40b2bb ASDC 2021-09-27T09:17:36.140Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:74037a10-47a7-40c4-82d2-ed9bfc54ddf1 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:095d09aa-176c-4777-836a-42c32c40b2bb ServiceInvariantUUID:05f5b690-cd24-4f45-9d88-08660512d232 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVmMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ArtifactUUID:4082d9af-3a34-44f6-ac55-8a8ef3b7f042 ArtifactChecksum:MmJiYzg5MmJlY2QzNWI0ODkyNDYwNmZlNjdhNjU5ODM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:e45e0df8-96f8-427c-bc09-cc568f7adc44 ResourceInvariantUUID:88fcdce4-65eb-48f5-abb3-8ec8ccec2d21 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:ad2ff3bd-9054-44e2-9573-c131fdd0b61f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ArtifactUUID:48fa7fff-4525-481f-951b-b4624f72d9f1 ArtifactChecksum:YmFjNTdlNTYyYTYxNzgyN2Q4OWFjMzFkNWJlNTg1Yjg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ArtifactUUID:607e03b1-176e-4112-9928-0822bc7a1d41 ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:feb1741f-935f-41b6-894b-d1ca24aa892e ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:feb1741f-935f-41b6-894b-d1ca24aa892e ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-27T09:17:36.141Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 095d09aa-176c-4777-836a-42c32c40b2bb 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=? 2021-09-27T09:17:36.176Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-27T09:17:36.176Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-09-27T09:17:36.177Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-09-27T09:17:36.177Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4082d9af-3a34-44f6-ac55-8a8ef3b7f042 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-09-27T09:17:36.177Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-09-27T09:17:36.177Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-09-27T09:17:37.296Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-09-27T09:17:37.299Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 4082d9af-3a34-44f6-ac55-8a8ef3b7f042 78603 2021-09-27T09:17:37.301Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-09-27T09:17:37.301Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-09-27T09:17:37.302Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-27T09:17:37.302Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:17:37.305Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:17:37.305Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734257301, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:17:37.407Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-09-27T09:17:37.410Z||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. 2021-09-27T09:17:37.410Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:17:37.425Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:17:37.426Z||pool-80-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:17:38.322Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-27T09:17:38.323Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-09-27T09:17:38.323Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4082d9af-3a34-44f6-ac55-8a8ef3b7f042, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-27T09:17:38.323Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-09-27T09:17:38.324Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-27T09:17:38.324Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-27T09:17:38.481Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11807631816062040937/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2021-09-27T09:17:39.636Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-27T09:17:39.637Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-09-27T09:17:39.637Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-27T09:17:39.637Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-27T09:17:39.638Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-27T09:17:39.638Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-27T09:17:39.638Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-27T09:17:39.638Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-27T09:17:39.638Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-27T09:17:39.638Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-27T09:17:39.639Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-27T09:17:39.639Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-27T09:17:39.639Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-09-27T09:17:39.639Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-09-27T09:17:39.639Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:17:39.640Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:17:39.640Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-27T09:17:39.640Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-09-27T09:17:39.640Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-27T09:17:39.641Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:17:39.641Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:17:39.641Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-27T09:17:39.641Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-09-27T09:17:39.641Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-27T09:17:39.642Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:17:39.642Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:17:39.642Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:17:39.642Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-09-27T09:17:39.643Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-09-27T09:17:39.645Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-09-27T09:17:39.645Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-09-27T09:17:39.645Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-27T09:17:39.645Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-27T09:17:39.646Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:17:39.646Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-27T09:17:39.647Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:17:39.647Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-27T09:17:39.647Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T09:17:39.647Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:17:39.648Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-27T09:17:39.648Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T09:17:39.648Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:17:39.648Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-27T09:17:39.648Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T09:17:39.649Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:17:39.649Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-09-27T09:17:39.649Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-09-27T09:17:39.649Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-27T09:17:39.650Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=cbf137af-7d10-458f-9896-d2c92a198f55 2021-09-27T09:17:39.650Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:17:39.650Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:17:39.650Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:17:39.651Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:17:39.651Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:17:39.651Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:17:39.651Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:17:39.651Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:17:39.652Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:095d09aa-176c-4777-836a-42c32c40b2bb Model Version:NULL Model InvariantUuid:05f5b690-cd24-4f45-9d88-08660512d232 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:c560929a-2441-4429-abb5-9c1dbb25d895 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:88fcdce4-65eb-48f5-abb3-8ec8ccec2d21 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e45e0df8-96f8-427c-bc09-cc568f7adc44 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:801c2622-c607-4f35-bb73-fdc59577f71c ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:efd497c3-4036-4f9c-9bfd-f07c13c33052 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:cbf137af-7d10-458f-9896-d2c92a198f55 ModelInvariantUuid:2079fee5-5ac1-422d-ab39-40013371b6d1 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:d1cf3f79-4cd3-4356-be0f-7eb718816d8a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:060def77-ddae-49c4-b58c-6a9600867150 ModelInvariantUuid:874ed46d-fe42-4bc5-be66-e943c36dceed ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:e20bcfbe-997f-473a-b669-858898ee3e3a 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-27T09:17:39.657Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: ad2ff3bd-9054-44e2-9573-c131fdd0b61f Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-27T09:17:39.662Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||basic_vm_macro 0 2021-09-27T09:17:39.662Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ad2ff3bd-9054-44e2-9573-c131fdd0b61f 2021-09-27T09:17:39.662Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 48fa7fff-4525-481f-951b-b4624f72d9f1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-09-27T09:17:39.663Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-09-27T09:17:39.664Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-09-27T09:17:41.866Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-09-27T09:17:41.867Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 48fa7fff-4525-481f-951b-b4624f72d9f1 792 2021-09-27T09:17:41.867Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-09-27T09:17:41.867Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-09-27T09:17:41.867Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-27T09:17:41.867Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:17:41.869Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:17:41.869Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734261867, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-27T09:17:41.970Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-27T09:17:41.971Z||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. 2021-09-27T09:17:41.972Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:17:41.983Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:17:41.984Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:17:42.870Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "801c2622-c607-4f35-bb73-fdc59577f71c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "efd497c3-4036-4f9c-9bfd-f07c13c33052", "vfModuleModelCustomizationUUID": "d9af511b-67cb-401e-9244-5e433fb82cf5", "isBase": true, "artifacts": [ "607e03b1-176e-4112-9928-0822bc7a1d41", "feb1741f-935f-41b6-894b-d1ca24aa892e" ], "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": "" } } ] 2021-09-27T09:17:42.874Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:efd497c3-4036-4f9c-9bfd-f07c13c33052 VfModuleModelInvariantUUID:801c2622-c607-4f35-bb73-fdc59577f71c VfModuleModelDescription:NULL Artifacts UUID List:{ 607e03b1-176e-4112-9928-0822bc7a1d41 , feb1741f-935f-41b6-894b-d1ca24aa892e } 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 } 2021-09-27T09:17:42.876Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "801c2622-c607-4f35-bb73-fdc59577f71c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "efd497c3-4036-4f9c-9bfd-f07c13c33052", "vfModuleModelCustomizationUUID": "d9af511b-67cb-401e-9244-5e433fb82cf5", "isBase": true, "artifacts": [ "607e03b1-176e-4112-9928-0822bc7a1d41", "feb1741f-935f-41b6-894b-d1ca24aa892e" ], "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": "" } } ] 2021-09-27T09:17:42.876Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:efd497c3-4036-4f9c-9bfd-f07c13c33052 VfModuleModelInvariantUUID:801c2622-c607-4f35-bb73-fdc59577f71c VfModuleModelDescription:NULL Artifacts UUID List:{ 607e03b1-176e-4112-9928-0822bc7a1d41 , feb1741f-935f-41b6-894b-d1ca24aa892e } 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 } 2021-09-27T09:17:42.876Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 607e03b1-176e-4112-9928-0822bc7a1d41 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-09-27T09:17:42.876Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-09-27T09:17:42.876Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-09-27T09:17:44.059Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-09-27T09:17:44.060Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 607e03b1-176e-4112-9928-0822bc7a1d41 5033 2021-09-27T09:17:44.060Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-09-27T09:17:44.060Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-09-27T09:17:44.060Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-27T09:17:44.060Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:17:44.063Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:17:44.063Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734264060, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-27T09:17:44.163Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:17:44.164Z||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. 2021-09-27T09:17:44.164Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:17:44.174Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:17:44.174Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-09-27T09:17:45.063Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: feb1741f-935f-41b6-894b-d1ca24aa892e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-09-27T09:17:45.064Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-09-27T09:17:45.064Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-09-27T09:17:46.174Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-09-27T09:17:46.175Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env feb1741f-935f-41b6-894b-d1ca24aa892e 903 2021-09-27T09:17:46.176Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-09-27T09:17:46.176Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-09-27T09:17:46.176Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-27T09:17:46.177Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:17:46.179Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:17:46.179Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734266176, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-27T09:17:46.279Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:17:46.281Z||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. 2021-09-27T09:17:46.281Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:17:46.308Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:17:46.308Z||pool-83-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2021-09-27T09:17:47.180Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 095d09aa-176c-4777-836a-42c32c40b2bb 2021-09-27T09:17:47.180Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 ad2ff3bd-9054-44e2-9573-c131fdd0b61f ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-27T09:17:47.199Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4c0e63d7, org.onap.sdc.toscaparser.api.parameters.Input@10a28498, org.onap.sdc.toscaparser.api.parameters.Input@12630418, org.onap.sdc.toscaparser.api.parameters.Input@2022a529, org.onap.sdc.toscaparser.api.parameters.Input@1f0d7a21] 2021-09-27T09:17:47.201Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:17:47.201Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:17:47.201Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2021-09-27T09:17:47.201Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= e45e0df8-96f8-427c-bc09-cc568f7adc44 2021-09-27T09:17:47.201Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e45e0df8-96f8-427c-bc09-cc568f7adc44 matches Tosca VF Customization UUID: e45e0df8-96f8-427c-bc09-cc568f7adc44 2021-09-27T09:17:47.201Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: e45e0df8-96f8-427c-bc09-cc568f7adc44 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-27T09:17:47.204Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:17:47.204Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:17:47.205Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id e45e0df8-96f8-427c-bc09-cc568f7adc44: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2021-09-27T09:17:47.206Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2478db5d 2021-09-27T09:17:47.207Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:17:47.207Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-27T09:17:47.207Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d9af511b-67cb-401e-9244-5e433fb82cf5 2021-09-27T09:17:47.208Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d9af511b-67cb-401e-9244-5e433fb82cf5 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-27T09:17:47.211Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:17:47.212Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-27T09:17:47.212Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T09:17:47.212Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:17:47.213Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-27T09:17:47.213Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T09:17:47.213Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:17:47.213Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-09-27T09:17:47.214Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-09-27T09:17:47.214Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-09-27T09:17:47.214Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=cbf137af-7d10-458f-9896-d2c92a198f55 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-27T09:17:47.216Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:17:47.216Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-27T09:17:47.216Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T09:17:47.217Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:17:47.217Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-09-27T09:17:47.217Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e45e0df8-96f8-427c-bc09-cc568f7adc44 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-27T09:17:47.219Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:17:47.219Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:17:47.220Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 095d09aa-176c-4777-836a-42c32c40b2bb: basic_vm_macro 2021-09-27T09:17:47.220Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:17:47.220Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:17:47.220Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:17:47.221Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:17:47.221Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:17:47.221Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:17:47.222Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:17:47.222Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:17:47.222Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:17:47.222Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:17:47.223Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-09-27T09:17:47.318Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro ad2ff3bd-9054-44e2-9573-c131fdd0b61f 1 ASDC deployResourceStructure 2021-09-27T09:17:47.319Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-09-27T09:17:47.319Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-09-27T09:17:47.319Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-27T09:17:47.319Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:17:47.321Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:17:47.321Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734267319, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-09-27T09:17:47.422Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-27T09:17:47.423Z||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. 2021-09-27T09:17:47.423Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:17:47.437Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:17:47.437Z||pool-84-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-09-27T09:17:48.322Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-09-27T09:17:48.323Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-09-27T09:17:48.323Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-27T09:17:48.323Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:17:48.325Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:17:48.325Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734268322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-27T09:17:48.425Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:17:48.426Z||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. 2021-09-27T09:17:48.426Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:17:48.449Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:17:48.450Z||pool-85-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:17:49.326Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-09-27T09:17:49.326Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-09-27T09:17:49.326Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-27T09:17:49.327Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:17:49.329Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:17:49.329Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734269326, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-27T09:17:49.429Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:17:49.431Z||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. 2021-09-27T09:17:49.431Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:17:49.447Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:17:49.448Z||pool-86-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:17:50.330Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-09-27T09:17:50.330Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-09-27T09:17:50.330Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-27T09:17:50.331Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:17:50.347Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:17:50.347Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734270330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:17:50.433Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms 2021-09-27T09:17:50.434Z||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. 2021-09-27T09:17:50.434Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:17:50.445Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:17:50.445Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-09-27T09:17:51.348Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74037a10-47a7-40c4-82d2-ed9bfc54ddf1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-27T09:17:51.568Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74037a10-47a7-40c4-82d2-ed9bfc54ddf1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-27T09:17:51.570Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-27T09:17:51.570Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-27T09:17:51.570Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-27T09:18:21.570Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74037a10-47a7-40c4-82d2-ed9bfc54ddf1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-27T09:18:21.584Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74037a10-47a7-40c4-82d2-ed9bfc54ddf1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-27T09:18:21.585Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-27T09:18:21.586Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-27T09:18:21.586Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-27T09:18:26.280Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:18:26.281Z|9700db60-8975-48e1-9f6e-d625e2c0629c|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. 2021-09-27T09:18:26.281Z|9700db60-8975-48e1-9f6e-d625e2c0629c|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:18:26.308Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:18:26.320Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.320Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "multicloud-k8s-id", "timestamp": 1632734122783, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.322Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.322Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.322Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "policy-id", "timestamp": 1632734120086, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.322Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.322Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.323Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734127048, "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=? 2021-09-27T09:18:26.328Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 74037a10-47a7-40c4-82d2-ed9bfc54ddf1 2021-09-27T09:18:26.328Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74037a10-47a7-40c4-82d2-ed9bfc54ddf1 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 (?, ?, ?, ?, ?) 2021-09-27T09:18:26.335Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.336Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "clamp", "timestamp": 1632734125499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-27T09:18:26.336Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.336Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.336Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "dcae-sch", "timestamp": 1632734123565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.337Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.337Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.337Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "multicloud-k8s-id", "timestamp": 1632734122783, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-27T09:18:26.337Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.337Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.337Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "cds", "timestamp": 1632734126991, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.337Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.337Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.338Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "policy-id", "timestamp": 1632734120086, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:18:26.338Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.338Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.338Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "clamp", "timestamp": 1632734125499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.338Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.338Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.338Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "dcae-sch", "timestamp": 1632734123565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.338Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.338Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.338Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "multicloud-k8s-id", "timestamp": 1632734122783, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.339Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.339Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.339Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "cds", "timestamp": 1632734126991, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.339Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.339Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.339Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "clamp", "timestamp": 1632734125499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.339Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.339Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.339Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "dcae-sch", "timestamp": 1632734123565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.339Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.339Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.339Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "multicloud-k8s-id", "timestamp": 1632734122783, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.339Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.339Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.339Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "cds", "timestamp": 1632734126991, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.340Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.340Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.340Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "policy-id", "timestamp": 1632734129712, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:18:26.340Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:18:26.340Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.340Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "clamp", "timestamp": 1632734125499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.340Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.340Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.340Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "dcae-sch", "timestamp": 1632734123565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.340Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.340Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.340Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "multicloud-k8s-id", "timestamp": 1632734122783, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:18:26.340Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.340Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.340Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "cds", "timestamp": 1632734126991, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.341Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.341Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.341Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "policy-id", "timestamp": 1632734130718, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:18:26.341Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:18:26.341Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.341Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "clamp", "timestamp": 1632734125499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.341Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.341Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.341Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "dcae-sch", "timestamp": 1632734123565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.341Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.341Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.342Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "cds", "timestamp": 1632734126991, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.342Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.342Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.342Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "policy-id", "timestamp": 1632734131722, "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=? 2021-09-27T09:18:26.344Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 74037a10-47a7-40c4-82d2-ed9bfc54ddf1 2021-09-27T09:18:26.344Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74037a10-47a7-40c4-82d2-ed9bfc54ddf1 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 (?, ?, ?, ?, ?) 2021-09-27T09:18:26.355Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.355Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "clamp", "timestamp": 1632734125499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.355Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.355Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.355Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "dcae-sch", "timestamp": 1632734123565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.355Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.355Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.355Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "cds", "timestamp": 1632734126991, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.355Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.356Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.356Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "aai-ml", "timestamp": 1632734132695, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:18:26.358Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:18:26.358Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.358Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "multicloud-k8s-id", "timestamp": 1632734132824, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-27T09:18:26.358Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:18:26.358Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.359Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "clamp", "timestamp": 1632734125499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:18:26.359Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.359Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.359Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "cds", "timestamp": 1632734126991, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.359Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.359Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.359Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "aai-ml", "timestamp": 1632734133700, "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=? 2021-09-27T09:18:26.363Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 74037a10-47a7-40c4-82d2-ed9bfc54ddf1 2021-09-27T09:18:26.363Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74037a10-47a7-40c4-82d2-ed9bfc54ddf1 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 (?, ?, ?, ?, ?) 2021-09-27T09:18:26.372Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.372Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "multicloud-k8s-id", "timestamp": 1632734134635, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-27T09:18:26.373Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:18:26.373Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.373Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "cds", "timestamp": 1632734126991, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.373Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.373Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.373Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "cds", "timestamp": 1632734126991, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:18:26.373Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.373Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.373Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "multicloud-k8s-id", "timestamp": 1632734136329, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-27T09:18:26.374Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:18:26.374Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.374Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "multicloud-k8s-id", "timestamp": 1632734137356, "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=? 2021-09-27T09:18:26.392Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 74037a10-47a7-40c4-82d2-ed9bfc54ddf1 2021-09-27T09:18:26.392Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74037a10-47a7-40c4-82d2-ed9bfc54ddf1 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=? 2021-09-27T09:18:26.398Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.398Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "cds", "timestamp": 1632734137672, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:18:26.398Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:18:26.398Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.398Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "ves-openapi-manager", "timestamp": 1632734137603, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.398Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.398Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.399Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "multicloud-k8s-id", "timestamp": 1632734138361, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-09-27T09:18:26.399Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:18:26.399Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.399Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "cds", "timestamp": 1632734138680, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-27T09:18:26.406Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f33f9f19-db46-47c1-b547-bb6a25c9b85b 2021-09-27T09:18:26.406Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f33f9f19-db46-47c1-b547-bb6a25c9b85b 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 (?, ?, ?, ?, ?) 2021-09-27T09:18:26.411Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.411Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "ves-openapi-manager", "timestamp": 1632734137603, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.412Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.412Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.412Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "multicloud-k8s-id", "timestamp": 1632734122783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.412Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.413Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.413Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "ves-openapi-manager", "timestamp": 1632734137603, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.413Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.413Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.413Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "multicloud-k8s-id", "timestamp": 1632734122783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-09-27T09:18:26.413Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.413Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.413Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "policy-id", "timestamp": 1632734140086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.414Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.414Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.414Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "ves-openapi-manager", "timestamp": 1632734137603, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.414Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.414Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.414Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "multicloud-k8s-id", "timestamp": 1632734122783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-09-27T09:18:26.414Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.415Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.415Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "policy-id", "timestamp": 1632734140086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.415Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.415Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.415Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "ves-openapi-manager", "timestamp": 1632734137603, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.415Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.415Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.415Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "multicloud-k8s-id", "timestamp": 1632734122783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-27T09:18:26.416Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.416Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.416Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734141720, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.416Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.416Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.416Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "policy-id", "timestamp": 1632734140086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.417Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.417Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.417Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "ves-openapi-manager", "timestamp": 1632734137603, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.417Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.417Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.417Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "multicloud-k8s-id", "timestamp": 1632734122783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-27T09:18:26.418Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.418Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.418Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734141720, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.418Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.418Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.418Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "aai-ml", "timestamp": 1632734142933, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.419Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.419Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.419Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "policy-id", "timestamp": 1632734140086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.419Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.419Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.419Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "ves-openapi-manager", "timestamp": 1632734137603, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.419Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.420Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.420Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "multicloud-k8s-id", "timestamp": 1632734122783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.420Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.420Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.420Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734141720, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.420Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.420Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.421Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "aai-ml", "timestamp": 1632734142933, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.421Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.421Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.421Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "policy-id", "timestamp": 1632734140086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-27T09:18:26.421Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.421Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.421Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "clamp", "timestamp": 1632734145043, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:18:26.422Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:18:26.422Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.422Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "ves-openapi-manager", "timestamp": 1632734137603, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.422Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.422Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.422Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734141720, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.422Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.423Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.423Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "multicloud-k8s-id", "timestamp": 1632734122783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-09-27T09:18:26.423Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.423Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.423Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "aai-ml", "timestamp": 1632734142933, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.423Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.423Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.424Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "policy-id", "timestamp": 1632734140086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.424Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.424Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.424Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "ves-openapi-manager", "timestamp": 1632734137603, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.424Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.424Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.424Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734141720, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.425Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.425Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.425Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "multicloud-k8s-id", "timestamp": 1632734122783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.425Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.425Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.425Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "aai-ml", "timestamp": 1632734142933, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.425Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.425Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.426Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "policy-id", "timestamp": 1632734140086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.426Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.426Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.426Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734141720, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.426Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.426Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.426Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "multicloud-k8s-id", "timestamp": 1632734122783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:18:26.426Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.427Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.427Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "aai-ml", "timestamp": 1632734142933, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.427Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.427Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.427Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "policy-id", "timestamp": 1632734140086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.427Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.427Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.428Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734141720, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.428Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.428Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.428Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "aai-ml", "timestamp": 1632734142933, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.428Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.428Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.428Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "policy-id", "timestamp": 1632734140086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:18:26.429Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.429Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.429Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "clamp", "timestamp": 1632734149049, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:18:26.429Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:18:26.429Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.429Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734141720, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.430Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.430Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.430Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "aai-ml", "timestamp": 1632734142933, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.430Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.430Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.431Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "multicloud-k8s-id", "timestamp": 1632734149685, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-27T09:18:26.431Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:18:26.431Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.431Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "clamp", "timestamp": 1632734150058, "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=? 2021-09-27T09:18:26.439Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 74037a10-47a7-40c4-82d2-ed9bfc54ddf1 2021-09-27T09:18:26.439Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 74037a10-47a7-40c4-82d2-ed9bfc54ddf1 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 (?, ?, ?, ?, ?) 2021-09-27T09:18:26.464Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.465Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734141720, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:18:26.465Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.465Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.465Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "policy-id", "timestamp": 1632734150507, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:18:26.466Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:18:26.466Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.466Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "aai-ml", "timestamp": 1632734142933, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.466Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.466Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.466Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "clamp", "timestamp": 1632734125499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.467Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.467Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.467Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "policy-id", "timestamp": 1632734151512, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:18:26.467Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:18:26.467Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.467Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "aai-ml", "timestamp": 1632734142933, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:18:26.468Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.468Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.468Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "multicloud-k8s-id", "timestamp": 1632734151815, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-09-27T09:18:26.468Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:18:26.468Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.468Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "clamp", "timestamp": 1632734125499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.468Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.469Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.469Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "policy-id", "timestamp": 1632734152515, "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=? 2021-09-27T09:18:26.472Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f33f9f19-db46-47c1-b547-bb6a25c9b85b 2021-09-27T09:18:26.472Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f33f9f19-db46-47c1-b547-bb6a25c9b85b 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 (?, ?, ?, ?, ?) 2021-09-27T09:18:26.477Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.478Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734152690, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:18:26.478Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:18:26.478Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.478Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "clamp", "timestamp": 1632734125499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.479Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.479Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.479Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "aai-ml", "timestamp": 1632734153816, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:18:26.479Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:18:26.479Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.479Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "multicloud-k8s-id", "timestamp": 1632734153933, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-09-27T09:18:26.480Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:18:26.480Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.480Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "clamp", "timestamp": 1632734125499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-27T09:18:26.480Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.480Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.481Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "clamp", "timestamp": 1632734125499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.481Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.481Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.481Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734155280, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:18:26.481Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:18:26.481Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.482Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "multicloud-k8s-id", "timestamp": 1632734155824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-09-27T09:18:26.482Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:18:26.482Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.482Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "clamp", "timestamp": 1632734125499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.482Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.483Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.483Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734156285, "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=? 2021-09-27T09:18:26.485Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f33f9f19-db46-47c1-b547-bb6a25c9b85b 2021-09-27T09:18:26.485Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f33f9f19-db46-47c1-b547-bb6a25c9b85b 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 (?, ?, ?, ?, ?) 2021-09-27T09:18:26.490Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.490Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "multicloud-k8s-id", "timestamp": 1632734156878, "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=? 2021-09-27T09:18:26.493Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f33f9f19-db46-47c1-b547-bb6a25c9b85b 2021-09-27T09:18:26.493Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f33f9f19-db46-47c1-b547-bb6a25c9b85b 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=? 2021-09-27T09:18:26.496Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.496Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "clamp", "timestamp": 1632734125499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.496Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.496Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.496Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "multicloud-k8s-id", "timestamp": 1632734157885, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-09-27T09:18:26.497Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:18:26.497Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.497Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "clamp", "timestamp": 1632734125499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:18:26.497Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.497Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.497Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "clamp", "timestamp": 1632734125499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:18:26.497Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-09-27T09:18:26.498Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.498Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "aai-ml", "timestamp": 1632734166473, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:18:26.498Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:18:26.498Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.498Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "aai-ml", "timestamp": 1632734167478, "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=? 2021-09-27T09:18:26.500Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f33f9f19-db46-47c1-b547-bb6a25c9b85b 2021-09-27T09:18:26.500Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f33f9f19-db46-47c1-b547-bb6a25c9b85b 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 (?, ?, ?, ?, ?) 2021-09-27T09:18:26.505Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.505Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "clamp", "timestamp": 1632734173045, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:18:26.505Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:18:26.506Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.506Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "clamp", "timestamp": 1632734175065, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:18:26.506Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:18:26.506Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:18:26.507Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "clamp", "timestamp": 1632734176070, "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=? 2021-09-27T09:18:26.509Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f33f9f19-db46-47c1-b547-bb6a25c9b85b 2021-09-27T09:18:26.510Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f33f9f19-db46-47c1-b547-bb6a25c9b85b 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 (?, ?, ?, ?, ?) 2021-09-27T09:18:51.587Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 74037a10-47a7-40c4-82d2-ed9bfc54ddf1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-27T09:18:51.605Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 74037a10-47a7-40c4-82d2-ed9bfc54ddf1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-27T09:18:51.608Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-27T09:18:51.608Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-27T09:18:51.608Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-27T09:18:51.608Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-27T09:18:51.609Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:18:51.610Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:18:51.610Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:18:51.610Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:18:51.611Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:18:51.612Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:18:51.612Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-27T09:18:51.616Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-27T09:19:21.616Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 74037a10-47a7-40c4-82d2-ed9bfc54ddf1 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=? 2021-09-27T09:19:21.628Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 74037a10-47a7-40c4-82d2-ed9bfc54ddf1 and serviceModelVersionId: 095d09aa-176c-4777-836a-42c32c40b2bb 2021-09-27T09:19:21.628Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 05f5b690-cd24-4f45-9d88-08660512d232 2021-09-27T09:19:21.629Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/05f5b690-cd24-4f45-9d88-08660512d232/model-vers/model-ver/095d09aa-176c-4777-836a-42c32c40b2bb?depth=0 2021-09-27T09:19:21.638Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2021-09-27T09:19:21.694Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/05f5b690-cd24-4f45-9d88-08660512d232/model-vers/model-ver/095d09aa-176c-4777-836a-42c32c40b2bb?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]} 2021-09-27T09:19:21.696Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/05f5b690-cd24-4f45-9d88-08660512d232/model-vers/model-ver/095d09aa-176c-4777-836a-42c32c40b2bb?depth=0|INFO|500||Invoke 2021-09-27T09:19:21.722Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/05f5b690-cd24-4f45-9d88-08660512d232/model-vers/model-ver/095d09aa-176c-4777-836a-42c32c40b2bb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-27T09:19:22.161Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/05f5b690-cd24-4f45-9d88-08660512d232/model-vers/model-ver/095d09aa-176c-4777-836a-42c32c40b2bb?depth=0|INFO|500||InvokeReturn 2021-09-27T09:19:22.162Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/05f5b690-cd24-4f45-9d88-08660512d232/model-vers/model-ver/095d09aa-176c-4777-836a-42c32c40b2bb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210927-09:19:21:737-93132], vertex-id=[278536], Content-Length=[0], Date=[Mon, 27 Sep 2021 09:19:21 GMT], Content-Type=[application/json]} 2021-09-27T09:19:22.163Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2021-09-27T09:19:22.163Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-27T09:19:22.164Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-27T09:19:22.169Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-27T09:19:22.170Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 74037a10-47a7-40c4-82d2-ed9bfc54ddf1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-27T09:19:22.170Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-27T09:19:22.171Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:19:22.174Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:19:22.175Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734362170, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-27T09:19:22.275Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:19:22.277Z||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. 2021-09-27T09:19:22.277Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:19:22.295Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:19:22.296Z||pool-88-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-27T09:19:23.186Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:19:23.187Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"f33f9f19-db46-47c1-b547-bb6a25c9b85b","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"2253cda1-3057-42b8-975e-08542d79bfbb","serviceDescription":"service","serviceInvariantUUID":"436418c1-4bf2-4e00-bb7a-18803975d064","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a0b072f0-7e6d-4ba8-acf7-51ea0dfb4d68","resourceInvariantUUID":"b106e6b5-d2de-47a9-85e4-03728de86232","resourceCustomizationUUID":"36a4df36-9ba9-4d30-9056-d53f8defc27c","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":"MjA0Y2VlYzk1ZGE2YmNlNjZhMWM5OWJmNzdiZGZlNTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9e613404-1092-4683-ae72-9af10dfd1f24","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":"6de75974-c4bc-4baf-bd05-abf8dfc7e285","artifactVersion":"2","generatedFromUUID":"8f3c8040-fb71-4f9c-93bd-d7338fbc6998"},{"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":"8f3c8040-fb71-4f9c-93bd-d7338fbc6998","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":"Mzg0MWVkYTlhYmQ3NTI5ZGUzOWIyMTBiY2NmOTc5YjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"111030dc-5115-4631-a56d-576c5e00043c","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":"ef32ee31-e92e-49d7-bfdd-4e4eb82be5e9","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":"f12af8a4-3568-415f-a632-038c0bac1081","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":"5d4ee3ec-54d2-4be8-b988-7ab1c736760c","artifactVersion":"2","generatedFromUUID":"ef32ee31-e92e-49d7-bfdd-4e4eb82be5e9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"Njk0YWUwNGRmZjNjZTg4MzZmYzJhZDZjMWFjMmFiOWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a9c1356e-abf3-4e8b-ab1e-2f01b53c4b1c","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OGZlZTE2NDA1MDhiZWU4NzYxMzdmYmNkYjM3Mjg4MzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eef3ac38-6947-4ac6-a5c0-8d715bfec2cb","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-27T09:19:23.188Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:19:23.188Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:19:23.190Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:19:23.190Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734243697, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:19:23.290Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:19:23.291Z||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. 2021-09-27T09:19:23.291Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:19:23.304Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:19:23.304Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:19:24.191Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:19:24.192Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:19:24.195Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:19:24.195Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734243697, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-09-27T09:19:24.295Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:19:24.295Z||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. 2021-09-27T09:19:24.295Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:19:24.306Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:19:24.306Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:19:25.196Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:19:25.196Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:19:25.198Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:19:25.198Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734243697, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-09-27T09:19:25.299Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-27T09:19:25.300Z||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. 2021-09-27T09:19:25.300Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:19:25.310Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:19:25.311Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:19:26.198Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:19:26.199Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:19:26.201Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:19:26.201Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734243697, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-27T09:19:26.280Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:19:26.280Z|9700db60-8975-48e1-9f6e-d625e2c0629c|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. 2021-09-27T09:19:26.280Z|9700db60-8975-48e1-9f6e-d625e2c0629c|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:19:26.302Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:19:26.302Z||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. 2021-09-27T09:19:26.303Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:19:26.306Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:19:26.307Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-09-27T09:19:26.307Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1992fc54-97af-4f4b-838d-f5611f885bf2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734242681, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-27T09:19:26.308Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:19:26.327Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:19:26.328Z||pool-92-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:19:27.202Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:19:27.202Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:19:27.204Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:19:27.205Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734243697, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-27T09:19:27.304Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-27T09:19:27.305Z||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. 2021-09-27T09:19:27.305Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:19:27.315Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:19:27.316Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:19:28.205Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:19:28.206Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:19:28.207Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:19:28.208Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734243697, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:19:28.308Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:19:28.309Z||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. 2021-09-27T09:19:28.309Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:19:28.320Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:19:28.320Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:19:29.208Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:19:29.209Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:19:29.211Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:19:29.211Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734243697, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-09-27T09:19:29.311Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:19:29.312Z||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. 2021-09-27T09:19:29.312Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:19:29.325Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:19:29.325Z||pool-95-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:19:30.212Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:19:30.213Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:19:30.215Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:19:30.215Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734243697, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:19:30.315Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:19:30.316Z||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. 2021-09-27T09:19:30.316Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:19:30.334Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:19:30.334Z||pool-96-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:19:31.216Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:19:31.216Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:19:31.218Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:19:31.218Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734243697, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:19:31.318Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-27T09:19:31.319Z||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. 2021-09-27T09:19:31.319Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:19:31.331Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:19:31.332Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-27T09:19:32.220Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "2253cda1-3057-42b8-975e-08542d79bfbb", "serviceDescription": "service", "serviceInvariantUUID": "436418c1-4bf2-4e00-bb7a-18803975d064", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "36a4df36-9ba9-4d30-9056-d53f8defc27c", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a0b072f0-7e6d-4ba8-acf7-51ea0dfb4d68", "resourceInvariantUUID": "b106e6b5-d2de-47a9-85e4-03728de86232", "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": "6de75974-c4bc-4baf-bd05-abf8dfc7e285", "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": "8f3c8040-fb71-4f9c-93bd-d7338fbc6998", "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": "Mzg0MWVkYTlhYmQ3NTI5ZGUzOWIyMTBiY2NmOTc5YjI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "111030dc-5115-4631-a56d-576c5e00043c", "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": "ef32ee31-e92e-49d7-bfdd-4e4eb82be5e9", "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": "5d4ee3ec-54d2-4be8-b988-7ab1c736760c", "generatedFromUUID": "ef32ee31-e92e-49d7-bfdd-4e4eb82be5e9" }, "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": "5d4ee3ec-54d2-4be8-b988-7ab1c736760c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "OGZlZTE2NDA1MDhiZWU4NzYxMzdmYmNkYjM3Mjg4MzY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "eef3ac38-6947-4ac6-a5c0-8d715bfec2cb" } ], "workloadContext": "Production" } 2021-09-27T09:19:32.221Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-27T09:19:32.221Z|74037a10-47a7-40c4-82d2-ed9bfc54ddf1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 2253cda1-3057-42b8-975e-08542d79bfbb ASDC 2021-09-27T09:19:32.222Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:f33f9f19-db46-47c1-b547-bb6a25c9b85b ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:2253cda1-3057-42b8-975e-08542d79bfbb ServiceInvariantUUID:436418c1-4bf2-4e00-bb7a-18803975d064 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:eef3ac38-6947-4ac6-a5c0-8d715bfec2cb ArtifactChecksum:OGZlZTE2NDA1MDhiZWU4NzYxMzdmYmNkYjM3Mjg4MzY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:36a4df36-9ba9-4d30-9056-d53f8defc27c ResourceInvariantUUID:b106e6b5-d2de-47a9-85e4-03728de86232 ResourceName:basic_cnf ResourceType:VF ResourceUUID:a0b072f0-7e6d-4ba8-acf7-51ea0dfb4d68 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:6de75974-c4bc-4baf-bd05-abf8dfc7e285 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:8f3c8040-fb71-4f9c-93bd-d7338fbc6998 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:111030dc-5115-4631-a56d-576c5e00043c ArtifactChecksum:Mzg0MWVkYTlhYmQ3NTI5ZGUzOWIyMTBiY2NmOTc5YjI= 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:ef32ee31-e92e-49d7-bfdd-4e4eb82be5e9 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:5d4ee3ec-54d2-4be8-b988-7ab1c736760c 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:5d4ee3ec-54d2-4be8-b988-7ab1c736760c ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-27T09:19:32.223Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2253cda1-3057-42b8-975e-08542d79bfbb 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=? 2021-09-27T09:19:32.259Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-27T09:19:32.260Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-09-27T09:19:32.260Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-09-27T09:19:32.261Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: eef3ac38-6947-4ac6-a5c0-8d715bfec2cb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-09-27T09:19:32.261Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-09-27T09:19:32.261Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-09-27T09:19:32.892Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-09-27T09:19:32.907Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar eef3ac38-6947-4ac6-a5c0-8d715bfec2cb 68760 2021-09-27T09:19:32.908Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-09-27T09:19:32.908Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-09-27T09:19:32.908Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-27T09:19:32.908Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:19:32.913Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:19:32.913Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734372908, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:19:33.012Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-09-27T09:19:33.012Z||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. 2021-09-27T09:19:33.012Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:19:33.029Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:19:33.030Z||pool-98-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2021-09-27T09:19:33.913Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-27T09:19:33.914Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-09-27T09:19:33.915Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: eef3ac38-6947-4ac6-a5c0-8d715bfec2cb, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-27T09:19:33.915Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-09-27T09:19:33.916Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-27T09:19:33.916Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-27T09:19:34.075Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11582620102650332498/Definitions/service-BasicCnf-template.yml 2021-09-27T09:19:35.294Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-27T09:19:35.296Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-09-27T09:19:35.296Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-27T09:19:35.297Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2021-09-27T09:19:35.297Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||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 2021-09-27T09:19:35.297Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||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 2021-09-27T09:19:35.297Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-09-27T09:19:35.298Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||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 2021-09-27T09:19:35.298Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-09-27T09:19:35.298Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:19:35.299Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:19:35.299Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-27T09:19:35.300Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-09-27T09:19:35.300Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-27T09:19:35.301Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:19:35.301Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:19:35.301Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-27T09:19:35.302Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-09-27T09:19:35.302Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-27T09:19:35.302Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:19:35.303Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:19:35.303Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:19:35.303Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-09-27T09:19:35.304Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-09-27T09:19:35.304Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria 2021-09-27T09:19:35.304Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-27T09:19:35.305Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:19:35.305Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-27T09:19:35.305Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:19:35.305Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-27T09:19:35.306Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T09:19:35.306Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:19:35.306Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-27T09:19:35.307Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T09:19:35.307Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:19:35.307Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-27T09:19:35.307Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T09:19:35.308Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:19:35.308Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-09-27T09:19:35.308Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-09-27T09:19:35.309Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0e90213c-8081-47d4-9eae-d86f77ae856b 2021-09-27T09:19:35.309Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:19:35.309Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:19:35.309Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:19:35.310Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:19:35.310Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:19:35.310Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:19:35.310Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:19:35.311Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:19:35.311Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:2253cda1-3057-42b8-975e-08542d79bfbb Model Version:NULL Model InvariantUuid:436418c1-4bf2-4e00-bb7a-18803975d064 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:f6a6be0c-2665-4baf-9441-e16c8dbbbaff Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b106e6b5-d2de-47a9-85e4-03728de86232 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:36a4df36-9ba9-4d30-9056-d53f8defc27c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:77db3ca2-18d5-41d6-84c0-339c9a447e55 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:0aeeb02d-2754-4a2e-bbae-34cb28e5146c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0e90213c-8081-47d4-9eae-d86f77ae856b ModelInvariantUuid:b7bf5ac9-4ea7-4d6d-859a-aa0231416359 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:a7fa0048-8989-4ba3-bfce-dab99694e7e5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:069694ad-f991-45bc-bbcf-bc501e650e23 ModelInvariantUuid:b99c77d4-5953-4248-a88f-19b7d52f6ac7 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:562c906e-8d74-486a-9d68-66227f4e3b0c 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-27T09:19:35.319Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: a0b072f0-7e6d-4ba8-acf7-51ea0dfb4d68 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-27T09:19:35.322Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||basic_cnf 0 2021-09-27T09:19:35.322Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a0b072f0-7e6d-4ba8-acf7-51ea0dfb4d68 2021-09-27T09:19:35.322Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6de75974-c4bc-4baf-bd05-abf8dfc7e285 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-09-27T09:19:35.322Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-09-27T09:19:35.327Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||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 2021-09-27T09:19:35.914Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-09-27T09:19:35.914Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 6de75974-c4bc-4baf-bd05-abf8dfc7e285 12 2021-09-27T09:19:35.915Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||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 2021-09-27T09:19:35.915Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||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 2021-09-27T09:19:35.915Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-27T09:19:35.916Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:19:35.925Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:19:35.926Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734375915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-09-27T09:19:36.026Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:19:36.026Z||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. 2021-09-27T09:19:36.027Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:19:36.044Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:19:36.044Z||pool-99-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2021-09-27T09:19:36.926Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8f3c8040-fb71-4f9c-93bd-d7338fbc6998 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-09-27T09:19:36.927Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-09-27T09:19:36.927Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||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 2021-09-27T09:19:38.669Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-09-27T09:19:38.669Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 8f3c8040-fb71-4f9c-93bd-d7338fbc6998 2688 2021-09-27T09:19:38.670Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||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 2021-09-27T09:19:38.670Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||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 2021-09-27T09:19:38.670Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-27T09:19:38.670Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:19:38.678Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:19:38.678Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734378670, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-09-27T09:19:38.776Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-09-27T09:19:38.777Z||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. 2021-09-27T09:19:38.777Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:19:38.791Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:19:38.792Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-09-27T09:19:39.680Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 111030dc-5115-4631-a56d-576c5e00043c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-09-27T09:19:39.680Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-09-27T09:19:39.680Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||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 2021-09-27T09:19:41.868Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-09-27T09:19:41.869Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 111030dc-5115-4631-a56d-576c5e00043c 828 2021-09-27T09:19:41.869Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||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 2021-09-27T09:19:41.869Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||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 2021-09-27T09:19:41.869Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-27T09:19:41.869Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:19:41.871Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:19:41.871Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734381869, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-27T09:19:41.972Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:19:41.972Z||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. 2021-09-27T09:19:41.972Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:19:41.984Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:19:41.984Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-09-27T09:19:42.872Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "77db3ca2-18d5-41d6-84c0-339c9a447e55", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0aeeb02d-2754-4a2e-bbae-34cb28e5146c", "vfModuleModelCustomizationUUID": "0240a429-b269-4b23-8b2f-71cc89ec28dd", "isBase": true, "artifacts": [ "8f3c8040-fb71-4f9c-93bd-d7338fbc6998", "ef32ee31-e92e-49d7-bfdd-4e4eb82be5e9", "5d4ee3ec-54d2-4be8-b988-7ab1c736760c" ], "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": "" } } ] 2021-09-27T09:19:42.878Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0aeeb02d-2754-4a2e-bbae-34cb28e5146c VfModuleModelInvariantUUID:77db3ca2-18d5-41d6-84c0-339c9a447e55 VfModuleModelDescription:NULL Artifacts UUID List:{ 8f3c8040-fb71-4f9c-93bd-d7338fbc6998 , ef32ee31-e92e-49d7-bfdd-4e4eb82be5e9 , 5d4ee3ec-54d2-4be8-b988-7ab1c736760c } 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 } 2021-09-27T09:19:42.880Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "77db3ca2-18d5-41d6-84c0-339c9a447e55", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0aeeb02d-2754-4a2e-bbae-34cb28e5146c", "vfModuleModelCustomizationUUID": "0240a429-b269-4b23-8b2f-71cc89ec28dd", "isBase": true, "artifacts": [ "8f3c8040-fb71-4f9c-93bd-d7338fbc6998", "ef32ee31-e92e-49d7-bfdd-4e4eb82be5e9", "5d4ee3ec-54d2-4be8-b988-7ab1c736760c" ], "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": "" } } ] 2021-09-27T09:19:42.880Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0aeeb02d-2754-4a2e-bbae-34cb28e5146c VfModuleModelInvariantUUID:77db3ca2-18d5-41d6-84c0-339c9a447e55 VfModuleModelDescription:NULL Artifacts UUID List:{ 8f3c8040-fb71-4f9c-93bd-d7338fbc6998 , ef32ee31-e92e-49d7-bfdd-4e4eb82be5e9 , 5d4ee3ec-54d2-4be8-b988-7ab1c736760c } 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 } 2021-09-27T09:19:42.880Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ef32ee31-e92e-49d7-bfdd-4e4eb82be5e9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-09-27T09:19:42.880Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-09-27T09:19:42.880Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-09-27T09:19:44.360Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-09-27T09:19:44.361Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ef32ee31-e92e-49d7-bfdd-4e4eb82be5e9 1164 2021-09-27T09:19:44.362Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||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 2021-09-27T09:19:44.362Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||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 2021-09-27T09:19:44.362Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-27T09:19:44.363Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:19:44.367Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:19:44.367Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734384362, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-09-27T09:19:44.467Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:19:44.469Z||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. 2021-09-27T09:19:44.469Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:19:44.480Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:19:44.481Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-27T09:19:45.368Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5d4ee3ec-54d2-4be8-b988-7ab1c736760c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-09-27T09:19:45.369Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-09-27T09:19:45.369Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-09-27T09:19:46.677Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-09-27T09:19:46.677Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 5d4ee3ec-54d2-4be8-b988-7ab1c736760c 200 2021-09-27T09:19:46.678Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||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 2021-09-27T09:19:46.678Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||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 2021-09-27T09:19:46.678Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-27T09:19:46.679Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:19:46.681Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:19:46.682Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734386678, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-09-27T09:19:46.782Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-27T09:19:46.782Z||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. 2021-09-27T09:19:46.783Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:19:46.801Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:19:46.802Z||pool-103-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2021-09-27T09:19:47.682Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 2253cda1-3057-42b8-975e-08542d79bfbb 2021-09-27T09:19:47.683Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 a0b072f0-7e6d-4ba8-acf7-51ea0dfb4d68 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? 2021-09-27T09:19:47.712Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-27T09:19:47.731Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ff2d79b, org.onap.sdc.toscaparser.api.parameters.Input@648f3cf8, org.onap.sdc.toscaparser.api.parameters.Input@43ad99d4, org.onap.sdc.toscaparser.api.parameters.Input@6224bff4, org.onap.sdc.toscaparser.api.parameters.Input@4bc3f224] 2021-09-27T09:19:47.733Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:19:47.734Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:19:47.734Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2021-09-27T09:19:47.734Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 36a4df36-9ba9-4d30-9056-d53f8defc27c 2021-09-27T09:19:47.735Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 36a4df36-9ba9-4d30-9056-d53f8defc27c matches Tosca VF Customization UUID: 36a4df36-9ba9-4d30-9056-d53f8defc27c 2021-09-27T09:19:47.735Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 36a4df36-9ba9-4d30-9056-d53f8defc27c matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-27T09:19:47.739Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:19:47.739Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:19:47.740Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 36a4df36-9ba9-4d30-9056-d53f8defc27c: {\"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\"} 2021-09-27T09:19:47.741Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3ee6e4b7 2021-09-27T09:19:47.741Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:19:47.741Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-27T09:19:47.741Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0240a429-b269-4b23-8b2f-71cc89ec28dd 2021-09-27T09:19:47.741Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0240a429-b269-4b23-8b2f-71cc89ec28dd Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-27T09:19:47.744Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:19:47.744Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-27T09:19:47.744Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T09:19:47.745Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:19:47.745Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-27T09:19:47.745Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T09:19:47.746Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:19:47.746Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-09-27T09:19:47.746Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-09-27T09:19:47.746Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0e90213c-8081-47d4-9eae-d86f77ae856b Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-27T09:19:47.748Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:19:47.749Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-27T09:19:47.749Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T09:19:47.749Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:19:47.749Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-09-27T09:19:47.749Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=36a4df36-9ba9-4d30-9056-d53f8defc27c Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-27T09:19:47.751Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:19:47.752Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:19:47.752Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 2253cda1-3057-42b8-975e-08542d79bfbb: basic_cnf 2021-09-27T09:19:47.752Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:19:47.752Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:19:47.752Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:19:47.753Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:19:47.753Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:19:47.753Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:19:47.753Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:19:47.753Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:19:47.754Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:19:47.754Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:19:47.754Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-09-27T09:19:47.868Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf a0b072f0-7e6d-4ba8-acf7-51ea0dfb4d68 1 ASDC deployResourceStructure 2021-09-27T09:19:47.869Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||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 2021-09-27T09:19:47.870Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||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) 2021-09-27T09:19:47.870Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-09-27T09:19:47.870Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:19:47.872Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:19:47.872Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734387869, "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" } 2021-09-27T09:19:47.972Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:19:47.973Z||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. 2021-09-27T09:19:47.973Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:19:47.984Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:19:47.984Z||pool-104-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:19:48.873Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||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 2021-09-27T09:19:48.873Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||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) 2021-09-27T09:19:48.873Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-09-27T09:19:48.873Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:19:48.875Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:19:48.876Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734388873, "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" } 2021-09-27T09:19:48.975Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-27T09:19:48.976Z||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. 2021-09-27T09:19:48.976Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:19:48.986Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:19:48.987Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:19:49.877Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||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 2021-09-27T09:19:49.877Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||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 2021-09-27T09:19:49.877Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-27T09:19:49.877Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:19:49.880Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:19:49.881Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734389877, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-09-27T09:19:49.980Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-27T09:19:49.981Z||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. 2021-09-27T09:19:49.981Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:19:49.990Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:19:49.991Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:19:50.881Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||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 2021-09-27T09:19:50.882Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||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 2021-09-27T09:19:50.882Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-27T09:19:50.882Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:19:50.885Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:19:50.886Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734390881, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-09-27T09:19:50.987Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:19:50.987Z||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. 2021-09-27T09:19:50.988Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:19:51.000Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:19:51.000Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-27T09:19:51.887Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||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 2021-09-27T09:19:51.888Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||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 2021-09-27T09:19:51.888Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-27T09:19:51.890Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:19:51.894Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:19:51.894Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734391887, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-09-27T09:19:51.992Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-09-27T09:19:51.993Z||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. 2021-09-27T09:19:51.993Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:19:52.005Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:19:52.006Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:19:52.895Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-09-27T09:19:52.897Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-09-27T09:19:52.897Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-27T09:19:52.898Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:19:52.900Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:19:52.900Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734392895, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:19:53.003Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2021-09-27T09:19:53.004Z||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. 2021-09-27T09:19:53.004Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:19:53.026Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:19:53.026Z||pool-109-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:19:53.901Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f33f9f19-db46-47c1-b547-bb6a25c9b85b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-27T09:19:53.912Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f33f9f19-db46-47c1-b547-bb6a25c9b85b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-27T09:19:53.913Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-27T09:19:53.914Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-27T09:19:53.914Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-27T09:19:53.914Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-27T09:19:53.914Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:19:53.914Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:19:53.914Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:19:53.914Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:19:53.914Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:19:53.915Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:19:53.915Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-27T09:19:53.918Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-27T09:20:23.918Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f33f9f19-db46-47c1-b547-bb6a25c9b85b 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=? 2021-09-27T09:20:23.925Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f33f9f19-db46-47c1-b547-bb6a25c9b85b and serviceModelVersionId: 2253cda1-3057-42b8-975e-08542d79bfbb 2021-09-27T09:20:23.925Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 436418c1-4bf2-4e00-bb7a-18803975d064 2021-09-27T09:20:23.926Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/436418c1-4bf2-4e00-bb7a-18803975d064/model-vers/model-ver/2253cda1-3057-42b8-975e-08542d79bfbb?depth=0 2021-09-27T09:20:23.938Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2021-09-27T09:20:23.991Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/436418c1-4bf2-4e00-bb7a-18803975d064/model-vers/model-ver/2253cda1-3057-42b8-975e-08542d79bfbb?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]} 2021-09-27T09:20:23.993Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/436418c1-4bf2-4e00-bb7a-18803975d064/model-vers/model-ver/2253cda1-3057-42b8-975e-08542d79bfbb?depth=0|INFO|500||Invoke 2021-09-27T09:20:24.017Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/436418c1-4bf2-4e00-bb7a-18803975d064/model-vers/model-ver/2253cda1-3057-42b8-975e-08542d79bfbb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-27T09:20:24.363Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/436418c1-4bf2-4e00-bb7a-18803975d064/model-vers/model-ver/2253cda1-3057-42b8-975e-08542d79bfbb?depth=0|INFO|500||InvokeReturn 2021-09-27T09:20:24.364Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/436418c1-4bf2-4e00-bb7a-18803975d064/model-vers/model-ver/2253cda1-3057-42b8-975e-08542d79bfbb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210927-09:20:24:031-99744], vertex-id=[290824], Content-Length=[0], Date=[Mon, 27 Sep 2021 09:20:24 GMT], Content-Type=[application/json]} 2021-09-27T09:20:24.365Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2021-09-27T09:20:24.365Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-27T09:20:24.365Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-27T09:20:24.370Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-27T09:20:24.371Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f33f9f19-db46-47c1-b547-bb6a25c9b85b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-27T09:20:24.371Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-27T09:20:24.372Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:20:24.374Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:20:24.375Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734424371, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-27T09:20:24.475Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:20:24.476Z||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. 2021-09-27T09:20:24.476Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:20:24.493Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:20:24.494Z||pool-110-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=? 2021-09-27T09:20:25.385Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:20:25.385Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T09:20:25.386Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:20:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:20:26.279Z||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. 2021-09-27T09:20:26.279Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:20:26.306Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:20:26.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:20:26.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734243697, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:20:26.308Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:20:26.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:20:26.308Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734243697, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-09-27T09:20:26.309Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:20:26.309Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:20:26.309Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734243697, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-09-27T09:20:26.309Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:20:26.309Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:20:26.309Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734243697, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:20:26.309Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:20:26.309Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:20:26.309Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734243697, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-09-27T09:20:26.309Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:20:26.309Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:20:26.309Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734243697, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-27T09:20:26.310Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:20:26.310Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:20:26.310Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734243697, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:20:26.310Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:20:26.310Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:20:26.310Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734243697, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:20:26.310Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-09-27T09:20:26.310Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:20:26.310Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734257301, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:20:26.310Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:20:26.310Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:20:26.310Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734261867, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-27T09:20:26.311Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:20:26.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:20:26.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734264060, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-09-27T09:20:26.311Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:20:26.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:20:26.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734266176, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-09-27T09:20:26.311Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:20:26.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:20:26.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734267319, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-09-27T09:20:26.311Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:20:26.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:20:26.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734268322, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-09-27T09:20:26.312Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:20:26.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:20:26.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734269326, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-09-27T09:20:26.312Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:20:26.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-09-27T09:20:26.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734270330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:20:26.312Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:20:35.728Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:20:35.729Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:20:35.730Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T09:20:35.730Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:20:45.276Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:20:45.278Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:20:45.279Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T09:20:45.279Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:20:54.834Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:20:54.835Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:20:54.836Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T09:20:54.836Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:21:04.390Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:21:04.391Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:21:04.392Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T09:21:04.392Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:21:13.950Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:21:26.277Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:21:26.279Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:21:26.279Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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. 2021-09-27T09:21:26.279Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T09:21:26.279Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:21:26.279Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:21:26.311Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:21:26.312Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-27T09:21:26.312Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "74037a10-47a7-40c4-82d2-ed9bfc54ddf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734362170, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-27T09:21:26.313Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:21:26.313Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-27T09:21:26.313Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734243697, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:21:26.313Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-27T09:21:26.313Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-27T09:21:26.313Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734243697, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-09-27T09:21:26.314Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-27T09:21:26.314Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-09-27T09:21:26.314Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734243697, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-09-27T09:21:26.314Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-09-27T09:21:35.854Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:22:26.279Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:22:26.280Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:22:26.282Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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. 2021-09-27T09:22:26.283Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:22:26.282Z||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. 2021-09-27T09:22:26.283Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:22:26.815Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:22:26.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T09:22:26.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734243697, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-09-27T09:22:26.821Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T09:22:26.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T09:22:26.821Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734243697, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-09-27T09:22:26.821Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T09:22:26.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T09:22:26.821Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734243697, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:22:26.821Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T09:22:26.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T09:22:26.822Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734243697, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-09-27T09:22:26.822Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T09:22:26.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T09:22:26.822Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734243697, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:22:26.822Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T09:22:26.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T09:22:26.822Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734243697, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:22:26.822Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-09-27T09:22:26.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T09:22:26.823Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734372908, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:22:26.823Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:22:26.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T09:22:26.823Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734375915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-09-27T09:22:26.823Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:22:26.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T09:22:26.823Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734378670, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-09-27T09:22:26.823Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:22:26.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T09:22:26.823Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734381869, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-27T09:22:26.823Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:22:26.824Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T09:22:26.824Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734384362, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-09-27T09:22:26.824Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:22:26.824Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T09:22:26.824Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734386678, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-09-27T09:22:26.824Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:22:26.824Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T09:22:26.824Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734387869, "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" } 2021-09-27T09:22:26.824Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:22:26.824Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T09:22:26.825Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734388873, "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" } 2021-09-27T09:22:26.825Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:22:26.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T09:22:26.825Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734389877, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-09-27T09:22:26.825Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:22:26.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T09:22:26.825Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734390881, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-09-27T09:22:26.825Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:22:26.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T09:22:26.825Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734391887, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-09-27T09:22:26.825Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:22:26.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T09:22:26.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734392895, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:22:26.826Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:22:26.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T09:22:26.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "f33f9f19-db46-47c1-b547-bb6a25c9b85b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734424371, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-27T09:22:26.826Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:22:35.867Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:23:26.277Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:23:26.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:23:26.280Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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. 2021-09-27T09:23:26.280Z||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. 2021-09-27T09:23:26.280Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:23:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:23:35.834Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:23:35.834Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:24:26.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:24:26.278Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:24:26.280Z||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. 2021-09-27T09:24:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:24:26.280Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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. 2021-09-27T09:24:26.283Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:24:35.837Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:24:35.843Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:25:26.277Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:25:26.280Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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. 2021-09-27T09:25:26.281Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:25:26.283Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:25:26.284Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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. 2021-09-27T09:25:26.284Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:25:35.843Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:25:35.845Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:26:26.278Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:26:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:26:26.280Z||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. 2021-09-27T09:26:26.280Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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. 2021-09-27T09:26:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:26:26.280Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:26:35.828Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:26:35.835Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:27:26.278Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:27:26.279Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:27:26.283Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T09:27:26.283Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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. 2021-09-27T09:27:26.283Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:27:26.283Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:27:26.845Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:27:26.847Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.848Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "clamp", "timestamp": 1632734815498, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.849Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.849Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.849Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "ves-openapi-manager", "timestamp": 1632734817597, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.850Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.850Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.850Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "cds", "timestamp": 1632734812207, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.850Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.850Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.850Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "policy-id", "timestamp": 1632734820086, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.850Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.850Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.850Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "clamp", "timestamp": 1632734815498, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.850Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.850Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.850Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "ves-openapi-manager", "timestamp": 1632734817597, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.851Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.851Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.851Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "cds", "timestamp": 1632734812207, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.851Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.851Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.851Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "policy-id", "timestamp": 1632734820086, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.851Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.851Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.851Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "clamp", "timestamp": 1632734815498, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-27T09:27:26.851Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.852Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.852Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "ves-openapi-manager", "timestamp": 1632734817597, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.852Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.852Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.852Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "cds", "timestamp": 1632734812207, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.852Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.852Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.852Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "policy-id", "timestamp": 1632734820086, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.852Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.852Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.852Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "multicloud-k8s-id", "timestamp": 1632734822783, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.853Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.853Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.853Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "clamp", "timestamp": 1632734815498, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.853Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.853Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.853Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "ves-openapi-manager", "timestamp": 1632734817597, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.853Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.853Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.853Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "cds", "timestamp": 1632734812207, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.854Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.854Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.854Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "policy-id", "timestamp": 1632734820086, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-27T09:27:26.854Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.854Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.854Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "dcae-sch", "timestamp": 1632734823567, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-09-27T09:27:26.854Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.854Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.854Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "multicloud-k8s-id", "timestamp": 1632734822783, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.854Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.854Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.854Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "clamp", "timestamp": 1632734815498, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.855Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.855Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.855Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "ves-openapi-manager", "timestamp": 1632734817597, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.855Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.855Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.856Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "cds", "timestamp": 1632734812207, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.856Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.856Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.856Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "policy-id", "timestamp": 1632734820086, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.856Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.856Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.856Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "dcae-sch", "timestamp": 1632734823567, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.856Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.856Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.856Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "multicloud-k8s-id", "timestamp": 1632734822783, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-27T09:27:26.856Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.857Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.857Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "clamp", "timestamp": 1632734815498, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.857Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.857Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.857Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "ves-openapi-manager", "timestamp": 1632734817597, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.857Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.857Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.857Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "cds", "timestamp": 1632734812207, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.857Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.857Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.857Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "policy-id", "timestamp": 1632734820086, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.857Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.858Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.858Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "dcae-sch", "timestamp": 1632734823567, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.858Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.858Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.858Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "multicloud-k8s-id", "timestamp": 1632734822783, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-27T09:27:26.858Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.858Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.858Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "clamp", "timestamp": 1632734815498, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.858Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.858Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.858Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "ves-openapi-manager", "timestamp": 1632734817597, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.859Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.859Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.859Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "cds", "timestamp": 1632734812207, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.859Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.859Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.859Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "policy-id", "timestamp": 1632734820086, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.859Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.860Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.860Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "dcae-sch", "timestamp": 1632734823567, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.860Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.860Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.860Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "multicloud-k8s-id", "timestamp": 1632734822783, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.860Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.860Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.860Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "clamp", "timestamp": 1632734815498, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:27:26.860Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.860Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.860Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "ves-openapi-manager", "timestamp": 1632734817597, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.861Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.861Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.861Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "cds", "timestamp": 1632734812207, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:27:26.861Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.861Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.861Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "policy-id", "timestamp": 1632734820086, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:27:26.861Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.861Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.861Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "dcae-sch", "timestamp": 1632734823567, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.861Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.861Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.862Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "multicloud-k8s-id", "timestamp": 1632734822783, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-27T09:27:26.862Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.862Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.862Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "dcae-sch", "timestamp": 1632734823567, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.862Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.862Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.862Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "multicloud-k8s-id", "timestamp": 1632734822783, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.862Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.862Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.862Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "cds", "timestamp": 1632734829482, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:27:26.862Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:27:26.863Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.863Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "policy-id", "timestamp": 1632734829575, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:27:26.863Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:27:26.863Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.863Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "dcae-sch", "timestamp": 1632734823567, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.863Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.863Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.863Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "multicloud-k8s-id", "timestamp": 1632734822783, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:27:26.864Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.864Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.864Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "cds", "timestamp": 1632734830494, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-27T09:27:26.890Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 77daaa0a-e7b9-442e-a01b-0328f9e24391 2021-09-27T09:27:26.890Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77daaa0a-e7b9-442e-a01b-0328f9e24391 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 (?, ?, ?, ?, ?) 2021-09-27T09:27:26.908Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.908Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "policy-id", "timestamp": 1632734830579, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:27:26.908Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:27:26.908Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.908Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "dcae-sch", "timestamp": 1632734823567, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.908Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.908Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.908Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "policy-id", "timestamp": 1632734831582, "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=? 2021-09-27T09:27:26.914Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 77daaa0a-e7b9-442e-a01b-0328f9e24391 2021-09-27T09:27:26.914Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77daaa0a-e7b9-442e-a01b-0328f9e24391 and ComponentName POLICY 2021-09-27T09:27:26.915Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? 2021-09-27T09:27:26.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.915Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"77daaa0a-e7b9-442e-a01b-0328f9e24391","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"60fce8a1-fc7d-4e4d-9383-ed7e1c813430","serviceDescription":"service","serviceInvariantUUID":"0f493a4c-549b-431f-9563-1cb39a66336e","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6281fae7-11a3-44d2-bda6-3323f602bce8","resourceInvariantUUID":"a31d4eed-16ed-4f40-bc05-4b95457021fa","resourceCustomizationUUID":"98a1f29d-5622-4e04-9e5d-cb56bb5d8fee","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":"21c4a32d-cc99-4581-b6c4-25c106dfbe06","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":"YTExYTQ0MjVhYzkwMDBjMDI2ODk3YTg0YThiMTE5MGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"40b189aa-b1b3-4078-a8db-8d3e8bde65c8","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":"NmZjYTBlNjEzOGNiNzBmOWM5MWJkY2I2YzA2NDE0NDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ee176bfa-6099-44d8-9458-8a4b5eb69055","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":"b3d6cc3a-4284-4c1a-8754-e33167ad15d6","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":"a6ca45ec-92a9-4e10-a79a-688760d5e3fa","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":"f4dc1f69-636e-4ce4-ac9a-0ccca574e66f","artifactVersion":"2","generatedFromUUID":"b3d6cc3a-4284-4c1a-8754-e33167ad15d6"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZjQyNjEwMzYxM2Y2MmFhMTE5YTY4YmY4YjNiMzgzNjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a8a4a3ea-ea3e-4bcd-9a50-7fe01da27476","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"YmQwMzAxMDM0NDI2Nzc4NTYwNmMwMTUzMjM2MTYzMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"45cc34de-9804-4e36-9b28-3c2fcb0894d0","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-27T09:27:26.918Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:27:26.919Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:27:26.923Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:27:26.923Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734846278, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-27T09:27:26.930Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.930Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "multicloud-k8s-id", "timestamp": 1632734832215, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-27T09:27:26.930Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:27:26.930Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.930Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734831721, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.930Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.930Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.931Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734831721, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.931Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.931Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.931Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "aai-ml", "timestamp": 1632734832933, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.931Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.931Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.931Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "multicloud-k8s-id", "timestamp": 1632734833926, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-27T09:27:26.931Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:27:26.931Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.931Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734831721, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.931Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.931Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.932Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "dcae-sch", "timestamp": 1632734834416, "artifactURL": "/sdc/v1/catalog/services/60fce8a1-fc7d-4e4d-9383-ed7e1c813430/resourceInstances/basicclamp0/artifacts/21c4a32d-cc99-4581-b6c4-25c106dfbe06", "status": "DOWNLOAD_OK" } 2021-09-27T09:27:26.932Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:27:26.932Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.932Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "aai-ml", "timestamp": 1632734832933, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.932Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.932Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.932Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "clamp", "timestamp": 1632734835175, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:27:26.932Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:27:26.932Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.932Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734831721, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.932Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.932Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.932Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "aai-ml", "timestamp": 1632734832933, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.933Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.933Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.933Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "multicloud-k8s-id", "timestamp": 1632734835599, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-27T09:27:26.933Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:27:26.933Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.933Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "dcae-sch", "timestamp": 1632734835775, "artifactURL": "/sdc/v1/catalog/services/60fce8a1-fc7d-4e4d-9383-ed7e1c813430/resourceInstances/basicclamp0/artifacts/21c4a32d-cc99-4581-b6c4-25c106dfbe06", "status": "DEPLOY_OK" } 2021-09-27T09:27:26.933Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:27:26.933Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.933Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "clamp", "timestamp": 1632734836181, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-27T09:27:26.933Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:27:26.933Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.934Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734831721, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.934Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.934Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.934Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "aai-ml", "timestamp": 1632734832933, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.934Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.934Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.934Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "multicloud-k8s-id", "timestamp": 1632734836639, "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=? 2021-09-27T09:27:26.938Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 77daaa0a-e7b9-442e-a01b-0328f9e24391 2021-09-27T09:27:26.938Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77daaa0a-e7b9-442e-a01b-0328f9e24391 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=? 2021-09-27T09:27:26.943Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.944Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "dcae-sch", "timestamp": 1632734836780, "artifactURL": "/sdc/v1/catalog/services/60fce8a1-fc7d-4e4d-9383-ed7e1c813430/resourceInstances/basicclamp0/artifacts/21c4a32d-cc99-4581-b6c4-25c106dfbe06", "status": "COMPONENT_DONE_OK", "componentName": "service-change-handler" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-27T09:27:26.948Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 77daaa0a-e7b9-442e-a01b-0328f9e24391 2021-09-27T09:27:26.948Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77daaa0a-e7b9-442e-a01b-0328f9e24391 and ComponentName service-change-handler Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-27T09:27:26.960Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.960Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734831721, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.960Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.960Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.960Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "aai-ml", "timestamp": 1632734832933, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.960Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.960Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.960Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "multicloud-k8s-id", "timestamp": 1632734837642, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-27T09:27:26.960Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:27:26.960Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.960Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734831721, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.961Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.961Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.961Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "aai-ml", "timestamp": 1632734832933, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.961Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.961Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.961Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734831721, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:27:26.961Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.961Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.961Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "aai-ml", "timestamp": 1632734832933, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:26.961Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.961Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.961Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "clamp", "timestamp": 1632734840248, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:27:26.962Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:27:26.962Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.962Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "aai-ml", "timestamp": 1632734832933, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:27:26.962Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:27:26.962Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.962Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "clamp", "timestamp": 1632734841251, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-27T09:27:26.962Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:27:26.962Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.962Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "clamp", "timestamp": 1632734842258, "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=? 2021-09-27T09:27:26.975Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 77daaa0a-e7b9-442e-a01b-0328f9e24391 2021-09-27T09:27:26.975Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77daaa0a-e7b9-442e-a01b-0328f9e24391 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 (?, ?, ?, ?, ?) 2021-09-27T09:27:26.989Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.990Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734843105, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:27:26.990Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:27:26.990Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.990Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "aai-ml", "timestamp": 1632734843584, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:27:26.990Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:27:26.991Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:27:26.991Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734845712, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:27:26.991Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:27:27.024Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-27T09:27:27.025Z||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. 2021-09-27T09:27:27.025Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:27:27.037Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:27:27.038Z||pool-111-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:27:27.924Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:27:27.924Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:27:27.927Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:27:27.927Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734846278, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:28.027Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-27T09:27:28.027Z||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. 2021-09-27T09:27:28.027Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:27:28.038Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:27:28.038Z||pool-112-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:27:28.928Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:27:28.929Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:27:28.932Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:27:28.932Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734846278, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-27T09:27:29.032Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:27:29.034Z||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. 2021-09-27T09:27:29.034Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:27:29.096Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:27:29.097Z||pool-113-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:27:29.932Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:27:29.933Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:27:29.936Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:27:29.936Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734846278, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-27T09:27:30.036Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:27:30.037Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-27T09:27:30.038Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:27:30.052Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:27:30.053Z||pool-114-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2021-09-27T09:27:30.937Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:27:30.937Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:27:30.946Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:27:30.946Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734846278, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:31.046Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:27:31.047Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-27T09:27:31.047Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:27:31.057Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:27:31.057Z||pool-115-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:27:31.947Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:27:31.947Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:27:31.950Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:27:31.950Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734846278, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-27T09:27:32.050Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:27:32.051Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-27T09:27:32.052Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:27:32.065Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:27:32.065Z||pool-116-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:27:32.950Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:27:32.951Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:27:32.953Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:27:32.953Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734846278, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:27:33.058Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2021-09-27T09:27:33.059Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-27T09:27:33.059Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:27:33.071Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:27:33.071Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:27:33.955Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:27:33.955Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:27:33.962Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:27:33.963Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734846278, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:27:34.057Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2021-09-27T09:27:34.058Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-27T09:27:34.058Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:27:34.080Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:27:34.081Z||pool-118-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:27:34.964Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "60fce8a1-fc7d-4e4d-9383-ed7e1c813430", "serviceDescription": "service", "serviceInvariantUUID": "0f493a4c-549b-431f-9563-1cb39a66336e", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "98a1f29d-5622-4e04-9e5d-cb56bb5d8fee", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6281fae7-11a3-44d2-bda6-3323f602bce8", "resourceInvariantUUID": "a31d4eed-16ed-4f40-bc05-4b95457021fa", "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": "NmZjYTBlNjEzOGNiNzBmOWM5MWJkY2I2YzA2NDE0NDA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ee176bfa-6099-44d8-9458-8a4b5eb69055", "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": "b3d6cc3a-4284-4c1a-8754-e33167ad15d6", "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": "f4dc1f69-636e-4ce4-ac9a-0ccca574e66f", "generatedFromUUID": "b3d6cc3a-4284-4c1a-8754-e33167ad15d6" }, "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": "f4dc1f69-636e-4ce4-ac9a-0ccca574e66f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "YmQwMzAxMDM0NDI2Nzc4NTYwNmMwMTUzMjM2MTYzMDk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "45cc34de-9804-4e36-9b28-3c2fcb0894d0" } ], "workloadContext": "Production" } 2021-09-27T09:27:34.964Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-27T09:27:34.965Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 60fce8a1-fc7d-4e4d-9383-ed7e1c813430 ASDC 2021-09-27T09:27:34.965Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:77daaa0a-e7b9-442e-a01b-0328f9e24391 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:60fce8a1-fc7d-4e4d-9383-ed7e1c813430 ServiceInvariantUUID:0f493a4c-549b-431f-9563-1cb39a66336e 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:45cc34de-9804-4e36-9b28-3c2fcb0894d0 ArtifactChecksum:YmQwMzAxMDM0NDI2Nzc4NTYwNmMwMTUzMjM2MTYzMDk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:98a1f29d-5622-4e04-9e5d-cb56bb5d8fee ResourceInvariantUUID:a31d4eed-16ed-4f40-bc05-4b95457021fa ResourceName:basicclamp ResourceType:VF ResourceUUID:6281fae7-11a3-44d2-bda6-3323f602bce8 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:ee176bfa-6099-44d8-9458-8a4b5eb69055 ArtifactChecksum:NmZjYTBlNjEzOGNiNzBmOWM5MWJkY2I2YzA2NDE0NDA= 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:b3d6cc3a-4284-4c1a-8754-e33167ad15d6 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:f4dc1f69-636e-4ce4-ac9a-0ccca574e66f 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:f4dc1f69-636e-4ce4-ac9a-0ccca574e66f ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-09-27T09:27:34.966Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 60fce8a1-fc7d-4e4d-9383-ed7e1c813430 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=? 2021-09-27T09:27:35.013Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-27T09:27:35.014Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-09-27T09:27:35.014Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-09-27T09:27:35.014Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 45cc34de-9804-4e36-9b28-3c2fcb0894d0 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-09-27T09:27:35.015Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-09-27T09:27:35.015Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-09-27T09:27:35.612Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-09-27T09:27:35.615Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 45cc34de-9804-4e36-9b28-3c2fcb0894d0 73467 2021-09-27T09:27:35.618Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-09-27T09:27:35.618Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-09-27T09:27:35.618Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-27T09:27:35.619Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:27:35.623Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:27:35.623Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734855618, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:27:35.725Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-09-27T09:27:35.726Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-27T09:27:35.726Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:27:35.738Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:27:35.739Z||pool-119-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-09-27T09:27:36.624Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-27T09:27:36.628Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-09-27T09:27:36.628Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 45cc34de-9804-4e36-9b28-3c2fcb0894d0, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-27T09:27:36.628Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-09-27T09:27:36.629Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-27T09:27:36.629Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-27T09:27:36.806Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4879606719407040387/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 2021-09-27T09:27:38.064Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-27T09:27:38.065Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-09-27T09:27:38.065Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-27T09:27:38.065Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-09-27T09:27:38.065Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||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 2021-09-27T09:27:38.065Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-27T09:27:38.065Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-27T09:27:38.065Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-27T09:27:38.065Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-27T09:27:38.065Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-27T09:27:38.066Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-27T09:27:38.066Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-27T09:27:38.066Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-09-27T09:27:38.066Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-09-27T09:27:38.066Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:27:38.066Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:27:38.066Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-27T09:27:38.067Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-09-27T09:27:38.067Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-27T09:27:38.067Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:27:38.067Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:27:38.067Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-27T09:27:38.067Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-09-27T09:27:38.068Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-27T09:27:38.068Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:27:38.068Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:27:38.068Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:27:38.068Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-09-27T09:27:38.068Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-09-27T09:27:38.068Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-09-27T09:27:38.069Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-09-27T09:27:38.069Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-27T09:27:38.069Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-09-27T09:27:38.069Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:27:38.069Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-27T09:27:38.069Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:27:38.069Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-27T09:27:38.070Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T09:27:38.070Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:27:38.070Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-27T09:27:38.070Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T09:27:38.070Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:27:38.070Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-27T09:27:38.070Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T09:27:38.071Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:27:38.071Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-09-27T09:27:38.071Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-27T09:27:38.071Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-27T09:27:38.071Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a65fae01-b983-4786-9733-ac4db9510175 2021-09-27T09:27:38.071Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:27:38.071Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:27:38.072Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:27:38.072Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:27:38.072Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:27:38.072Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:27:38.072Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:27:38.072Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:27:38.072Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:60fce8a1-fc7d-4e4d-9383-ed7e1c813430 Model Version:NULL Model InvariantUuid:0f493a4c-549b-431f-9563-1cb39a66336e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:60687a47-a993-4d3d-bdf6-4785bfdc08ac Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a31d4eed-16ed-4f40-bc05-4b95457021fa Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:98a1f29d-5622-4e04-9e5d-cb56bb5d8fee NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:dfe817e9-ad9c-49cc-a375-80556dd3f75c ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:01ca8c81-c288-4b4f-813a-5bc1bf816678 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a65fae01-b983-4786-9733-ac4db9510175 ModelInvariantUuid:a5a60d65-8e5c-474f-ae60-6069c669a26b ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:54b14c72-ae10-4799-92a4-fc224186a7f7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:f282287c-9232-4bf1-ad7b-36ab874643b7 ModelInvariantUuid:b8a0a0a0-b95c-443b-8acb-e917faf72952 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:e2f5840f-974a-4e8d-9323-17888d8b987c 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-27T09:27:38.078Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 6281fae7-11a3-44d2-bda6-3323f602bce8 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-27T09:27:38.081Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||basicclamp 0 2021-09-27T09:27:38.081Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6281fae7-11a3-44d2-bda6-3323f602bce8 2021-09-27T09:27:38.081Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ee176bfa-6099-44d8-9458-8a4b5eb69055 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-09-27T09:27:38.081Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-09-27T09:27:38.081Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-09-27T09:27:40.775Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-09-27T09:27:40.776Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ee176bfa-6099-44d8-9458-8a4b5eb69055 790 2021-09-27T09:27:40.776Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-09-27T09:27:40.776Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-09-27T09:27:40.776Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-27T09:27:40.777Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:27:40.779Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:27:40.779Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734860776, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-27T09:27:40.879Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:27:40.880Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-27T09:27:40.880Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:27:40.894Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:27:40.894Z||pool-120-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-09-27T09:27:41.780Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "dfe817e9-ad9c-49cc-a375-80556dd3f75c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "01ca8c81-c288-4b4f-813a-5bc1bf816678", "vfModuleModelCustomizationUUID": "0f6b7e09-8cd2-4fba-8c21-588e86a1ecb3", "isBase": true, "artifacts": [ "b3d6cc3a-4284-4c1a-8754-e33167ad15d6", "f4dc1f69-636e-4ce4-ac9a-0ccca574e66f" ], "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": "" } } ] 2021-09-27T09:27:41.788Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:01ca8c81-c288-4b4f-813a-5bc1bf816678 VfModuleModelInvariantUUID:dfe817e9-ad9c-49cc-a375-80556dd3f75c VfModuleModelDescription:NULL Artifacts UUID List:{ b3d6cc3a-4284-4c1a-8754-e33167ad15d6 , f4dc1f69-636e-4ce4-ac9a-0ccca574e66f } 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 } 2021-09-27T09:27:41.792Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "dfe817e9-ad9c-49cc-a375-80556dd3f75c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "01ca8c81-c288-4b4f-813a-5bc1bf816678", "vfModuleModelCustomizationUUID": "0f6b7e09-8cd2-4fba-8c21-588e86a1ecb3", "isBase": true, "artifacts": [ "b3d6cc3a-4284-4c1a-8754-e33167ad15d6", "f4dc1f69-636e-4ce4-ac9a-0ccca574e66f" ], "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": "" } } ] 2021-09-27T09:27:41.792Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:01ca8c81-c288-4b4f-813a-5bc1bf816678 VfModuleModelInvariantUUID:dfe817e9-ad9c-49cc-a375-80556dd3f75c VfModuleModelDescription:NULL Artifacts UUID List:{ b3d6cc3a-4284-4c1a-8754-e33167ad15d6 , f4dc1f69-636e-4ce4-ac9a-0ccca574e66f } 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 } 2021-09-27T09:27:41.793Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b3d6cc3a-4284-4c1a-8754-e33167ad15d6 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-09-27T09:27:41.793Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-09-27T09:27:41.793Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-09-27T09:27:43.674Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-09-27T09:27:43.675Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml b3d6cc3a-4284-4c1a-8754-e33167ad15d6 5033 2021-09-27T09:27:43.676Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-09-27T09:27:43.676Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-09-27T09:27:43.676Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-27T09:27:43.677Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:27:43.684Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:27:43.684Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734863676, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-27T09:27:43.783Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-09-27T09:27:43.783Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-27T09:27:43.783Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:27:43.795Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:27:43.795Z||pool-121-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-09-27T09:27:44.685Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f4dc1f69-636e-4ce4-ac9a-0ccca574e66f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-09-27T09:27:44.686Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-09-27T09:27:44.686Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-09-27T09:27:45.555Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-09-27T09:27:45.555Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env f4dc1f69-636e-4ce4-ac9a-0ccca574e66f 909 2021-09-27T09:27:45.556Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-09-27T09:27:45.556Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-09-27T09:27:45.556Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-27T09:27:45.556Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:27:45.558Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:27:45.558Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734865556, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-27T09:27:45.658Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-27T09:27:45.659Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-27T09:27:45.659Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:27:45.677Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:27:45.677Z||pool-122-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:27:46.559Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 60fce8a1-fc7d-4e4d-9383-ed7e1c813430 2021-09-27T09:27:46.559Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 6281fae7-11a3-44d2-bda6-3323f602bce8 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-27T09:27:46.570Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@52dacbf4, org.onap.sdc.toscaparser.api.parameters.Input@d8829ce, org.onap.sdc.toscaparser.api.parameters.Input@5931e58, org.onap.sdc.toscaparser.api.parameters.Input@1828aaf3, org.onap.sdc.toscaparser.api.parameters.Input@1ca94769] 2021-09-27T09:27:46.572Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:27:46.572Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:27:46.572Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2021-09-27T09:27:46.572Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 98a1f29d-5622-4e04-9e5d-cb56bb5d8fee 2021-09-27T09:27:46.572Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 98a1f29d-5622-4e04-9e5d-cb56bb5d8fee matches Tosca VF Customization UUID: 98a1f29d-5622-4e04-9e5d-cb56bb5d8fee 2021-09-27T09:27:46.572Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 98a1f29d-5622-4e04-9e5d-cb56bb5d8fee matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-09-27T09:27:46.574Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:27:46.574Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:27:46.576Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 98a1f29d-5622-4e04-9e5d-cb56bb5d8fee: {\"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\"} 2021-09-27T09:27:46.576Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@10fd2a83 2021-09-27T09:27:46.576Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:27:46.576Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-09-27T09:27:46.576Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0f6b7e09-8cd2-4fba-8c21-588e86a1ecb3 2021-09-27T09:27:46.576Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0f6b7e09-8cd2-4fba-8c21-588e86a1ecb3 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-09-27T09:27:46.578Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:27:46.578Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-27T09:27:46.579Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T09:27:46.579Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:27:46.579Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-27T09:27:46.579Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T09:27:46.579Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:27:46.579Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-09-27T09:27:46.579Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-09-27T09:27:46.580Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-09-27T09:27:46.580Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a65fae01-b983-4786-9733-ac4db9510175 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-09-27T09:27:46.582Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:27:46.582Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-27T09:27:46.582Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-09-27T09:27:46.582Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:27:46.582Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-09-27T09:27:46.582Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=98a1f29d-5622-4e04-9e5d-cb56bb5d8fee Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-27T09:27:46.584Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:27:46.584Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:27:46.584Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 60fce8a1-fc7d-4e4d-9383-ed7e1c813430: basicclamp 2021-09-27T09:27:46.584Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:27:46.584Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:27:46.585Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:27:46.585Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:27:46.585Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:27:46.585Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:27:46.585Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:27:46.585Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:27:46.585Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:27:46.585Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:27:46.585Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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 (?, ?, ?, ?, ?) 2021-09-27T09:27:46.681Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 6281fae7-11a3-44d2-bda6-3323f602bce8 1 ASDC deployResourceStructure 2021-09-27T09:27:46.681Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-09-27T09:27:46.681Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-09-27T09:27:46.682Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-27T09:27:46.682Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:27:46.683Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:27:46.683Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734866681, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-27T09:27:46.784Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-27T09:27:46.784Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-27T09:27:46.784Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:27:46.795Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:27:46.795Z||pool-123-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-09-27T09:27:47.684Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-09-27T09:27:47.684Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-09-27T09:27:47.685Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-27T09:27:47.685Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:27:47.687Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:27:47.687Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734867684, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-27T09:27:47.787Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-27T09:27:47.787Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-27T09:27:47.787Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:27:47.798Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:27:47.798Z||pool-124-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:27:48.687Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-09-27T09:27:48.688Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-09-27T09:27:48.688Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-27T09:27:48.688Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:27:48.690Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:27:48.690Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734868687, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-27T09:27:48.790Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:27:48.791Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-27T09:27:48.791Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:27:48.801Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:27:48.801Z||pool-125-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-09-27T09:27:49.691Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-09-27T09:27:49.692Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-09-27T09:27:49.692Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-27T09:27:49.693Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:27:49.695Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:27:49.695Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734869691, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:27:49.795Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:27:49.796Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-27T09:27:49.796Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:27:49.807Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:27:49.808Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-27T09:27:50.697Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77daaa0a-e7b9-442e-a01b-0328f9e24391 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-27T09:27:50.706Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77daaa0a-e7b9-442e-a01b-0328f9e24391 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-27T09:27:50.709Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-27T09:27:50.709Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-27T09:27:50.709Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-27T09:28:20.710Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77daaa0a-e7b9-442e-a01b-0328f9e24391 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-27T09:28:20.740Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77daaa0a-e7b9-442e-a01b-0328f9e24391 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-27T09:28:20.743Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-27T09:28:20.743Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-27T09:28:20.743Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-27T09:28:26.281Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:28:26.284Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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. 2021-09-27T09:28:26.284Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:28:26.311Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:28:26.312Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:28:26.312Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632734846726, "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=? 2021-09-27T09:28:26.320Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 77daaa0a-e7b9-442e-a01b-0328f9e24391 2021-09-27T09:28:26.320Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77daaa0a-e7b9-442e-a01b-0328f9e24391 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 (?, ?, ?, ?, ?) 2021-09-27T09:28:50.743Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77daaa0a-e7b9-442e-a01b-0328f9e24391 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-27T09:28:50.760Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77daaa0a-e7b9-442e-a01b-0328f9e24391 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-27T09:28:50.762Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-27T09:28:50.763Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-27T09:28:50.763Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-27T09:29:20.763Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77daaa0a-e7b9-442e-a01b-0328f9e24391 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-27T09:29:20.781Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77daaa0a-e7b9-442e-a01b-0328f9e24391 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-27T09:29:20.784Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-27T09:29:20.784Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-27T09:29:20.785Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-27T09:29:26.280Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:29:26.282Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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. 2021-09-27T09:29:26.282Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:29:26.310Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:29:26.312Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-09-27T09:29:26.312Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734846278, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:29:26.313Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-09-27T09:29:50.785Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77daaa0a-e7b9-442e-a01b-0328f9e24391 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-27T09:29:50.800Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77daaa0a-e7b9-442e-a01b-0328f9e24391 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-27T09:29:50.802Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-27T09:29:50.802Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-27T09:29:50.802Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-27T09:30:20.803Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77daaa0a-e7b9-442e-a01b-0328f9e24391 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-27T09:30:20.830Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77daaa0a-e7b9-442e-a01b-0328f9e24391 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-27T09:30:20.833Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-27T09:30:20.833Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-27T09:30:20.834Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-27T09:30:26.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:30:26.285Z||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. 2021-09-27T09:30:26.285Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:30:26.818Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:30:26.819Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-27T09:30:26.819Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734846278, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:30:26.820Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-27T09:30:26.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-27T09:30:26.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734846278, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-09-27T09:30:26.821Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-27T09:30:26.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-27T09:30:26.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734846278, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-09-27T09:30:26.821Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-27T09:30:26.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-27T09:30:26.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734846278, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:30:26.822Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-27T09:30:26.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-27T09:30:26.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "aai-ml", "timestamp": 1632734851662, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:30:26.822Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:30:26.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-27T09:30:26.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734846278, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-09-27T09:30:26.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-27T09:30:26.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-27T09:30:26.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "aai-ml", "timestamp": 1632734852668, "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=? 2021-09-27T09:30:26.831Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 77daaa0a-e7b9-442e-a01b-0328f9e24391 2021-09-27T09:30:26.831Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77daaa0a-e7b9-442e-a01b-0328f9e24391 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 (?, ?, ?, ?, ?) 2021-09-27T09:30:26.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-27T09:30:26.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734846278, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:30:26.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-27T09:30:26.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-27T09:30:26.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734846278, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:30:26.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-09-27T09:30:26.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-27T09:30:26.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734855618, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:30:26.849Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:30:26.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-27T09:30:26.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734860776, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-09-27T09:30:26.849Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:30:26.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-27T09:30:26.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734863676, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-09-27T09:30:26.849Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:30:26.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-27T09:30:26.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734865556, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-09-27T09:30:26.849Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:30:26.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-27T09:30:26.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734866681, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-09-27T09:30:26.850Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:30:26.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-27T09:30:26.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734867684, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-09-27T09:30:26.850Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:30:26.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-27T09:30:26.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734868687, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-09-27T09:30:26.850Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:30:26.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-09-27T09:30:26.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632734869691, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:30:26.851Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:30:50.834Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77daaa0a-e7b9-442e-a01b-0328f9e24391 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-27T09:30:50.870Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77daaa0a-e7b9-442e-a01b-0328f9e24391 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-27T09:30:50.876Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-27T09:30:50.876Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-27T09:30:50.876Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-27T09:30:50.877Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-27T09:30:50.877Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:30:50.877Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:30:50.877Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:30:50.878Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:30:50.878Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:30:50.878Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:30:50.878Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:30:50.878Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-27T09:30:50.885Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-27T09:31:20.886Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 77daaa0a-e7b9-442e-a01b-0328f9e24391 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=? 2021-09-27T09:31:20.898Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 77daaa0a-e7b9-442e-a01b-0328f9e24391 and serviceModelVersionId: 60fce8a1-fc7d-4e4d-9383-ed7e1c813430 2021-09-27T09:31:20.898Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0f493a4c-549b-431f-9563-1cb39a66336e 2021-09-27T09:31:20.900Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0f493a4c-549b-431f-9563-1cb39a66336e/model-vers/model-ver/60fce8a1-fc7d-4e4d-9383-ed7e1c813430?depth=0 2021-09-27T09:31:20.908Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-09-27T09:31:20.964Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0f493a4c-549b-431f-9563-1cb39a66336e/model-vers/model-ver/60fce8a1-fc7d-4e4d-9383-ed7e1c813430?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]} 2021-09-27T09:31:20.966Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0f493a4c-549b-431f-9563-1cb39a66336e/model-vers/model-ver/60fce8a1-fc7d-4e4d-9383-ed7e1c813430?depth=0|INFO|500||Invoke 2021-09-27T09:31:20.988Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0f493a4c-549b-431f-9563-1cb39a66336e/model-vers/model-ver/60fce8a1-fc7d-4e4d-9383-ed7e1c813430?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-27T09:31:21.996Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0f493a4c-549b-431f-9563-1cb39a66336e/model-vers/model-ver/60fce8a1-fc7d-4e4d-9383-ed7e1c813430?depth=0|INFO|500||InvokeReturn 2021-09-27T09:31:21.996Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0f493a4c-549b-431f-9563-1cb39a66336e/model-vers/model-ver/60fce8a1-fc7d-4e4d-9383-ed7e1c813430?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210927-09:31:21:006-8096], vertex-id=[507936], Content-Length=[0], Date=[Mon, 27 Sep 2021 09:31:21 GMT], Content-Type=[application/json]} 2021-09-27T09:31:21.996Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2021-09-27T09:31:21.997Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-27T09:31:21.997Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-27T09:31:22.004Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-27T09:31:22.004Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 77daaa0a-e7b9-442e-a01b-0328f9e24391 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-27T09:31:22.005Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-27T09:31:22.005Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:31:22.009Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:31:22.009Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735082004, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-27T09:31:22.110Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-27T09:31:22.111Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-27T09:31:22.111Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:31:22.147Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:31:22.147Z||pool-127-thread-1|||||INFO|500||cambria reply ok (37 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=? 2021-09-27T09:31:23.025Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:31:23.025Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T09:31:23.025Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:31:26.279Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:31:26.280Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|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. 2021-09-27T09:31:26.280Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:31:26.909Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:31:26.909Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:31:26.909Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "77daaa0a-e7b9-442e-a01b-0328f9e24391", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735082004, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-27T09:31:26.911Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:31:33.362Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:31:33.364Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:31:33.365Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T09:31:33.365Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:31:35.637Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:31:35.638Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T09:31:35.639Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"6dc10bf0-3646-4e88-8b75-fc3ccb4a348d","serviceName":"Demo_pNF_nkjjbO3PZ0T8suc3iBZS","serviceVersion":"1.0","serviceUUID":"121fab75-f871-4228-8040-dd6f1e9e17a1","serviceDescription":"catalog service description","serviceInvariantUUID":"31ba35e0-bddb-40b4-b8f7-46dfd13a6405","resources":[{"resourceInstanceName":"pNF 451d3e07-3b07 0","resourceName":"pNF 451d3e07-3b07","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"bc59aa15-afc5-4e0b-bc98-78614f5cda31","resourceInvariantUUID":"89bb1195-4d1b-4040-83a9-fef6a81bd8a5","resourceCustomizationUUID":"c40dcdcd-79aa-4e03-9a60-30d1c9fe87f2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/vf-license-model.xml","artifactChecksum":"ZjVjY2U5ZmE4ZWVhY2YzZWQyNzdkYjIwMTllOGFkZjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f6d1f9e0-05c8-4ff2-868d-12a91e1847c2","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/pNF.csar","artifactChecksum":"ZWU2NDEyY2ZkMGNkMmYwYjM0MmI4MGE1MmI4YjdmMjI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fe24c1d5-d353-4186-9d14-5d075810a984","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d3ed9c67-1d06-4367-8ec9-e99135674f23","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/vendor-license-model.xml","artifactChecksum":"MzJmMTlmNmIzZGUyMGVhOTkxZWRkYzA2MTEwMjZlMTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"064c202d-7fe2-4ebc-baa8-1b0942ef504b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b7c404dc-b67b-48ec-9f90-04de72029508","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c9dc4b52-c289-4c36-9839-8cd17693bf4c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNkjjbo3pz0t8suc3ibzs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-template.yml","artifactChecksum":"OTRmZGQ2ZGU3NzcyY2UwYTgyOWEzYzY2NGYzNWVkN2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cf683c7a-b4bb-4eff-a293-c88e28593e7f","artifactVersion":"1"},{"artifactName":"service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar","artifactChecksum":"ODE1NjdkN2JiNmM2MWUyNDkwYTQ0NWY2Yzk4NTE5MmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5b11c9a5-a132-452e-8851-109a07846800","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-27T09:31:35.643Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:31:35.643Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:31:35.647Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:31:35.647Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735093364, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:31:35.747Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:31:35.750Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-27T09:31:35.751Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:31:35.773Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:31:35.774Z||pool-128-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:31:36.650Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:31:36.666Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:31:36.672Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:31:36.672Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735093364, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-27T09:31:36.772Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:31:36.773Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-27T09:31:36.773Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:31:36.789Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:31:36.796Z||pool-129-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:31:37.673Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:31:37.673Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:31:37.679Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:31:37.679Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735093364, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-27T09:31:37.775Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2021-09-27T09:31:37.776Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-27T09:31:37.776Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:31:37.794Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:31:37.795Z||pool-130-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:31:38.679Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:31:38.680Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:31:38.682Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:31:38.683Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735093364, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:31:38.782Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-27T09:31:38.783Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-27T09:31:38.783Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:31:38.802Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:31:38.803Z||pool-131-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2021-09-27T09:31:39.683Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:31:39.683Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:31:39.693Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:31:39.693Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735093364, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:31:39.793Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:31:39.811Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-27T09:31:39.811Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:31:39.827Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:31:39.827Z||pool-132-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2021-09-27T09:31:40.693Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:31:40.694Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:31:40.696Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:31:40.696Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735093364, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:31:40.797Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:31:40.800Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-27T09:31:40.800Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:31:40.817Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:31:40.818Z||pool-133-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:31:41.697Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:31:41.699Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:31:41.703Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:31:41.703Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735093364, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:31:41.815Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms 2021-09-27T09:31:41.816Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-27T09:31:41.816Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:31:41.832Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:31:41.833Z||pool-134-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:31:42.704Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:31:42.705Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:31:42.708Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:31:42.708Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735093364, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:31:42.807Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-27T09:31:42.809Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-27T09:31:42.809Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:31:42.821Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:31:42.822Z||pool-135-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:31:43.709Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "serviceName": "Demo_pNF_nkjjbO3PZ0T8suc3iBZS", "serviceVersion": "1.0", "serviceUUID": "121fab75-f871-4228-8040-dd6f1e9e17a1", "serviceDescription": "catalog service description", "serviceInvariantUUID": "31ba35e0-bddb-40b4-b8f7-46dfd13a6405", "resources": [ { "resourceInstanceName": "pNF 451d3e07-3b07 0", "resourceCustomizationUUID": "c40dcdcd-79aa-4e03-9a60-30d1c9fe87f2", "resourceName": "pNF 451d3e07-3b07", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "bc59aa15-afc5-4e0b-bc98-78614f5cda31", "resourceInvariantUUID": "89bb1195-4d1b-4040-83a9-fef6a81bd8a5", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar", "artifactChecksum": "ODE1NjdkN2JiNmM2MWUyNDkwYTQ0NWY2Yzk4NTE5MmY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5b11c9a5-a132-452e-8851-109a07846800" } ], "workloadContext": "Production" } 2021-09-27T09:31:43.709Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-27T09:31:43.710Z|77daaa0a-e7b9-442e-a01b-0328f9e24391|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 121fab75-f871-4228-8040-dd6f1e9e17a1 ASDC 2021-09-27T09:31:43.710Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:6dc10bf0-3646-4e88-8b75-fc3ccb4a348d ServiceName:Demo_pNF_nkjjbO3PZ0T8suc3iBZS ServiceVersion:1.0 ServiceUUID:121fab75-f871-4228-8040-dd6f1e9e17a1 ServiceInvariantUUID:31ba35e0-bddb-40b4-b8f7-46dfd13a6405 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar ArtifactUUID:5b11c9a5-a132-452e-8851-109a07846800 ArtifactChecksum:ODE1NjdkN2JiNmM2MWUyNDkwYTQ0NWY2Yzk4NTE5MmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 451d3e07-3b07 0 ResourceCustomizationUUID:c40dcdcd-79aa-4e03-9a60-30d1c9fe87f2 ResourceInvariantUUID:89bb1195-4d1b-4040-83a9-fef6a81bd8a5 ResourceName:pNF 451d3e07-3b07 ResourceType:PNF ResourceUUID:bc59aa15-afc5-4e0b-bc98-78614f5cda31 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-09-27T09:31:43.711Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 121fab75-f871-4228-8040-dd6f1e9e17a1 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 (?, ?, ?, ?, ?) 2021-09-27T09:31:43.769Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-27T09:31:43.771Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-09-27T09:31:43.771Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-09-27T09:31:43.771Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5b11c9a5-a132-452e-8851-109a07846800 from URL: /sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar 2021-09-27T09:31:43.771Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-09-27T09:31:43.771Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar 2021-09-27T09:31:44.484Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-09-27T09:31:44.490Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar 5b11c9a5-a132-452e-8851-109a07846800 82540 2021-09-27T09:31:44.491Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar ASDC sendASDCNotification 2021-09-27T09:31:44.491Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar 2021-09-27T09:31:44.491Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-27T09:31:44.491Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:31:44.494Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:31:44.494Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735104490, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:31:44.595Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-09-27T09:31:44.596Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-27T09:31:44.596Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:31:44.607Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:31:44.607Z||pool-136-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:31:45.499Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-27T09:31:45.499Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-09-27T09:31:45.500Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 5b11c9a5-a132-452e-8851-109a07846800, URL: /sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar to file: /app/ASDC/1/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar 2021-09-27T09:31:45.500Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar 2021-09-27T09:31:45.501Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar 2021-09-27T09:31:45.501Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar 2021-09-27T09:31:45.651Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP783046893321596386/Definitions/service-DemoPnfNkjjbo3pz0t8suc3ibzs-template.yml 2021-09-27T09:31:46.506Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-27T09:31:46.507Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-09-27T09:31:46.507Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar 2021-09-27T09:31:46.507Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-09-27T09:31:46.507Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 451d3e07-3b07 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-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar 2021-09-27T09:31:46.507Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar 2021-09-27T09:31:46.507Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar 2021-09-27T09:31:46.507Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar 2021-09-27T09:31:46.507Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar 2021-09-27T09:31:46.507Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar 2021-09-27T09:31:46.507Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar 2021-09-27T09:31:46.507Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-09-27T09:31:46.508Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:31:46.508Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_nkjjbO3PZ0T8suc3iBZS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:31:46.508Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Node template pNF 451d3e07-3b07 0 is matching search criteria 2021-09-27T09:31:46.508Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-09-27T09:31:46.508Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 451d3e07-3b07 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-27T09:31:46.508Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:31:46.509Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_nkjjbO3PZ0T8suc3iBZS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:31:46.509Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Node template pNF 451d3e07-3b07 0 is matching search criteria 2021-09-27T09:31:46.509Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-09-27T09:31:46.509Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 451d3e07-3b07 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-27T09:31:46.509Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:31:46.509Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_nkjjbO3PZ0T8suc3iBZS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:31:46.509Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:31:46.509Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_nkjjbO3PZ0T8suc3iBZS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:31:46.510Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:31:46.510Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_nkjjbO3PZ0T8suc3iBZS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:31:46.510Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:31:46.510Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_nkjjbO3PZ0T8suc3iBZS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:31:46.510Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:31:46.510Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_nkjjbO3PZ0T8suc3iBZS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:31:46.510Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_nkjjbO3PZ0T8suc3iBZS Description:catalog service description Model UUID:121fab75-f871-4228-8040-dd6f1e9e17a1 Model Version:NULL Model InvariantUuid:31ba35e0-bddb-40b4-b8f7-46dfd13a6405 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-27T09:31:46.518Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: bc59aa15-afc5-4e0b-bc98-78614f5cda31 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-27T09:31:46.522Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||pNF 451d3e07-3b07 0 2021-09-27T09:31:46.522Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: bc59aa15-afc5-4e0b-bc98-78614f5cda31 2021-09-27T09:31:46.522Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 121fab75-f871-4228-8040-dd6f1e9e17a1 2021-09-27T09:31:46.522Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 121fab75-f871-4228-8040-dd6f1e9e17a1 2021-09-27T09:31:46.522Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 451d3e07-3b07 0 bc59aa15-afc5-4e0b-bc98-78614f5cda31 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-27T09:31:46.526Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1a2588cb, org.onap.sdc.toscaparser.api.parameters.Input@12ed6fe2, org.onap.sdc.toscaparser.api.parameters.Input@4d14c2f8, org.onap.sdc.toscaparser.api.parameters.Input@44fa40b8, org.onap.sdc.toscaparser.api.parameters.Input@72affb3c] 2021-09-27T09:31:46.527Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:31:46.527Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_nkjjbO3PZ0T8suc3iBZS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:31:46.527Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 121fab75-f871-4228-8040-dd6f1e9e17a1: pNF 451d3e07-3b07 2021-09-27T09:31:46.527Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||Processing PNF resource: bc59aa15-afc5-4e0b-bc98-78614f5cda31 2021-09-27T09:31:46.527Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:31:46.528Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_nkjjbO3PZ0T8suc3iBZS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:31:46.528Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||Resource customization UUID: c40dcdcd-79aa-4e03-9a60-30d1c9fe87f2 is the same as notified resource customizationUUID: c40dcdcd-79aa-4e03-9a60-30d1c9fe87f2 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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 (?, ?) 2021-09-27T09:31:46.591Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 451d3e07-3b07 bc59aa15-afc5-4e0b-bc98-78614f5cda31 0 ASDC deployResourceStructure 2021-09-27T09:31:46.592Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar ASDC sendASDCNotification 2021-09-27T09:31:46.592Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar 2021-09-27T09:31:46.592Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-27T09:31:46.592Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:31:46.596Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:31:46.596Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735106592, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:31:46.696Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:31:46.700Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-27T09:31:46.701Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:31:46.710Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:31:46.710Z||pool-137-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:31:47.597Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6dc10bf0-3646-4e88-8b75-fc3ccb4a348d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-27T09:31:47.606Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6dc10bf0-3646-4e88-8b75-fc3ccb4a348d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-27T09:31:47.608Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-27T09:31:47.608Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-27T09:31:47.608Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-27T09:32:17.609Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6dc10bf0-3646-4e88-8b75-fc3ccb4a348d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-27T09:32:17.636Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6dc10bf0-3646-4e88-8b75-fc3ccb4a348d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-27T09:32:17.638Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-27T09:32:17.638Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-27T09:32:17.638Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-27T09:32:26.280Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:32:26.282Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|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. 2021-09-27T09:32:26.282Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:32:26.939Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:32:26.941Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.941Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735093364, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.943Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.943Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.943Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735093364, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.944Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.944Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.944Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735093364, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.944Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.944Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.944Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "cds", "timestamp": 1632735097207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.944Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.945Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.945Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "ves-openapi-manager", "timestamp": 1632735097596, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.945Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.945Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.945Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735093364, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.945Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.945Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.945Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "cds", "timestamp": 1632735097207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.946Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.946Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.946Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "ves-openapi-manager", "timestamp": 1632735097596, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.946Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.946Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.947Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735093364, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.947Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.947Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.947Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "cds", "timestamp": 1632735097207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.948Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.948Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.948Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "ves-openapi-manager", "timestamp": 1632735097596, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.948Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.948Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.948Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735093364, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.948Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.949Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.949Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "policy-id", "timestamp": 1632735100086, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.949Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.949Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.949Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "cds", "timestamp": 1632735097207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.949Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.950Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.950Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "ves-openapi-manager", "timestamp": 1632735097596, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.950Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.950Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.950Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735093364, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.950Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.950Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.951Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "policy-id", "timestamp": 1632735100086, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.951Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.951Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.951Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "cds", "timestamp": 1632735097207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.951Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.951Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.952Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "ves-openapi-manager", "timestamp": 1632735097596, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.952Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.952Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.952Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632735101729, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.952Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.952Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.952Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735093364, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:32:26.953Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.953Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.953Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "policy-id", "timestamp": 1632735100086, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.953Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.953Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.953Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "cds", "timestamp": 1632735097207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.954Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.954Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.954Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "ves-openapi-manager", "timestamp": 1632735097596, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-09-27T09:32:26.954Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.954Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.954Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632735101729, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.954Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.955Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.955Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "multicloud-k8s-id", "timestamp": 1632735102783, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.955Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.955Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.955Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "aai-ml", "timestamp": 1632735102933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.955Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.956Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.956Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "policy-id", "timestamp": 1632735100086, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.956Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.956Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.956Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "cds", "timestamp": 1632735097207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.957Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.957Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.957Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "dcae-sch", "timestamp": 1632735103568, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.957Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.957Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.957Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "ves-openapi-manager", "timestamp": 1632735097596, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.957Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.958Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.958Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632735101729, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.958Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.958Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.958Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "multicloud-k8s-id", "timestamp": 1632735102783, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.958Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.958Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.958Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735104490, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:32:26.958Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:32:26.958Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.959Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "aai-ml", "timestamp": 1632735102933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.959Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.959Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.959Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "policy-id", "timestamp": 1632735100086, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.959Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.959Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.959Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "cds", "timestamp": 1632735097207, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:32:26.967Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.968Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.968Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "dcae-sch", "timestamp": 1632735103568, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.968Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.968Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.968Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "ves-openapi-manager", "timestamp": 1632735097596, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.968Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.968Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.969Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632735101729, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.969Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.969Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.969Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "multicloud-k8s-id", "timestamp": 1632735102783, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.969Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.969Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.969Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "aai-ml", "timestamp": 1632735102933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.970Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.970Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.970Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "policy-id", "timestamp": 1632735100086, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.970Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.970Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.970Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "dcae-sch", "timestamp": 1632735103568, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.970Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.970Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.971Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632735101729, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.971Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.971Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.971Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "multicloud-k8s-id", "timestamp": 1632735102783, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.971Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.971Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.971Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "aai-ml", "timestamp": 1632735102933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.972Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.972Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.972Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735106592, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:32:26.972Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:32:26.972Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.972Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "policy-id", "timestamp": 1632735100086, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.972Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.973Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.973Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "cds", "timestamp": 1632735107165, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:32:26.973Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:32:26.973Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.973Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "dcae-sch", "timestamp": 1632735103568, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.973Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.973Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.973Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632735101729, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.974Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.974Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.974Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "ves-openapi-manager", "timestamp": 1632735107407, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-09-27T09:32:26.974Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:32:26.974Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.974Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "multicloud-k8s-id", "timestamp": 1632735102783, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.974Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.975Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.975Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "aai-ml", "timestamp": 1632735102933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.975Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.975Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.975Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "policy-id", "timestamp": 1632735100086, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:32:26.975Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.976Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.976Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "cds", "timestamp": 1632735108173, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-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=? 2021-09-27T09:32:26.985Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6dc10bf0-3646-4e88-8b75-fc3ccb4a348d 2021-09-27T09:32:26.985Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dc10bf0-3646-4e88-8b75-fc3ccb4a348d 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 (?, ?, ?, ?, ?) 2021-09-27T09:32:26.997Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.998Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "dcae-sch", "timestamp": 1632735103568, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.998Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.998Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.998Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632735101729, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.998Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.998Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.998Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "multicloud-k8s-id", "timestamp": 1632735102783, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.999Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.999Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.999Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "aai-ml", "timestamp": 1632735102933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:26.999Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:26.999Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.999Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "ves-openapi-manager", "timestamp": 1632735108591, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-09-27T09:32:26.999Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:32:26.999Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:26.999Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "dcae-sch", "timestamp": 1632735103568, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:27.000Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:27.000Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:27.000Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632735101729, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:32:27.000Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:27.000Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:27.000Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "policy-id", "timestamp": 1632735109398, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:32:27.000Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:32:27.000Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:27.001Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "multicloud-k8s-id", "timestamp": 1632735102783, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:27.001Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:27.001Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:27.001Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "aai-ml", "timestamp": 1632735102933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:27.001Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:27.001Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:27.001Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "ves-openapi-manager", "timestamp": 1632735109600, "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=? 2021-09-27T09:32:27.011Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 6dc10bf0-3646-4e88-8b75-fc3ccb4a348d 2021-09-27T09:32:27.011Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dc10bf0-3646-4e88-8b75-fc3ccb4a348d 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 (?, ?, ?, ?, ?) 2021-09-27T09:32:27.018Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:27.018Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "dcae-sch", "timestamp": 1632735103568, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:27.019Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:27.019Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:27.019Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "policy-id", "timestamp": 1632735110403, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:32:27.019Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:32:27.019Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:27.019Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "multicloud-k8s-id", "timestamp": 1632735102783, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:32:27.019Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:27.020Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:27.020Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "aai-ml", "timestamp": 1632735102933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:32:27.020Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:27.020Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:27.020Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632735110987, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:32:27.020Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:32:27.020Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:27.021Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "dcae-sch", "timestamp": 1632735103568, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:27.021Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:27.021Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:27.021Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "policy-id", "timestamp": 1632735111408, "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=? 2021-09-27T09:32:27.025Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6dc10bf0-3646-4e88-8b75-fc3ccb4a348d 2021-09-27T09:32:27.025Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dc10bf0-3646-4e88-8b75-fc3ccb4a348d 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 (?, ?, ?, ?, ?) 2021-09-27T09:32:27.033Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:27.033Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "aai-ml", "timestamp": 1632735112686, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:32:27.033Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:32:27.033Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:27.033Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632735113191, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:32:27.033Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:32:27.033Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:27.034Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632735114195, "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=? 2021-09-27T09:32:27.038Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6dc10bf0-3646-4e88-8b75-fc3ccb4a348d 2021-09-27T09:32:27.038Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dc10bf0-3646-4e88-8b75-fc3ccb4a348d 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 (?, ?, ?, ?, ?) 2021-09-27T09:32:27.045Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:27.046Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "clamp", "timestamp": 1632735115498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:27.046Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:27.046Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:27.046Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "clamp", "timestamp": 1632735115498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:27.046Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:27.046Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:27.047Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "clamp", "timestamp": 1632735115498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:27.047Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:27.047Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:27.047Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "clamp", "timestamp": 1632735115498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:27.047Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:27.047Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:27.048Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "aai-ml", "timestamp": 1632735119797, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:32:27.048Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:32:27.048Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:27.048Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "clamp", "timestamp": 1632735115498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:27.048Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:27.048Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:27.049Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "aai-ml", "timestamp": 1632735120801, "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=? 2021-09-27T09:32:27.053Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6dc10bf0-3646-4e88-8b75-fc3ccb4a348d 2021-09-27T09:32:27.053Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dc10bf0-3646-4e88-8b75-fc3ccb4a348d 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 (?, ?, ?, ?, ?) 2021-09-27T09:32:27.060Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:27.060Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "clamp", "timestamp": 1632735115498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/resourceInstances/pnf451d3e073b070/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:27.060Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:27.060Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:27.060Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "clamp", "timestamp": 1632735115498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:32:27.060Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:27.060Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:27.061Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "clamp", "timestamp": 1632735115498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:32:27.061Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:32:27.061Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:27.061Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "clamp", "timestamp": 1632735131222, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:32:27.061Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:32:27.061Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:27.061Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "clamp", "timestamp": 1632735133231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNkjjbo3pz0t8suc3ibzs/1.0/artifacts/service-DemoPnfNkjjbo3pz0t8suc3ibzs-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:32:27.061Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:32:27.062Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:32:27.062Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "clamp", "timestamp": 1632735134238, "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=? 2021-09-27T09:32:27.069Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6dc10bf0-3646-4e88-8b75-fc3ccb4a348d 2021-09-27T09:32:27.069Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dc10bf0-3646-4e88-8b75-fc3ccb4a348d 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 (?, ?, ?, ?, ?) 2021-09-27T09:32:47.638Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6dc10bf0-3646-4e88-8b75-fc3ccb4a348d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-27T09:32:47.654Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6dc10bf0-3646-4e88-8b75-fc3ccb4a348d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-27T09:32:47.656Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-27T09:32:47.656Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-27T09:32:47.656Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-27T09:32:47.657Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-27T09:32:47.657Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:32:47.657Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:32:47.657Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:32:47.657Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:32:47.657Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:32:47.657Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:32:47.657Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:32:47.657Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-27T09:32:47.675Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-27T09:33:17.677Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6dc10bf0-3646-4e88-8b75-fc3ccb4a348d 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=? 2021-09-27T09:33:17.703Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6dc10bf0-3646-4e88-8b75-fc3ccb4a348d and serviceModelVersionId: 121fab75-f871-4228-8040-dd6f1e9e17a1 2021-09-27T09:33:17.703Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 31ba35e0-bddb-40b4-b8f7-46dfd13a6405 2021-09-27T09:33:17.708Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/31ba35e0-bddb-40b4-b8f7-46dfd13a6405/model-vers/model-ver/121fab75-f871-4228-8040-dd6f1e9e17a1?depth=0 2021-09-27T09:33:17.721Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-09-27T09:33:17.785Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/31ba35e0-bddb-40b4-b8f7-46dfd13a6405/model-vers/model-ver/121fab75-f871-4228-8040-dd6f1e9e17a1?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]} 2021-09-27T09:33:17.812Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/31ba35e0-bddb-40b4-b8f7-46dfd13a6405/model-vers/model-ver/121fab75-f871-4228-8040-dd6f1e9e17a1?depth=0|INFO|500||Invoke 2021-09-27T09:33:17.841Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/31ba35e0-bddb-40b4-b8f7-46dfd13a6405/model-vers/model-ver/121fab75-f871-4228-8040-dd6f1e9e17a1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-27T09:33:18.600Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/31ba35e0-bddb-40b4-b8f7-46dfd13a6405/model-vers/model-ver/121fab75-f871-4228-8040-dd6f1e9e17a1?depth=0|INFO|500||InvokeReturn 2021-09-27T09:33:18.601Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/31ba35e0-bddb-40b4-b8f7-46dfd13a6405/model-vers/model-ver/121fab75-f871-4228-8040-dd6f1e9e17a1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210927-09:33:17:859-73866], vertex-id=[307208], Content-Length=[0], Date=[Mon, 27 Sep 2021 09:33:17 GMT], Content-Type=[application/json]} 2021-09-27T09:33:18.602Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2021-09-27T09:33:18.602Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-27T09:33:18.602Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-27T09:33:18.614Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-27T09:33:18.614Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6dc10bf0-3646-4e88-8b75-fc3ccb4a348d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-27T09:33:18.615Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-27T09:33:18.615Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:33:18.621Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:33:18.622Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735198614, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-27T09:33:18.722Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:33:18.725Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-27T09:33:18.725Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:33:18.742Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:33:18.742Z||pool-138-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-09-27T09:33:19.651Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:33:19.651Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T09:33:19.652Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:33:20.283Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:33:20.285Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-09-27T09:33:20.285Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"18a3907a-d9b5-4a9d-8c00-9bfbd0721d29","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"6cc93562-cd47-419b-aa62-f7dd7f5ff5f5","serviceDescription":"service","serviceInvariantUUID":"c0015a97-fc0e-4e7d-9e66-9d6389c836ea","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a9cc6dbb-0920-4313-9c5b-549473bf1a36","resourceInvariantUUID":"63aa43f6-0a3a-4075-96f5-bdc322068318","resourceCustomizationUUID":"67f4a13c-4219-4901-a3a4-4fab641b502b","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":"ZTEyZmU2ZWJiMjk4NGQ5YWQ3OTBjNDNiZDc3ZTE4ZjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d3f6e89b-ade2-4f4b-b9fd-4f5765db06cc","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":"40c191ec-bc70-4c0f-a239-bf691a39908c","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":"52609cf6-da7a-4bb8-bcba-c43f43066720","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":"ZjM3NDMxOWEyYWNjODM1MTkzZDBlYWU3YjE4ODAyMTY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"23f24811-e795-4fe0-8e9e-5d1fbc73816b","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":"7a656cdf-74da-42bf-b780-2e9e4095f851","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":"18f5e453-4e08-475d-9873-e5c25c9965d2","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":"1d0ebf6e-184c-4e67-b9dc-5b75c5f3177c","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":"NDIwZjQyOWYyNDgwMmQwNDZkYjBhNzU3YzUyYjI5Mzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5ab16329-efb3-4088-8ffe-43daaefe29cf","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YzdlMWNjY2FiNjU4NzBjZDIzOTVlM2NiMjQwOWM4OTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5d5771a1-5f99-4544-a7c9-158278247c2c","artifactVersion":"1"}],"workloadContext":"Production"} 2021-09-27T09:33:20.294Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:33:20.294Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:33:20.297Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:33:20.297Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735199651, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:20.397Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-27T09:33:20.398Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-27T09:33:20.398Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:33:20.409Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:33:20.409Z||pool-139-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:33:21.298Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:33:21.298Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:33:21.301Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:33:21.301Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735199651, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:21.402Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-27T09:33:21.402Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-27T09:33:21.403Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:33:21.430Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:33:21.431Z||pool-140-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:33:22.302Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:33:22.303Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:33:22.305Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:33:22.305Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735199651, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:22.407Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-09-27T09:33:22.408Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-27T09:33:22.408Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:33:22.418Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:33:22.419Z||pool-141-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:33:23.305Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:33:23.306Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:33:23.310Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:33:23.310Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735199651, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:23.410Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2021-09-27T09:33:23.411Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-27T09:33:23.411Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:33:23.422Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:33:23.423Z||pool-142-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:33:24.318Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:33:24.319Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:33:24.321Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:33:24.321Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735199651, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:24.421Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:33:24.422Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-27T09:33:24.422Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:33:24.433Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:33:24.433Z||pool-143-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:33:25.322Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:33:25.322Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:33:25.324Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:33:25.324Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735199651, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:25.424Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:33:25.426Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-27T09:33:25.426Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:33:25.441Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:33:25.441Z||pool-144-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:33:26.279Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:33:26.280Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|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. 2021-09-27T09:33:26.280Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:33:26.325Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:33:26.326Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:33:26.328Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:33:26.329Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735199651, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.429Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-27T09:33:26.429Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-27T09:33:26.429Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:33:26.440Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:33:26.441Z||pool-145-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:33:26.451Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:33:26.453Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.453Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "policy-id", "timestamp": 1632735180086, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.454Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.454Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.454Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "clamp", "timestamp": 1632735175498, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.454Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.455Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.455Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "ves-openapi-manager", "timestamp": 1632735177596, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.455Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.455Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.455Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "multicloud-k8s-id", "timestamp": 1632735182786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.455Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.456Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.456Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "policy-id", "timestamp": 1632735180086, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.456Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.456Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.456Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "ves-openapi-manager", "timestamp": 1632735177596, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.456Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.457Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.457Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "clamp", "timestamp": 1632735175498, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.457Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.457Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.457Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "dcae-sch", "timestamp": 1632735183567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.457Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.457Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.458Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "multicloud-k8s-id", "timestamp": 1632735182786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.458Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.458Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.458Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "policy-id", "timestamp": 1632735180086, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.458Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.458Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.459Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "ves-openapi-manager", "timestamp": 1632735177596, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.459Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.459Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.459Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "clamp", "timestamp": 1632735175498, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.459Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.459Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.460Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "dcae-sch", "timestamp": 1632735183567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.460Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.460Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.460Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "multicloud-k8s-id", "timestamp": 1632735182786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.460Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.460Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.460Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "policy-id", "timestamp": 1632735180086, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.461Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.461Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.461Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "ves-openapi-manager", "timestamp": 1632735177596, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.461Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.461Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.462Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "clamp", "timestamp": 1632735175498, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.462Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.462Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.462Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "dcae-sch", "timestamp": 1632735183567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.462Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.462Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.462Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "multicloud-k8s-id", "timestamp": 1632735182786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.463Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.463Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.463Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "ves-openapi-manager", "timestamp": 1632735177596, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.463Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.463Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.463Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "clamp", "timestamp": 1632735175498, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.464Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.464Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.464Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "policy-id", "timestamp": 1632735180086, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.464Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.464Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.464Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "dcae-sch", "timestamp": 1632735183567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.464Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.465Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.465Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "multicloud-k8s-id", "timestamp": 1632735182786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.465Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.465Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.465Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "cds", "timestamp": 1632735187207, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.465Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.466Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.466Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "policy-id", "timestamp": 1632735180086, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.466Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.466Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.466Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "ves-openapi-manager", "timestamp": 1632735177596, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.466Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.467Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.467Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "clamp", "timestamp": 1632735175498, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.467Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.467Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.467Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "dcae-sch", "timestamp": 1632735183567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.468Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.468Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.468Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "multicloud-k8s-id", "timestamp": 1632735182786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.468Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.468Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.468Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "cds", "timestamp": 1632735187207, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.468Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.469Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.469Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "policy-id", "timestamp": 1632735180086, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.469Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.469Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.469Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "clamp", "timestamp": 1632735175498, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.469Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.470Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.470Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "ves-openapi-manager", "timestamp": 1632735177596, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-09-27T09:33:26.470Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.470Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.470Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "dcae-sch", "timestamp": 1632735183567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.470Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.471Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.471Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "multicloud-k8s-id", "timestamp": 1632735182786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.471Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.471Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.471Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "cds", "timestamp": 1632735187207, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.471Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.472Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.472Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "ves-openapi-manager", "timestamp": 1632735177596, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.472Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.472Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.472Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "clamp", "timestamp": 1632735175498, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.472Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.473Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.473Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "policy-id", "timestamp": 1632735180086, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.473Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.473Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.473Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "dcae-sch", "timestamp": 1632735183567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.473Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.473Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.474Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "multicloud-k8s-id", "timestamp": 1632735182786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.474Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.474Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.474Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "cds", "timestamp": 1632735187207, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.474Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.475Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.475Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "policy-id", "timestamp": 1632735180086, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:33:26.475Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.475Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.475Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "clamp", "timestamp": 1632735175498, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:33:26.475Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.476Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.476Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "ves-openapi-manager", "timestamp": 1632735177596, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.476Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.476Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.476Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "dcae-sch", "timestamp": 1632735183567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.476Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.477Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.477Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "multicloud-k8s-id", "timestamp": 1632735182786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:33:26.477Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.477Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.477Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "cds", "timestamp": 1632735187207, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.477Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.478Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.478Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "dcae-sch", "timestamp": 1632735183567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.478Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.478Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.478Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632735191719, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.478Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.478Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.479Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "cds", "timestamp": 1632735187207, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.479Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.479Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.479Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "ves-openapi-manager", "timestamp": 1632735193224, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-09-27T09:33:26.479Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:33:26.479Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.480Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632735191719, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.480Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.480Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.480Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "policy-id", "timestamp": 1632735193318, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:33:26.481Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:33:26.481Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.481Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "aai-ml", "timestamp": 1632735192934, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.482Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.482Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.482Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "cds", "timestamp": 1632735187207, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.482Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.482Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.483Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "ves-openapi-manager", "timestamp": 1632735194254, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-09-27T09:33:26.483Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:33:26.483Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.483Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "policy-id", "timestamp": 1632735194322, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:33:26.484Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:33:26.484Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.484Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632735191719, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.484Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.484Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.484Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "aai-ml", "timestamp": 1632735192934, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.484Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.485Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.485Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "cds", "timestamp": 1632735187207, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.485Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.485Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.485Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "ves-openapi-manager", "timestamp": 1632735195258, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-09-27T09:33:26.509Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 18a3907a-d9b5-4a9d-8c00-9bfbd0721d29 2021-09-27T09:33:26.509Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18a3907a-d9b5-4a9d-8c00-9bfbd0721d29 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 (?, ?, ?, ?, ?) 2021-09-27T09:33:26.518Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.518Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "policy-id", "timestamp": 1632735195325, "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=? 2021-09-27T09:33:26.523Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 18a3907a-d9b5-4a9d-8c00-9bfbd0721d29 2021-09-27T09:33:26.523Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18a3907a-d9b5-4a9d-8c00-9bfbd0721d29 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 (?, ?, ?, ?, ?) 2021-09-27T09:33:26.531Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.531Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632735191719, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.531Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.531Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.531Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "aai-ml", "timestamp": 1632735192934, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.531Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.531Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.531Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "cds", "timestamp": 1632735187207, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:33:26.531Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.532Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.532Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632735191719, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.532Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.532Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.532Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "aai-ml", "timestamp": 1632735192934, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.532Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.532Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.532Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632735191719, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.532Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.532Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.533Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "aai-ml", "timestamp": 1632735192934, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.533Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.533Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.533Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632735191719, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.533Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.533Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.533Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "aai-ml", "timestamp": 1632735192934, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.533Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.533Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.533Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dc10bf0-3646-4e88-8b75-fc3ccb4a348d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735198614, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-27T09:33:26.533Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:33:26.534Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.534Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "cds", "timestamp": 1632735198790, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:33:26.534Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:33:26.534Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.534Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632735191719, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.534Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.534Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.534Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "aai-ml", "timestamp": 1632735192934, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.534Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.534Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.535Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "cds", "timestamp": 1632735200078, "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=? 2021-09-27T09:33:26.538Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 18a3907a-d9b5-4a9d-8c00-9bfbd0721d29 2021-09-27T09:33:26.538Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18a3907a-d9b5-4a9d-8c00-9bfbd0721d29 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 (?, ?, ?, ?, ?) 2021-09-27T09:33:26.546Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.546Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735199651, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.546Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.547Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.547Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "clamp", "timestamp": 1632735200401, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:33:26.547Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:33:26.547Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.547Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632735191719, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:33:26.548Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.548Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.548Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "aai-ml", "timestamp": 1632735192934, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.548Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.548Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.548Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735199651, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.548Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.548Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.548Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "clamp", "timestamp": 1632735201425, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:33:26.549Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:33:26.549Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.549Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "aai-ml", "timestamp": 1632735192934, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:33:26.549Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.549Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.549Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735199651, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.549Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.549Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.550Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "clamp", "timestamp": 1632735202428, "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=? 2021-09-27T09:33:26.554Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 18a3907a-d9b5-4a9d-8c00-9bfbd0721d29 2021-09-27T09:33:26.554Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18a3907a-d9b5-4a9d-8c00-9bfbd0721d29 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 (?, ?, ?, ?, ?) 2021-09-27T09:33:26.561Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.561Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735199651, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.562Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.562Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.562Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632735203608, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:33:26.562Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:33:26.562Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.562Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "aai-ml", "timestamp": 1632735204173, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:33:26.562Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:33:26.563Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.563Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735199651, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.563Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.563Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.563Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735199651, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:26.563Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:33:26.563Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:33:26.563Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632735205846, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:33:26.564Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:33:27.329Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:33:27.330Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:33:27.332Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:33:27.332Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735199651, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:33:27.432Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:33:27.433Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-27T09:33:27.433Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:33:27.470Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:33:27.471Z||pool-146-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1} 2021-09-27T09:33:28.333Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-09-27T09:33:28.333Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:33:28.335Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:33:28.335Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735199651, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:33:28.435Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-27T09:33:28.436Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-27T09:33:28.436Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:33:28.448Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:33:28.449Z||pool-147-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-09-27T09:33:29.348Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "6cc93562-cd47-419b-aa62-f7dd7f5ff5f5", "serviceDescription": "service", "serviceInvariantUUID": "c0015a97-fc0e-4e7d-9e66-9d6389c836ea", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "67f4a13c-4219-4901-a3a4-4fab641b502b", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "a9cc6dbb-0920-4313-9c5b-549473bf1a36", "resourceInvariantUUID": "63aa43f6-0a3a-4075-96f5-bdc322068318", "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": "YzdlMWNjY2FiNjU4NzBjZDIzOTVlM2NiMjQwOWM4OTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5d5771a1-5f99-4544-a7c9-158278247c2c" } ], "workloadContext": "Production" } 2021-09-27T09:33:29.348Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-09-27T09:33:29.348Z|6dc10bf0-3646-4e88-8b75-fc3ccb4a348d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6cc93562-cd47-419b-aa62-f7dd7f5ff5f5 ASDC 2021-09-27T09:33:29.349Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:18a3907a-d9b5-4a9d-8c00-9bfbd0721d29 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:6cc93562-cd47-419b-aa62-f7dd7f5ff5f5 ServiceInvariantUUID:c0015a97-fc0e-4e7d-9e66-9d6389c836ea 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:5d5771a1-5f99-4544-a7c9-158278247c2c ArtifactChecksum:YzdlMWNjY2FiNjU4NzBjZDIzOTVlM2NiMjQwOWM4OTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:67f4a13c-4219-4901-a3a4-4fab641b502b ResourceInvariantUUID:63aa43f6-0a3a-4075-96f5-bdc322068318 ResourceName:test-pnf ResourceType:PNF ResourceUUID:a9cc6dbb-0920-4313-9c5b-549473bf1a36 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-09-27T09:33:29.349Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6cc93562-cd47-419b-aa62-f7dd7f5ff5f5 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=? 2021-09-27T09:33:29.376Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-27T09:33:29.377Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-09-27T09:33:29.377Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-09-27T09:33:29.377Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5d5771a1-5f99-4544-a7c9-158278247c2c from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-09-27T09:33:29.378Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-09-27T09:33:29.378Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-09-27T09:33:30.185Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-09-27T09:33:30.190Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 5d5771a1-5f99-4544-a7c9-158278247c2c 105555 2021-09-27T09:33:30.190Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-09-27T09:33:30.190Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-09-27T09:33:30.190Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-09-27T09:33:30.191Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:33:30.195Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:33:30.195Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735210190, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:33:30.294Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-09-27T09:33:30.295Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-27T09:33:30.295Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:33:30.335Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:33:30.347Z||pool-148-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":1,"count":1} 2021-09-27T09:33:31.196Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-09-27T09:33:31.198Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-09-27T09:33:31.198Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 5d5771a1-5f99-4544-a7c9-158278247c2c, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-27T09:33:31.198Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2021-09-27T09:33:31.199Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-27T09:33:31.199Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-27T09:33:31.345Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2737563643456411342/Definitions/service-TestPnfMacro-template.yml 2021-09-27T09:33:32.188Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-09-27T09:33:32.189Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-09-27T09:33:32.189Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-27T09:33:32.189Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-09-27T09:33:32.189Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-27T09:33:32.189Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-27T09:33:32.190Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||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 2021-09-27T09:33:32.190Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-27T09:33:32.190Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-27T09:33:32.190Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-27T09:33:32.190Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-09-27T09:33:32.190Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-09-27T09:33:32.191Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:33:32.191Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:33:32.191Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-09-27T09:33:32.191Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-09-27T09:33:32.192Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-27T09:33:32.193Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:33:32.193Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:33:32.193Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-09-27T09:33:32.193Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-09-27T09:33:32.193Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-09-27T09:33:32.194Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:33:32.194Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:33:32.194Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:33:32.194Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:33:32.195Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:33:32.195Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:33:32.195Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:33:32.195Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:33:32.196Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:33:32.196Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:33:32.196Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:6cc93562-cd47-419b-aa62-f7dd7f5ff5f5 Model Version:NULL Model InvariantUuid:c0015a97-fc0e-4e7d-9e66-9d6389c836ea 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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-09-27T09:33:32.203Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: a9cc6dbb-0920-4313-9c5b-549473bf1a36 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-27T09:33:32.206Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||test-pnf 0 2021-09-27T09:33:32.206Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a9cc6dbb-0920-4313-9c5b-549473bf1a36 2021-09-27T09:33:32.207Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 6cc93562-cd47-419b-aa62-f7dd7f5ff5f5 2021-09-27T09:33:32.207Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 6cc93562-cd47-419b-aa62-f7dd7f5ff5f5 2021-09-27T09:33:32.207Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 a9cc6dbb-0920-4313-9c5b-549473bf1a36 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-27T09:33:32.211Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@18342587, org.onap.sdc.toscaparser.api.parameters.Input@5cf6e23d, org.onap.sdc.toscaparser.api.parameters.Input@2f3a9565, org.onap.sdc.toscaparser.api.parameters.Input@783c9e3d, org.onap.sdc.toscaparser.api.parameters.Input@411d94a0] 2021-09-27T09:33:32.212Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:33:32.212Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:33:32.212Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 6cc93562-cd47-419b-aa62-f7dd7f5ff5f5: test-pnf 2021-09-27T09:33:32.212Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||Processing PNF resource: a9cc6dbb-0920-4313-9c5b-549473bf1a36 2021-09-27T09:33:32.213Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-09-27T09:33:32.213Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-09-27T09:33:32.213Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||Resource customization UUID: 67f4a13c-4219-4901-a3a4-4fab641b502b is the same as notified resource customizationUUID: 67f4a13c-4219-4901-a3a4-4fab641b502b Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_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_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_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 (?, ?) 2021-09-27T09:33:32.258Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf a9cc6dbb-0920-4313-9c5b-549473bf1a36 0 ASDC deployResourceStructure 2021-09-27T09:33:32.259Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-09-27T09:33:32.259Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-09-27T09:33:32.260Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-09-27T09:33:32.260Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:33:32.262Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:33:32.262Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735212259, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:33:32.363Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:33:32.364Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-27T09:33:32.364Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:33:32.376Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:33:32.376Z||pool-149-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-09-27T09:33:33.263Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 18a3907a-d9b5-4a9d-8c00-9bfbd0721d29 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-27T09:33:33.275Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 18a3907a-d9b5-4a9d-8c00-9bfbd0721d29 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-27T09:33:33.277Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-27T09:33:33.278Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-27T09:33:33.278Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-27T09:34:03.278Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 18a3907a-d9b5-4a9d-8c00-9bfbd0721d29 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-27T09:34:03.297Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 18a3907a-d9b5-4a9d-8c00-9bfbd0721d29 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-27T09:34:03.302Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-27T09:34:03.302Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-27T09:34:03.302Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-27T09:34:26.280Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:34:26.282Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|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. 2021-09-27T09:34:26.282Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:34:26.312Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:34:26.313Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:34:26.313Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735199651, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-09-27T09:34:26.314Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:34:33.303Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 18a3907a-d9b5-4a9d-8c00-9bfbd0721d29 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-27T09:34:33.333Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 18a3907a-d9b5-4a9d-8c00-9bfbd0721d29 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-27T09:34:33.337Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-27T09:34:33.337Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-27T09:34:33.337Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-27T09:35:03.337Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 18a3907a-d9b5-4a9d-8c00-9bfbd0721d29 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-27T09:35:03.366Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 18a3907a-d9b5-4a9d-8c00-9bfbd0721d29 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-27T09:35:03.368Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-27T09:35:03.368Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-09-27T09:35:03.368Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-09-27T09:35:26.280Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:35:26.282Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|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. 2021-09-27T09:35:26.283Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:35:26.811Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:35:26.812Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:35:26.813Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1632735206852, "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=? 2021-09-27T09:35:26.823Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 18a3907a-d9b5-4a9d-8c00-9bfbd0721d29 2021-09-27T09:35:26.823Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18a3907a-d9b5-4a9d-8c00-9bfbd0721d29 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 (?, ?, ?, ?, ?) 2021-09-27T09:35:26.833Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:35:26.834Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735199651, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-09-27T09:35:26.834Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:35:26.834Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:35:26.834Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735199651, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-09-27T09:35:26.835Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-09-27T09:35:26.835Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:35:26.835Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "aai-ml", "timestamp": 1632735209873, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:35:26.835Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:35:26.836Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:35:26.836Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735210190, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-09-27T09:35:26.836Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:35:26.836Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:35:26.836Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "aai-ml", "timestamp": 1632735210876, "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=? 2021-09-27T09:35:26.841Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 18a3907a-d9b5-4a9d-8c00-9bfbd0721d29 2021-09-27T09:35:26.841Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 18a3907a-d9b5-4a9d-8c00-9bfbd0721d29 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 (?, ?, ?, ?, ?) 2021-09-27T09:35:26.848Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||received message from topic 2021-09-27T09:35:26.848Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735212259, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-09-27T09:35:26.849Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:35:33.369Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 18a3907a-d9b5-4a9d-8c00-9bfbd0721d29 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2021-09-27T09:35:33.384Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 18a3907a-d9b5-4a9d-8c00-9bfbd0721d29 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-09-27T09:35:33.387Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-09-27T09:35:33.387Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-09-27T09:35:33.387Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-09-27T09:35:33.388Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-09-27T09:35:33.388Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:35:33.388Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:35:33.388Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:35:33.389Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:35:33.389Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:35:33.389Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:35:33.389Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-09-27T09:35:33.390Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-09-27T09:35:33.397Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-09-27T09:36:03.398Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 18a3907a-d9b5-4a9d-8c00-9bfbd0721d29 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=? 2021-09-27T09:36:03.410Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 18a3907a-d9b5-4a9d-8c00-9bfbd0721d29 and serviceModelVersionId: 6cc93562-cd47-419b-aa62-f7dd7f5ff5f5 2021-09-27T09:36:03.410Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c0015a97-fc0e-4e7d-9e66-9d6389c836ea 2021-09-27T09:36:03.412Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c0015a97-fc0e-4e7d-9e66-9d6389c836ea/model-vers/model-ver/6cc93562-cd47-419b-aa62-f7dd7f5ff5f5?depth=0 2021-09-27T09:36:03.422Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-09-27T09:36:03.485Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0015a97-fc0e-4e7d-9e66-9d6389c836ea/model-vers/model-ver/6cc93562-cd47-419b-aa62-f7dd7f5ff5f5?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]} 2021-09-27T09:36:03.492Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0015a97-fc0e-4e7d-9e66-9d6389c836ea/model-vers/model-ver/6cc93562-cd47-419b-aa62-f7dd7f5ff5f5?depth=0|INFO|500||Invoke 2021-09-27T09:36:03.518Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0015a97-fc0e-4e7d-9e66-9d6389c836ea/model-vers/model-ver/6cc93562-cd47-419b-aa62-f7dd7f5ff5f5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-09-27T09:36:03.962Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0015a97-fc0e-4e7d-9e66-9d6389c836ea/model-vers/model-ver/6cc93562-cd47-419b-aa62-f7dd7f5ff5f5?depth=0|INFO|500||InvokeReturn 2021-09-27T09:36:03.963Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c0015a97-fc0e-4e7d-9e66-9d6389c836ea/model-vers/model-ver/6cc93562-cd47-419b-aa62-f7dd7f5ff5f5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210927-09:36:03:539-2121], vertex-id=[237616], Content-Length=[0], Date=[Mon, 27 Sep 2021 09:36:03 GMT], Content-Type=[application/json]} 2021-09-27T09:36:03.969Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2021-09-27T09:36:03.969Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-09-27T09:36:03.969Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-09-27T09:36:03.975Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-27T09:36:03.976Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 18a3907a-d9b5-4a9d-8c00-9bfbd0721d29 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-09-27T09:36:03.976Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-09-27T09:36:03.978Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-09-27T09:36:03.980Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-09-27T09:36:03.981Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735363976, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-27T09:36:04.081Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-09-27T09:36:04.082Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-09-27T09:36:04.082Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:36:04.104Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:36:04.106Z||pool-150-thread-1|||||INFO|500||cambria reply ok (25 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=? 2021-09-27T09:36:05.002Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:36:05.003Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T09:36:05.004Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:36:15.321Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:36:15.322Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:36:15.322Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T09:36:15.323Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:36:24.865Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:36:24.867Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:36:24.868Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T09:36:24.868Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:36:26.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:36:26.279Z||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. 2021-09-27T09:36:26.279Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:36:26.915Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:36:26.916Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-09-27T09:36:26.916Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "18a3907a-d9b5-4a9d-8c00-9bfbd0721d29", "consumerID": "SO-COpenSource-Env11", "timestamp": 1632735363976, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-09-27T09:36:26.918Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-09-27T09:36:34.440Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:36:34.441Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:36:34.442Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T09:36:34.442Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:36:44.002Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:36:44.004Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:36:44.005Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T09:36:44.006Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:36:53.553Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:36:53.555Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:36:53.555Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T09:36:53.555Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:37:03.103Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:37:26.277Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:37:26.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:37:26.280Z||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. 2021-09-27T09:37:26.280Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T09:37:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:37:26.280Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:37:35.884Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:37:35.904Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:38:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:38:26.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:38:26.282Z||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. 2021-09-27T09:38:26.282Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T09:38:26.282Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:38:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:38:35.835Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:38:35.838Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:39:26.278Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:39:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:39:26.281Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T09:39:26.281Z||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. 2021-09-27T09:39:26.281Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:39:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:39:35.842Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:39:35.845Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:40:26.278Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:40:26.279Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:40:26.280Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T09:40:26.280Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T09:40:26.280Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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. 2021-09-27T09:40:26.280Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:40:35.840Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:40:35.843Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:41:26.280Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:41:26.280Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:41:26.283Z|9700db60-8975-48e1-9f6e-d625e2c0629c|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. 2021-09-27T09:41:26.283Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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. 2021-09-27T09:41:26.284Z|9700db60-8975-48e1-9f6e-d625e2c0629c|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:41:26.284Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:41:35.858Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:41:35.860Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:42:26.277Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:42:26.279Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:42:26.279Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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. 2021-09-27T09:42:26.279Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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. 2021-09-27T09:42:26.280Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:42:26.280Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:42:35.844Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:42:35.869Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:43:26.278Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:43:26.279Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:43:26.281Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|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. 2021-09-27T09:43:26.281Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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. 2021-09-27T09:43:26.282Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:43:26.282Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:43:35.840Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:43:35.843Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:44:26.277Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:44:26.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:44:26.281Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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. 2021-09-27T09:44:26.281Z||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. 2021-09-27T09:44:26.281Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:44:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:44:35.870Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:44:35.885Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:45:26.277Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:45:26.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:45:26.279Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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. 2021-09-27T09:45:26.279Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:45:26.280Z||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. 2021-09-27T09:45:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:45:35.837Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:45:35.862Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:46:26.278Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:46:26.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:46:26.281Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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. 2021-09-27T09:46:26.281Z||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. 2021-09-27T09:46:26.281Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:46:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:46:35.835Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:46:35.837Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:47:26.278Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:47:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:47:26.281Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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. 2021-09-27T09:47:26.281Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:47:26.281Z||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. 2021-09-27T09:47:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:47:35.841Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:47:35.848Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:48:26.278Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:48:26.279Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:48:26.280Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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. 2021-09-27T09:48:26.280Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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. 2021-09-27T09:48:26.281Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:48:26.281Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:48:35.845Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:48:35.853Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:49:26.277Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:49:26.279Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:49:26.280Z|9700db60-8975-48e1-9f6e-d625e2c0629c|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. 2021-09-27T09:49:26.280Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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. 2021-09-27T09:49:26.280Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:49:26.280Z|9700db60-8975-48e1-9f6e-d625e2c0629c|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:49:35.824Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:49:35.824Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:50:26.277Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:50:26.279Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:50:26.280Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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. 2021-09-27T09:50:26.280Z|9700db60-8975-48e1-9f6e-d625e2c0629c|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. 2021-09-27T09:50:26.280Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:50:26.281Z|9700db60-8975-48e1-9f6e-d625e2c0629c|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:50:35.840Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:50:35.849Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:51:26.279Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:51:26.277Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:51:26.281Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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. 2021-09-27T09:51:26.281Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|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. 2021-09-27T09:51:26.281Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:51:26.281Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:51:35.838Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:51:35.841Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:52:26.277Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:52:26.279Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:52:26.281Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|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. 2021-09-27T09:52:26.281Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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. 2021-09-27T09:52:26.282Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:52:26.282Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:52:35.850Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:52:35.851Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:53:26.277Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:53:26.279Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:53:26.280Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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. 2021-09-27T09:53:26.280Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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. 2021-09-27T09:53:26.280Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:53:26.280Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:53:35.835Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:53:35.838Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:54:26.279Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:54:26.279Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:54:26.284Z|9700db60-8975-48e1-9f6e-d625e2c0629c|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. 2021-09-27T09:54:26.284Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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. 2021-09-27T09:54:26.284Z|9700db60-8975-48e1-9f6e-d625e2c0629c|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:54:26.284Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:54:35.844Z|9700db60-8975-48e1-9f6e-d625e2c0629c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:54:35.844Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:55:26.278Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:55:26.279Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:55:26.279Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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. 2021-09-27T09:55:26.279Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:55:26.280Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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. 2021-09-27T09:55:26.280Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:55:35.830Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:55:35.831Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:56:26.277Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:56:26.279Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:56:26.281Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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. 2021-09-27T09:56:26.281Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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. 2021-09-27T09:56:26.281Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:56:26.281Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:56:35.831Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:56:35.831Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:57:26.277Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:57:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:57:26.280Z||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. 2021-09-27T09:57:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:57:26.282Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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. 2021-09-27T09:57:26.282Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:57:35.829Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:57:35.829Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:58:26.277Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:58:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:58:26.280Z||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. 2021-09-27T09:58:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:58:26.280Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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. 2021-09-27T09:58:26.282Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:58:35.839Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:58:35.839Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:59:26.277Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:59:26.279Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T09:59:26.281Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|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. 2021-09-27T09:59:26.281Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:59:26.281Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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. 2021-09-27T09:59:26.281Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T09:59:35.832Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T09:59:35.833Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:00:26.278Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:00:26.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:00:26.280Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|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. 2021-09-27T10:00:26.280Z||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. 2021-09-27T10:00:26.280Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T10:00:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T10:00:35.837Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:00:35.840Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:01:26.278Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:01:26.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:01:26.282Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T10:01:26.282Z||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. 2021-09-27T10:01:26.282Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T10:01:26.282Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T10:01:35.840Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:01:35.841Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:02:26.277Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:02:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:02:26.281Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T10:02:26.281Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T10:02:26.281Z||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. 2021-09-27T10:02:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T10:02:35.829Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:02:35.830Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:03:26.278Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:03:26.280Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:03:26.281Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T10:03:26.281Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T10:03:26.281Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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. 2021-09-27T10:03:26.281Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T10:03:35.829Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:03:35.830Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:04:26.278Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:04:26.279Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:04:26.280Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|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. 2021-09-27T10:04:26.281Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T10:04:26.280Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T10:04:26.281Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T10:04:35.831Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:04:35.831Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:05:26.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:05:26.279Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:05:26.280Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T10:05:26.280Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T10:05:26.280Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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. 2021-09-27T10:05:26.281Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T10:05:35.831Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:05:35.833Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:06:26.278Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:06:26.279Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:06:26.281Z||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. 2021-09-27T10:06:26.281Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T10:06:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T10:06:26.281Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T10:06:35.826Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:06:35.827Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:07:26.279Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:07:26.278Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:07:26.281Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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. 2021-09-27T10:07:26.281Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-09-27T10:07:26.281Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T10:07:26.282Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nXzy5cJnljLAzO5Q) ... 2021-09-27T10:07:35.831Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:07:35.833Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:07:53.444Z||http-nio-8085-exec-6|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-27T10:08:26.278Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:08:26.281Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|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. 2021-09-27T10:08:26.281Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T10:08:26.284Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:08:26.285Z||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. 2021-09-27T10:08:26.285Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T10:08:35.836Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:08:35.837Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:09:26.278Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:09:26.279Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:09:26.281Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|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. 2021-09-27T10:09:26.281Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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. 2021-09-27T10:09:26.281Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T10:09:26.281Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T10:09:35.837Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:09:35.842Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:10:26.278Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:10:26.279Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:10:26.281Z||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. 2021-09-27T10:10:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T10:10:26.284Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|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. 2021-09-27T10:10:26.284Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T10:10:35.828Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:10:35.829Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:11:26.279Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:11:26.278Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:11:26.281Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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. 2021-09-27T10:11:26.281Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|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. 2021-09-27T10:11:26.281Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T10:11:26.281Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T10:11:35.829Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:11:35.832Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:12:26.277Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:12:26.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:12:26.280Z||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. 2021-09-27T10:12:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T10:12:26.280Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|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. 2021-09-27T10:12:26.280Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T10:12:35.831Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:12:35.832Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:13:26.277Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:13:26.279Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:13:26.280Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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. 2021-09-27T10:13:26.280Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T10:13:26.280Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|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. 2021-09-27T10:13:26.281Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T10:13:35.836Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:13:35.844Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:14:26.277Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:14:26.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:14:26.280Z||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. 2021-09-27T10:14:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T10:14:26.280Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|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. 2021-09-27T10:14:26.280Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T10:14:35.836Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:14:35.836Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:15:26.278Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:15:26.279Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:15:26.280Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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. 2021-09-27T10:15:26.280Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|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. 2021-09-27T10:15:26.281Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T10:15:26.281Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T10:15:35.839Z|6947d525-fa81-4f6c-8f0d-ddd6f6f63b6f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:15:35.839Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:16:26.277Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:16:26.279Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:16:26.280Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|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. 2021-09-27T10:16:26.280Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T10:16:26.280Z||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. 2021-09-27T10:16:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T10:16:35.830Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:16:35.839Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:17:26.277Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:17:26.279Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:17:26.279Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|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. 2021-09-27T10:17:26.280Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T10:17:26.281Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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. 2021-09-27T10:17:26.281Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T10:17:35.830Z|18a3907a-d9b5-4a9d-8c00-9bfbd0721d29|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:17:35.833Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:18:26.277Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:18:26.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:18:26.280Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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. 2021-09-27T10:18:26.280Z||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. 2021-09-27T10:18:26.280Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T10:18:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T10:18:35.828Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:18:35.829Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:19:26.278Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:19:26.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:19:26.280Z||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. 2021-09-27T10:19:26.280Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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. 2021-09-27T10:19:26.281Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T10:19:26.281Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T10:19:35.832Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:19:35.839Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:20:26.278Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:20:26.279Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:20:26.280Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|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. 2021-09-27T10:20:26.280Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T10:20:26.280Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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. 2021-09-27T10:20:26.280Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T10:20:35.843Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:20:35.843Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:21:26.277Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:21:26.279Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:21:26.279Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|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. 2021-09-27T10:21:26.279Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T10:21:26.279Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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. 2021-09-27T10:21:26.279Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T10:21:35.825Z|f33f9f19-db46-47c1-b547-bb6a25c9b85b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:21:35.836Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:22:26.277Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:22:26.279Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:22:26.279Z||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. 2021-09-27T10:22:26.279Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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. 2021-09-27T10:22:26.280Z||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 nXzy5cJnljLAzO5Q) ... 2021-09-27T10:22:26.280Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T10:22:35.835Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:22:35.838Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-09-27T10:23:26.277Z|1992fc54-97af-4f4b-838d-f5611f885bf2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:23:26.279Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-09-27T10:23:26.280Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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. 2021-09-27T10:23:26.280Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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. 2021-09-27T10:23:26.281Z|1992fc54-97af-4f4b-838d-f5611f885bf2|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 nXzy5cJnljLAzO5Q) ... 2021-09-27T10:23:26.281Z|41efe4e6-12c1-4800-8b81-2e4d1f7d4b16|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 nXzy5cJnljLAzO5Q) ...