By type
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-10-28T05:24:32.312Z||main|||||INFO|500||The following profiles are active: basic
2021-10-28T05:24:49.325Z||main|||||INFO|500||Starting service [Tomcat]
2021-10-28T05:24:49.326Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-10-28T05:24:49.448Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-10-28T05:24:54.074Z||main|||||INFO|500||catdb-pool - Starting...
2021-10-28T05:24:54.874Z||main|||||INFO|500||catdb-pool - Start completed.
2021-10-28T05:24:55.896Z||main|||||INFO|500||reqdb-pool - Starting...
2021-10-28T05:24:55.904Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-10-28T05:24:56.367Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-10-28T05:24:56.917Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-10-28T05:25:00.637Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-10-28T05:25:09.296Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-28T05:25:11.519Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-28T05:25:11.590Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-10-28T05:25:12.228Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-28T05:25:12.349Z||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-10-28T05:25:13.604Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-28T05:25:14.748Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-10-28T05:25:14.766Z||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$$a1a3d335.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-10-28T05:25:14.767Z||main|||||WARN|500||The sdc end point is not alive
2021-10-28T05:25:18.193Z||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-10-28T05:25:21.145Z||main|||||WARN|500||---
2021-10-28T05:25:21.146Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-10-28T05:25:21.147Z||main|||||WARN|500||---
2021-10-28T05:25:21.546Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-10-28T05:25:26.265Z||main|||||INFO|500||Started Application in 60.852 seconds (JVM running for 70.92)
2021-10-28T05:25:26.283Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-28T05:25:26.285Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-28T05:25:26.297Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-28T05:25:26.321Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-28T05:25:26.363Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5185ccf1-9805-4400-9fed-eac6baeeb353 url= /sdc/v1/artifactTypes
2021-10-28T05:25:26.364Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-28T05:25:26.605Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-28T05:25:26.631Z||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-10-28T05:25:26.651Z||scheduling-1|||||DEBUG|500||create keys
2021-10-28T05:25:26.659Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-28T05:25:26.961Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:25:26.981Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= fb181a65-bb8c-40ad-b6fc-b5df61e77680 url= /sdc/v1/registerForDistribution
2021-10-28T05:25:27.261Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= fb181a65-bb8c-40ad-b6fc-b5df61e77680 url= /sdc/v1/registerForDistribution
2021-10-28T05:25:27.262Z||scheduling-1|||||INFO|500||start DistributionClient
2021-10-28T05:25:27.271Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:25:27.273Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:25:27.285Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-10-28T05:25:27.285Z||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-10-28T05:25:27.286Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:25:27.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-10-28T05:25:27.289Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:25:38.286Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:25:38.382Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:26:27.272Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:26:27.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:26:27.274Z||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-10-28T05:26:27.274Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:26:27.277Z||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-10-28T05:26:27.278Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:26:36.843Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:26:36.899Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:27:27.269Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:27:27.270Z||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-10-28T05:27:27.271Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:27:27.272Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:27:27.273Z||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-10-28T05:27:27.274Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:27:36.864Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:27:36.896Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:28:27.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:28:27.272Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:28:27.272Z||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-10-28T05:28:27.272Z||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-10-28T05:28:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:28:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:28:36.901Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:28:36.931Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:29:27.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:29:27.272Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:29:27.275Z||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-10-28T05:29:27.275Z||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-10-28T05:29:27.275Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:29:27.275Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:29:36.898Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:29:36.919Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:30:27.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:30:27.272Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:30:27.272Z||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-10-28T05:30:27.272Z||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-10-28T05:30:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:30:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:30:36.839Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:30:36.879Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:31:27.269Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:31:27.271Z||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-10-28T05:31:27.271Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:31:27.272Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:31:27.272Z||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-10-28T05:31:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:31:36.836Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:31:36.836Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:32:27.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:32:27.272Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:32:27.273Z||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-10-28T05:32:27.273Z||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-10-28T05:32:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:32:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:32:36.832Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:32:36.833Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:33:27.272Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:33:27.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:33:27.276Z||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-10-28T05:33:27.276Z||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-10-28T05:33:27.276Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:33:27.276Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:33:36.836Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:33:36.884Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:34:19.996Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-10-28T05:34:27.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:34:27.272Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:34:27.272Z||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-10-28T05:34:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:34:27.272Z||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-10-28T05:34:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:34:36.822Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:34:36.824Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:35:27.269Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:35:27.270Z||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-10-28T05:35:27.271Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:35:27.272Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:35:27.272Z||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-10-28T05:35:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:35:36.827Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:35:36.825Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:36:27.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:36:27.272Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:36:27.272Z||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-10-28T05:36:27.272Z||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-10-28T05:36:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:36:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:36:36.822Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:36:36.829Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:37:27.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:37:27.271Z||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-10-28T05:37:27.272Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:37:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:37:27.272Z||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-10-28T05:37:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:37:36.838Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:37:36.838Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:38:27.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:38:27.272Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:38:27.272Z||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-10-28T05:38:27.272Z||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-10-28T05:38:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:38:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:38:36.827Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:38:36.832Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:39:27.269Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:39:27.271Z||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-10-28T05:39:27.271Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:39:27.272Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:39:27.273Z||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-10-28T05:39:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:39:36.834Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:39:36.836Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:40:27.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:40:27.271Z||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-10-28T05:40:27.271Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:40:27.272Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:40:27.272Z||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-10-28T05:40:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:40:36.829Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:40:36.848Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:41:27.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:41:27.272Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:41:27.273Z||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-10-28T05:41:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:41:27.273Z||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-10-28T05:41:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:41:36.832Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:41:36.843Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:42:27.269Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:42:27.270Z||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-10-28T05:42:27.271Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:42:27.272Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:42:27.272Z||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-10-28T05:42:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:42:36.821Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:42:36.839Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:43:27.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:43:27.272Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:43:27.272Z||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-10-28T05:43:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:43:27.272Z||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-10-28T05:43:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:43:36.834Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:43:36.834Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:44:27.269Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:44:27.271Z||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-10-28T05:44:27.271Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:44:27.272Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:44:27.272Z||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-10-28T05:44:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:44:36.837Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:44:36.836Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:45:27.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:45:27.272Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:45:27.272Z||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-10-28T05:45:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:45:27.272Z||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-10-28T05:45:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:45:36.820Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:45:36.827Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:46:27.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:46:27.272Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:46:27.272Z||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-10-28T05:46:27.272Z||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-10-28T05:46:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:46:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:46:36.838Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:46:36.842Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:47:27.269Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:47:27.270Z||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-10-28T05:47:27.270Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:47:27.272Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:47:27.272Z||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-10-28T05:47:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:47:36.828Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:47:36.836Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:48:27.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:48:27.272Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:48:27.272Z||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-10-28T05:48:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:48:27.272Z||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-10-28T05:48:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:48:36.819Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:48:36.839Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:49:27.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:49:27.272Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:49:27.272Z||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-10-28T05:49:27.272Z||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-10-28T05:49:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:49:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:49:36.824Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:49:36.824Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:50:27.272Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:50:27.272Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:50:27.277Z||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-10-28T05:50:27.277Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:50:27.277Z||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-10-28T05:50:27.278Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:50:36.828Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:50:36.828Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:51:27.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:51:27.270Z||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-10-28T05:51:27.271Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:51:27.272Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:51:27.272Z||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-10-28T05:51:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:51:36.820Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:51:36.837Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:52:27.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:52:27.271Z||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-10-28T05:52:27.272Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:52:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:52:27.272Z||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-10-28T05:52:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:52:36.813Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:52:36.820Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:53:27.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:53:27.272Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:53:27.272Z||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-10-28T05:53:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:53:27.272Z||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-10-28T05:53:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:53:36.835Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:53:36.835Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:54:27.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:54:27.270Z||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-10-28T05:54:27.270Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:54:27.272Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:54:27.272Z||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-10-28T05:54:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:54:36.821Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:54:36.824Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:55:27.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:55:27.271Z||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-10-28T05:55:27.271Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:55:27.272Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:55:27.272Z||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-10-28T05:55:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:55:36.821Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:55:36.823Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:56:27.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:56:27.272Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:56:27.273Z||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-10-28T05:56:27.273Z||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-10-28T05:56:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:56:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:56:36.828Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:56:36.864Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:57:27.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:57:27.270Z||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-10-28T05:57:27.270Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:57:27.272Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:57:27.273Z||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-10-28T05:57:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:57:36.831Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:57:36.834Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:58:27.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:58:27.272Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:58:27.272Z||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-10-28T05:58:27.272Z||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-10-28T05:58:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:58:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:58:36.820Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:58:36.838Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:59:27.271Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:59:27.272Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:59:27.274Z||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-10-28T05:59:27.274Z||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-10-28T05:59:27.274Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:59:27.274Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:59:36.821Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T05:59:36.828Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:00:27.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:00:27.270Z||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-10-28T06:00:27.270Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:00:27.272Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:00:27.272Z||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-10-28T06:00:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:00:36.823Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:00:36.831Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:01:27.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:01:27.271Z||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-10-28T06:01:27.271Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:01:27.272Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:01:27.272Z||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-10-28T06:01:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:01:36.839Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:01:36.850Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:02:27.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:02:27.270Z||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-10-28T06:02:27.270Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:02:27.271Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:02:27.272Z||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-10-28T06:02:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:02:36.818Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:02:36.826Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:03:27.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:03:27.271Z||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-10-28T06:03:27.271Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:03:27.272Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:03:27.272Z||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-10-28T06:03:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:03:36.823Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:03:36.828Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:04:27.271Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:04:27.272Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:04:27.273Z||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-10-28T06:04:27.273Z||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-10-28T06:04:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:04:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:04:36.824Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:04:36.838Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:05:27.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:05:27.270Z||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-10-28T06:05:27.271Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:05:27.272Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:05:27.272Z||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-10-28T06:05:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:05:36.815Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:05:36.820Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:06:27.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:06:27.272Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:06:27.272Z||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-10-28T06:06:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:06:27.273Z||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-10-28T06:06:27.274Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:06:36.825Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:06:36.833Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:07:27.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:07:27.272Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:07:27.273Z||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-10-28T06:07:27.273Z||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-10-28T06:07:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:07:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:07:36.825Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:07:36.831Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:08:27.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:08:27.270Z||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-10-28T06:08:27.271Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:08:27.272Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:08:27.272Z||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-10-28T06:08:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:08:36.824Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:08:36.828Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:09:27.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:09:27.272Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:09:27.272Z||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-10-28T06:09:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:09:27.273Z||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-10-28T06:09:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:09:36.825Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:09:36.830Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:10:27.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:10:27.271Z||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-10-28T06:10:27.271Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:10:27.272Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:10:27.273Z||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-10-28T06:10:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:10:36.822Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:10:36.826Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:11:27.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:11:27.271Z||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-10-28T06:11:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:11:27.272Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:11:27.272Z||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-10-28T06:11:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:11:36.836Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:11:36.843Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:12:27.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:12:27.272Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:12:27.273Z||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-10-28T06:12:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:12:27.273Z||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-10-28T06:12:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:12:36.826Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:12:36.831Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:13:27.269Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:13:27.270Z||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-10-28T06:13:27.270Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:13:27.272Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:13:27.272Z||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-10-28T06:13:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:13:36.829Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:13:36.829Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:14:27.271Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:14:27.272Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:14:27.273Z||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-10-28T06:14:27.273Z||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-10-28T06:14:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:14:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:14:36.823Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:14:36.833Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:15:27.269Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:15:27.270Z||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-10-28T06:15:27.270Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:15:27.272Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:15:27.272Z||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-10-28T06:15:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:15:36.843Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:15:36.843Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:16:27.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:16:27.271Z||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-10-28T06:16:27.271Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:16:27.272Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:16:27.272Z||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-10-28T06:16:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:16:36.844Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:16:36.850Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:17:27.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:17:27.272Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:17:27.272Z||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-10-28T06:17:27.272Z||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-10-28T06:17:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:17:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:17:27.416Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:17:27.421Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.421Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "dcae-sch",
"timestamp": 1635401828994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.446Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.446Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.446Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635401837559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.447Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.447Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "policy-id",
"timestamp": 1635401831091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.447Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.447Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "clamp",
"timestamp": 1635401839007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.447Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.448Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.448Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "dcae-sch",
"timestamp": 1635401828994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.448Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.448Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.448Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635401837559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.448Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.448Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.449Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "policy-id",
"timestamp": 1635401831091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.449Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.449Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.449Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "clamp",
"timestamp": 1635401839007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json",
"status": "NOTIFIED"
}
2021-10-28T06:17:27.449Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.449Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.449Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "dcae-sch",
"timestamp": 1635401828994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.450Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.450Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.450Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635401837559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.450Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.450Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.450Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "policy-id",
"timestamp": 1635401831091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-28T06:17:27.451Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.451Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.451Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "clamp",
"timestamp": 1635401839007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.451Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.451Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.451Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "cds",
"timestamp": 1635401841254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.451Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "dcae-sch",
"timestamp": 1635401828994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.452Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635401837559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.452Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "policy-id",
"timestamp": 1635401831091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.453Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "clamp",
"timestamp": 1635401839007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.454Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "ves-openapi-manager",
"timestamp": 1635401842272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.454Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "cds",
"timestamp": 1635401841254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.455Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "dcae-sch",
"timestamp": 1635401828994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.455Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635401837559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.456Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "policy-id",
"timestamp": 1635401831091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.456Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "clamp",
"timestamp": 1635401839007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.457Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "aai-ml",
"timestamp": 1635401843085,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.457Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "ves-openapi-manager",
"timestamp": 1635401842272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.457Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "cds",
"timestamp": 1635401841254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635401837559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "dcae-sch",
"timestamp": 1635401828994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.459Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "policy-id",
"timestamp": 1635401831091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.459Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "clamp",
"timestamp": 1635401839007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.459Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.460Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.460Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "aai-ml",
"timestamp": 1635401843085,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.460Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.460Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.460Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "ves-openapi-manager",
"timestamp": 1635401842272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.460Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "cds",
"timestamp": 1635401841254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.461Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "dcae-sch",
"timestamp": 1635401828994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.462Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635401837559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
"status": "NOTIFIED"
}
2021-10-28T06:17:27.462Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "policy-id",
"timestamp": 1635401831091,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
"status": "NOTIFIED"
}
2021-10-28T06:17:27.463Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "clamp",
"timestamp": 1635401839007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
"status": "NOTIFIED"
}
2021-10-28T06:17:27.463Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "aai-ml",
"timestamp": 1635401843085,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "ves-openapi-manager",
"timestamp": 1635401842272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "cds",
"timestamp": 1635401841254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635401845560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.465Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635401846270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:17:27.465Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:17:27.466Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.466Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "policy-id",
"timestamp": 1635401846271,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:17:27.466Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:17:27.466Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.466Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "aai-ml",
"timestamp": 1635401843085,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.466Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.466Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.467Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "ves-openapi-manager",
"timestamp": 1635401842272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.467Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.467Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.467Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "cds",
"timestamp": 1635401841254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.467Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:17:27.907Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:17:27.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"7337855d-db04-499e-be90-bf205880df46","serviceName":"vFW 2021-10-28 06-15-08","serviceVersion":"1.0","serviceUUID":"579b1d17-5aaf-4d8b-bd8b-1567faa49ca3","serviceDescription":"catalog service description","serviceInvariantUUID":"ae9efbef-0f80-4fd2-a15a-9eb1a0d5e235","resources":[{"resourceInstanceName":"vFW 611542a8-c590 0","resourceName":"vFW 611542a8-c590","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"14a8cb12-05af-4270-8af1-399f86cbd343","resourceInvariantUUID":"69263276-2878-4f83-9878-25f69673646d","resourceCustomizationUUID":"196acd9f-e14e-40fa-a3eb-4d81602db6df","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vf-license-model.xml","artifactChecksum":"NmEzNzEzY2Y2NjZhNDIzZmZkMGRiYTY2YjM3ZThhZGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"66f3aa33-2402-4bee-82c0-6c6e14ea99ca","artifactVersion":"1"},{"artifactName":"vfw611542a8c5900_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json","artifactChecksum":"MzEwNDE0MzcxN2FjOGM3MDgxYTNkZmZlMDM1NTlkYjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7c14a78a-ff45-4bd4-9a79-0054f2436017","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4cfb311d-3a8e-423f-9af8-91467acfbce1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vendor-license-model.xml","artifactChecksum":"MTk3YjAwYzFiZjhkMjdhMDQ2NGIzZDJkOWExYWU4NGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c7dc0318-4ef0-4820-a151-1298c3a8c407","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6628f183-b386-4ce2-bb2b-006c0571010e","artifactVersion":"2","generatedFromUUID":"4cfb311d-3a8e-423f-9af8-91467acfbce1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211028061508-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-template.yml","artifactChecksum":"M2MwNTU2NzJlMGQ2YTJmMmU5NzI3OTJiMzAwOTQ5NzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"666699af-9e58-4454-b80f-1ad638e9e006","artifactVersion":"1"},{"artifactName":"service-Vfw20211028061508-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar","artifactChecksum":"MDJjNzg3ZDE2Y2M4NjE5YTA4OTk0NDIzZWZkZDZhMWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5cb2a23f-968f-4ca9-8dc8-9d871e7cbaf8","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-28T06:17:27.916Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:17:27.922Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:17:27.932Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:17:27.932Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635401847270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:17:28.032Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-10-28T06:17:28.038Z||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-10-28T06:17:28.038Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:17:28.052Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:17:28.053Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:17:28.939Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:17:28.940Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:17:28.965Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:17:28.965Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635401847270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json",
"status": "NOTIFIED"
}
2021-10-28T06:17:29.045Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms
2021-10-28T06:17:29.046Z||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-10-28T06:17:29.046Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:17:29.066Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:17:29.066Z||pool-4-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:17:29.966Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:17:29.967Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:17:29.969Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:17:29.969Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635401847270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-28T06:17:30.071Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-10-28T06:17:30.072Z||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-10-28T06:17:30.072Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:17:30.084Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:17:30.084Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:17:30.970Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:17:30.971Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:17:30.975Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:17:30.975Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635401847270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:17:31.073Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-10-28T06:17:31.074Z||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-10-28T06:17:31.074Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:17:31.091Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:17:31.091Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:17:31.976Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:17:31.977Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:17:31.980Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:17:31.980Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635401847270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-28T06:17:32.080Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:17:32.081Z||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-10-28T06:17:32.081Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:17:32.094Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:17:32.095Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:17:32.982Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:17:32.983Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:17:32.987Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:17:32.987Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635401847270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:17:33.086Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-28T06:17:33.087Z||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-10-28T06:17:33.088Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:17:33.099Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:17:33.099Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:17:33.988Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:17:33.988Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:17:33.992Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:17:33.993Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635401847270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
"status": "NOTIFIED"
}
2021-10-28T06:17:34.094Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:17:34.095Z||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-10-28T06:17:34.095Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:17:34.107Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:17:34.107Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:17:35.001Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"serviceName": "vFW 2021-10-28 06-15-08",
"serviceVersion": "1.0",
"serviceUUID": "579b1d17-5aaf-4d8b-bd8b-1567faa49ca3",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ae9efbef-0f80-4fd2-a15a-9eb1a0d5e235",
"resources": [
{
"resourceInstanceName": "vFW 611542a8-c590 0",
"resourceCustomizationUUID": "196acd9f-e14e-40fa-a3eb-4d81602db6df",
"resourceName": "vFW 611542a8-c590",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "14a8cb12-05af-4270-8af1-399f86cbd343",
"resourceInvariantUUID": "69263276-2878-4f83-9878-25f69673646d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw611542a8c5900_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json",
"artifactChecksum": "MzEwNDE0MzcxN2FjOGM3MDgxYTNkZmZlMDM1NTlkYjk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7c14a78a-ff45-4bd4-9a79-0054f2436017",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4cfb311d-3a8e-423f-9af8-91467acfbce1",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6628f183-b386-4ce2-bb2b-006c0571010e",
"generatedFromUUID": "4cfb311d-3a8e-423f-9af8-91467acfbce1"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6628f183-b386-4ce2-bb2b-006c0571010e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211028061508-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
"artifactChecksum": "MDJjNzg3ZDE2Y2M4NjE5YTA4OTk0NDIzZWZkZDZhMWM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5cb2a23f-968f-4ca9-8dc8-9d871e7cbaf8"
}
],
"workloadContext": "Production"
}
2021-10-28T06:17:35.002Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-28T06:17:35.003Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 579b1d17-5aaf-4d8b-bd8b-1567faa49ca3 ASDC
2021-10-28T06:17:35.115Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:7337855d-db04-499e-be90-bf205880df46
ServiceName:vFW 2021-10-28 06-15-08
ServiceVersion:1.0
ServiceUUID:579b1d17-5aaf-4d8b-bd8b-1567faa49ca3
ServiceInvariantUUID:ae9efbef-0f80-4fd2-a15a-9eb1a0d5e235
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211028061508-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar
ArtifactUUID:5cb2a23f-968f-4ca9-8dc8-9d871e7cbaf8
ArtifactChecksum:MDJjNzg3ZDE2Y2M4NjE5YTA4OTk0NDIzZWZkZDZhMWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 611542a8-c590 0
ResourceCustomizationUUID:196acd9f-e14e-40fa-a3eb-4d81602db6df
ResourceInvariantUUID:69263276-2878-4f83-9878-25f69673646d
ResourceName:vFW 611542a8-c590
ResourceType:VF
ResourceUUID:14a8cb12-05af-4270-8af1-399f86cbd343
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw611542a8c5900_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json
ArtifactUUID:7c14a78a-ff45-4bd4-9a79-0054f2436017
ArtifactChecksum:MzEwNDE0MzcxN2FjOGM3MDgxYTNkZmZlMDM1NTlkYjk=
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/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml
ArtifactUUID:4cfb311d-3a8e-423f-9af8-91467acfbce1
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/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env
ArtifactUUID:6628f183-b386-4ce2-bb2b-006c0571010e
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/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env
ArtifactUUID:6628f183-b386-4ce2-bb2b-006c0571010e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-28T06:17:35.115Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 579b1d17-5aaf-4d8b-bd8b-1567faa49ca3 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-10-28T06:17:35.407Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-28T06:17:35.408Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-28T06:17:35.415Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-28T06:17:35.416Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5cb2a23f-968f-4ca9-8dc8-9d871e7cbaf8 from URL: /sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar
2021-10-28T06:17:35.416Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-28T06:17:35.424Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar
2021-10-28T06:17:35.594Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-28T06:17:35.612Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar 5cb2a23f-968f-4ca9-8dc8-9d871e7cbaf8 98746
2021-10-28T06:17:35.614Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar ASDC sendASDCNotification
2021-10-28T06:17:35.614Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar
2021-10-28T06:17:35.615Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:17:35.616Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:17:35.618Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:17:35.618Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635401855613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:17:35.718Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:17:35.719Z||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-10-28T06:17:35.719Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:17:35.740Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:17:35.741Z||pool-10-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:17:36.618Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-28T06:17:36.621Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-28T06:17:36.621Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 5cb2a23f-968f-4ca9-8dc8-9d871e7cbaf8, URL: /sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar to file: /app/ASDC/1/service-Vfw20211028061508-csar.csar
2021-10-28T06:17:36.622Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211028061508-csar.csar
2021-10-28T06:17:36.706Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211028061508-csar.csar
2021-10-28T06:17:36.706Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211028061508-csar.csar
2021-10-28T06:17:37.502Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8506066720656259956/Definitions/service-Vfw20211028061508-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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
2021-10-28T06:17:39.993Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-28T06:17:39.998Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-28T06:17:39.998Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211028061508-csar.csar
2021-10-28T06:17:39.998Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-10-28T06:17:39.999Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||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-Vfw20211028061508-csar.csar
2021-10-28T06:17:39.999Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||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-Vfw20211028061508-csar.csar
2021-10-28T06:17:39.999Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211028061508-csar.csar
2021-10-28T06:17:39.999Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 611542a8-c590 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-Vfw20211028061508-csar.csar
2021-10-28T06:17:39.999Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211028061508-csar.csar
2021-10-28T06:17:39.999Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211028061508-csar.csar
2021-10-28T06:17:40.000Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||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-Vfw20211028061508-csar.csar
2021-10-28T06:17:40.000Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211028061508-csar.csar
2021-10-28T06:17:40.000Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||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-Vfw20211028061508-csar.csar
2021-10-28T06:17:40.000Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211028061508-csar.csar
2021-10-28T06:17:40.000Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211028061508-csar.csar
2021-10-28T06:17:40.000Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211028061508-csar.csar
2021-10-28T06:17:40.000Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211028061508-csar.csar
2021-10-28T06:17:40.001Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-28T06:17:40.007Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:17:40.008Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-28 06-15-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:17:40.012Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vFW 611542a8-c590 0 is matching search criteria
2021-10-28T06:17:40.012Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-28T06:17:40.014Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 611542a8-c590 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-28T06:17:40.016Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:17:40.016Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-28 06-15-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:17:40.016Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vFW 611542a8-c590 0 is matching search criteria
2021-10-28T06:17:40.016Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-28T06:17:40.016Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 611542a8-c590 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-28T06:17:40.017Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:17:40.017Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-28 06-15-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:17:40.020Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:17:40.020Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vFW 611542a8-c590 0 is not matching search criteria
2021-10-28T06:17:40.021Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-28T06:17:40.021Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-28T06:17:40.021Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-28T06:17:40.021Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-28T06:17:40.021Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-28T06:17:40.022Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-28T06:17:40.022Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-28T06:17:40.022Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-28T06:17:40.022Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-28T06:17:40.022Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-28T06:17:40.023Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-28T06:17:40.023Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-28T06:17:40.023Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-28T06:17:40.023Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-28T06:17:40.023Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-28T06:17:40.024Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-28T06:17:40.024Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:17:40.024Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-28 06-15-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-28T06:17:40.025Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:17:40.025Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vFW 611542a8-c590 0 is matching search criteria
2021-10-28T06:17:40.025Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 611542a8-c590 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:17:40.026Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:17:40.026Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vFW 611542a8-c590 0 is matching search criteria
2021-10-28T06:17:40.026Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 611542a8-c590 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:17:40.027Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:17:40.027Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vFW 611542a8-c590 0 is matching search criteria
2021-10-28T06:17:40.027Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 611542a8-c590 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:17:40.027Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:17:40.027Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vFW 611542a8-c590 0 is not matching search criteria
2021-10-28T06:17:40.028Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-28T06:17:40.028Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-28T06:17:40.028Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-28T06:17:40.028Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-28T06:17:40.028Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-28T06:17:40.029Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-28T06:17:40.029Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-28T06:17:40.029Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-28T06:17:40.029Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-28T06:17:40.029Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-28T06:17:40.029Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-28T06:17:40.030Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=be1f6426-3191-4d11-9e83-e72c1cd3e5d8
2021-10-28T06:17:40.030Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:17:40.030Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vFW 611542a8-c590 0 is not matching search criteria
2021-10-28T06:17:40.030Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-28T06:17:40.030Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-28T06:17:40.031Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-28T06:17:40.031Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-28T06:17:40.031Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-28T06:17:40.031Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-28T06:17:40.031Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-28T06:17:40.032Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-28T06:17:40.032Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-28T06:17:40.032Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-28T06:17:40.032Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-28T06:17:40.032Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-28T06:17:40.033Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f832c345-be0f-44bc-92c3-7612b4230b75
2021-10-28T06:17:40.033Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:17:40.033Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vFW 611542a8-c590 0 is not matching search criteria
2021-10-28T06:17:40.033Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-28T06:17:40.033Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-28T06:17:40.034Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-28T06:17:40.034Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-28T06:17:40.034Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-28T06:17:40.034Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-28T06:17:40.034Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-28T06:17:40.034Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-28T06:17:40.035Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-28T06:17:40.035Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-28T06:17:40.035Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-28T06:17:40.035Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-28T06:17:40.035Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1a0c3e29-4d58-402a-b7f3-1e0ff6b82b54
2021-10-28T06:17:40.036Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:17:40.036Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-28 06-15-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:17:40.036Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:17:40.036Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-28 06-15-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:17:40.036Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:17:40.037Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-28 06-15-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:17:40.037Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:17:40.037Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-28 06-15-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:17:40.037Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-10-28 06-15-08
Description:catalog service description
Model UUID:579b1d17-5aaf-4d8b-bd8b-1567faa49ca3
Model Version:NULL
Model InvariantUuid:ae9efbef-0f80-4fd2-a15a-9eb1a0d5e235
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 611542a8-c590
Model UUID:22debacb-7aa0-451d-a73d-d9af98cbecfc
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:69263276-2878-4f83-9878-25f69673646d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:196acd9f-e14e-40fa-a3eb-4d81602db6df
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:76493b88-7a35-4526-b383-d090d9701530
ModelName:Vfw611542a8C590..base_vfw..module-0
ModelUuid:764b9427-d1e4-42f2-9c58-07857e5f8962
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:be1f6426-3191-4d11-9e83-e72c1cd3e5d8
ModelInvariantUuid:7c50e3e6-bf33-4297-a14c-d423e022d5f2
ModelName:vFW 611542a8-c590-nodes.vfwCvfc
ModelUuid:22713116-b91b-4f06-b429-21e5a6ba416b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:8e47bc71-bd7d-4a6b-a15d-3b469b09675c
ModelInvariantUuid:aebaf55a-3de5-4585-880c-5f1700da2115
ModelName:Vfw611542a8C590.compute.nodes.heat.vfw
ModelUuid:768c9b82-d8eb-4caf-8c68-a379f6df481f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f832c345-be0f-44bc-92c3-7612b4230b75
ModelInvariantUuid:b47a1e60-228d-46af-ba8d-a392e172aded
ModelName:vFW 611542a8-c590-nodes.vsnCvfc
ModelUuid:36ad75f3-fe2a-4a87-9561-5585be841c18
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:50d5b5cb-b876-4525-be10-94117fcc1a9e
ModelInvariantUuid:f5924887-f255-4591-8a00-3915c68a4956
ModelName:Vfw611542a8C590.compute.nodes.heat.vsn
ModelUuid:4f97e7e3-3058-424f-92cb-19d9b524c33e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:1a0c3e29-4d58-402a-b7f3-1e0ff6b82b54
ModelInvariantUuid:621e2a87-30c1-4f00-b25a-f6774e99c6ce
ModelName:vFW 611542a8-c590-nodes.vpgCvfc
ModelUuid:4da1b7d6-19e4-4985-9bbc-c6f354990eb9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:f3f219b5-1ca4-42d3-a63a-267a97d2dde3
ModelInvariantUuid:a1ef7154-0c81-439f-88b8-b42bf7434329
ModelName:Vfw611542a8C590.compute.nodes.heat.vpg
ModelUuid:45f0bd71-e962-4db8-b358-7ce9ea24b143
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-28T06:17:40.057Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 14a8cb12-05af-4270-8af1-399f86cbd343
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-28T06:17:40.164Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||vFW 611542a8-c590 0
2021-10-28T06:17:40.171Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 14a8cb12-05af-4270-8af1-399f86cbd343
2021-10-28T06:17:40.171Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7c14a78a-ff45-4bd4-9a79-0054f2436017 from URL: /sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json
2021-10-28T06:17:40.171Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-28T06:17:40.171Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json
2021-10-28T06:17:40.286Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-28T06:17:40.287Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json 7c14a78a-ff45-4bd4-9a79-0054f2436017 785
2021-10-28T06:17:40.287Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json ASDC sendASDCNotification
2021-10-28T06:17:40.287Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json
2021-10-28T06:17:40.287Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:17:40.288Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:17:40.290Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:17:40.291Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635401860287,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:17:40.391Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:17:40.392Z||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-10-28T06:17:40.392Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:17:40.406Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:17:40.407Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:17:41.292Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw611542a8C590..base_vfw..module-0",
"vfModuleModelInvariantUUID": "76493b88-7a35-4526-b383-d090d9701530",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "764b9427-d1e4-42f2-9c58-07857e5f8962",
"vfModuleModelCustomizationUUID": "d94bf357-6a73-47c1-af8a-8882a80267a9",
"isBase": true,
"artifacts": [
"4cfb311d-3a8e-423f-9af8-91467acfbce1",
"6628f183-b386-4ce2-bb2b-006c0571010e"
],
"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-10-28T06:17:41.306Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw611542a8C590..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:764b9427-d1e4-42f2-9c58-07857e5f8962
VfModuleModelInvariantUUID:76493b88-7a35-4526-b383-d090d9701530
VfModuleModelDescription:NULL
Artifacts UUID List:{
4cfb311d-3a8e-423f-9af8-91467acfbce1
,
6628f183-b386-4ce2-bb2b-006c0571010e
}
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-10-28T06:17:41.308Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw611542a8C590..base_vfw..module-0",
"vfModuleModelInvariantUUID": "76493b88-7a35-4526-b383-d090d9701530",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "764b9427-d1e4-42f2-9c58-07857e5f8962",
"vfModuleModelCustomizationUUID": "d94bf357-6a73-47c1-af8a-8882a80267a9",
"isBase": true,
"artifacts": [
"4cfb311d-3a8e-423f-9af8-91467acfbce1",
"6628f183-b386-4ce2-bb2b-006c0571010e"
],
"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-10-28T06:17:41.308Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw611542a8C590..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:764b9427-d1e4-42f2-9c58-07857e5f8962
VfModuleModelInvariantUUID:76493b88-7a35-4526-b383-d090d9701530
VfModuleModelDescription:NULL
Artifacts UUID List:{
4cfb311d-3a8e-423f-9af8-91467acfbce1
,
6628f183-b386-4ce2-bb2b-006c0571010e
}
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-10-28T06:17:41.308Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4cfb311d-3a8e-423f-9af8-91467acfbce1 from URL: /sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml
2021-10-28T06:17:41.308Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-28T06:17:41.308Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml
2021-10-28T06:17:41.474Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-28T06:17:41.475Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml 4cfb311d-3a8e-423f-9af8-91467acfbce1 20368
2021-10-28T06:17:41.475Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-28T06:17:41.475Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml
2021-10-28T06:17:41.475Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:17:41.475Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:17:41.477Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:17:41.477Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635401861475,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:17:41.578Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-28T06:17:41.578Z||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-10-28T06:17:41.579Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:17:41.590Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:17:41.591Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:17:42.478Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6628f183-b386-4ce2-bb2b-006c0571010e from URL: /sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env
2021-10-28T06:17:42.478Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-28T06:17:42.479Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env
2021-10-28T06:17:42.642Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-28T06:17:42.642Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env 6628f183-b386-4ce2-bb2b-006c0571010e 2098
2021-10-28T06:17:42.643Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-28T06:17:42.643Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env
2021-10-28T06:17:42.643Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:17:42.643Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:17:42.646Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:17:42.646Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635401862643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:17:42.746Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:17:42.746Z||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-10-28T06:17:42.747Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:17:42.770Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:17:42.770Z||pool-13-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":2,"count":1}
2021-10-28T06:17:43.646Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 579b1d17-5aaf-4d8b-bd8b-1567faa49ca3
2021-10-28T06:17:43.647Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 611542a8-c590 0 14a8cb12-05af-4270-8af1-399f86cbd343 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-28T06:17:43.677Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2e440d1a, org.onap.sdc.toscaparser.api.parameters.Input@6fe17d16, org.onap.sdc.toscaparser.api.parameters.Input@7c6de276, org.onap.sdc.toscaparser.api.parameters.Input@5b98fb72, org.onap.sdc.toscaparser.api.parameters.Input@55ba11c6]
2021-10-28T06:17:43.680Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:17:43.681Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-28 06-15-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:17:43.681Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2021-10-28T06:17:43.681Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 196acd9f-e14e-40fa-a3eb-4d81602db6df
2021-10-28T06:17:43.681Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 196acd9f-e14e-40fa-a3eb-4d81602db6df matches Tosca VF Customization UUID: 196acd9f-e14e-40fa-a3eb-4d81602db6df
2021-10-28T06:17:43.681Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 196acd9f-e14e-40fa-a3eb-4d81602db6df matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-28T06:17:43.687Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:17:43.687Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-28 06-15-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:17:43.688Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 196acd9f-e14e-40fa-a3eb-4d81602db6df: {\"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-10-28T06:17:43.688Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2a97bb4d
2021-10-28T06:17:43.689Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:17:43.689Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-28 06-15-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-28T06:17:43.689Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d94bf357-6a73-47c1-af8a-8882a80267a9
2021-10-28T06:17:43.690Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d94bf357-6a73-47c1-af8a-8882a80267a9
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-28T06:17:43.695Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:17:43.696Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vFW 611542a8-c590 0 is matching search criteria
2021-10-28T06:17:43.696Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 611542a8-c590 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:17:43.696Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:17:43.697Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vFW 611542a8-c590 0 is matching search criteria
2021-10-28T06:17:43.697Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 611542a8-c590 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:17:43.697Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:17:43.697Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vFW 611542a8-c590 0 is not matching search criteria
2021-10-28T06:17:43.697Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-28T06:17:43.697Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-28T06:17:43.698Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-28T06:17:43.698Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-28T06:17:43.698Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-28T06:17:43.698Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-28T06:17:43.698Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-28T06:17:43.698Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-28T06:17:43.698Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-28T06:17:43.699Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-28T06:17:43.699Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-28T06:17:43.699Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=be1f6426-3191-4d11-9e83-e72c1cd3e5d8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-28T06:17:43.705Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:17:43.705Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vFW 611542a8-c590 0 is matching search criteria
2021-10-28T06:17:43.705Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 611542a8-c590 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:17:43.705Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:17:43.705Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vFW 611542a8-c590 0 is not matching search criteria
2021-10-28T06:17:43.705Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-28T06:17:43.706Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-28T06:17:43.706Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-28T06:17:43.706Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-28T06:17:43.706Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-28T06:17:43.706Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-28T06:17:43.706Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-28T06:17:43.707Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-28T06:17:43.707Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-28T06:17:43.707Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-28T06:17:43.707Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-28T06:17:43.710Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-28T06:17:43.711Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f832c345-be0f-44bc-92c3-7612b4230b75
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-28T06:17:43.713Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:17:43.713Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vFW 611542a8-c590 0 is matching search criteria
2021-10-28T06:17:43.713Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 611542a8-c590 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:17:43.715Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:17:43.716Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vFW 611542a8-c590 0 is not matching search criteria
2021-10-28T06:17:43.716Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-28T06:17:43.716Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-28T06:17:43.716Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-28T06:17:43.716Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-28T06:17:43.717Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-28T06:17:43.717Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-28T06:17:43.717Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-28T06:17:43.717Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-28T06:17:43.717Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-28T06:17:43.718Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-28T06:17:43.718Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-28T06:17:43.718Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-28T06:17:43.718Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1a0c3e29-4d58-402a-b7f3-1e0ff6b82b54
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-28T06:17:43.720Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:17:43.720Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vFW 611542a8-c590 0 is matching search criteria
2021-10-28T06:17:43.720Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 611542a8-c590 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:17:43.721Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:17:43.721Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vFW 611542a8-c590 0 is matching search criteria
2021-10-28T06:17:43.721Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 611542a8-c590 0] matching following query criteria: sdcType=VF, customizationUUID=196acd9f-e14e-40fa-a3eb-4d81602db6df
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-28T06:17:43.723Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:17:43.723Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-28 06-15-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:17:43.724Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 579b1d17-5aaf-4d8b-bd8b-1567faa49ca3: vFW 611542a8-c590
2021-10-28T06:17:43.724Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:17:43.724Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-28 06-15-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:17:43.724Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:17:43.724Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-28 06-15-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:17:43.725Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:17:43.725Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-28 06-15-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:17:43.725Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:17:43.725Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-28 06-15-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:17:43.725Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:17:43.726Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-28 06-15-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:17:43.726Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2021-10-28 06-15-08
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:17:43.983Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 611542a8-c590 14a8cb12-05af-4270-8af1-399f86cbd343 1 ASDC deployResourceStructure
2021-10-28T06:17:43.984Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json ASDC sendASDCNotification
2021-10-28T06:17:43.984Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json
2021-10-28T06:17:43.984Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-28T06:17:43.985Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:17:43.986Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:17:43.987Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635401863984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json",
"status": "DEPLOY_OK"
}
2021-10-28T06:17:44.087Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:17:44.088Z||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-10-28T06:17:44.088Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:17:44.102Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:17:44.102Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:17:44.988Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-28T06:17:44.988Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml
2021-10-28T06:17:44.988Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-28T06:17:44.988Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:17:44.990Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:17:44.991Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635401864987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-10-28T06:17:45.091Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:17:45.092Z||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-10-28T06:17:45.092Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:17:45.105Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:17:45.106Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:17:45.992Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-28T06:17:45.992Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env
2021-10-28T06:17:45.993Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-28T06:17:45.994Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:17:45.996Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:17:45.996Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635401865992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-10-28T06:17:46.096Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-28T06:17:46.098Z||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-10-28T06:17:46.098Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:17:46.111Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:17:46.111Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:17:46.997Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar ASDC sendASDCNotification
2021-10-28T06:17:46.998Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar
2021-10-28T06:17:46.998Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-28T06:17:46.998Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:17:47.000Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:17:47.001Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635401866997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-28T06:17:47.101Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:17:47.101Z||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-10-28T06:17:47.102Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:17:47.114Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:17:47.114Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:17:48.002Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7337855d-db04-499e-be90-bf205880df46
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-28T06:17:48.024Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7337855d-db04-499e-be90-bf205880df46
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-10-28T06:17:48.026Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:17:48.026Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-28T06:17:48.026Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-28T06:18:18.027Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7337855d-db04-499e-be90-bf205880df46
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-28T06:18:18.051Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7337855d-db04-499e-be90-bf205880df46
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-10-28T06:18:18.053Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:18:18.054Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-28T06:18:18.054Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-28T06:18:27.273Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:18:27.274Z||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-10-28T06:18:27.274Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:18:27.308Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:18:27.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:18:27.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635401845560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json",
"status": "NOTIFIED"
}
2021-10-28T06:18:27.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2021-10-28T06:18:48.054Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7337855d-db04-499e-be90-bf205880df46
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-28T06:18:48.063Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7337855d-db04-499e-be90-bf205880df46
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-10-28T06:18:48.065Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:18:48.065Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-28T06:18:48.065Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-28T06:19:18.066Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7337855d-db04-499e-be90-bf205880df46
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-28T06:19:18.078Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7337855d-db04-499e-be90-bf205880df46
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-10-28T06:19:18.079Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:19:18.080Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-28T06:19:18.080Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-28T06:19:27.272Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:19:27.273Z||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-10-28T06:19:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:19:27.314Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:19:27.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:19:27.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "policy-id",
"timestamp": 1635401847280,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-28T06:19:27.316Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:19:48.082Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7337855d-db04-499e-be90-bf205880df46
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-28T06:19:48.115Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7337855d-db04-499e-be90-bf205880df46
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-10-28T06:19:48.119Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:19:48.119Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-28T06:19:48.119Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-28T06:20:18.120Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7337855d-db04-499e-be90-bf205880df46
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-28T06:20:18.130Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7337855d-db04-499e-be90-bf205880df46
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-10-28T06:20:18.132Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:20:18.132Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-28T06:20:18.132Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-28T06:20:27.272Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:20:27.274Z||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-10-28T06:20:27.274Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:20:27.806Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:20:27.809Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.809Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "aai-ml",
"timestamp": 1635401843085,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:20:27.810Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:20:27.810Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.810Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635401847270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:20:27.810Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:20:27.810Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.810Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "ves-openapi-manager",
"timestamp": 1635401842272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:20:27.810Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:20:27.810Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.811Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "cds",
"timestamp": 1635401841254,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
"status": "NOTIFIED"
}
2021-10-28T06:20:27.811Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:20:27.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.811Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635401845560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-28T06:20:27.811Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:20:27.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.811Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "policy-id",
"timestamp": 1635401848285,
"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-10-28T06:20:27.821Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7337855d-db04-499e-be90-bf205880df46
2021-10-28T06:20:27.821Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7337855d-db04-499e-be90-bf205880df46 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-10-28T06:20:27.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "aai-ml",
"timestamp": 1635401843085,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:20:27.838Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:20:27.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635401847270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json",
"status": "NOTIFIED"
}
2021-10-28T06:20:27.839Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:20:27.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "ves-openapi-manager",
"timestamp": 1635401842272,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:20:27.839Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:20:27.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635401845560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:20:27.839Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:20:27.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "aai-ml",
"timestamp": 1635401843085,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
"status": "NOTIFIED"
}
2021-10-28T06:20:27.840Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:20:27.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635401847270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-28T06:20:27.840Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:20:27.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "cds",
"timestamp": 1635401849966,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:20:27.840Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:20:27.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635401845560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-28T06:20:27.841Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:20:27.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635401847270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:20:27.841Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:20:27.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "cds",
"timestamp": 1635401851007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-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-10-28T06:20:27.845Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7337855d-db04-499e-be90-bf205880df46
2021-10-28T06:20:27.846Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7337855d-db04-499e-be90-bf205880df46 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-10-28T06:20:27.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "aai-ml",
"timestamp": 1635401851182,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:20:27.854Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:20:27.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635401845560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:20:27.854Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:20:27.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635401851562,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-28T06:20:27.855Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:20:27.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635401847270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-28T06:20:27.855Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:20:27.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635401845560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
"status": "NOTIFIED"
}
2021-10-28T06:20:27.855Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:20:27.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635401852580,
"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-10-28T06:20:27.863Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7337855d-db04-499e-be90-bf205880df46
2021-10-28T06:20:27.863Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7337855d-db04-499e-be90-bf205880df46 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-10-28T06:20:27.873Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.874Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635401847270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:20:27.874Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:20:27.874Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.874Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635401853492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:20:27.874Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:20:27.874Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.874Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635401847270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
"status": "NOTIFIED"
}
2021-10-28T06:20:27.874Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:20:27.874Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.875Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635401854807,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:20:27.875Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:20:27.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.875Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635401855613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:20:27.875Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:20:27.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.875Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "clamp",
"timestamp": 1635401855834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:20:27.875Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:20:27.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.876Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635401855998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:20:27.876Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:20:27.876Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.876Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635401857498,
"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-10-28T06:20:27.880Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7337855d-db04-499e-be90-bf205880df46
2021-10-28T06:20:27.881Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7337855d-db04-499e-be90-bf205880df46 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-10-28T06:20:27.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "clamp",
"timestamp": 1635401857843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-28T06:20:27.887Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:20:27.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635401858501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json",
"status": "DEPLOY_OK"
}
2021-10-28T06:20:27.888Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:20:27.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "clamp",
"timestamp": 1635401858848,
"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-10-28T06:20:27.892Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7337855d-db04-499e-be90-bf205880df46
2021-10-28T06:20:27.892Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7337855d-db04-499e-be90-bf205880df46 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-10-28T06:20:27.903Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.903Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635401860287,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:20:27.904Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:20:27.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635401861475,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:20:27.904Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:20:27.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635401862643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:20:27.904Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:20:27.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635401863984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json",
"status": "DEPLOY_OK"
}
2021-10-28T06:20:27.905Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:20:27.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635401864987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-10-28T06:20:27.905Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:20:27.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635401865992,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-10-28T06:20:27.905Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:20:27.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635401866997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-28T06:20:27.905Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:20:27.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "aai-ml",
"timestamp": 1635401867962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-28T06:20:27.906Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:20:27.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "aai-ml",
"timestamp": 1635401868968,
"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-10-28T06:20:27.910Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7337855d-db04-499e-be90-bf205880df46
2021-10-28T06:20:27.910Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7337855d-db04-499e-be90-bf205880df46 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-10-28T06:20:48.133Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7337855d-db04-499e-be90-bf205880df46
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-28T06:20:48.145Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7337855d-db04-499e-be90-bf205880df46
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-10-28T06:20:48.148Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:20:48.149Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-28T06:20:48.149Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-28T06:20:48.149Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-28T06:20:48.149Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-28T06:20:48.149Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-28T06:20:48.150Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-28T06:20:48.150Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-28T06:20:48.150Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-28T06:20:48.150Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-28T06:20:48.150Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:20:48.157Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-28T06:21:18.157Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7337855d-db04-499e-be90-bf205880df46 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-10-28T06:21:18.169Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7337855d-db04-499e-be90-bf205880df46 and serviceModelVersionId: 579b1d17-5aaf-4d8b-bd8b-1567faa49ca3
2021-10-28T06:21:18.169Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ae9efbef-0f80-4fd2-a15a-9eb1a0d5e235
2021-10-28T06:21:27.273Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:21:27.277Z||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-10-28T06:21:27.277Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:21:32.640Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ae9efbef-0f80-4fd2-a15a-9eb1a0d5e235/model-vers/model-ver/579b1d17-5aaf-4d8b-bd8b-1567faa49ca3?depth=0
2021-10-28T06:21:32.750Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-10-28T06:21:33.236Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae9efbef-0f80-4fd2-a15a-9eb1a0d5e235/model-vers/model-ver/579b1d17-5aaf-4d8b-bd8b-1567faa49ca3?depth=0|INFO|500||Invoke
2021-10-28T06:21:33.256Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae9efbef-0f80-4fd2-a15a-9eb1a0d5e235/model-vers/model-ver/579b1d17-5aaf-4d8b-bd8b-1567faa49ca3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae9efbef-0f80-4fd2-a15a-9eb1a0d5e235/model-vers/model-ver/579b1d17-5aaf-4d8b-bd8b-1567faa49ca3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7337855d-db04-499e-be90-bf205880df46], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3d1e8021-8e19-4dbf-b668-48d00b97fffc], X-ECOMP-RequestID=[7337855d-db04-499e-be90-bf205880df46], X-TransactionId=[], X-ONAP-RequestID=[7337855d-db04-499e-be90-bf205880df46], Content-Type=[application/merge-patch+json]}
2021-10-28T06:21:33.383Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae9efbef-0f80-4fd2-a15a-9eb1a0d5e235/model-vers/model-ver/579b1d17-5aaf-4d8b-bd8b-1567faa49ca3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-28T06:21:33.725Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae9efbef-0f80-4fd2-a15a-9eb1a0d5e235/model-vers/model-ver/579b1d17-5aaf-4d8b-bd8b-1567faa49ca3?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae9efbef-0f80-4fd2-a15a-9eb1a0d5e235/model-vers/model-ver/579b1d17-5aaf-4d8b-bd8b-1567faa49ca3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211028-06:21:33:393-27168], vertex-id=[172160], Content-Length=[0], Date=[Thu, 28 Oct 2021 06:21:33 GMT], Content-Type=[application/json]}
2021-10-28T06:21:33.727Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae9efbef-0f80-4fd2-a15a-9eb1a0d5e235/model-vers/model-ver/579b1d17-5aaf-4d8b-bd8b-1567faa49ca3?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-28T06:21:33.728Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae9efbef-0f80-4fd2-a15a-9eb1a0d5e235/model-vers/model-ver/579b1d17-5aaf-4d8b-bd8b-1567faa49ca3?depth=0|INFO|500||InvokeReturn
2021-10-28T06:21:33.731Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-28T06:21:33.732Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-28T06:21:33.740Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-28T06:21:33.741Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7337855d-db04-499e-be90-bf205880df46 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-28T06:21:33.742Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-28T06:21:33.743Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:21:33.745Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:21:33.746Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402093742,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-28T06:21:33.846Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:21:33.847Z||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-10-28T06:21:33.847Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:21:33.863Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:21:33.864Z||pool-18-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:21:34.518Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:21:34.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:21:34.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7337855d-db04-499e-be90-bf205880df46",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402093742,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-28T06:21:34.520Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-28T06:21:34.764Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:21:34.765Z||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-10-28T06:21:34.765Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:21:39.932Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:21:39.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-28T06:21:39.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"f95a1858-72f5-4462-ac90-9a28b44ed708","serviceName":"basic_onboard_ktRlFl","serviceVersion":"1.0","serviceUUID":"e11cdbec-75bf-4798-9e79-606752be5a08","serviceDescription":"service","serviceInvariantUUID":"d116b663-9f1d-448f-af14-e4cb5676ad0f","resources":[{"resourceInstanceName":"basic_onboard_ktRlFl 0","resourceName":"basic_onboard_ktRlFl","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"77076f45-54b3-4a7f-8d06-bf79c5c5a6f0","resourceInvariantUUID":"459ff2cd-7470-488c-813a-0ff305ed9521","resourceCustomizationUUID":"4737d379-a8ce-45a5-8874-56ecc2076180","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vf-license-model.xml","artifactChecksum":"ZmJlZGM5OWY4MmViYjJjZGUwZGMwNmMxZWI3Mjc2ZGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ae95f426-0c5e-4b33-97dd-483a413c4889","artifactVersion":"1"},{"artifactName":"basic_onboard_ktrlfl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json","artifactChecksum":"ZjZhNDhkZTU5ZDRiZjQ5NGYwOGRmNDQ0MTQwMzRiMjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7796b0c7-0af4-42aa-9214-ecbf45656438","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6e0093da-ff88-4e65-98f1-74cc430e9720","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"068c0020-bea0-4703-a347-8ebc7f9ab740","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"12c6c3a6-18ab-4199-b557-b4a78db3fdd9","artifactVersion":"2","generatedFromUUID":"6e0093da-ff88-4e65-98f1-74cc430e9720"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardKtrlfl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-template.yml","artifactChecksum":"ZTVjZjA1YTNmNTlhNzZhYTllYjVkN2JiYjFiYmM2NTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5568b8d7-4e75-4957-90d8-001155cf7336","artifactVersion":"1"},{"artifactName":"service-BasicOnboardKtrlfl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar","artifactChecksum":"MWFiZDcwMzUzZThmYTI2YWU5MWRkMTVmYmU5ZjA4MWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"345dd193-48ef-41f6-b28f-34314d4c8f18","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-28T06:21:39.936Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:21:39.936Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:21:39.938Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:21:39.938Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402094764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:21:40.038Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:21:40.039Z||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-10-28T06:21:40.039Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:21:40.058Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:21:40.059Z||pool-19-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:21:40.938Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:21:40.939Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:21:40.941Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:21:40.942Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402094764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json",
"status": "NOTIFIED"
}
2021-10-28T06:21:41.042Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:21:41.043Z||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-10-28T06:21:41.043Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:21:41.058Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:21:41.059Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:21:41.943Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:21:41.945Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:21:41.947Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:21:41.947Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402094764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-28T06:21:42.047Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:21:42.048Z||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-10-28T06:21:42.048Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:21:42.078Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:21:42.078Z||pool-21-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:21:42.947Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:21:42.948Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:21:42.955Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:21:42.955Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402094764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:21:43.050Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-10-28T06:21:43.051Z||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-10-28T06:21:43.052Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:21:43.072Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:21:43.073Z||pool-22-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:21:43.957Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:21:43.958Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:21:43.961Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:21:43.961Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402094764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-28T06:21:44.062Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:21:44.063Z||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-10-28T06:21:44.063Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:21:44.075Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:21:44.075Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:21:44.962Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:21:44.963Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:21:44.965Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:21:44.965Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402094764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:21:45.065Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:21:45.066Z||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-10-28T06:21:45.066Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:21:45.077Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:21:45.078Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:21:45.966Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:21:45.966Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:21:45.968Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:21:45.969Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402094764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
"status": "NOTIFIED"
}
2021-10-28T06:21:46.069Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:21:46.070Z||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-10-28T06:21:46.070Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:21:46.141Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:21:46.142Z||pool-25-thread-1|||||INFO|500||cambria reply ok (73 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:21:46.977Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"serviceName": "basic_onboard_ktRlFl",
"serviceVersion": "1.0",
"serviceUUID": "e11cdbec-75bf-4798-9e79-606752be5a08",
"serviceDescription": "service",
"serviceInvariantUUID": "d116b663-9f1d-448f-af14-e4cb5676ad0f",
"resources": [
{
"resourceInstanceName": "basic_onboard_ktRlFl 0",
"resourceCustomizationUUID": "4737d379-a8ce-45a5-8874-56ecc2076180",
"resourceName": "basic_onboard_ktRlFl",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "77076f45-54b3-4a7f-8d06-bf79c5c5a6f0",
"resourceInvariantUUID": "459ff2cd-7470-488c-813a-0ff305ed9521",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ktrlfl0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json",
"artifactChecksum": "ZjZhNDhkZTU5ZDRiZjQ5NGYwOGRmNDQ0MTQwMzRiMjc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7796b0c7-0af4-42aa-9214-ecbf45656438",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "6e0093da-ff88-4e65-98f1-74cc430e9720",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "12c6c3a6-18ab-4199-b557-b4a78db3fdd9",
"generatedFromUUID": "6e0093da-ff88-4e65-98f1-74cc430e9720"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "12c6c3a6-18ab-4199-b557-b4a78db3fdd9",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardKtrlfl-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
"artifactChecksum": "MWFiZDcwMzUzZThmYTI2YWU5MWRkMTVmYmU5ZjA4MWQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "345dd193-48ef-41f6-b28f-34314d4c8f18"
}
],
"workloadContext": "Production"
}
2021-10-28T06:21:46.977Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-28T06:21:46.977Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e11cdbec-75bf-4798-9e79-606752be5a08 ASDC
2021-10-28T06:21:46.978Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:f95a1858-72f5-4462-ac90-9a28b44ed708
ServiceName:basic_onboard_ktRlFl
ServiceVersion:1.0
ServiceUUID:e11cdbec-75bf-4798-9e79-606752be5a08
ServiceInvariantUUID:d116b663-9f1d-448f-af14-e4cb5676ad0f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardKtrlfl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar
ArtifactUUID:345dd193-48ef-41f6-b28f-34314d4c8f18
ArtifactChecksum:MWFiZDcwMzUzZThmYTI2YWU5MWRkMTVmYmU5ZjA4MWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ktRlFl 0
ResourceCustomizationUUID:4737d379-a8ce-45a5-8874-56ecc2076180
ResourceInvariantUUID:459ff2cd-7470-488c-813a-0ff305ed9521
ResourceName:basic_onboard_ktRlFl
ResourceType:VF
ResourceUUID:77076f45-54b3-4a7f-8d06-bf79c5c5a6f0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ktrlfl0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json
ArtifactUUID:7796b0c7-0af4-42aa-9214-ecbf45656438
ArtifactChecksum:ZjZhNDhkZTU5ZDRiZjQ5NGYwOGRmNDQ0MTQwMzRiMjc=
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/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml
ArtifactUUID:6e0093da-ff88-4e65-98f1-74cc430e9720
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/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env
ArtifactUUID:12c6c3a6-18ab-4199-b557-b4a78db3fdd9
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/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env
ArtifactUUID:12c6c3a6-18ab-4199-b557-b4a78db3fdd9
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-28T06:21:46.979Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e11cdbec-75bf-4798-9e79-606752be5a08 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-10-28T06:21:47.016Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-28T06:21:47.017Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-28T06:21:47.017Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-28T06:21:47.017Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 345dd193-48ef-41f6-b28f-34314d4c8f18 from URL: /sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar
2021-10-28T06:21:47.018Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-28T06:21:47.018Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar
2021-10-28T06:21:47.446Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-28T06:21:47.449Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar 345dd193-48ef-41f6-b28f-34314d4c8f18 71366
2021-10-28T06:21:47.450Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar ASDC sendASDCNotification
2021-10-28T06:21:47.450Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar
2021-10-28T06:21:47.450Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:21:47.450Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:21:47.452Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:21:47.452Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402107450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:21:47.552Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:21:47.553Z||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-10-28T06:21:47.553Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:21:47.566Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:21:47.566Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:21:48.453Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-28T06:21:48.454Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-28T06:21:48.454Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 345dd193-48ef-41f6-b28f-34314d4c8f18, URL: /sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar to file: /app/ASDC/1/service-BasicOnboardKtrlfl-csar.csar
2021-10-28T06:21:48.454Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardKtrlfl-csar.csar
2021-10-28T06:21:48.455Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardKtrlfl-csar.csar
2021-10-28T06:21:48.455Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardKtrlfl-csar.csar
2021-10-28T06:21:48.668Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12656955099739014314/Definitions/service-BasicOnboardKtrlfl-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-10-28T06:21:49.764Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-28T06:21:49.765Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-28T06:21:49.765Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardKtrlfl-csar.csar
2021-10-28T06:21:49.765Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-28T06:21:49.765Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ktRlFl 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-BasicOnboardKtrlfl-csar.csar
2021-10-28T06:21:49.766Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||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-BasicOnboardKtrlfl-csar.csar
2021-10-28T06:21:49.766Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKtrlfl-csar.csar
2021-10-28T06:21:49.766Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKtrlfl-csar.csar
2021-10-28T06:21:49.766Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKtrlfl-csar.csar
2021-10-28T06:21:49.766Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardKtrlfl-csar.csar
2021-10-28T06:21:49.766Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKtrlfl-csar.csar
2021-10-28T06:21:49.767Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKtrlfl-csar.csar
2021-10-28T06:21:49.767Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardKtrlfl-csar.csar
2021-10-28T06:21:49.767Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-28T06:21:49.767Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:21:49.767Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ktRlFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:21:49.768Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ktRlFl 0 is matching search criteria
2021-10-28T06:21:49.768Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-28T06:21:49.768Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ktRlFl 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-28T06:21:49.768Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:21:49.769Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ktRlFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:21:49.769Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ktRlFl 0 is matching search criteria
2021-10-28T06:21:49.769Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-28T06:21:49.769Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ktRlFl 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-28T06:21:49.770Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:21:49.770Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ktRlFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:21:49.770Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:21:49.770Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ktRlFl 0 is not matching search criteria
2021-10-28T06:21:49.770Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-28T06:21:49.771Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-28T06:21:49.771Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-28T06:21:49.771Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-28T06:21:49.771Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-28T06:21:49.771Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:21:49.772Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ktRlFl is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-28T06:21:49.772Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:21:49.772Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ktRlFl 0 is matching search criteria
2021-10-28T06:21:49.772Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ktRlFl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:21:49.773Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:21:49.773Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ktRlFl 0 is matching search criteria
2021-10-28T06:21:49.773Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ktRlFl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:21:49.773Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:21:49.774Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ktRlFl 0 is matching search criteria
2021-10-28T06:21:49.774Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ktRlFl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:21:49.774Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:21:49.774Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ktRlFl 0 is not matching search criteria
2021-10-28T06:21:49.774Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-28T06:21:49.775Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-28T06:21:49.775Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=004b3e21-56fc-4906-9e80-0b69797dabcd
2021-10-28T06:21:49.775Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:21:49.775Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ktRlFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:21:49.776Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:21:49.776Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ktRlFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:21:49.776Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:21:49.776Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ktRlFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:21:49.776Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:21:49.776Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ktRlFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:21:49.777Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_ktRlFl
Description:service
Model UUID:e11cdbec-75bf-4798-9e79-606752be5a08
Model Version:NULL
Model InvariantUuid:d116b663-9f1d-448f-af14-e4cb5676ad0f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_ktRlFl
Model UUID:cfb01b9d-4538-425a-bacd-dee4ae68b277
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:459ff2cd-7470-488c-813a-0ff305ed9521
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:4737d379-a8ce-45a5-8874-56ecc2076180
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c941ed2e-60d6-4963-8e9e-7f4ab9020ee8
ModelName:BasicOnboardKtrlfl..base_ubuntu18..module-0
ModelUuid:20d4b38b-ba52-477e-bf5b-866190c0605a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:004b3e21-56fc-4906-9e80-0b69797dabcd
ModelInvariantUuid:b69e2945-6723-4c54-b9f3-d30046134448
ModelName:basic_onboard_ktRlFl-nodes.ubuntu18Cvfc
ModelUuid:5f04896b-6929-4638-bc68-18f16aea5252
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:589beb33-39fb-44f2-9a69-d655ac6cc154
ModelInvariantUuid:1fa0086c-2a8b-412a-a5b9-fde25c3a4237
ModelName:BasicOnboardKtrlfl.compute.nodes.heat.ubuntu18
ModelUuid:0e95aa72-e580-437a-952d-c0bd106a3be3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-28T06:21:49.785Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 77076f45-54b3-4a7f-8d06-bf79c5c5a6f0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-28T06:21:49.788Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||basic_onboard_ktRlFl 0
2021-10-28T06:21:49.788Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 77076f45-54b3-4a7f-8d06-bf79c5c5a6f0
2021-10-28T06:21:49.788Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7796b0c7-0af4-42aa-9214-ecbf45656438 from URL: /sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json
2021-10-28T06:21:49.788Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-28T06:21:49.788Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json
2021-10-28T06:21:50.477Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-28T06:21:50.478Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json 7796b0c7-0af4-42aa-9214-ecbf45656438 798
2021-10-28T06:21:50.478Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json ASDC sendASDCNotification
2021-10-28T06:21:50.478Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json
2021-10-28T06:21:50.478Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:21:50.479Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:21:50.481Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:21:50.481Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402110478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:21:50.581Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:21:50.582Z||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-10-28T06:21:50.582Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:21:50.598Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:21:50.598Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:21:51.482Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardKtrlfl..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c941ed2e-60d6-4963-8e9e-7f4ab9020ee8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "20d4b38b-ba52-477e-bf5b-866190c0605a",
"vfModuleModelCustomizationUUID": "7efdbc78-5771-4bca-9f00-e847aa2443d9",
"isBase": true,
"artifacts": [
"6e0093da-ff88-4e65-98f1-74cc430e9720",
"12c6c3a6-18ab-4199-b557-b4a78db3fdd9"
],
"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-10-28T06:21:51.487Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKtrlfl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:20d4b38b-ba52-477e-bf5b-866190c0605a
VfModuleModelInvariantUUID:c941ed2e-60d6-4963-8e9e-7f4ab9020ee8
VfModuleModelDescription:NULL
Artifacts UUID List:{
6e0093da-ff88-4e65-98f1-74cc430e9720
,
12c6c3a6-18ab-4199-b557-b4a78db3fdd9
}
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-10-28T06:21:51.490Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardKtrlfl..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c941ed2e-60d6-4963-8e9e-7f4ab9020ee8",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "20d4b38b-ba52-477e-bf5b-866190c0605a",
"vfModuleModelCustomizationUUID": "7efdbc78-5771-4bca-9f00-e847aa2443d9",
"isBase": true,
"artifacts": [
"6e0093da-ff88-4e65-98f1-74cc430e9720",
"12c6c3a6-18ab-4199-b557-b4a78db3fdd9"
],
"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-10-28T06:21:51.490Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKtrlfl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:20d4b38b-ba52-477e-bf5b-866190c0605a
VfModuleModelInvariantUUID:c941ed2e-60d6-4963-8e9e-7f4ab9020ee8
VfModuleModelDescription:NULL
Artifacts UUID List:{
6e0093da-ff88-4e65-98f1-74cc430e9720
,
12c6c3a6-18ab-4199-b557-b4a78db3fdd9
}
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-10-28T06:21:51.490Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6e0093da-ff88-4e65-98f1-74cc430e9720 from URL: /sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml
2021-10-28T06:21:51.491Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-28T06:21:51.491Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml
2021-10-28T06:21:51.595Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-28T06:21:51.595Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml 6e0093da-ff88-4e65-98f1-74cc430e9720 5033
2021-10-28T06:21:51.596Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-28T06:21:51.596Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml
2021-10-28T06:21:51.596Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:21:51.597Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:21:51.599Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:21:51.599Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402111596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:21:51.699Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:21:51.700Z||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-10-28T06:21:51.700Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:21:51.716Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:21:51.716Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:21:52.600Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 12c6c3a6-18ab-4199-b557-b4a78db3fdd9 from URL: /sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env
2021-10-28T06:21:52.601Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-28T06:21:52.601Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env
2021-10-28T06:21:52.797Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-28T06:21:52.797Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env 12c6c3a6-18ab-4199-b557-b4a78db3fdd9 909
2021-10-28T06:21:52.798Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-28T06:21:52.798Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env
2021-10-28T06:21:52.798Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:21:52.798Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:21:52.800Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:21:52.800Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402112798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:21:52.900Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:21:52.901Z||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-10-28T06:21:52.901Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:21:52.938Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:21:52.939Z||pool-29-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:21:53.801Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: e11cdbec-75bf-4798-9e79-606752be5a08
2021-10-28T06:21:53.801Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ktRlFl 0 77076f45-54b3-4a7f-8d06-bf79c5c5a6f0 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-28T06:21:53.818Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7caa2ff0, org.onap.sdc.toscaparser.api.parameters.Input@7c76f555, org.onap.sdc.toscaparser.api.parameters.Input@8232339, org.onap.sdc.toscaparser.api.parameters.Input@680d40c4, org.onap.sdc.toscaparser.api.parameters.Input@4575279a]
2021-10-28T06:21:53.820Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:21:53.820Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ktRlFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:21:53.821Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2021-10-28T06:21:53.821Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 4737d379-a8ce-45a5-8874-56ecc2076180
2021-10-28T06:21:53.821Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4737d379-a8ce-45a5-8874-56ecc2076180 matches Tosca VF Customization UUID: 4737d379-a8ce-45a5-8874-56ecc2076180
2021-10-28T06:21:53.821Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 4737d379-a8ce-45a5-8874-56ecc2076180 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-28T06:21:53.825Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:21:53.826Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ktRlFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:21:53.826Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 4737d379-a8ce-45a5-8874-56ecc2076180: {\"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-10-28T06:21:53.827Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1d40067f
2021-10-28T06:21:53.827Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:21:53.827Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ktRlFl is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-28T06:21:53.828Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7efdbc78-5771-4bca-9f00-e847aa2443d9
2021-10-28T06:21:53.828Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7efdbc78-5771-4bca-9f00-e847aa2443d9
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-28T06:21:53.831Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:21:53.832Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ktRlFl 0 is matching search criteria
2021-10-28T06:21:53.832Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ktRlFl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:21:53.832Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:21:53.833Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ktRlFl 0 is matching search criteria
2021-10-28T06:21:53.833Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ktRlFl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:21:53.834Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:21:53.834Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ktRlFl 0 is not matching search criteria
2021-10-28T06:21:53.835Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-28T06:21:53.835Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-28T06:21:53.835Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=004b3e21-56fc-4906-9e80-0b69797dabcd
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-28T06:21:53.838Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:21:53.838Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ktRlFl 0 is matching search criteria
2021-10-28T06:21:53.839Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ktRlFl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:21:53.839Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:21:53.840Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ktRlFl 0 is matching search criteria
2021-10-28T06:21:53.840Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ktRlFl 0] matching following query criteria: sdcType=VF, customizationUUID=4737d379-a8ce-45a5-8874-56ecc2076180
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-28T06:21:53.842Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:21:53.842Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ktRlFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:21:53.843Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid e11cdbec-75bf-4798-9e79-606752be5a08: basic_onboard_ktRlFl
2021-10-28T06:21:53.843Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:21:53.843Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ktRlFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:21:53.843Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:21:53.844Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ktRlFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:21:53.844Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:21:53.844Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ktRlFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:21:53.845Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:21:53.845Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ktRlFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:21:53.845Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:21:53.845Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ktRlFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:21:53.846Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_ktRlFl
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:21:53.945Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ktRlFl 77076f45-54b3-4a7f-8d06-bf79c5c5a6f0 1 ASDC deployResourceStructure
2021-10-28T06:21:53.946Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json ASDC sendASDCNotification
2021-10-28T06:21:53.946Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json
2021-10-28T06:21:53.946Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-28T06:21:53.946Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:21:53.953Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:21:53.953Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402113946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-28T06:21:54.049Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-10-28T06:21:54.050Z||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-10-28T06:21:54.050Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:21:54.064Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:21:54.064Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:21:54.954Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-28T06:21:54.955Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml
2021-10-28T06:21:54.955Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-28T06:21:54.955Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:21:54.957Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:21:54.958Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402114954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-28T06:21:55.057Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-28T06:21:55.058Z||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-10-28T06:21:55.058Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:21:55.072Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:21:55.072Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:21:55.959Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-28T06:21:55.959Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env
2021-10-28T06:21:55.959Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-28T06:21:55.960Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:21:55.965Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:21:55.966Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402115959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-28T06:21:56.063Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-10-28T06:21:56.064Z||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-10-28T06:21:56.064Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:21:56.084Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:21:56.084Z||pool-32-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:21:56.971Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar ASDC sendASDCNotification
2021-10-28T06:21:56.972Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar
2021-10-28T06:21:56.972Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-28T06:21:56.973Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:21:56.975Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:21:56.975Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402116971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-28T06:21:57.075Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:21:57.076Z||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-10-28T06:21:57.076Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:21:57.092Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:21:57.092Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:21:57.976Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f95a1858-72f5-4462-ac90-9a28b44ed708
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-28T06:21:57.986Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f95a1858-72f5-4462-ac90-9a28b44ed708
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-10-28T06:21:57.989Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:21:57.989Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-28T06:21:57.989Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-28T06:22:27.272Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:22:27.273Z||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-10-28T06:22:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:22:27.905Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:22:27.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "dcae-sch",
"timestamp": 1635402088994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.909Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "policy-id",
"timestamp": 1635402091091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.909Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "dcae-sch",
"timestamp": 1635402088994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.909Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "policy-id",
"timestamp": 1635402091091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.909Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "cds",
"timestamp": 1635402096252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.910Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "dcae-sch",
"timestamp": 1635402088994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.910Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "policy-id",
"timestamp": 1635402091091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-28T06:22:27.910Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "cds",
"timestamp": 1635402096252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.911Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "dcae-sch",
"timestamp": 1635402088994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.911Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "policy-id",
"timestamp": 1635402091091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.911Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "cds",
"timestamp": 1635402096252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.911Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "dcae-sch",
"timestamp": 1635402088994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.912Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "policy-id",
"timestamp": 1635402091091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.912Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "cds",
"timestamp": 1635402096252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.912Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402094764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.913Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "dcae-sch",
"timestamp": 1635402088994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.913Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "policy-id",
"timestamp": 1635402091091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "cds",
"timestamp": 1635402096252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402094764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json",
"status": "NOTIFIED"
}
2021-10-28T06:22:27.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "policy-id",
"timestamp": 1635402091091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
"status": "NOTIFIED"
}
2021-10-28T06:22:27.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "dcae-sch",
"timestamp": 1635402088994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.916Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "cds",
"timestamp": 1635402096252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.916Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402094764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-28T06:22:27.916Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "ves-openapi-manager",
"timestamp": 1635402102272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.917Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "cds",
"timestamp": 1635402096252,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
"status": "NOTIFIED"
}
2021-10-28T06:22:27.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402094764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "policy-id",
"timestamp": 1635402103556,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:22:27.918Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:22:27.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "ves-openapi-manager",
"timestamp": 1635402102272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.919Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402094764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-28T06:22:27.920Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.920Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "cds",
"timestamp": 1635402104351,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:22:27.920Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:22:27.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.920Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "policy-id",
"timestamp": 1635402104562,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-28T06:22:27.921Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:22:27.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "ves-openapi-manager",
"timestamp": 1635402102272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.921Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402094764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.921Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "cds",
"timestamp": 1635402105360,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-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-10-28T06:22:27.927Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f95a1858-72f5-4462-ac90-9a28b44ed708
2021-10-28T06:22:27.927Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f95a1858-72f5-4462-ac90-9a28b44ed708 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-10-28T06:22:27.937Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.937Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "policy-id",
"timestamp": 1635402105565,
"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-10-28T06:22:27.941Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f95a1858-72f5-4462-ac90-9a28b44ed708
2021-10-28T06:22:27.941Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f95a1858-72f5-4462-ac90-9a28b44ed708 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-10-28T06:22:27.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "ves-openapi-manager",
"timestamp": 1635402102272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.948Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402094764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
"status": "NOTIFIED"
}
2021-10-28T06:22:27.948Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.949Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.949Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635402105561,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.949Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.949Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.949Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "ves-openapi-manager",
"timestamp": 1635402102272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.949Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.949Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.949Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635402105561,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json",
"status": "NOTIFIED"
}
2021-10-28T06:22:27.949Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.949Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.949Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402107450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:22:27.950Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:22:27.950Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.950Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "ves-openapi-manager",
"timestamp": 1635402102272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.950Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.950Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.950Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635402107557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.950Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.950Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.951Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635402105561,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-10-28T06:22:27.951Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.951Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.951Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "ves-openapi-manager",
"timestamp": 1635402102272,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.951Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.951Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.951Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635402107557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.952Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.952Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.952Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635402105561,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.952Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.952Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.952Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "clamp",
"timestamp": 1635402109007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.953Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635402107557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.953Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635402105561,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-10-28T06:22:27.953Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402110478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:22:27.954Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:22:27.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "clamp",
"timestamp": 1635402109007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json",
"status": "NOTIFIED"
}
2021-10-28T06:22:27.954Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635402107557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.954Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635402105561,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402111596,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:22:27.955Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:22:27.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "clamp",
"timestamp": 1635402109007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635402107557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635402105561,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
"status": "NOTIFIED"
}
2021-10-28T06:22:27.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "clamp",
"timestamp": 1635402109007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402112798,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:22:27.956Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:22:27.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635402107557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635402113341,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:22:27.957Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:22:27.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "clamp",
"timestamp": 1635402109007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "aai-ml",
"timestamp": 1635402113085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402113946,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-28T06:22:27.958Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:22:27.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635402107557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
"status": "NOTIFIED"
}
2021-10-28T06:22:27.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635402114419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:22:27.958Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:22:27.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "clamp",
"timestamp": 1635402109007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "aai-ml",
"timestamp": 1635402113085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402114954,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-10-28T06:22:27.959Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:22:27.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635402115395,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:22:27.959Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:22:27.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635402115584,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:22:27.960Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:22:27.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "clamp",
"timestamp": 1635402109007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
"status": "NOTIFIED"
}
2021-10-28T06:22:27.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "aai-ml",
"timestamp": 1635402113085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402115959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-10-28T06:22:27.961Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:22:27.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635402116604,
"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-10-28T06:22:27.965Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f95a1858-72f5-4462-ac90-9a28b44ed708
2021-10-28T06:22:27.965Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f95a1858-72f5-4462-ac90-9a28b44ed708 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-10-28T06:22:27.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "aai-ml",
"timestamp": 1635402113085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.971Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402116971,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-28T06:22:27.971Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:22:27.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635402117610,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json",
"status": "DEPLOY_OK"
}
2021-10-28T06:22:27.972Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:22:27.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "aai-ml",
"timestamp": 1635402113085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.972Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635402117846,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-28T06:22:27.972Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:22:27.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "aai-ml",
"timestamp": 1635402113085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.973Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635402118851,
"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-10-28T06:22:27.977Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f95a1858-72f5-4462-ac90-9a28b44ed708
2021-10-28T06:22:27.978Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f95a1858-72f5-4462-ac90-9a28b44ed708 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-10-28T06:22:27.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "aai-ml",
"timestamp": 1635402113085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
"status": "NOTIFIED"
}
2021-10-28T06:22:27.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-10-28T06:22:27.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "aai-ml",
"timestamp": 1635402120870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:22:27.986Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:22:27.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "clamp",
"timestamp": 1635402127883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:22:27.987Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:22:27.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "clamp",
"timestamp": 1635402130885,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-28T06:22:27.987Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:22:27.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "aai-ml",
"timestamp": 1635402131652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-28T06:22:27.987Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:22:27.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "clamp",
"timestamp": 1635402131888,
"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-10-28T06:22:27.990Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f95a1858-72f5-4462-ac90-9a28b44ed708
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-28T06:22:27.992Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f95a1858-72f5-4462-ac90-9a28b44ed708
2021-10-28T06:22:27.992Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f95a1858-72f5-4462-ac90-9a28b44ed708 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 (?, ?, ?, ?, ?)
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-10-28T06:22:27.999Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f95a1858-72f5-4462-ac90-9a28b44ed708
2021-10-28T06:22:27.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "aai-ml",
"timestamp": 1635402132659,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-28T06:22:28.002Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:22:28.002Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-28T06:22:28.002Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-28T06:22:28.003Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f95a1858-72f5-4462-ac90-9a28b44ed708
2021-10-28T06:22:28.003Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f95a1858-72f5-4462-ac90-9a28b44ed708 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-10-28T06:22:58.003Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f95a1858-72f5-4462-ac90-9a28b44ed708
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-28T06:22:58.026Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f95a1858-72f5-4462-ac90-9a28b44ed708
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-10-28T06:22:58.028Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:22:58.029Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-28T06:22:58.029Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-28T06:22:58.029Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-28T06:22:58.029Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-28T06:22:58.029Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-28T06:22:58.029Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-28T06:22:58.029Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-28T06:22:58.029Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-28T06:22:58.029Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-10-28T06:22:58.030Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:22:58.035Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-28T06:23:27.272Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:23:27.273Z||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-10-28T06:23:27.274Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:23:28.036Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f95a1858-72f5-4462-ac90-9a28b44ed708 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-10-28T06:23:28.044Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f95a1858-72f5-4462-ac90-9a28b44ed708 and serviceModelVersionId: e11cdbec-75bf-4798-9e79-606752be5a08
2021-10-28T06:23:28.044Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d116b663-9f1d-448f-af14-e4cb5676ad0f
2021-10-28T06:23:28.045Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d116b663-9f1d-448f-af14-e4cb5676ad0f/model-vers/model-ver/e11cdbec-75bf-4798-9e79-606752be5a08?depth=0
2021-10-28T06:23:28.052Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-10-28T06:23:28.109Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d116b663-9f1d-448f-af14-e4cb5676ad0f/model-vers/model-ver/e11cdbec-75bf-4798-9e79-606752be5a08?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-10-28T06:23:28.111Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d116b663-9f1d-448f-af14-e4cb5676ad0f/model-vers/model-ver/e11cdbec-75bf-4798-9e79-606752be5a08?depth=0|INFO|500||Invoke
2021-10-28T06:23:28.141Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d116b663-9f1d-448f-af14-e4cb5676ad0f/model-vers/model-ver/e11cdbec-75bf-4798-9e79-606752be5a08?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-10-28T06:23:28.665Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d116b663-9f1d-448f-af14-e4cb5676ad0f/model-vers/model-ver/e11cdbec-75bf-4798-9e79-606752be5a08?depth=0|INFO|500||InvokeReturn
2021-10-28T06:23:28.666Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d116b663-9f1d-448f-af14-e4cb5676ad0f/model-vers/model-ver/e11cdbec-75bf-4798-9e79-606752be5a08?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211028-06:23:28:148-49443], vertex-id=[217288], Content-Length=[0], Date=[Thu, 28 Oct 2021 06:23:28 GMT], Content-Type=[application/json]}
2021-10-28T06:23:28.667Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-10-28T06:23:28.667Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-28T06:23:28.667Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-28T06:23:28.673Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-10-28T06:23:28.673Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f95a1858-72f5-4462-ac90-9a28b44ed708 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-28T06:23:28.674Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-28T06:23:28.674Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:23:28.677Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:23:28.677Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402208674,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-28T06:23:28.779Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:23:28.784Z||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-10-28T06:23:28.784Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:23:28.802Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:23:28.804Z||pool-34-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:23:29.424Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:23:29.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-28T06:23:29.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402208674,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-28T06:23:29.426Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-28T06:23:29.694Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:23:29.695Z|f95a1858-72f5-4462-ac90-9a28b44ed708|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-10-28T06:23:29.696Z|f95a1858-72f5-4462-ac90-9a28b44ed708|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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:23:39.341Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:23:39.342Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:23:39.343Z|f95a1858-72f5-4462-ac90-9a28b44ed708|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-10-28T06:23:39.343Z|f95a1858-72f5-4462-ac90-9a28b44ed708|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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:23:48.890Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:23:48.891Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:23:48.892Z|f95a1858-72f5-4462-ac90-9a28b44ed708|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-10-28T06:23:48.892Z|f95a1858-72f5-4462-ac90-9a28b44ed708|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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:23:58.441Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:23:58.441Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:23:58.442Z|f95a1858-72f5-4462-ac90-9a28b44ed708|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-10-28T06:23:58.442Z|f95a1858-72f5-4462-ac90-9a28b44ed708|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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:24:08.005Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:24:08.008Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:24:08.009Z|f95a1858-72f5-4462-ac90-9a28b44ed708|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-10-28T06:24:08.009Z|f95a1858-72f5-4462-ac90-9a28b44ed708|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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:24:17.595Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:24:27.270Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:24:27.271Z|f95a1858-72f5-4462-ac90-9a28b44ed708|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-10-28T06:24:27.272Z|f95a1858-72f5-4462-ac90-9a28b44ed708|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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:24:27.272Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:24:27.272Z||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-10-28T06:24:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:24:36.831Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:24:36.831Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:25:27.269Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:25:27.270Z|f95a1858-72f5-4462-ac90-9a28b44ed708|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-10-28T06:25:27.271Z|f95a1858-72f5-4462-ac90-9a28b44ed708|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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:25:27.272Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:25:27.272Z||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-10-28T06:25:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:25:36.840Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:25:36.850Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:26:27.270Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:26:27.272Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:26:27.272Z||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-10-28T06:26:27.272Z|f95a1858-72f5-4462-ac90-9a28b44ed708|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-10-28T06:26:27.272Z|f95a1858-72f5-4462-ac90-9a28b44ed708|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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:26:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:26:36.819Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:26:36.822Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:27:27.271Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:27:27.272Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:27:27.274Z||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-10-28T06:27:27.274Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:27:27.274Z|f95a1858-72f5-4462-ac90-9a28b44ed708|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-10-28T06:27:27.274Z|f95a1858-72f5-4462-ac90-9a28b44ed708|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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:27:36.824Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:27:36.845Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:28:27.269Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:28:27.271Z||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-10-28T06:28:27.271Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:28:27.272Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:28:27.272Z||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-10-28T06:28:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:28:36.854Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:28:36.854Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:29:27.271Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:29:27.272Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:29:27.272Z||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-10-28T06:29:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:29:27.273Z||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-10-28T06:29:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:29:36.827Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:29:36.841Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:30:27.269Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:30:27.271Z||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-10-28T06:30:27.271Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:30:27.272Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:30:27.272Z||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-10-28T06:30:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:30:27.901Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:30:27.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"8d8708ab-9fb7-41b8-bae5-db38496fa4f9","serviceName":"vFW 2021-10-28 06-28-16","serviceVersion":"1.0","serviceUUID":"6751eb6f-6ab3-4e5c-9dc4-302b3e50190c","serviceDescription":"catalog service description","serviceInvariantUUID":"6734fee8-5036-4de3-a0d3-b16f6f4175bf","resources":[{"resourceInstanceName":"vFW 6e10606c-07f4 0","resourceName":"vFW 6e10606c-07f4","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a6f9639f-1988-4b1b-ac34-f64174d17a29","resourceInvariantUUID":"3f9c6be5-7d59-4f62-b462-a3c540bcca30","resourceCustomizationUUID":"1054b64c-11c7-4d29-98ed-c6eda06927c6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vf-license-model.xml","artifactChecksum":"MDRiNGU5NzVjNmJhZjJiNzI4M2Q5ZGExMmYyMzhlYmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dac487aa-278f-478c-a195-4268a4d042a1","artifactVersion":"1"},{"artifactName":"vfw6e10606c07f40_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json","artifactChecksum":"MDg4MmU5MjFjYTBlOWI4OWMwMTk2Yjc4Yjk4Nzk4NTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"24a20d0d-d7fc-4f68-9122-f2f07b0c4872","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"20a54075-cf36-478f-a6a2-953cfa5044f7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vendor-license-model.xml","artifactChecksum":"YjhmY2JiM2U0NDdlZDAzNGJjMmU1MmZjZmY2OWU1NWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"59dc3e7b-8655-497c-8ed7-241aa7e52e75","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"eab454fb-de40-42dd-aa11-b7c911b87305","artifactVersion":"2","generatedFromUUID":"20a54075-cf36-478f-a6a2-953cfa5044f7"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211028062816-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-template.yml","artifactChecksum":"MjEzMWNlMDZkZjUwZjE5OTllODJjMzc5OWUzMzcxMDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"22459cba-b192-4699-b96c-b7a4679ba82c","artifactVersion":"1"},{"artifactName":"service-Vfw20211028062816-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar","artifactChecksum":"MDk3YzdkNDU4ZmEwNTY3YWQzOTE2YTg1MDk0NjBjZmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7e475f04-297b-4e2e-a23c-782f3c63029f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-28T06:30:27.909Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:30:27.909Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:30:27.911Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:30:27.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "dcae-sch",
"timestamp": 1635402588994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.914Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:30:27.915Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402627269,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "clamp",
"timestamp": 1635402589007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635402587556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "policy-id",
"timestamp": 1635402591092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "cds",
"timestamp": 1635402591252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "aai-ml",
"timestamp": 1635402593085,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.917Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "clamp",
"timestamp": 1635402589007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json",
"status": "NOTIFIED"
}
2021-10-28T06:30:27.917Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "dcae-sch",
"timestamp": 1635402588994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.917Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "policy-id",
"timestamp": 1635402591092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635402587556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "aai-ml",
"timestamp": 1635402593085,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "cds",
"timestamp": 1635402591252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "clamp",
"timestamp": 1635402589007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "policy-id",
"timestamp": 1635402591092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-28T06:30:27.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635402587556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "dcae-sch",
"timestamp": 1635402588994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "aai-ml",
"timestamp": 1635402593085,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "cds",
"timestamp": 1635402591252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "clamp",
"timestamp": 1635402589007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "policy-id",
"timestamp": 1635402591092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "dcae-sch",
"timestamp": 1635402588994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635402587556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "aai-ml",
"timestamp": 1635402593085,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "cds",
"timestamp": 1635402591252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "clamp",
"timestamp": 1635402589007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635402587556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "dcae-sch",
"timestamp": 1635402588994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "policy-id",
"timestamp": 1635402591092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "aai-ml",
"timestamp": 1635402593085,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "cds",
"timestamp": 1635402591252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "clamp",
"timestamp": 1635402589007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "dcae-sch",
"timestamp": 1635402588994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635402587556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "policy-id",
"timestamp": 1635402591092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "aai-ml",
"timestamp": 1635402593085,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.927Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "cds",
"timestamp": 1635402591252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.927Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1635402602273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.927Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "clamp",
"timestamp": 1635402589007,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
"status": "NOTIFIED"
}
2021-10-28T06:30:27.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "policy-id",
"timestamp": 1635402591092,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
"status": "NOTIFIED"
}
2021-10-28T06:30:27.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "dcae-sch",
"timestamp": 1635402588994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635402587556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
"status": "NOTIFIED"
}
2021-10-28T06:30:27.929Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "aai-ml",
"timestamp": 1635402593085,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
"status": "NOTIFIED"
}
2021-10-28T06:30:27.929Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "cds",
"timestamp": 1635402591252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
"status": "NOTIFIED"
}
2021-10-28T06:30:27.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1635402602273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "policy-id",
"timestamp": 1635402604777,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:30:27.930Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:30:27.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635402604853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:30:27.931Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:30:27.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "cds",
"timestamp": 1635402604871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:30:27.931Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:30:27.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "aai-ml",
"timestamp": 1635402604853,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:30:27.931Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:30:27.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1635402602273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "policy-id",
"timestamp": 1635402605782,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-28T06:30:27.932Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:30:27.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "cds",
"timestamp": 1635402605882,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-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-10-28T06:30:27.952Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8d8708ab-9fb7-41b8-bae5-db38496fa4f9
2021-10-28T06:30:27.953Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d8708ab-9fb7-41b8-bae5-db38496fa4f9 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-10-28T06:30:27.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1635402602273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.962Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.962Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635402605560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.962Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.962Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "policy-id",
"timestamp": 1635402606787,
"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-10-28T06:30:27.967Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8d8708ab-9fb7-41b8-bae5-db38496fa4f9
2021-10-28T06:30:27.967Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d8708ab-9fb7-41b8-bae5-db38496fa4f9 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-10-28T06:30:27.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1635402602273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.977Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635402605560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json",
"status": "NOTIFIED"
}
2021-10-28T06:30:27.977Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1635402602273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.978Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635402605560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-28T06:30:27.978Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635402608252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-28T06:30:27.978Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:30:27.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1635402602273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635402605560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1635402609256,
"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-10-28T06:30:27.985Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8d8708ab-9fb7-41b8-bae5-db38496fa4f9
2021-10-28T06:30:27.985Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d8708ab-9fb7-41b8-bae5-db38496fa4f9 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-10-28T06:30:27.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635402605560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-28T06:30:27.993Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635402605560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.993Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635402605560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
"status": "NOTIFIED"
}
2021-10-28T06:30:27.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2021-10-28T06:30:27.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635402613498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:30:27.994Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:30:27.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635402614700,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:30:27.994Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:30:27.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635402615796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:30:27.995Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:30:27.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "aai-ml",
"timestamp": 1635402615883,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-28T06:30:27.995Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:30:27.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635402616824,
"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-10-28T06:30:27.999Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8d8708ab-9fb7-41b8-bae5-db38496fa4f9
2021-10-28T06:30:28.000Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d8708ab-9fb7-41b8-bae5-db38496fa4f9 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-10-28T06:30:28.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:28.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "aai-ml",
"timestamp": 1635402616888,
"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-10-28T06:30:28.012Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-10-28T06:30:28.012Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8d8708ab-9fb7-41b8-bae5-db38496fa4f9
2021-10-28T06:30:28.013Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d8708ab-9fb7-41b8-bae5-db38496fa4f9 and ComponentName AAI
2021-10-28T06:30:28.013Z||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-10-28T06:30:28.014Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-10-28T06:30:28.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:28.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "clamp",
"timestamp": 1635402616964,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:30:28.022Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:30:28.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:28.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1635402617831,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json",
"status": "DEPLOY_OK"
}
2021-10-28T06:30:28.023Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:30:28.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:28.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "clamp",
"timestamp": 1635402618973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
"status": "DEPLOY_OK"
}
2021-10-28T06:30:28.023Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:30:28.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:28.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "clamp",
"timestamp": 1635402619976,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
2021-10-28T06:30:28.026Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:30:28.027Z||pool-35-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-10-28T06:30:28.030Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8d8708ab-9fb7-41b8-bae5-db38496fa4f9
2021-10-28T06:30:28.030Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d8708ab-9fb7-41b8-bae5-db38496fa4f9 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-10-28T06:30:28.915Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:30:28.916Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:30:28.948Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:30:28.949Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402627269,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json",
"status": "NOTIFIED"
}
2021-10-28T06:30:29.018Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 69 ms
2021-10-28T06:30:29.019Z||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-10-28T06:30:29.019Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:30:29.029Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:30:29.029Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:30:29.950Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:30:29.951Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:30:29.953Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:30:29.953Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402627269,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-10-28T06:30:30.053Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:30:30.054Z||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-10-28T06:30:30.054Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:30:30.065Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:30:30.065Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:30:30.954Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:30:30.955Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:30:30.958Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:30:30.958Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402627269,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:31.058Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:30:31.059Z||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-10-28T06:30:31.059Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:30:31.075Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:30:31.075Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:30:31.959Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:30:31.960Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:30:31.962Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:30:31.962Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402627269,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-10-28T06:30:32.062Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:30:32.063Z||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-10-28T06:30:32.063Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:30:32.079Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:30:32.080Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:30:32.963Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:30:32.964Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:30:32.966Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:30:32.966Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402627269,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-template.yml",
"status": "NOT_NOTIFIED"
}
2021-10-28T06:30:33.067Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-28T06:30:33.067Z||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-10-28T06:30:33.068Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:30:33.081Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:30:33.082Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:30:33.967Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:30:33.968Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:30:33.971Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:30:33.971Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402627269,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
"status": "NOTIFIED"
}
2021-10-28T06:30:34.071Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:30:34.072Z||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-10-28T06:30:34.073Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:30:34.087Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:30:34.087Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:30:34.972Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"serviceName": "vFW 2021-10-28 06-28-16",
"serviceVersion": "1.0",
"serviceUUID": "6751eb6f-6ab3-4e5c-9dc4-302b3e50190c",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "6734fee8-5036-4de3-a0d3-b16f6f4175bf",
"resources": [
{
"resourceInstanceName": "vFW 6e10606c-07f4 0",
"resourceCustomizationUUID": "1054b64c-11c7-4d29-98ed-c6eda06927c6",
"resourceName": "vFW 6e10606c-07f4",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a6f9639f-1988-4b1b-ac34-f64174d17a29",
"resourceInvariantUUID": "3f9c6be5-7d59-4f62-b462-a3c540bcca30",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw6e10606c07f40_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json",
"artifactChecksum": "MDg4MmU5MjFjYTBlOWI4OWMwMTk2Yjc4Yjk4Nzk4NTg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "24a20d0d-d7fc-4f68-9122-f2f07b0c4872",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "20a54075-cf36-478f-a6a2-953cfa5044f7",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "eab454fb-de40-42dd-aa11-b7c911b87305",
"generatedFromUUID": "20a54075-cf36-478f-a6a2-953cfa5044f7"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "eab454fb-de40-42dd-aa11-b7c911b87305",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211028062816-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
"artifactChecksum": "MDk3YzdkNDU4ZmEwNTY3YWQzOTE2YTg1MDk0NjBjZmE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7e475f04-297b-4e2e-a23c-782f3c63029f"
}
],
"workloadContext": "Production"
}
2021-10-28T06:30:34.973Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-28T06:30:34.973Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6751eb6f-6ab3-4e5c-9dc4-302b3e50190c ASDC
2021-10-28T06:30:34.974Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:8d8708ab-9fb7-41b8-bae5-db38496fa4f9
ServiceName:vFW 2021-10-28 06-28-16
ServiceVersion:1.0
ServiceUUID:6751eb6f-6ab3-4e5c-9dc4-302b3e50190c
ServiceInvariantUUID:6734fee8-5036-4de3-a0d3-b16f6f4175bf
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211028062816-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar
ArtifactUUID:7e475f04-297b-4e2e-a23c-782f3c63029f
ArtifactChecksum:MDk3YzdkNDU4ZmEwNTY3YWQzOTE2YTg1MDk0NjBjZmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6e10606c-07f4 0
ResourceCustomizationUUID:1054b64c-11c7-4d29-98ed-c6eda06927c6
ResourceInvariantUUID:3f9c6be5-7d59-4f62-b462-a3c540bcca30
ResourceName:vFW 6e10606c-07f4
ResourceType:VF
ResourceUUID:a6f9639f-1988-4b1b-ac34-f64174d17a29
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6e10606c07f40_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json
ArtifactUUID:24a20d0d-d7fc-4f68-9122-f2f07b0c4872
ArtifactChecksum:MDg4MmU5MjFjYTBlOWI4OWMwMTk2Yjc4Yjk4Nzk4NTg=
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/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml
ArtifactUUID:20a54075-cf36-478f-a6a2-953cfa5044f7
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/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env
ArtifactUUID:eab454fb-de40-42dd-aa11-b7c911b87305
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/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env
ArtifactUUID:eab454fb-de40-42dd-aa11-b7c911b87305
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-10-28T06:30:34.974Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6751eb6f-6ab3-4e5c-9dc4-302b3e50190c 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-10-28T06:30:35.015Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-28T06:30:35.016Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-28T06:30:35.016Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-28T06:30:35.016Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7e475f04-297b-4e2e-a23c-782f3c63029f from URL: /sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar
2021-10-28T06:30:35.017Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-28T06:30:35.017Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar
2021-10-28T06:30:35.178Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-28T06:30:35.183Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar 7e475f04-297b-4e2e-a23c-782f3c63029f 98712
2021-10-28T06:30:35.191Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar ASDC sendASDCNotification
2021-10-28T06:30:35.191Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar
2021-10-28T06:30:35.191Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:30:35.192Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:30:35.215Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:30:35.215Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402635191,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:30:35.294Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 79 ms
2021-10-28T06:30:35.295Z||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-10-28T06:30:35.295Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:30:35.307Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:30:35.308Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:30:36.220Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-28T06:30:36.223Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-28T06:30:36.223Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 7e475f04-297b-4e2e-a23c-782f3c63029f, URL: /sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar to file: /app/ASDC/1/service-Vfw20211028062816-csar.csar
2021-10-28T06:30:36.224Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211028062816-csar.csar
2021-10-28T06:30:36.224Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211028062816-csar.csar
2021-10-28T06:30:36.224Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211028062816-csar.csar
2021-10-28T06:30:36.662Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17645945195748368218/Definitions/service-Vfw20211028062816-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-10-28T06:30:38.580Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-28T06:30:38.581Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-28T06:30:38.581Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211028062816-csar.csar
2021-10-28T06:30:38.581Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-10-28T06:30:38.582Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||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-Vfw20211028062816-csar.csar
2021-10-28T06:30:38.582Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6e10606c-07f4 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-Vfw20211028062816-csar.csar
2021-10-28T06:30:38.582Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||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-Vfw20211028062816-csar.csar
2021-10-28T06:30:38.582Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|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-Vfw20211028062816-csar.csar
2021-10-28T06:30:38.582Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211028062816-csar.csar
2021-10-28T06:30:38.583Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211028062816-csar.csar
2021-10-28T06:30:38.583Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||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-Vfw20211028062816-csar.csar
2021-10-28T06:30:38.583Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|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-Vfw20211028062816-csar.csar
2021-10-28T06:30:38.583Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|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-Vfw20211028062816-csar.csar
2021-10-28T06:30:38.583Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211028062816-csar.csar
2021-10-28T06:30:38.583Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|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-Vfw20211028062816-csar.csar
2021-10-28T06:30:38.584Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211028062816-csar.csar
2021-10-28T06:30:38.584Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|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-Vfw20211028062816-csar.csar
2021-10-28T06:30:38.584Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-28T06:30:38.584Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:30:38.584Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-28 06-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:30:38.585Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e10606c-07f4 0 is matching search criteria
2021-10-28T06:30:38.585Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-28T06:30:38.585Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e10606c-07f4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-28T06:30:38.586Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:30:38.586Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-28 06-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:30:38.586Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e10606c-07f4 0 is matching search criteria
2021-10-28T06:30:38.586Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-28T06:30:38.586Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e10606c-07f4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-28T06:30:38.587Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:30:38.587Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-28 06-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:30:38.587Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:30:38.587Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e10606c-07f4 0 is not matching search criteria
2021-10-28T06:30:38.588Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-28T06:30:38.588Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-28T06:30:38.588Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-28T06:30:38.588Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-28T06:30:38.589Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-28T06:30:38.589Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-28T06:30:38.589Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-28T06:30:38.589Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-28T06:30:38.589Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-28T06:30:38.590Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-28T06:30:38.590Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-28T06:30:38.590Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-28T06:30:38.590Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-28T06:30:38.590Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-28T06:30:38.591Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-28T06:30:38.591Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-28T06:30:38.591Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:30:38.591Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-28 06-28-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-28T06:30:38.592Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:30:38.592Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e10606c-07f4 0 is matching search criteria
2021-10-28T06:30:38.592Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e10606c-07f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:30:38.592Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:30:38.592Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e10606c-07f4 0 is matching search criteria
2021-10-28T06:30:38.593Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e10606c-07f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:30:38.593Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:30:38.593Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e10606c-07f4 0 is matching search criteria
2021-10-28T06:30:38.593Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e10606c-07f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:30:38.594Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:30:38.594Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e10606c-07f4 0 is not matching search criteria
2021-10-28T06:30:38.594Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-28T06:30:38.594Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-28T06:30:38.594Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-28T06:30:38.595Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-28T06:30:38.595Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-28T06:30:38.595Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-28T06:30:38.595Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-28T06:30:38.595Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-28T06:30:38.596Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-28T06:30:38.596Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-28T06:30:38.596Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-28T06:30:38.596Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d826645f-c033-485e-8840-84213b248792
2021-10-28T06:30:38.597Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:30:38.597Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e10606c-07f4 0 is not matching search criteria
2021-10-28T06:30:38.597Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-28T06:30:38.597Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-28T06:30:38.597Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-28T06:30:38.598Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-28T06:30:38.598Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-28T06:30:38.598Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-28T06:30:38.598Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-28T06:30:38.598Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-28T06:30:38.599Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-28T06:30:38.599Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-28T06:30:38.599Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-28T06:30:38.599Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-28T06:30:38.599Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2897711f-3d0e-4723-97e1-a338df2994b1
2021-10-28T06:30:38.600Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:30:38.600Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e10606c-07f4 0 is not matching search criteria
2021-10-28T06:30:38.600Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-28T06:30:38.600Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-28T06:30:38.601Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-28T06:30:38.601Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-28T06:30:38.601Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-28T06:30:38.601Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-28T06:30:38.601Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-28T06:30:38.602Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-28T06:30:38.602Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-28T06:30:38.602Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-28T06:30:38.602Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-28T06:30:38.602Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-28T06:30:38.603Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7bb6c549-a717-4432-8811-bdc148b2dab3
2021-10-28T06:30:38.603Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:30:38.603Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-28 06-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:30:38.603Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:30:38.604Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-28 06-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:30:38.604Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:30:38.604Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-28 06-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:30:38.604Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:30:38.604Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-28 06-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:30:38.605Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-10-28 06-28-16
Description:catalog service description
Model UUID:6751eb6f-6ab3-4e5c-9dc4-302b3e50190c
Model Version:NULL
Model InvariantUuid:6734fee8-5036-4de3-a0d3-b16f6f4175bf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 6e10606c-07f4
Model UUID:47d7c952-6300-4f3a-a572-cb9179a3a8f5
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3f9c6be5-7d59-4f62-b462-a3c540bcca30
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:1054b64c-11c7-4d29-98ed-c6eda06927c6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:27e0fd3f-9062-4dad-b7d4-731c42c1bc85
ModelName:Vfw6e10606c07f4..base_vfw..module-0
ModelUuid:5e8d7304-d226-425d-ba4c-859a580c1e84
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d826645f-c033-485e-8840-84213b248792
ModelInvariantUuid:be4b0225-bc1e-4419-a7be-968833081401
ModelName:vFW 6e10606c-07f4-nodes.vfwCvfc
ModelUuid:17f8033c-691b-4355-a5fc-0a239e61c593
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:ac976ffe-24c5-463c-8dd4-aaf26d0da1e6
ModelInvariantUuid:8126ab99-2fd1-477a-9ac1-28200a18a5f1
ModelName:Vfw6e10606c07f4.compute.nodes.heat.vfw
ModelUuid:42119c0c-7582-418d-9d98-07db970df15e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:2897711f-3d0e-4723-97e1-a338df2994b1
ModelInvariantUuid:7a8dadc4-73b7-4190-aa0e-541e09578e95
ModelName:vFW 6e10606c-07f4-nodes.vsnCvfc
ModelUuid:da4f9714-a46f-472a-be1b-c6ef10783927
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:90e13e62-291f-46bb-8e57-17d64a733448
ModelInvariantUuid:e1ee63e7-1f13-4c13-91ed-0efe66c99858
ModelName:Vfw6e10606c07f4.compute.nodes.heat.vsn
ModelUuid:c83647a5-922e-443f-91d0-9dd73f8d0a38
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7bb6c549-a717-4432-8811-bdc148b2dab3
ModelInvariantUuid:adf4f7df-94cb-4b61-9c8b-f9594d596e42
ModelName:vFW 6e10606c-07f4-nodes.vpgCvfc
ModelUuid:d99f0246-6ab0-4c78-a48e-f8ef191d07ca
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:921527a6-02a0-4b87-9b8e-74efee1cddbb
ModelInvariantUuid:8bc21d21-3e88-4866-aec7-2e034175b3cc
ModelName:Vfw6e10606c07f4.compute.nodes.heat.vpg
ModelUuid:01658d2d-8d1b-4412-afbb-2c8560fe1535
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-28T06:30:38.613Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: a6f9639f-1988-4b1b-ac34-f64174d17a29
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-28T06:30:38.617Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||vFW 6e10606c-07f4 0
2021-10-28T06:30:38.618Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a6f9639f-1988-4b1b-ac34-f64174d17a29
2021-10-28T06:30:38.618Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 24a20d0d-d7fc-4f68-9122-f2f07b0c4872 from URL: /sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json
2021-10-28T06:30:38.618Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-28T06:30:38.618Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json
2021-10-28T06:30:38.686Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-28T06:30:38.687Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json 24a20d0d-d7fc-4f68-9122-f2f07b0c4872 785
2021-10-28T06:30:38.688Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json ASDC sendASDCNotification
2021-10-28T06:30:38.688Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json
2021-10-28T06:30:38.688Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:30:38.688Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:30:38.691Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:30:38.691Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402638688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:30:38.792Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:30:38.798Z||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-10-28T06:30:38.798Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:30:38.811Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:30:38.813Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:30:39.693Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6e10606c07f4..base_vfw..module-0",
"vfModuleModelInvariantUUID": "27e0fd3f-9062-4dad-b7d4-731c42c1bc85",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5e8d7304-d226-425d-ba4c-859a580c1e84",
"vfModuleModelCustomizationUUID": "ab83647a-641f-45a2-8c4c-4538b02d4bcd",
"isBase": true,
"artifacts": [
"20a54075-cf36-478f-a6a2-953cfa5044f7",
"eab454fb-de40-42dd-aa11-b7c911b87305"
],
"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-10-28T06:30:39.702Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6e10606c07f4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5e8d7304-d226-425d-ba4c-859a580c1e84
VfModuleModelInvariantUUID:27e0fd3f-9062-4dad-b7d4-731c42c1bc85
VfModuleModelDescription:NULL
Artifacts UUID List:{
20a54075-cf36-478f-a6a2-953cfa5044f7
,
eab454fb-de40-42dd-aa11-b7c911b87305
}
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-10-28T06:30:39.704Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw6e10606c07f4..base_vfw..module-0",
"vfModuleModelInvariantUUID": "27e0fd3f-9062-4dad-b7d4-731c42c1bc85",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5e8d7304-d226-425d-ba4c-859a580c1e84",
"vfModuleModelCustomizationUUID": "ab83647a-641f-45a2-8c4c-4538b02d4bcd",
"isBase": true,
"artifacts": [
"20a54075-cf36-478f-a6a2-953cfa5044f7",
"eab454fb-de40-42dd-aa11-b7c911b87305"
],
"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-10-28T06:30:39.705Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6e10606c07f4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5e8d7304-d226-425d-ba4c-859a580c1e84
VfModuleModelInvariantUUID:27e0fd3f-9062-4dad-b7d4-731c42c1bc85
VfModuleModelDescription:NULL
Artifacts UUID List:{
20a54075-cf36-478f-a6a2-953cfa5044f7
,
eab454fb-de40-42dd-aa11-b7c911b87305
}
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-10-28T06:30:39.705Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 20a54075-cf36-478f-a6a2-953cfa5044f7 from URL: /sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml
2021-10-28T06:30:39.705Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-28T06:30:39.706Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml
2021-10-28T06:30:39.763Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-28T06:30:39.764Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml 20a54075-cf36-478f-a6a2-953cfa5044f7 20368
2021-10-28T06:30:39.764Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-28T06:30:39.764Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml
2021-10-28T06:30:39.764Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:30:39.765Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:30:39.767Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:30:39.767Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402639764,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:30:39.867Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:30:39.868Z||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-10-28T06:30:39.868Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:30:39.884Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:30:39.884Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:30:40.769Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: eab454fb-de40-42dd-aa11-b7c911b87305 from URL: /sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env
2021-10-28T06:30:40.769Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-28T06:30:40.769Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env
2021-10-28T06:30:40.818Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-28T06:30:40.818Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env eab454fb-de40-42dd-aa11-b7c911b87305 2098
2021-10-28T06:30:40.819Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-28T06:30:40.819Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env
2021-10-28T06:30:40.819Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:30:40.820Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:30:40.822Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:30:40.822Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1635402640819,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-10-28T06:30:40.922Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:30:40.922Z||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-10-28T06:30:40.923Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:30:40.948Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-10-28T06:30:40.948Z||pool-45-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:30:41.823Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 6751eb6f-6ab3-4e5c-9dc4-302b3e50190c
2021-10-28T06:30:41.823Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6e10606c-07f4 0 a6f9639f-1988-4b1b-ac34-f64174d17a29 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-28T06:30:41.843Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1557ebe2, org.onap.sdc.toscaparser.api.parameters.Input@12369615, org.onap.sdc.toscaparser.api.parameters.Input@55a4543e, org.onap.sdc.toscaparser.api.parameters.Input@6f05ec1, org.onap.sdc.toscaparser.api.parameters.Input@2cd2bd06]
2021-10-28T06:30:41.845Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:30:41.845Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-28 06-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:30:41.845Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2021-10-28T06:30:41.845Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 1054b64c-11c7-4d29-98ed-c6eda06927c6
2021-10-28T06:30:41.845Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1054b64c-11c7-4d29-98ed-c6eda06927c6 matches Tosca VF Customization UUID: 1054b64c-11c7-4d29-98ed-c6eda06927c6
2021-10-28T06:30:41.845Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 1054b64c-11c7-4d29-98ed-c6eda06927c6 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-28T06:30:41.847Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:30:41.847Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-28 06-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:30:41.848Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 1054b64c-11c7-4d29-98ed-c6eda06927c6: {\"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-10-28T06:30:41.848Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7902ef54
2021-10-28T06:30:41.848Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:30:41.848Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-28 06-28-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-28T06:30:41.849Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ab83647a-641f-45a2-8c4c-4538b02d4bcd
2021-10-28T06:30:41.849Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ab83647a-641f-45a2-8c4c-4538b02d4bcd
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-28T06:30:41.850Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:30:41.851Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e10606c-07f4 0 is matching search criteria
2021-10-28T06:30:41.851Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e10606c-07f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:30:41.851Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:30:41.852Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e10606c-07f4 0 is matching search criteria
2021-10-28T06:30:41.852Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e10606c-07f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:30:41.852Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:30:41.852Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e10606c-07f4 0 is not matching search criteria
2021-10-28T06:30:41.852Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-28T06:30:41.852Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-28T06:30:41.853Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-28T06:30:41.853Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-28T06:30:41.853Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-28T06:30:41.853Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-28T06:30:41.853Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-28T06:30:41.853Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-28T06:30:41.853Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-28T06:30:41.854Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-28T06:30:41.854Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-28T06:30:41.854Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d826645f-c033-485e-8840-84213b248792
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-28T06:30:41.856Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-10-28T06:30:41.856Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e10606c-07f4 0 is matching search criteria
2021-10-28T06:30:41.857Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e10606c-07f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:30:41.857Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery