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)
2022-03-22T11:10:22.914Z||main|||||INFO|500||The following profiles are active: basic
2022-03-22T11:10:36.587Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-22T11:10:36.588Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-22T11:10:36.737Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-22T11:10:41.779Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-22T11:10:42.397Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-22T11:10:42.941Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-22T11:10:42.946Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-22T11:10:43.070Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-22T11:10:43.334Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-22T11:10:44.019Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-22T11:10:46.017Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-22T11:10:48.981Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-22T11:10:49.049Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-22T11:10:49.817Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-22T11:10:49.968Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-03-22T11:10:51.671Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-22T11:10:52.930Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-22T11:10:52.955Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$75ebdfa9.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-03-22T11:10:52.956Z||main|||||WARN|500||The sdc end point is not alive
2022-03-22T11:10:56.826Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-03-22T11:11:00.181Z||main|||||WARN|500||---
2022-03-22T11:11:00.182Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-22T11:11:00.182Z||main|||||WARN|500||---
2022-03-22T11:11:00.819Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-22T11:11:05.893Z||main|||||INFO|500||Started Application in 46.745 seconds (JVM running for 49.808)
2022-03-22T11:11:05.904Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-22T11:11:05.906Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-22T11:11:05.918Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-22T11:11:05.946Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-22T11:11:05.988Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 434674af-295d-4773-a1bc-82ce467b9f3a url= /sdc/v1/artifactTypes
2022-03-22T11:11:05.989Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-22T11:11:06.374Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-22T11:11:06.402Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-03-22T11:11:06.433Z||scheduling-1|||||DEBUG|500||create keys
2022-03-22T11:11:06.442Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-22T11:11:06.490Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:11:06.507Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e27e8622-cbad-49e4-b3cf-59f798d6cb8b url= /sdc/v1/registerForDistribution
2022-03-22T11:11:06.823Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e27e8622-cbad-49e4-b3cf-59f798d6cb8b url= /sdc/v1/registerForDistribution
2022-03-22T11:11:06.823Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-22T11:11:06.832Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:11:06.833Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:11:06.841Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-22T11:11:06.841Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:11:06.841Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:11:06.842Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:11:06.842Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:11:17.192Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:11:17.253Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:12:06.830Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:12:06.832Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:12:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:12:06.833Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:12:06.834Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:12:06.835Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:12:16.387Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:12:16.409Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:13:06.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:13:06.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:13:06.834Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:13:06.834Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:13:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:13:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:13:16.402Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:13:16.419Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:14:06.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:14:06.832Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:14:06.833Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:14:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:14:06.833Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:14:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:14:16.393Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:14:16.400Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:15:06.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:15:06.832Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:15:06.832Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:15:06.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:15:06.836Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:15:06.836Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:15:16.401Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:15:16.401Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:16:06.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:16:06.831Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:16:06.831Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:16:06.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:16:06.834Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:16:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:16:16.384Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:16:16.412Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:17:06.832Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:17:06.833Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:17:06.833Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:17:06.832Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:17:06.834Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:17:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:17:16.398Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:17:16.401Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:18:06.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:18:06.832Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:18:06.832Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:18:06.833Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:18:06.833Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:18:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:18:16.390Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:18:16.400Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:19:06.831Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:19:06.833Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:19:06.837Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:19:06.837Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:19:06.837Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:19:06.839Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:19:16.394Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:19:16.396Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:20:06.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:20:06.832Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:20:06.832Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:20:06.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:20:06.833Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:20:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:20:16.397Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:20:16.397Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:20:29.489Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-22T11:21:06.830Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:21:06.832Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:21:06.832Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:21:06.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:21:06.834Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:21:06.835Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:21:16.419Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:21:16.425Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:22:06.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:22:06.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:22:06.833Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:22:06.833Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:22:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:22:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:22:16.379Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:22:16.380Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:23:06.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:23:06.831Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:23:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:23:06.833Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:23:06.834Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:23:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:23:16.388Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:23:16.389Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:24:06.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:24:06.831Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:24:06.831Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:24:06.833Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:24:06.834Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:24:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:24:16.375Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:24:16.379Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:25:06.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:25:06.831Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:25:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:25:06.832Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:25:06.833Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:25:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:25:16.376Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:25:16.386Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:26:06.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:26:06.831Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:26:06.831Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:26:06.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:26:06.833Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:26:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:26:16.376Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:26:16.377Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:27:06.831Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:27:06.833Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:27:06.835Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:27:06.835Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:27:06.840Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:27:06.841Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:27:16.416Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:27:16.417Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:28:06.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:28:06.832Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:28:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:28:06.833Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:28:06.834Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:28:06.835Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:28:16.384Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:28:16.385Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:29:06.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:29:06.831Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:29:06.831Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:29:06.833Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:29:06.833Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:29:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:29:16.380Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:29:16.379Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:30:06.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:30:06.832Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:30:06.832Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:30:06.833Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:30:06.835Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:30:06.835Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:30:16.381Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:30:16.393Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:31:06.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:31:06.832Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:31:06.832Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:31:06.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:31:06.835Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:31:06.835Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:31:16.374Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:31:16.378Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:32:06.830Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:32:06.832Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:32:06.832Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:32:06.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:32:06.834Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:32:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:32:16.392Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:32:16.396Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:33:06.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:33:06.832Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:33:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:33:06.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:33:06.833Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:33:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:33:16.387Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:33:16.387Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:34:06.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:34:06.831Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:34:06.831Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:34:06.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:34:06.834Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:34:06.835Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:34:16.390Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:34:16.396Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:35:06.831Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:35:06.833Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:35:06.834Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:35:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:35:06.834Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:35:06.835Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:35:16.392Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:35:16.393Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:36:06.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:36:06.832Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:36:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:36:06.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:36:06.834Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:36:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:36:16.397Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:36:16.399Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:37:06.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:37:06.831Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:37:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:37:06.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:37:06.833Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:37:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:37:16.387Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:37:16.390Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:38:06.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:38:06.832Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:38:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:38:06.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:38:06.833Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:38:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:38:16.380Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:38:16.382Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:39:06.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:39:06.831Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:39:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:39:06.833Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:39:06.834Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:39:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:39:16.394Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:39:16.394Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:40:06.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:40:06.831Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:40:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:40:06.833Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:40:06.833Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:40:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:40:16.394Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:40:16.396Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:41:06.830Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:41:06.831Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:41:06.831Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:41:06.832Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:41:06.833Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:41:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:41:16.374Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:41:16.374Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:42:06.830Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:42:06.832Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:42:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:42:06.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:42:06.835Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:42:06.835Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:42:16.383Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:42:16.386Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:43:06.832Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:43:06.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:43:06.834Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:43:06.834Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:43:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:43:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:43:16.384Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:43:16.384Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:44:06.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:44:06.831Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:44:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:44:06.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:44:06.834Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:44:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:44:16.382Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:44:16.391Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:45:06.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:45:06.832Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:45:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:45:06.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:45:06.833Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:45:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:45:16.375Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:45:16.378Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:46:06.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:46:06.832Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:46:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:46:06.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:46:06.833Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:46:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:46:16.399Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:46:16.399Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:47:06.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:47:06.832Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:47:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:47:06.832Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:47:06.833Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:47:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:47:16.380Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:47:16.392Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:48:06.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:48:06.831Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:48:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:48:06.833Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:48:06.834Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:48:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:48:16.376Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:48:16.379Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:49:06.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:49:06.831Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:49:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:49:06.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:49:06.834Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:49:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:49:16.425Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:49:16.431Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:50:06.830Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:50:06.831Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:50:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:50:06.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:50:06.834Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:50:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:50:16.385Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:50:16.389Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:51:06.831Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:51:06.833Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:51:06.834Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:51:06.834Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:51:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:51:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:51:16.384Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:51:16.384Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:52:06.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:52:06.832Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:52:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:52:06.833Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:52:06.833Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:52:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:52:16.389Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:52:16.389Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:53:06.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:53:06.832Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:53:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:53:06.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:53:06.834Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:53:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:53:16.393Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:53:16.407Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:54:06.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:54:06.833Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:54:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:54:06.833Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:54:06.834Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:54:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:54:16.382Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:54:16.382Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:55:06.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:55:06.832Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:55:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:55:06.833Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:55:06.833Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:55:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:55:16.386Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:55:16.386Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:56:06.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:56:06.832Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:56:06.832Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:56:06.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:56:06.833Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:56:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:56:16.379Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:56:16.382Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:57:06.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:57:06.831Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:57:06.831Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:57:06.833Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:57:06.834Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:57:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:57:16.387Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:57:16.392Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:58:06.831Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:58:06.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:58:06.835Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:58:06.835Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:58:06.835Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:58:06.835Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:58:16.416Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:58:16.416Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:59:06.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:59:06.831Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:59:06.831Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:59:06.833Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T11:59:06.833Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T11:59:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T11:59:16.407Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T11:59:16.411Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:00:06.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:00:06.831Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T12:00:06.831Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:00:06.833Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:00:06.833Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T12:00:06.833Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:00:16.386Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:00:16.424Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:01:06.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:01:06.831Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T12:01:06.831Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:01:06.833Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:01:06.833Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T12:01:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:01:16.378Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:01:16.380Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:02:06.830Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:02:06.831Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T12:02:06.831Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:02:06.833Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:02:06.834Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T12:02:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:02:07.457Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:02:07.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"87146e13-861f-4d06-bbb4-7bc1b7a582a2","serviceName":"basic_onboard_YCNdnD","serviceVersion":"1.0","serviceUUID":"c1c499f1-af08-4758-a6ca-030fcd08d2df","serviceDescription":"service","serviceInvariantUUID":"8bf5cc05-48c2-474d-8901-a2be62348a6b","resources":[{"resourceInstanceName":"basic_onboard_YCNdnD 0","resourceName":"basic_onboard_YCNdnD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"32a71e3c-e53c-46bb-bac6-6c62f05f51b3","resourceInvariantUUID":"ceaefbb4-37d2-45f6-ae3f-bca9d06236f9","resourceCustomizationUUID":"74951bdd-901d-494a-9e28-ef80dfceaddb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vf-license-model.xml","artifactChecksum":"NWIyNzMzM2YzYjYxYWQ0OGE1ZjBmODk3MmNmY2YyYzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1bbf03d7-22b4-40f9-840c-42108d87ba16","artifactVersion":"1"},{"artifactName":"basic_onboard_ycndnd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json","artifactChecksum":"MTI5Njg2MjlhZGI5Mzc0ZWIzZDg0NjJlMWQwMDM0Y2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d34db6d4-b1f6-40f6-aa89-bdd9c0c96de5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3d11816b-025a-4599-b286-44a43c284e3c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7bce91a7-56dc-4e21-9daa-b4a24895bbce","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4e6b7a8b-9a4a-4da1-ad5d-5444fa3229d1","artifactVersion":"2","generatedFromUUID":"3d11816b-025a-4599-b286-44a43c284e3c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYcndnd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-template.yml","artifactChecksum":"MWNhMGQ1NDhhZjdmY2M2YThjODQzMjFmNjNhZmVjMzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0b11326f-9b07-4f5b-8005-f88458da4d9b","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYcndnd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar","artifactChecksum":"NjUyMjU0Y2M4M2E5ZjBjN2Y1YWI1ZjlhMWRlMDJiNTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0b2ea4d4-9a19-4f71-babb-47d680ee504d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T12:02:07.477Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:02:07.485Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:02:07.489Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:02:07.496Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.498Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "ves-openapi-manager",
"timestamp": 1647950477350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.500Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:02:07.500Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950526830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.522Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.522Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.522Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "dcae-sch",
"timestamp": 1647950475784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.522Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.523Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.523Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647950479189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.523Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.523Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.523Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "ves-openapi-manager",
"timestamp": 1647950477350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.523Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.524Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.524Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "dcae-sch",
"timestamp": 1647950475784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.524Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.524Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.524Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647950479189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json",
"status": "NOTIFIED"
}
2022-03-22T12:02:07.525Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.525Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.525Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "ves-openapi-manager",
"timestamp": 1647950477350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.525Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.525Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.525Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "dcae-sch",
"timestamp": 1647950475784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.526Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.526Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647950479189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-22T12:02:07.526Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.526Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "dcae-sch",
"timestamp": 1647950475784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.526Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "ves-openapi-manager",
"timestamp": 1647950477350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.527Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647950479189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.527Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "cds",
"timestamp": 1647950484598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "ves-openapi-manager",
"timestamp": 1647950477350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "dcae-sch",
"timestamp": 1647950475784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647950479189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-22T12:02:07.529Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "cds",
"timestamp": 1647950484598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.530Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "dcae-sch",
"timestamp": 1647950475784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.530Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "ves-openapi-manager",
"timestamp": 1647950477350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.531Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647950479189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.531Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "cds",
"timestamp": 1647950484598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.532Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.532Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "ves-openapi-manager",
"timestamp": 1647950477350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.532Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.533Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "dcae-sch",
"timestamp": 1647950475784,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.533Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.533Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647950479189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T12:02:07.534Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.534Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "cds",
"timestamp": 1647950484598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.534Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.535Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "cds",
"timestamp": 1647950484598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.535Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.535Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647950489664,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:02:07.536Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:02:07.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "policy-id",
"timestamp": 1647950488810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.536Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "cds",
"timestamp": 1647950484598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "policy-id",
"timestamp": 1647950488810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647950491506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:02:07.538Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:02:07.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "cds",
"timestamp": 1647950484598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T12:02:07.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "policy-id",
"timestamp": 1647950488810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-22T12:02:07.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "clamp",
"timestamp": 1647950492224,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "policy-id",
"timestamp": 1647950488810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647950492904,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:02:07.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:02:07.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "cds",
"timestamp": 1647950492829,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:02:07.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:02:07.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "clamp",
"timestamp": 1647950492224,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json",
"status": "NOTIFIED"
}
2022-03-22T12:02:07.543Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "policy-id",
"timestamp": 1647950488810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.543Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647950493987,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2022-03-22T12:02:07.601Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-22T12:02:07.606Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:02:07.606Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T12:02:07.619Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:02:07.620Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T12:02:07.781Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 87146e13-861f-4d06-bbb4-7bc1b7a582a2
2022-03-22T12:02:07.813Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87146e13-861f-4d06-bbb4-7bc1b7a582a2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T12:02:07.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "cds",
"timestamp": 1647950493865,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T12:02:07.873Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 87146e13-861f-4d06-bbb4-7bc1b7a582a2
2022-03-22T12:02:07.874Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87146e13-861f-4d06-bbb4-7bc1b7a582a2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T12:02:07.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.883Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "clamp",
"timestamp": 1647950492224,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.884Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.884Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.884Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647950493589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.884Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "policy-id",
"timestamp": 1647950488810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.885Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647950494993,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-22T12:02:07.886Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:02:07.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.886Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "clamp",
"timestamp": 1647950492224,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.886Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.886Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647950493589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.887Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "policy-id",
"timestamp": 1647950488810,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T12:02:07.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "clamp",
"timestamp": 1647950492224,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647950493589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "clamp",
"timestamp": 1647950492224,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "policy-id",
"timestamp": 1647950497131,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:02:07.890Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:02:07.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647950493589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.891Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "clamp",
"timestamp": 1647950492224,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T12:02:07.892Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "policy-id",
"timestamp": 1647950498143,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T12:02:07.892Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:02:07.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647950493589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "policy-id",
"timestamp": 1647950499151,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T12:02:07.900Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 87146e13-861f-4d06-bbb4-7bc1b7a582a2
2022-03-22T12:02:07.900Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87146e13-861f-4d06-bbb4-7bc1b7a582a2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-22T12:02:07.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647950493589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.911Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647950493589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T12:02:07.912Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "aai-ml",
"timestamp": 1647950500934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.913Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.913Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.913Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647950501751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:02:07.913Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:02:07.914Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.914Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "aai-ml",
"timestamp": 1647950500934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.914Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.914Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.915Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "aai-ml",
"timestamp": 1647950500934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.915Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.915Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.916Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "clamp",
"timestamp": 1647950505386,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:02:07.916Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:02:07.916Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.916Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "aai-ml",
"timestamp": 1647950500934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.917Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "aai-ml",
"timestamp": 1647950500934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.918Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.918Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.918Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "clamp",
"timestamp": 1647950507396,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T12:02:07.919Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:02:07.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.919Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "aai-ml",
"timestamp": 1647950500934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:07.921Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647950507097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T12:02:07.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:02:07.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.925Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "clamp",
"timestamp": 1647950508403,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T12:02:07.929Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 87146e13-861f-4d06-bbb4-7bc1b7a582a2
2022-03-22T12:02:07.929Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87146e13-861f-4d06-bbb4-7bc1b7a582a2 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T12:02:07.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.936Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "aai-ml",
"timestamp": 1647950500934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T12:02:07.936Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:02:07.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647950508103,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T12:02:07.940Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 87146e13-861f-4d06-bbb4-7bc1b7a582a2
2022-03-22T12:02:07.940Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87146e13-861f-4d06-bbb4-7bc1b7a582a2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T12:02:07.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:02:07.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "aai-ml",
"timestamp": 1647950509262,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:02:07.946Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:02:08.507Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:02:08.507Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:02:08.509Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:02:08.509Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950526830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json",
"status": "NOTIFIED"
}
2022-03-22T12:02:08.610Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T12:02:08.611Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:02:08.611Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:02:08.621Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:02:08.622Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:02:09.510Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:02:09.511Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:02:09.513Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:02:09.513Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950526830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-22T12:02:09.613Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:02:09.614Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:02:09.615Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:02:09.636Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:02:09.637Z||pool-5-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:02:10.514Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:02:10.515Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:02:10.517Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:02:10.517Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950526830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:10.617Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:02:10.618Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:02:10.618Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:02:10.627Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:02:10.627Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:02:11.517Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:02:11.518Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:02:11.521Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:02:11.521Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950526830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-22T12:02:11.621Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:02:11.622Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:02:11.622Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:02:11.637Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:02:11.638Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:02:12.522Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:02:12.523Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:02:12.525Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:02:12.525Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950526830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:02:12.625Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:02:12.626Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:02:12.626Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:02:12.666Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:02:12.668Z||pool-8-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:02:13.526Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:02:13.527Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:02:13.529Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:02:13.529Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950526830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T12:02:13.630Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:02:13.631Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:02:13.631Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:02:13.642Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:02:13.642Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:02:14.532Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"serviceName": "basic_onboard_YCNdnD",
"serviceVersion": "1.0",
"serviceUUID": "c1c499f1-af08-4758-a6ca-030fcd08d2df",
"serviceDescription": "service",
"serviceInvariantUUID": "8bf5cc05-48c2-474d-8901-a2be62348a6b",
"resources": [
{
"resourceInstanceName": "basic_onboard_YCNdnD 0",
"resourceCustomizationUUID": "74951bdd-901d-494a-9e28-ef80dfceaddb",
"resourceName": "basic_onboard_YCNdnD",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "32a71e3c-e53c-46bb-bac6-6c62f05f51b3",
"resourceInvariantUUID": "ceaefbb4-37d2-45f6-ae3f-bca9d06236f9",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ycndnd0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json",
"artifactChecksum": "MTI5Njg2MjlhZGI5Mzc0ZWIzZDg0NjJlMWQwMDM0Y2E\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d34db6d4-b1f6-40f6-aa89-bdd9c0c96de5",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "3d11816b-025a-4599-b286-44a43c284e3c",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4e6b7a8b-9a4a-4da1-ad5d-5444fa3229d1",
"generatedFromUUID": "3d11816b-025a-4599-b286-44a43c284e3c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4e6b7a8b-9a4a-4da1-ad5d-5444fa3229d1",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardYcndnd-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
"artifactChecksum": "NjUyMjU0Y2M4M2E5ZjBjN2Y1YWI1ZjlhMWRlMDJiNTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0b2ea4d4-9a19-4f71-babb-47d680ee504d"
}
],
"workloadContext": "Production"
}
2022-03-22T12:02:14.533Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T12:02:14.534Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c1c499f1-af08-4758-a6ca-030fcd08d2df ASDC
2022-03-22T12:02:14.672Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:87146e13-861f-4d06-bbb4-7bc1b7a582a2
ServiceName:basic_onboard_YCNdnD
ServiceVersion:1.0
ServiceUUID:c1c499f1-af08-4758-a6ca-030fcd08d2df
ServiceInvariantUUID:8bf5cc05-48c2-474d-8901-a2be62348a6b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYcndnd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar
ArtifactUUID:0b2ea4d4-9a19-4f71-babb-47d680ee504d
ArtifactChecksum:NjUyMjU0Y2M4M2E5ZjBjN2Y1YWI1ZjlhMWRlMDJiNTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_YCNdnD 0
ResourceCustomizationUUID:74951bdd-901d-494a-9e28-ef80dfceaddb
ResourceInvariantUUID:ceaefbb4-37d2-45f6-ae3f-bca9d06236f9
ResourceName:basic_onboard_YCNdnD
ResourceType:VF
ResourceUUID:32a71e3c-e53c-46bb-bac6-6c62f05f51b3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ycndnd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json
ArtifactUUID:d34db6d4-b1f6-40f6-aa89-bdd9c0c96de5
ArtifactChecksum:MTI5Njg2MjlhZGI5Mzc0ZWIzZDg0NjJlMWQwMDM0Y2E=
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/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:3d11816b-025a-4599-b286-44a43c284e3c
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/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env
ArtifactUUID:4e6b7a8b-9a4a-4da1-ad5d-5444fa3229d1
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/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env
ArtifactUUID:4e6b7a8b-9a4a-4da1-ad5d-5444fa3229d1
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-22T12:02:14.673Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c1c499f1-af08-4758-a6ca-030fcd08d2df ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-22T12:02:14.720Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T12:02:14.721Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-22T12:02:14.723Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-22T12:02:14.724Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0b2ea4d4-9a19-4f71-babb-47d680ee504d from URL: /sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar
2022-03-22T12:02:14.724Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-22T12:02:14.726Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar
2022-03-22T12:02:14.912Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-22T12:02:14.938Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar 0b2ea4d4-9a19-4f71-babb-47d680ee504d 71546
2022-03-22T12:02:14.941Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar ASDC sendASDCNotification
2022-03-22T12:02:14.941Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar
2022-03-22T12:02:14.943Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:02:14.944Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:02:14.946Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:02:14.946Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950534939,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:02:15.046Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:02:15.048Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:02:15.048Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:02:15.059Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:02:15.060Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:02:15.947Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T12:02:15.948Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-22T12:02:15.949Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 0b2ea4d4-9a19-4f71-babb-47d680ee504d, URL: /sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar to file: /app/ASDC/1/service-BasicOnboardYcndnd-csar.csar
2022-03-22T12:02:15.950Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYcndnd-csar.csar
2022-03-22T12:02:16.033Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYcndnd-csar.csar
2022-03-22T12:02:16.033Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYcndnd-csar.csar
2022-03-22T12:02:16.658Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7979654031802172652/Definitions/service-BasicOnboardYcndnd-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-03-22T12:02:18.616Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-22T12:02:18.621Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-22T12:02:18.621Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYcndnd-csar.csar
2022-03-22T12:02:18.621Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-22T12:02:18.621Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardYcndnd-csar.csar
2022-03-22T12:02:18.622Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYcndnd-csar.csar
2022-03-22T12:02:18.622Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYcndnd-csar.csar
2022-03-22T12:02:18.622Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYcndnd-csar.csar
2022-03-22T12:02:18.622Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYcndnd-csar.csar
2022-03-22T12:02:18.622Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYcndnd-csar.csar
2022-03-22T12:02:18.623Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYcndnd-csar.csar
2022-03-22T12:02:18.623Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_YCNdnD 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-BasicOnboardYcndnd-csar.csar
2022-03-22T12:02:18.623Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardYcndnd-csar.csar
2022-03-22T12:02:18.623Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-22T12:02:18.630Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:02:18.632Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YCNdnD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:02:18.638Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YCNdnD 0 is matching search criteria
2022-03-22T12:02:18.638Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-22T12:02:18.640Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YCNdnD 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T12:02:18.642Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:02:18.642Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YCNdnD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:02:18.642Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YCNdnD 0 is matching search criteria
2022-03-22T12:02:18.642Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-22T12:02:18.643Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YCNdnD 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T12:02:18.643Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:02:18.643Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YCNdnD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:02:18.647Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:02:18.647Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YCNdnD 0 is not matching search criteria
2022-03-22T12:02:18.647Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-22T12:02:18.648Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-22T12:02:18.648Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-22T12:02:18.648Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-22T12:02:18.649Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-22T12:02:18.649Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:02:18.649Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YCNdnD is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T12:02:18.651Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:02:18.651Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YCNdnD 0 is matching search criteria
2022-03-22T12:02:18.651Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YCNdnD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:02:18.652Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:02:18.652Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YCNdnD 0 is matching search criteria
2022-03-22T12:02:18.652Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YCNdnD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:02:18.653Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:02:18.653Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YCNdnD 0 is matching search criteria
2022-03-22T12:02:18.653Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YCNdnD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:02:18.653Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:02:18.654Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YCNdnD 0 is not matching search criteria
2022-03-22T12:02:18.654Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-22T12:02:18.654Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-22T12:02:18.655Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=195054c7-a577-47d2-b5d5-116df4731920
2022-03-22T12:02:18.655Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:02:18.655Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YCNdnD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:02:18.656Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:02:18.656Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YCNdnD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:02:18.656Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:02:18.656Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YCNdnD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:02:18.657Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:02:18.657Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YCNdnD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:02:18.657Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_YCNdnD
Description:service
Model UUID:c1c499f1-af08-4758-a6ca-030fcd08d2df
Model Version:NULL
Model InvariantUuid:8bf5cc05-48c2-474d-8901-a2be62348a6b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_YCNdnD
Model UUID:c9ab28e4-e66d-4cf8-8ef6-1e5d09fe76eb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ceaefbb4-37d2-45f6-ae3f-bca9d06236f9
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:74951bdd-901d-494a-9e28-ef80dfceaddb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:6f9b6e95-c753-48bb-b25c-3438a5f532aa
ModelName:BasicOnboardYcndnd..base_ubuntu18..module-0
ModelUuid:ef189d19-e20f-4d08-81a3-de0b7513cb9a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:195054c7-a577-47d2-b5d5-116df4731920
ModelInvariantUuid:7d3098a9-d7c7-42b3-ae1c-dbfd16c3f621
ModelName:basic_onboard_YCNdnD-nodes.ubuntu18Cvfc
ModelUuid:dad7594c-164b-4184-bb21-3e078dc74a83
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:41b09abe-5816-48b5-bef4-57fbac16de93
ModelInvariantUuid:cd55ab69-72c8-4a13-86a8-f599a8d61800
ModelName:BasicOnboardYcndnd.compute.nodes.heat.ubuntu18
ModelUuid:9965819c-f867-4cf0-96d1-68afd965c837
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-22T12:02:18.665Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 32a71e3c-e53c-46bb-bac6-6c62f05f51b3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-22T12:02:18.772Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||basic_onboard_YCNdnD 0
2022-03-22T12:02:18.780Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 32a71e3c-e53c-46bb-bac6-6c62f05f51b3
2022-03-22T12:02:18.780Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d34db6d4-b1f6-40f6-aa89-bdd9c0c96de5 from URL: /sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json
2022-03-22T12:02:18.780Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-22T12:02:18.780Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json
2022-03-22T12:02:19.397Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-22T12:02:19.398Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json d34db6d4-b1f6-40f6-aa89-bdd9c0c96de5 798
2022-03-22T12:02:19.398Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json ASDC sendASDCNotification
2022-03-22T12:02:19.398Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json
2022-03-22T12:02:19.398Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:02:19.399Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:02:19.401Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:02:19.401Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950539398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:02:19.502Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:02:19.503Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:02:19.503Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:02:19.514Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:02:19.514Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:02:20.403Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYcndnd..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "6f9b6e95-c753-48bb-b25c-3438a5f532aa",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ef189d19-e20f-4d08-81a3-de0b7513cb9a",
"vfModuleModelCustomizationUUID": "306da032-18d1-461e-8b1b-907bdf1be88a",
"isBase": true,
"artifacts": [
"3d11816b-025a-4599-b286-44a43c284e3c",
"4e6b7a8b-9a4a-4da1-ad5d-5444fa3229d1"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-22T12:02:20.417Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYcndnd..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ef189d19-e20f-4d08-81a3-de0b7513cb9a
VfModuleModelInvariantUUID:6f9b6e95-c753-48bb-b25c-3438a5f532aa
VfModuleModelDescription:NULL
Artifacts UUID List:{
3d11816b-025a-4599-b286-44a43c284e3c
,
4e6b7a8b-9a4a-4da1-ad5d-5444fa3229d1
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-22T12:02:20.420Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYcndnd..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "6f9b6e95-c753-48bb-b25c-3438a5f532aa",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ef189d19-e20f-4d08-81a3-de0b7513cb9a",
"vfModuleModelCustomizationUUID": "306da032-18d1-461e-8b1b-907bdf1be88a",
"isBase": true,
"artifacts": [
"3d11816b-025a-4599-b286-44a43c284e3c",
"4e6b7a8b-9a4a-4da1-ad5d-5444fa3229d1"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-22T12:02:20.420Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYcndnd..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ef189d19-e20f-4d08-81a3-de0b7513cb9a
VfModuleModelInvariantUUID:6f9b6e95-c753-48bb-b25c-3438a5f532aa
VfModuleModelDescription:NULL
Artifacts UUID List:{
3d11816b-025a-4599-b286-44a43c284e3c
,
4e6b7a8b-9a4a-4da1-ad5d-5444fa3229d1
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-22T12:02:20.420Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3d11816b-025a-4599-b286-44a43c284e3c from URL: /sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml
2022-03-22T12:02:20.420Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-22T12:02:20.420Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml
2022-03-22T12:02:20.600Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-22T12:02:20.601Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml 3d11816b-025a-4599-b286-44a43c284e3c 5033
2022-03-22T12:02:20.601Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-22T12:02:20.601Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml
2022-03-22T12:02:20.601Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:02:20.602Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:02:20.603Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:02:20.604Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950540601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:02:20.704Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:02:20.705Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:02:20.706Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:02:20.719Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:02:20.719Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:02:21.605Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4e6b7a8b-9a4a-4da1-ad5d-5444fa3229d1 from URL: /sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env
2022-03-22T12:02:21.606Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-22T12:02:21.606Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env
2022-03-22T12:02:21.812Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-22T12:02:21.812Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env 4e6b7a8b-9a4a-4da1-ad5d-5444fa3229d1 909
2022-03-22T12:02:21.813Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-22T12:02:21.813Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env
2022-03-22T12:02:21.813Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:02:21.813Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:02:21.820Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:02:21.820Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950541813,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:02:21.916Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-22T12:02:21.917Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:02:21.917Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:02:21.932Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:02:21.933Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:02:22.821Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: c1c499f1-af08-4758-a6ca-030fcd08d2df
2022-03-22T12:02:22.822Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_YCNdnD 0 32a71e3c-e53c-46bb-bac6-6c62f05f51b3 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-22T12:02:22.868Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@39a7e8f2, org.onap.sdc.toscaparser.api.parameters.Input@16d3c161, org.onap.sdc.toscaparser.api.parameters.Input@4440cd62, org.onap.sdc.toscaparser.api.parameters.Input@1f3fa237, org.onap.sdc.toscaparser.api.parameters.Input@19d9395a]
2022-03-22T12:02:22.873Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:02:22.873Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YCNdnD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:02:22.873Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-03-22T12:02:22.873Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 74951bdd-901d-494a-9e28-ef80dfceaddb
2022-03-22T12:02:22.874Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 74951bdd-901d-494a-9e28-ef80dfceaddb matches Tosca VF Customization UUID: 74951bdd-901d-494a-9e28-ef80dfceaddb
2022-03-22T12:02:22.874Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 74951bdd-901d-494a-9e28-ef80dfceaddb matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-22T12:02:22.883Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:02:22.883Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YCNdnD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:02:22.885Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 74951bdd-901d-494a-9e28-ef80dfceaddb: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-03-22T12:02:22.885Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@da5b46d
2022-03-22T12:02:22.885Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:02:22.886Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YCNdnD is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T12:02:22.886Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 306da032-18d1-461e-8b1b-907bdf1be88a
2022-03-22T12:02:22.887Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 306da032-18d1-461e-8b1b-907bdf1be88a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-22T12:02:22.895Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:02:22.895Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YCNdnD 0 is matching search criteria
2022-03-22T12:02:22.896Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YCNdnD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:02:22.897Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:02:22.897Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YCNdnD 0 is matching search criteria
2022-03-22T12:02:22.897Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YCNdnD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:02:22.897Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:02:22.897Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YCNdnD 0 is not matching search criteria
2022-03-22T12:02:22.898Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-22T12:02:22.898Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-22T12:02:22.898Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=195054c7-a577-47d2-b5d5-116df4731920
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-22T12:02:22.912Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:02:22.912Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YCNdnD 0 is matching search criteria
2022-03-22T12:02:22.913Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YCNdnD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:02:22.913Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:02:22.913Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YCNdnD 0 is matching search criteria
2022-03-22T12:02:22.914Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YCNdnD 0] matching following query criteria: sdcType=VF, customizationUUID=74951bdd-901d-494a-9e28-ef80dfceaddb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-22T12:02:22.917Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:02:22.917Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YCNdnD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:02:22.918Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid c1c499f1-af08-4758-a6ca-030fcd08d2df: basic_onboard_YCNdnD
2022-03-22T12:02:22.918Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:02:22.918Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YCNdnD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:02:22.918Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:02:22.919Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YCNdnD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:02:22.919Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:02:22.920Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YCNdnD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:02:22.920Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:02:22.920Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YCNdnD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:02:22.920Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:02:22.921Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YCNdnD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:02:22.921Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_YCNdnD
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T12:02:23.072Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_YCNdnD 32a71e3c-e53c-46bb-bac6-6c62f05f51b3 1 ASDC deployResourceStructure
2022-03-22T12:02:23.073Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json ASDC sendASDCNotification
2022-03-22T12:02:23.073Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json
2022-03-22T12:02:23.073Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:02:23.073Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:02:23.075Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:02:23.076Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950543073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-22T12:02:23.176Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:02:23.177Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:02:23.177Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:02:23.188Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:02:23.189Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:02:24.077Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-22T12:02:24.077Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml
2022-03-22T12:02:24.077Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:02:24.078Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:02:24.080Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:02:24.080Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950544077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-22T12:02:24.180Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:02:24.181Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:02:24.181Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:02:24.191Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:02:24.192Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:02:25.081Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-22T12:02:25.081Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env
2022-03-22T12:02:25.081Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:02:25.082Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:02:25.084Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:02:25.084Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950545081,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-22T12:02:25.184Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:02:25.185Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:02:25.186Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:02:25.195Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:02:25.195Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:02:26.085Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar ASDC sendASDCNotification
2022-03-22T12:02:26.085Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar
2022-03-22T12:02:26.085Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:02:26.086Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:02:26.088Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:02:26.088Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950546085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T12:02:26.189Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T12:02:26.190Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:02:26.190Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:02:26.220Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:02:26.221Z||pool-17-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:02:27.090Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87146e13-861f-4d06-bbb4-7bc1b7a582a2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:02:27.109Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87146e13-861f-4d06-bbb4-7bc1b7a582a2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:02:27.113Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:02:27.113Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T12:02:27.113Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T12:02:57.114Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87146e13-861f-4d06-bbb4-7bc1b7a582a2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:02:57.122Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87146e13-861f-4d06-bbb4-7bc1b7a582a2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:02:57.125Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:02:57.125Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T12:02:57.125Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T12:03:06.833Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:03:06.834Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T12:03:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:03:06.960Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:03:06.961Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-22T12:03:06.961Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950526830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:03:06.962Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-22T12:03:27.126Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87146e13-861f-4d06-bbb4-7bc1b7a582a2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:03:27.135Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87146e13-861f-4d06-bbb4-7bc1b7a582a2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:03:27.138Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:03:27.138Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T12:03:27.138Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T12:03:57.139Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87146e13-861f-4d06-bbb4-7bc1b7a582a2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:03:57.154Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87146e13-861f-4d06-bbb4-7bc1b7a582a2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:03:57.168Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:03:57.169Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T12:03:57.169Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T12:04:06.833Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:04:06.834Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T12:04:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:04:07.406Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:04:07.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:04:07.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "aai-ml",
"timestamp": 1647950527770,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T12:04:07.408Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:04:07.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:04:07.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950526830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json",
"status": "NOTIFIED"
}
2022-03-22T12:04:07.409Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:04:07.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:04:07.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "aai-ml",
"timestamp": 1647950528778,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T12:04:07.414Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 87146e13-861f-4d06-bbb4-7bc1b7a582a2
2022-03-22T12:04:07.415Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87146e13-861f-4d06-bbb4-7bc1b7a582a2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T12:04:07.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:04:07.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950526830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-22T12:04:07.425Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:04:07.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:04:07.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950526830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:04:07.425Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:04:07.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:04:07.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950526830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-22T12:04:07.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:04:07.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:04:07.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950526830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:04:07.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:04:07.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:04:07.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950526830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T12:04:07.427Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:04:07.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:04:07.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950534939,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:04:07.428Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:04:07.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:04:07.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950539398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:04:07.428Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:04:07.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:04:07.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950540601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:04:07.429Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:04:07.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:04:07.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950541813,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:04:07.429Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:04:07.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:04:07.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950543073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/basic_onboard_ycndnd0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-22T12:04:07.430Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:04:07.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:04:07.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950544077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-22T12:04:07.430Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:04:07.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:04:07.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950545081,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/resourceInstances/basic_onboard_ycndnd0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-22T12:04:07.430Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:04:07.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:04:07.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950546085,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYcndnd/1.0/artifacts/service-BasicOnboardYcndnd-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T12:04:07.431Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:04:27.169Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87146e13-861f-4d06-bbb4-7bc1b7a582a2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:04:27.176Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87146e13-861f-4d06-bbb4-7bc1b7a582a2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:04:27.179Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:04:27.179Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T12:04:27.179Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T12:04:27.180Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T12:04:27.180Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-22T12:04:27.180Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-22T12:04:27.180Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-22T12:04:27.180Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-22T12:04:27.181Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-22T12:04:27.181Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-22T12:04:27.181Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T12:04:27.184Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T12:04:57.185Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 87146e13-861f-4d06-bbb4-7bc1b7a582a2 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-22T12:04:57.193Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 87146e13-861f-4d06-bbb4-7bc1b7a582a2 and serviceModelVersionId: c1c499f1-af08-4758-a6ca-030fcd08d2df
2022-03-22T12:04:57.193Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8bf5cc05-48c2-474d-8901-a2be62348a6b
2022-03-22T12:05:06.833Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:05:06.834Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T12:05:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:05:07.475Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:05:07.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "policy-id",
"timestamp": 1647950688810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.478Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:05:07.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "policy-id",
"timestamp": 1647950688810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.479Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:05:07.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "policy-id",
"timestamp": 1647950688810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-22T12:05:07.479Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:05:07.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "cds",
"timestamp": 1647950694599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.480Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:05:07.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "dcae-sch",
"timestamp": 1647950695781,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.481Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:05:07.481Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.481Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "policy-id",
"timestamp": 1647950688810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.481Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:05:07.481Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.482Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "cds",
"timestamp": 1647950694599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.482Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:05:07.482Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.482Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "dcae-sch",
"timestamp": 1647950695781,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.483Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:05:07.483Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.483Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "policy-id",
"timestamp": 1647950688810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.483Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:05:07.483Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.484Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "cds",
"timestamp": 1647950694599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.484Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:05:07.484Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.484Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "ves-openapi-manager",
"timestamp": 1647950697350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.485Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:05:07.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.485Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "dcae-sch",
"timestamp": 1647950695781,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.485Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:05:07.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "policy-id",
"timestamp": 1647950688810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.486Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:05:07.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "cds",
"timestamp": 1647950694599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.486Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:05:07.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.487Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "ves-openapi-manager",
"timestamp": 1647950697350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.487Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:05:07.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.487Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "dcae-sch",
"timestamp": 1647950695781,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.488Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:05:07.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "policy-id",
"timestamp": 1647950688810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T12:05:07.488Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:05:07.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "cds",
"timestamp": 1647950694599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.489Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:05:07.489Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.489Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647950699189,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.489Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:05:07.490Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.490Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "ves-openapi-manager",
"timestamp": 1647950697350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.490Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:05:07.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.491Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "dcae-sch",
"timestamp": 1647950695781,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.491Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:05:07.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.491Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "cds",
"timestamp": 1647950694599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.492Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:05:07.492Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.492Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647950699189,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json",
"status": "NOTIFIED"
}
2022-03-22T12:05:07.492Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:05:07.492Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "ves-openapi-manager",
"timestamp": 1647950697350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.493Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:05:07.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "dcae-sch",
"timestamp": 1647950695781,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.493Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:05:07.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "cds",
"timestamp": 1647950694599,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T12:05:07.494Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:05:07.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "policy-id",
"timestamp": 1647950701259,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:05:07.494Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:05:07.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647950699189,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-22T12:05:07.495Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:05:07.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "ves-openapi-manager",
"timestamp": 1647950697350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.496Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:05:07.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "clamp",
"timestamp": 1647950702224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.496Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:05:07.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "dcae-sch",
"timestamp": 1647950695781,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.497Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:05:07.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "policy-id",
"timestamp": 1647950702265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T12:05:07.497Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:05:07.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647950699189,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.498Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:05:07.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "ves-openapi-manager",
"timestamp": 1647950697350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.498Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:05:07.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "cds",
"timestamp": 1647950702825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:05:07.498Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:05:07.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.499Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "clamp",
"timestamp": 1647950702224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json",
"status": "NOTIFIED"
}
2022-03-22T12:05:07.499Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:05:07.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.499Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "policy-id",
"timestamp": 1647950703269,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T12:05:07.509Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d70b86e9-0d0b-4316-9500-ac2f9fd92599
2022-03-22T12:05:07.510Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d70b86e9-0d0b-4316-9500-ac2f9fd92599 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T12:05:07.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647950699189,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-22T12:05:07.517Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:05:07.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "ves-openapi-manager",
"timestamp": 1647950697350,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.518Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:05:07.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "cds",
"timestamp": 1647950703832,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T12:05:07.522Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d70b86e9-0d0b-4316-9500-ac2f9fd92599
2022-03-22T12:05:07.522Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d70b86e9-0d0b-4316-9500-ac2f9fd92599 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T12:05:07.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "clamp",
"timestamp": 1647950702224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:05:07.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647950703589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:05:07.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647950699189,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:05:07.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "clamp",
"timestamp": 1647950702224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.533Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:05:07.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647950703589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.533Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:05:07.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647950699189,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T12:05:07.534Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:05:07.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "clamp",
"timestamp": 1647950702224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.534Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:05:07.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-22T12:05:07.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647950703589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:05:07.535Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-22T12:05:12.452Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8bf5cc05-48c2-474d-8901-a2be62348a6b/model-vers/model-ver/c1c499f1-af08-4758-a6ca-030fcd08d2df?depth=0
2022-03-22T12:05:12.597Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-03-22T12:05:13.122Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bf5cc05-48c2-474d-8901-a2be62348a6b/model-vers/model-ver/c1c499f1-af08-4758-a6ca-030fcd08d2df?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-22T12:05:13.129Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bf5cc05-48c2-474d-8901-a2be62348a6b/model-vers/model-ver/c1c499f1-af08-4758-a6ca-030fcd08d2df?depth=0|INFO|500||Invoke
2022-03-22T12:05:13.274Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bf5cc05-48c2-474d-8901-a2be62348a6b/model-vers/model-ver/c1c499f1-af08-4758-a6ca-030fcd08d2df?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-22T12:05:13.940Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bf5cc05-48c2-474d-8901-a2be62348a6b/model-vers/model-ver/c1c499f1-af08-4758-a6ca-030fcd08d2df?depth=0|INFO|500||InvokeReturn
2022-03-22T12:05:13.941Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8bf5cc05-48c2-474d-8901-a2be62348a6b/model-vers/model-ver/c1c499f1-af08-4758-a6ca-030fcd08d2df?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220322-12:05:14:019-93078], vertex-id=[229592], Content-Length=[0], Date=[Tue, 22 Mar 2022 12:05:14 GMT], Content-Type=[application/json]}
2022-03-22T12:05:13.942Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-03-22T12:05:13.946Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-22T12:05:13.946Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-22T12:05:13.952Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-22T12:05:13.954Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 87146e13-861f-4d06-bbb4-7bc1b7a582a2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-22T12:05:13.955Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-22T12:05:13.956Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:05:13.959Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:05:13.959Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950713954,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-22T12:05:14.060Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:05:14.061Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:05:14.061Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:05:14.073Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:05:14.073Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-22T12:05:14.972Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:05:14.972Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T12:05:14.973Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:05:19.354Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:05:19.355Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-22T12:05:19.355Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"d70b86e9-0d0b-4316-9500-ac2f9fd92599","serviceName":"vFW 2022-03-22 12-01-14","serviceVersion":"1.0","serviceUUID":"596f024d-6244-4b94-968e-e1d41c402d0b","serviceDescription":"catalog service description","serviceInvariantUUID":"06a30146-bdfc-48ab-b8c5-4ef685c1d51b","resources":[{"resourceInstanceName":"vFW b638b9d9-c11a 0","resourceName":"vFW b638b9d9-c11a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"665d7826-297b-4de0-b517-823348cbc780","resourceInvariantUUID":"756e4b0f-bc36-49a1-8610-6454e574cc6c","resourceCustomizationUUID":"81deea9b-dd5e-45a3-bdda-dec1bf06e8a1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vf-license-model.xml","artifactChecksum":"ODVkY2RkNjcxN2Y5ZGE2OWIzYTgzMmUyOTE2NjQxM2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"96707cab-2c25-41fb-af7a-d2c751cc1764","artifactVersion":"1"},{"artifactName":"vfwb638b9d9c11a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json","artifactChecksum":"YzFjNzJhMTUzOWZlYWMyY2E3NzEwOWE1ZjZjYzVhMGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bc72fc19-a346-4609-b7d4-bbf7a74e810c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d2be2690-588a-495e-b45c-e4f3f5003b5e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vendor-license-model.xml","artifactChecksum":"YTkwY2FlY2ZiZTRlMTkzOGQ4MTQyNzA4NTc4OTg2Y2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"752e1cae-512a-4764-90d6-c653e510120f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4466985b-4c92-40a8-b6e7-dbe6fcaa975c","artifactVersion":"2","generatedFromUUID":"d2be2690-588a-495e-b45c-e4f3f5003b5e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220322120114-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-template.yml","artifactChecksum":"MzQ2Njc2NDYzYmEwMWJmOWVhYzRkNWEwNjI0MjRmODI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c03b4a37-f92f-4daa-8903-ed1c5595da95","artifactVersion":"1"},{"artifactName":"service-Vfw20220322120114-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar","artifactChecksum":"YzQ3ZWU0MzFlNDE5ZjlmNmUwOTM2ZmQ1ODE5NTc5Yzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b222a3e9-07dd-49df-80f9-6d7d1c897a68","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T12:05:19.358Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:05:19.358Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:05:19.360Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:05:19.360Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950714972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:05:19.460Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:05:19.461Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:05:19.462Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:05:19.471Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:05:19.472Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:05:20.361Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:05:20.362Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:05:20.363Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:05:20.363Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950714972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json",
"status": "NOTIFIED"
}
2022-03-22T12:05:20.464Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:05:20.465Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:05:20.465Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:05:20.478Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:05:20.479Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:05:21.364Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:05:21.365Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:05:21.367Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:05:21.367Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950714972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-22T12:05:21.468Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T12:05:21.469Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:05:21.469Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:05:21.483Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:05:21.483Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:05:22.368Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:05:22.369Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:05:22.371Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:05:22.371Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950714972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:05:22.472Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T12:05:22.473Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:05:22.474Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:05:22.486Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:05:22.487Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:05:23.373Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:05:23.373Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:05:23.376Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:05:23.376Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950714972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-22T12:05:23.476Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:05:23.478Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:05:23.478Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:05:23.489Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:05:23.489Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:05:24.377Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:05:24.378Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:05:24.380Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:05:24.381Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950714972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:05:24.481Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:05:24.482Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:05:24.482Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:05:24.492Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:05:24.493Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:05:25.381Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:05:25.382Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:05:25.385Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:05:25.385Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950714972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T12:05:25.485Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:05:25.486Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:05:25.487Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:05:25.496Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:05:25.497Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:05:26.386Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"serviceName": "vFW 2022-03-22 12-01-14",
"serviceVersion": "1.0",
"serviceUUID": "596f024d-6244-4b94-968e-e1d41c402d0b",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "06a30146-bdfc-48ab-b8c5-4ef685c1d51b",
"resources": [
{
"resourceInstanceName": "vFW b638b9d9-c11a 0",
"resourceCustomizationUUID": "81deea9b-dd5e-45a3-bdda-dec1bf06e8a1",
"resourceName": "vFW b638b9d9-c11a",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "665d7826-297b-4de0-b517-823348cbc780",
"resourceInvariantUUID": "756e4b0f-bc36-49a1-8610-6454e574cc6c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwb638b9d9c11a0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json",
"artifactChecksum": "YzFjNzJhMTUzOWZlYWMyY2E3NzEwOWE1ZjZjYzVhMGQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bc72fc19-a346-4609-b7d4-bbf7a74e810c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d2be2690-588a-495e-b45c-e4f3f5003b5e",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4466985b-4c92-40a8-b6e7-dbe6fcaa975c",
"generatedFromUUID": "d2be2690-588a-495e-b45c-e4f3f5003b5e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4466985b-4c92-40a8-b6e7-dbe6fcaa975c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220322120114-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
"artifactChecksum": "YzQ3ZWU0MzFlNDE5ZjlmNmUwOTM2ZmQ1ODE5NTc5Yzk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b222a3e9-07dd-49df-80f9-6d7d1c897a68"
}
],
"workloadContext": "Production"
}
2022-03-22T12:05:26.387Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T12:05:26.387Z|87146e13-861f-4d06-bbb4-7bc1b7a582a2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 596f024d-6244-4b94-968e-e1d41c402d0b ASDC
2022-03-22T12:05:26.387Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:d70b86e9-0d0b-4316-9500-ac2f9fd92599
ServiceName:vFW 2022-03-22 12-01-14
ServiceVersion:1.0
ServiceUUID:596f024d-6244-4b94-968e-e1d41c402d0b
ServiceInvariantUUID:06a30146-bdfc-48ab-b8c5-4ef685c1d51b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220322120114-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar
ArtifactUUID:b222a3e9-07dd-49df-80f9-6d7d1c897a68
ArtifactChecksum:YzQ3ZWU0MzFlNDE5ZjlmNmUwOTM2ZmQ1ODE5NTc5Yzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b638b9d9-c11a 0
ResourceCustomizationUUID:81deea9b-dd5e-45a3-bdda-dec1bf06e8a1
ResourceInvariantUUID:756e4b0f-bc36-49a1-8610-6454e574cc6c
ResourceName:vFW b638b9d9-c11a
ResourceType:VF
ResourceUUID:665d7826-297b-4de0-b517-823348cbc780
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb638b9d9c11a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json
ArtifactUUID:bc72fc19-a346-4609-b7d4-bbf7a74e810c
ArtifactChecksum:YzFjNzJhMTUzOWZlYWMyY2E3NzEwOWE1ZjZjYzVhMGQ=
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/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml
ArtifactUUID:d2be2690-588a-495e-b45c-e4f3f5003b5e
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/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env
ArtifactUUID:4466985b-4c92-40a8-b6e7-dbe6fcaa975c
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/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env
ArtifactUUID:4466985b-4c92-40a8-b6e7-dbe6fcaa975c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-22T12:05:26.388Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 596f024d-6244-4b94-968e-e1d41c402d0b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-22T12:05:26.427Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T12:05:26.428Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-22T12:05:26.428Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-22T12:05:26.428Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b222a3e9-07dd-49df-80f9-6d7d1c897a68 from URL: /sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar
2022-03-22T12:05:26.428Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-22T12:05:26.429Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar
2022-03-22T12:05:26.950Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-22T12:05:26.959Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar b222a3e9-07dd-49df-80f9-6d7d1c897a68 98960
2022-03-22T12:05:26.960Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar ASDC sendASDCNotification
2022-03-22T12:05:26.960Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar
2022-03-22T12:05:26.960Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:05:26.961Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:05:26.963Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:05:26.963Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950726960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:05:27.063Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:05:27.064Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:05:27.064Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:05:27.079Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:05:27.080Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:05:27.964Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T12:05:27.966Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-22T12:05:27.966Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b222a3e9-07dd-49df-80f9-6d7d1c897a68, URL: /sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar to file: /app/ASDC/1/service-Vfw20220322120114-csar.csar
2022-03-22T12:05:27.966Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220322120114-csar.csar
2022-03-22T12:05:27.966Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220322120114-csar.csar
2022-03-22T12:05:27.967Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220322120114-csar.csar
2022-03-22T12:05:28.121Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12900319009616961089/Definitions/service-Vfw20220322120114-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
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
2022-03-22T12:05:30.551Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-22T12:05:30.551Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-22T12:05:30.551Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220322120114-csar.csar
2022-03-22T12:05:30.552Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-22T12:05:30.552Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||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-Vfw20220322120114-csar.csar
2022-03-22T12:05:30.552Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||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-Vfw20220322120114-csar.csar
2022-03-22T12:05:30.552Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220322120114-csar.csar
2022-03-22T12:05:30.552Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220322120114-csar.csar
2022-03-22T12:05:30.552Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220322120114-csar.csar
2022-03-22T12:05:30.552Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||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-Vfw20220322120114-csar.csar
2022-03-22T12:05:30.552Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b638b9d9-c11a 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-Vfw20220322120114-csar.csar
2022-03-22T12:05:30.552Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220322120114-csar.csar
2022-03-22T12:05:30.552Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220322120114-csar.csar
2022-03-22T12:05:30.552Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220322120114-csar.csar
2022-03-22T12:05:30.553Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220322120114-csar.csar
2022-03-22T12:05:30.553Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220322120114-csar.csar
2022-03-22T12:05:30.553Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220322120114-csar.csar
2022-03-22T12:05:30.553Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-22T12:05:30.553Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:05:30.553Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-22 12-01-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:05:30.553Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vFW b638b9d9-c11a 0 is matching search criteria
2022-03-22T12:05:30.553Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-22T12:05:30.554Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b638b9d9-c11a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T12:05:30.554Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:05:30.554Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-22 12-01-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:05:30.554Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vFW b638b9d9-c11a 0 is matching search criteria
2022-03-22T12:05:30.554Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-22T12:05:30.554Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b638b9d9-c11a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T12:05:30.555Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:05:30.555Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-22 12-01-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:05:30.555Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:05:30.555Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vFW b638b9d9-c11a 0 is not matching search criteria
2022-03-22T12:05:30.555Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:05:30.555Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:05:30.556Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T12:05:30.556Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:05:30.556Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T12:05:30.556Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T12:05:30.556Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:05:30.556Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T12:05:30.556Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T12:05:30.556Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:05:30.557Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T12:05:30.557Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T12:05:30.557Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T12:05:30.557Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T12:05:30.557Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:05:30.557Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-22T12:05:30.557Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:05:30.557Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-22 12-01-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T12:05:30.558Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:05:30.558Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vFW b638b9d9-c11a 0 is matching search criteria
2022-03-22T12:05:30.558Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b638b9d9-c11a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:05:30.558Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:05:30.558Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vFW b638b9d9-c11a 0 is matching search criteria
2022-03-22T12:05:30.558Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b638b9d9-c11a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:05:30.559Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:05:30.559Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vFW b638b9d9-c11a 0 is matching search criteria
2022-03-22T12:05:30.559Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b638b9d9-c11a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:05:30.559Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:05:30.559Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vFW b638b9d9-c11a 0 is not matching search criteria
2022-03-22T12:05:30.559Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:05:30.559Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:05:30.560Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-22T12:05:30.560Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T12:05:30.560Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T12:05:30.560Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:05:30.560Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T12:05:30.560Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T12:05:30.560Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T12:05:30.561Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T12:05:30.561Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:05:30.561Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d8908666-4765-4d1b-8135-1b211a62e9af
2022-03-22T12:05:30.561Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:05:30.561Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vFW b638b9d9-c11a 0 is not matching search criteria
2022-03-22T12:05:30.561Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:05:30.561Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:05:30.562Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T12:05:30.562Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:05:30.562Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T12:05:30.562Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T12:05:30.562Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:05:30.562Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-22T12:05:30.563Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T12:05:30.563Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T12:05:30.563Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T12:05:30.563Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:05:30.563Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9fee53b6-746e-47e6-8eca-32b91f138a83
2022-03-22T12:05:30.563Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:05:30.564Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vFW b638b9d9-c11a 0 is not matching search criteria
2022-03-22T12:05:30.564Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:05:30.564Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:05:30.564Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T12:05:30.564Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:05:30.564Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T12:05:30.564Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T12:05:30.565Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:05:30.565Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T12:05:30.565Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T12:05:30.565Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:05:30.565Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T12:05:30.565Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-22T12:05:30.565Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1f8ce8ae-897f-4bfd-93c2-d323648a78c6
2022-03-22T12:05:30.566Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:05:30.566Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-22 12-01-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:05:30.566Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:05:30.566Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-22 12-01-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:05:30.566Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:05:30.566Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-22 12-01-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:05:30.566Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:05:30.567Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-22 12-01-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:05:30.567Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-22 12-01-14
Description:catalog service description
Model UUID:596f024d-6244-4b94-968e-e1d41c402d0b
Model Version:NULL
Model InvariantUuid:06a30146-bdfc-48ab-b8c5-4ef685c1d51b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW b638b9d9-c11a
Model UUID:26a7f74d-23de-448d-a539-373a245f6f62
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:756e4b0f-bc36-49a1-8610-6454e574cc6c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:81deea9b-dd5e-45a3-bdda-dec1bf06e8a1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:89810367-24e3-4837-86b1-f43f1ff6cd86
ModelName:VfwB638b9d9C11a..base_vfw..module-0
ModelUuid:6a7feb13-b0a0-436b-8cbe-31f050b051ce
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d8908666-4765-4d1b-8135-1b211a62e9af
ModelInvariantUuid:ecfff6bb-ac4c-468b-be5e-f36729ad4580
ModelName:vFW b638b9d9-c11a-nodes.vfwCvfc
ModelUuid:7157b163-a099-47ae-a910-1ad3a0590ad7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:c3d8881f-bddf-4bda-af69-ddd84de6c545
ModelInvariantUuid:926dad0b-3b5f-45c0-86b0-45e28df2dbf8
ModelName:VfwB638b9d9C11a.compute.nodes.heat.vfw
ModelUuid:5d940cab-807f-4936-af02-7074d37bf168
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:9fee53b6-746e-47e6-8eca-32b91f138a83
ModelInvariantUuid:e0d847a8-956a-4fa5-8286-40fabf409ab2
ModelName:vFW b638b9d9-c11a-nodes.vsnCvfc
ModelUuid:ea0147b3-c28d-404d-9074-9a7963c7154a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:4c1c4efc-434d-4e50-a3aa-d1a787f13c9f
ModelInvariantUuid:decb31ca-6e6d-4380-865d-5c494ea807d6
ModelName:VfwB638b9d9C11a.compute.nodes.heat.vsn
ModelUuid:b97cbfee-618e-4007-9abd-9b73aa779095
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:1f8ce8ae-897f-4bfd-93c2-d323648a78c6
ModelInvariantUuid:5bfa7c7f-e5d1-484f-9ba7-aae61ceb8245
ModelName:vFW b638b9d9-c11a-nodes.vpgCvfc
ModelUuid:6fb1ffbd-4e30-4549-a9c3-dc3ae4c3f755
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:b18c96af-d547-46b4-9dd6-fb9bf05ef332
ModelInvariantUuid:3c39bf6c-54f3-4e62-8df6-da759ae91f23
ModelName:VfwB638b9d9C11a.compute.nodes.heat.vpg
ModelUuid:3efdbbfc-6589-4a5f-b178-3e86701b9d59
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-22T12:05:30.572Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 665d7826-297b-4de0-b517-823348cbc780
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-22T12:05:30.574Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||vFW b638b9d9-c11a 0
2022-03-22T12:05:30.574Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 665d7826-297b-4de0-b517-823348cbc780
2022-03-22T12:05:30.574Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bc72fc19-a346-4609-b7d4-bbf7a74e810c from URL: /sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json
2022-03-22T12:05:30.574Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-22T12:05:30.574Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json
2022-03-22T12:05:30.996Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-22T12:05:30.997Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json bc72fc19-a346-4609-b7d4-bbf7a74e810c 785
2022-03-22T12:05:30.997Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json ASDC sendASDCNotification
2022-03-22T12:05:30.998Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json
2022-03-22T12:05:30.998Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:05:30.998Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:05:31.001Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:05:31.001Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950730997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:05:31.101Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:05:31.102Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:05:31.102Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:05:31.113Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:05:31.114Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:05:32.002Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB638b9d9C11a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "89810367-24e3-4837-86b1-f43f1ff6cd86",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6a7feb13-b0a0-436b-8cbe-31f050b051ce",
"vfModuleModelCustomizationUUID": "828fff49-7516-4b27-9cf4-c5de4a8c4eb2",
"isBase": true,
"artifacts": [
"d2be2690-588a-495e-b45c-e4f3f5003b5e",
"4466985b-4c92-40a8-b6e7-dbe6fcaa975c"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-22T12:05:32.008Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB638b9d9C11a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6a7feb13-b0a0-436b-8cbe-31f050b051ce
VfModuleModelInvariantUUID:89810367-24e3-4837-86b1-f43f1ff6cd86
VfModuleModelDescription:NULL
Artifacts UUID List:{
d2be2690-588a-495e-b45c-e4f3f5003b5e
,
4466985b-4c92-40a8-b6e7-dbe6fcaa975c
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-22T12:05:32.011Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB638b9d9C11a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "89810367-24e3-4837-86b1-f43f1ff6cd86",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6a7feb13-b0a0-436b-8cbe-31f050b051ce",
"vfModuleModelCustomizationUUID": "828fff49-7516-4b27-9cf4-c5de4a8c4eb2",
"isBase": true,
"artifacts": [
"d2be2690-588a-495e-b45c-e4f3f5003b5e",
"4466985b-4c92-40a8-b6e7-dbe6fcaa975c"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-22T12:05:32.011Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB638b9d9C11a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6a7feb13-b0a0-436b-8cbe-31f050b051ce
VfModuleModelInvariantUUID:89810367-24e3-4837-86b1-f43f1ff6cd86
VfModuleModelDescription:NULL
Artifacts UUID List:{
d2be2690-588a-495e-b45c-e4f3f5003b5e
,
4466985b-4c92-40a8-b6e7-dbe6fcaa975c
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-22T12:05:32.012Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d2be2690-588a-495e-b45c-e4f3f5003b5e from URL: /sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml
2022-03-22T12:05:32.012Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-22T12:05:32.012Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml
2022-03-22T12:05:32.742Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-22T12:05:32.743Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml d2be2690-588a-495e-b45c-e4f3f5003b5e 20368
2022-03-22T12:05:32.743Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-22T12:05:32.743Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml
2022-03-22T12:05:32.744Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:05:32.744Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:05:32.746Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:05:32.746Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950732743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:05:32.846Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:05:32.848Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:05:32.848Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:05:32.858Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:05:32.859Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:05:33.747Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4466985b-4c92-40a8-b6e7-dbe6fcaa975c from URL: /sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env
2022-03-22T12:05:33.748Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-22T12:05:33.748Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env
2022-03-22T12:05:34.241Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-22T12:05:34.242Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env 4466985b-4c92-40a8-b6e7-dbe6fcaa975c 2098
2022-03-22T12:05:34.242Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-22T12:05:34.242Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env
2022-03-22T12:05:34.243Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:05:34.243Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:05:34.246Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:05:34.246Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950734242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:05:34.346Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:05:34.347Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:05:34.347Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:05:34.356Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:05:34.357Z||pool-29-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:05:35.246Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 596f024d-6244-4b94-968e-e1d41c402d0b
2022-03-22T12:05:35.247Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b638b9d9-c11a 0 665d7826-297b-4de0-b517-823348cbc780 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-22T12:05:35.263Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5e631056, org.onap.sdc.toscaparser.api.parameters.Input@1ab27180, org.onap.sdc.toscaparser.api.parameters.Input@62b25d8d, org.onap.sdc.toscaparser.api.parameters.Input@236880db, org.onap.sdc.toscaparser.api.parameters.Input@654fc540]
2022-03-22T12:05:35.264Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:05:35.265Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-22 12-01-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:05:35.265Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-03-22T12:05:35.265Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 81deea9b-dd5e-45a3-bdda-dec1bf06e8a1
2022-03-22T12:05:35.265Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 81deea9b-dd5e-45a3-bdda-dec1bf06e8a1 matches Tosca VF Customization UUID: 81deea9b-dd5e-45a3-bdda-dec1bf06e8a1
2022-03-22T12:05:35.266Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 81deea9b-dd5e-45a3-bdda-dec1bf06e8a1 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-22T12:05:35.268Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:05:35.268Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-22 12-01-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:05:35.269Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 81deea9b-dd5e-45a3-bdda-dec1bf06e8a1: {\"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\"}
2022-03-22T12:05:35.269Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7b5fd536
2022-03-22T12:05:35.269Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:05:35.269Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-22 12-01-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T12:05:35.269Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 828fff49-7516-4b27-9cf4-c5de4a8c4eb2
2022-03-22T12:05:35.270Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 828fff49-7516-4b27-9cf4-c5de4a8c4eb2
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-22T12:05:35.271Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:05:35.271Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vFW b638b9d9-c11a 0 is matching search criteria
2022-03-22T12:05:35.272Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b638b9d9-c11a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:05:35.272Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:05:35.272Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vFW b638b9d9-c11a 0 is matching search criteria
2022-03-22T12:05:35.273Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b638b9d9-c11a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:05:35.273Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:05:35.273Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vFW b638b9d9-c11a 0 is not matching search criteria
2022-03-22T12:05:35.273Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:05:35.274Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:05:35.274Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-22T12:05:35.274Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T12:05:35.274Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T12:05:35.275Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:05:35.275Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T12:05:35.275Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T12:05:35.275Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T12:05:35.275Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T12:05:35.276Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:05:35.276Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d8908666-4765-4d1b-8135-1b211a62e9af
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-22T12:05:35.278Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:05:35.278Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vFW b638b9d9-c11a 0 is matching search criteria
2022-03-22T12:05:35.278Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b638b9d9-c11a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:05:35.279Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:05:35.279Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vFW b638b9d9-c11a 0 is not matching search criteria
2022-03-22T12:05:35.279Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:05:35.279Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:05:35.280Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T12:05:35.280Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:05:35.280Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T12:05:35.280Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T12:05:35.281Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:05:35.281Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-22T12:05:35.281Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T12:05:35.281Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T12:05:35.281Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T12:05:35.282Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:05:35.282Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9fee53b6-746e-47e6-8eca-32b91f138a83
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-22T12:05:35.284Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:05:35.284Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vFW b638b9d9-c11a 0 is matching search criteria
2022-03-22T12:05:35.284Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b638b9d9-c11a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:05:35.288Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:05:35.288Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vFW b638b9d9-c11a 0 is not matching search criteria
2022-03-22T12:05:35.289Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:05:35.289Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:05:35.289Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T12:05:35.289Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:05:35.290Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T12:05:35.290Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T12:05:35.290Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:05:35.290Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T12:05:35.291Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T12:05:35.291Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:05:35.291Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T12:05:35.291Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-22T12:05:35.291Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1f8ce8ae-897f-4bfd-93c2-d323648a78c6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-22T12:05:35.294Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:05:35.294Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vFW b638b9d9-c11a 0 is matching search criteria
2022-03-22T12:05:35.294Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b638b9d9-c11a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:05:35.294Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:05:35.294Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Node template vFW b638b9d9-c11a 0 is matching search criteria
2022-03-22T12:05:35.295Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b638b9d9-c11a 0] matching following query criteria: sdcType=VF, customizationUUID=81deea9b-dd5e-45a3-bdda-dec1bf06e8a1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-22T12:05:35.296Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:05:35.296Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-22 12-01-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:05:35.296Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 596f024d-6244-4b94-968e-e1d41c402d0b: vFW b638b9d9-c11a
2022-03-22T12:05:35.296Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:05:35.297Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-22 12-01-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:05:35.297Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:05:35.297Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-22 12-01-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:05:35.297Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:05:35.298Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-22 12-01-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:05:35.298Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:05:35.298Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-22 12-01-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:05:35.298Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:05:35.298Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-22 12-01-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:05:35.299Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-03-22 12-01-14
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T12:05:35.431Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b638b9d9-c11a 665d7826-297b-4de0-b517-823348cbc780 1 ASDC deployResourceStructure
2022-03-22T12:05:35.432Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json ASDC sendASDCNotification
2022-03-22T12:05:35.432Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json
2022-03-22T12:05:35.432Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:05:35.432Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:05:35.435Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:05:35.435Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950735432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-22T12:05:35.535Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:05:35.536Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:05:35.537Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:05:35.545Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:05:35.546Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:05:36.436Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-22T12:05:36.437Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml
2022-03-22T12:05:36.437Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:05:36.437Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:05:36.439Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:05:36.440Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950736436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-22T12:05:36.540Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:05:36.541Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:05:36.542Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:05:36.552Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:05:36.553Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:05:37.441Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-22T12:05:37.442Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env
2022-03-22T12:05:37.442Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:05:37.442Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:05:37.445Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:05:37.446Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950737441,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-22T12:05:37.546Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:05:37.547Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:05:37.547Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:05:37.562Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:05:37.563Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:05:38.447Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar ASDC sendASDCNotification
2022-03-22T12:05:38.447Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar
2022-03-22T12:05:38.447Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-22T12:05:38.448Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:05:38.450Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:05:38.450Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950738447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T12:05:38.550Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:05:38.551Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:05:38.551Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:05:38.561Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:05:38.562Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:05:39.451Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d70b86e9-0d0b-4316-9500-ac2f9fd92599
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:05:39.465Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d70b86e9-0d0b-4316-9500-ac2f9fd92599
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:05:39.471Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:05:39.471Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T12:05:39.471Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T12:06:06.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:06:06.836Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T12:06:06.836Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:06:07.018Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:06:07.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:06:07.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "clamp",
"timestamp": 1647950702224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:06:07.021Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:06:09.472Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d70b86e9-0d0b-4316-9500-ac2f9fd92599
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:06:09.484Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d70b86e9-0d0b-4316-9500-ac2f9fd92599
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:06:09.486Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:06:09.486Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T12:06:09.486Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T12:06:39.486Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d70b86e9-0d0b-4316-9500-ac2f9fd92599
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:06:39.494Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d70b86e9-0d0b-4316-9500-ac2f9fd92599
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:06:39.499Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:06:39.499Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-22T12:06:39.499Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-22T12:07:06.833Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:07:06.834Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T12:07:06.834Z||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 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:07:07.374Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:07:07.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647950703589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:07:07.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:07:07.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647950707563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:07:07.378Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:07:07.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "clamp",
"timestamp": 1647950702224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T12:07:07.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:07:07.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647950703589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:07:07.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:07:07.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647950708975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:07:07.379Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:07:07.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647950703589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:07:07.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:07:07.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647950710361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:07:07.380Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:07:07.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647950703589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T12:07:07.380Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:07:07.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647950711383,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T12:07:07.385Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d70b86e9-0d0b-4316-9500-ac2f9fd92599
2022-03-22T12:07:07.385Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d70b86e9-0d0b-4316-9500-ac2f9fd92599 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-22T12:07:07.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647950711548,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:07:07.397Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:07:07.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "aai-ml",
"timestamp": 1647950710934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:07:07.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:07:07.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647950712389,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-22T12:07:07.397Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:07:07.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "aai-ml",
"timestamp": 1647950710934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:07:07.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:07:07.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "clamp",
"timestamp": 1647950714444,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:07:07.398Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:07:07.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "87146e13-861f-4d06-bbb4-7bc1b7a582a2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950713954,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-22T12:07:07.398Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:07:07.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "aai-ml",
"timestamp": 1647950710934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:07:07.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:07:07.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "aai-ml",
"timestamp": 1647950710934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:07:07.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:07:07.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "clamp",
"timestamp": 1647950716461,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T12:07:07.399Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:07:07.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "aai-ml",
"timestamp": 1647950710934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:07:07.400Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:07:07.400Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647950715615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T12:07:07.400Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:07:07.400Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "clamp",
"timestamp": 1647950717472,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T12:07:07.406Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d70b86e9-0d0b-4316-9500-ac2f9fd92599
2022-03-22T12:07:07.407Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d70b86e9-0d0b-4316-9500-ac2f9fd92599 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T12:07:07.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "aai-ml",
"timestamp": 1647950710934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:07:07.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:07:07.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647950716621,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T12:07:07.418Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d70b86e9-0d0b-4316-9500-ac2f9fd92599
2022-03-22T12:07:07.418Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d70b86e9-0d0b-4316-9500-ac2f9fd92599 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T12:07:07.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "aai-ml",
"timestamp": 1647950710934,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T12:07:07.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:07:07.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "aai-ml",
"timestamp": 1647950718948,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:07:07.425Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:07:07.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950714972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:07:07.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:07:07.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950714972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json",
"status": "NOTIFIED"
}
2022-03-22T12:07:07.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:07:07.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950714972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-22T12:07:07.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:07:07.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950714972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:07:07.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:07:07.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950714972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-22T12:07:07.427Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:07:07.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950714972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:07:07.427Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:07:07.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950714972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T12:07:07.427Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-22T12:07:07.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950726960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:07:07.428Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:07:07.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950730997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:07:07.428Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:07:07.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950732743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:07:07.428Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:07:07.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "aai-ml",
"timestamp": 1647950733755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T12:07:07.429Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:07:07.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.429Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950734242,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:07:07.429Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:07:07.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.429Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "aai-ml",
"timestamp": 1647950734760,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T12:07:07.433Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d70b86e9-0d0b-4316-9500-ac2f9fd92599
2022-03-22T12:07:07.433Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d70b86e9-0d0b-4316-9500-ac2f9fd92599 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T12:07:07.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950735432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/vfwb638b9d9c11a0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-22T12:07:07.442Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:07:07.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950736436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-22T12:07:07.442Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:07:07.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950737441,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/resourceInstances/vfwb638b9d9c11a0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-22T12:07:07.443Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:07:07.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-22T12:07:07.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950738447,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120114/1.0/artifacts/service-Vfw20220322120114-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-22T12:07:07.444Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-22T12:07:09.500Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d70b86e9-0d0b-4316-9500-ac2f9fd92599
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:07:09.520Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d70b86e9-0d0b-4316-9500-ac2f9fd92599
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-22T12:07:09.525Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-22T12:07:09.525Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-22T12:07:09.525Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-22T12:07:09.526Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-22T12:07:09.526Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-22T12:07:09.526Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-22T12:07:09.526Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-22T12:07:09.527Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-22T12:07:09.527Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-22T12:07:09.527Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-22T12:07:09.527Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-22T12:07:09.534Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-22T12:07:39.535Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d70b86e9-0d0b-4316-9500-ac2f9fd92599 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-22T12:07:39.543Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d70b86e9-0d0b-4316-9500-ac2f9fd92599 and serviceModelVersionId: 596f024d-6244-4b94-968e-e1d41c402d0b
2022-03-22T12:07:39.543Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 06a30146-bdfc-48ab-b8c5-4ef685c1d51b
2022-03-22T12:07:39.546Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/06a30146-bdfc-48ab-b8c5-4ef685c1d51b/model-vers/model-ver/596f024d-6244-4b94-968e-e1d41c402d0b?depth=0
2022-03-22T12:07:39.567Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-03-22T12:07:39.654Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06a30146-bdfc-48ab-b8c5-4ef685c1d51b/model-vers/model-ver/596f024d-6244-4b94-968e-e1d41c402d0b?depth=0|INFO|500||Invoke
2022-03-22T12:07:39.655Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06a30146-bdfc-48ab-b8c5-4ef685c1d51b/model-vers/model-ver/596f024d-6244-4b94-968e-e1d41c402d0b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06a30146-bdfc-48ab-b8c5-4ef685c1d51b/model-vers/model-ver/596f024d-6244-4b94-968e-e1d41c402d0b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d70b86e9-0d0b-4316-9500-ac2f9fd92599], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[78e5ee2a-da31-4d18-95a5-f72f5935cbb8], X-ECOMP-RequestID=[d70b86e9-0d0b-4316-9500-ac2f9fd92599], X-TransactionId=[], X-ONAP-RequestID=[d70b86e9-0d0b-4316-9500-ac2f9fd92599], Content-Type=[application/merge-patch+json]}
2022-03-22T12:07:39.691Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06a30146-bdfc-48ab-b8c5-4ef685c1d51b/model-vers/model-ver/596f024d-6244-4b94-968e-e1d41c402d0b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-22T12:07:40.307Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06a30146-bdfc-48ab-b8c5-4ef685c1d51b/model-vers/model-ver/596f024d-6244-4b94-968e-e1d41c402d0b?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/06a30146-bdfc-48ab-b8c5-4ef685c1d51b/model-vers/model-ver/596f024d-6244-4b94-968e-e1d41c402d0b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220322-12:07:40:445-11472], vertex-id=[163904], Content-Length=[0], Date=[Tue, 22 Mar 2022 12:07:40 GMT], Content-Type=[application/json]}
2022-03-22T12:07:40.308Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06a30146-bdfc-48ab-b8c5-4ef685c1d51b/model-vers/model-ver/596f024d-6244-4b94-968e-e1d41c402d0b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-22T12:07:40.309Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06a30146-bdfc-48ab-b8c5-4ef685c1d51b/model-vers/model-ver/596f024d-6244-4b94-968e-e1d41c402d0b?depth=0|INFO|500||InvokeReturn
2022-03-22T12:07:40.310Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-22T12:07:40.311Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-22T12:07:40.315Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-22T12:07:40.316Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d70b86e9-0d0b-4316-9500-ac2f9fd92599 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-22T12:07:40.316Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-22T12:07:40.317Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:07:40.319Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:07:40.320Z|d70b86e9-0d0b-4316-9500-ac2f9fd92599|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "d70b86e9-0d0b-4316-9500-ac2f9fd92599",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950860316,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-22T12:07:40.420Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:07:40.421Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:07:40.421Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:07:40.434Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:07:40.435Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-22T12:07:41.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-22T12:07:41.343Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-22T12:07:41.343Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:07:45.702Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:07:45.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-22T12:07:45.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"02d06114-0026-4138-b34d-7f26520a7ded","serviceName":"vFW 2022-03-22 12-04-02","serviceVersion":"1.0","serviceUUID":"0d18c1d6-b0dd-4803-91a1-cd6586275b31","serviceDescription":"catalog service description","serviceInvariantUUID":"8df0265e-82a8-4ac1-bef5-600970299233","resources":[{"resourceInstanceName":"vFW d3b0292c-183d 0","resourceName":"vFW d3b0292c-183d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e861d1a2-e5de-4ae2-8dad-c05790a87ca0","resourceInvariantUUID":"2c17ac0a-d5c4-4a7b-90b4-a87b567aa143","resourceCustomizationUUID":"8cb8d36e-825e-4cf9-9478-498b05acf4b7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vf-license-model.xml","artifactChecksum":"NjdlM2JkYTEzNjJmYTBlMmY4M2YzYzJkNzU2OTI0NjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"710c4546-53cf-4d12-b0ff-cf042ebe907d","artifactVersion":"1"},{"artifactName":"vfwd3b0292c183d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vfwd3b0292c183d0_modules.json","artifactChecksum":"ODMyYWZkNzE5Y2E2YzhkMjI1MTVkOTM5OWE2OGU1ODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"75419ffd-a6b2-4208-bcda-bb644f08b56f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a10fe013-eabb-4808-85d8-a4873368a809","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vendor-license-model.xml","artifactChecksum":"YjNiZTExY2QxYzY0ZTVlZmRlNzIxMDM0ZDNlOThlODU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"62266a0a-7de3-4e9e-8ac1-6cc596f9ee05","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"79d8cd8a-97c4-4141-ab84-a59f37aa59af","artifactVersion":"2","generatedFromUUID":"a10fe013-eabb-4808-85d8-a4873368a809"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220322120402-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-template.yml","artifactChecksum":"ODE3Y2M0ZWIyYzE3NmVjYTNkZGIzMzg4NDdmMzFjM2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7b969d06-a089-40f8-aebc-b215e0819d55","artifactVersion":"1"},{"artifactName":"service-Vfw20220322120402-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar","artifactChecksum":"OTEzZDkzNDIxNzBhMjBhZWNhYWViZTUyZWZlZTJhNDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"11c5787b-8242-416e-8406-78dcf38c7695","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-22T12:07:45.708Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:07:45.708Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:07:45.711Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:07:45.711Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950861342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:07:45.811Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:07:45.812Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:07:45.812Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:07:45.821Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:07:45.821Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:07:46.711Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:07:46.714Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:07:46.717Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:07:46.717Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950861342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vfwd3b0292c183d0_modules.json",
"status": "NOTIFIED"
}
2022-03-22T12:07:46.817Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:07:46.819Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:07:46.819Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:07:46.840Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:07:46.841Z||pool-36-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:07:47.718Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:07:47.718Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:07:47.721Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:07:47.721Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950861342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-22T12:07:47.821Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:07:47.822Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:07:47.822Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:07:47.839Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:07:47.840Z||pool-37-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:07:48.722Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:07:48.723Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:07:48.726Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:07:48.726Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950861342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:07:48.826Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:07:48.827Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:07:48.827Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:07:48.843Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:07:48.844Z||pool-38-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:07:49.727Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:07:49.728Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:07:49.730Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:07:49.730Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950861342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-22T12:07:49.830Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:07:49.831Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:07:49.832Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:07:49.842Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:07:49.843Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:07:50.731Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:07:50.733Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:07:50.735Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:07:50.736Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950861342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-22T12:07:50.836Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:07:50.837Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:07:50.837Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:07:50.848Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:07:50.848Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:07:51.736Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-22T12:07:51.738Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:07:51.742Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:07:51.743Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950861342,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar",
"status": "NOTIFIED"
}
2022-03-22T12:07:51.842Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-22T12:07:51.843Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:07:51.843Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:07:51.852Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:07:51.853Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-03-22T12:07:52.745Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
"serviceName": "vFW 2022-03-22 12-04-02",
"serviceVersion": "1.0",
"serviceUUID": "0d18c1d6-b0dd-4803-91a1-cd6586275b31",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "8df0265e-82a8-4ac1-bef5-600970299233",
"resources": [
{
"resourceInstanceName": "vFW d3b0292c-183d 0",
"resourceCustomizationUUID": "8cb8d36e-825e-4cf9-9478-498b05acf4b7",
"resourceName": "vFW d3b0292c-183d",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e861d1a2-e5de-4ae2-8dad-c05790a87ca0",
"resourceInvariantUUID": "2c17ac0a-d5c4-4a7b-90b4-a87b567aa143",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwd3b0292c183d0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vfwd3b0292c183d0_modules.json",
"artifactChecksum": "ODMyYWZkNzE5Y2E2YzhkMjI1MTVkOTM5OWE2OGU1ODE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "75419ffd-a6b2-4208-bcda-bb644f08b56f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a10fe013-eabb-4808-85d8-a4873368a809",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "79d8cd8a-97c4-4141-ab84-a59f37aa59af",
"generatedFromUUID": "a10fe013-eabb-4808-85d8-a4873368a809"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "79d8cd8a-97c4-4141-ab84-a59f37aa59af",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220322120402-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar",
"artifactChecksum": "OTEzZDkzNDIxNzBhMjBhZWNhYWViZTUyZWZlZTJhNDM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "11c5787b-8242-416e-8406-78dcf38c7695"
}
],
"workloadContext": "Production"
}
2022-03-22T12:07:52.746Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-22T12:07:52.746Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0d18c1d6-b0dd-4803-91a1-cd6586275b31 ASDC
2022-03-22T12:07:52.746Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:02d06114-0026-4138-b34d-7f26520a7ded
ServiceName:vFW 2022-03-22 12-04-02
ServiceVersion:1.0
ServiceUUID:0d18c1d6-b0dd-4803-91a1-cd6586275b31
ServiceInvariantUUID:8df0265e-82a8-4ac1-bef5-600970299233
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220322120402-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar
ArtifactUUID:11c5787b-8242-416e-8406-78dcf38c7695
ArtifactChecksum:OTEzZDkzNDIxNzBhMjBhZWNhYWViZTUyZWZlZTJhNDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d3b0292c-183d 0
ResourceCustomizationUUID:8cb8d36e-825e-4cf9-9478-498b05acf4b7
ResourceInvariantUUID:2c17ac0a-d5c4-4a7b-90b4-a87b567aa143
ResourceName:vFW d3b0292c-183d
ResourceType:VF
ResourceUUID:e861d1a2-e5de-4ae2-8dad-c05790a87ca0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd3b0292c183d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vfwd3b0292c183d0_modules.json
ArtifactUUID:75419ffd-a6b2-4208-bcda-bb644f08b56f
ArtifactChecksum:ODMyYWZkNzE5Y2E2YzhkMjI1MTVkOTM5OWE2OGU1ODE=
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/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.yaml
ArtifactUUID:a10fe013-eabb-4808-85d8-a4873368a809
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/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.env
ArtifactUUID:79d8cd8a-97c4-4141-ab84-a59f37aa59af
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/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.env
ArtifactUUID:79d8cd8a-97c4-4141-ab84-a59f37aa59af
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-22T12:07:52.747Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0d18c1d6-b0dd-4803-91a1-cd6586275b31 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-22T12:07:52.780Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T12:07:52.781Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-22T12:07:52.781Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-22T12:07:52.781Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 11c5787b-8242-416e-8406-78dcf38c7695 from URL: /sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar
2022-03-22T12:07:52.782Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-22T12:07:52.782Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar
2022-03-22T12:07:52.956Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-22T12:07:52.962Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar 11c5787b-8242-416e-8406-78dcf38c7695 98949
2022-03-22T12:07:52.962Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar ASDC sendASDCNotification
2022-03-22T12:07:52.962Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar
2022-03-22T12:07:52.963Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:07:52.963Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:07:52.965Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:07:52.965Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950872962,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:07:53.065Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:07:53.067Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:07:53.067Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:07:53.106Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:07:53.107Z||pool-42-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:07:53.966Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-22T12:07:53.968Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-22T12:07:53.968Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 11c5787b-8242-416e-8406-78dcf38c7695, URL: /sdc/v1/catalog/services/Vfw20220322120402/1.0/artifacts/service-Vfw20220322120402-csar.csar to file: /app/ASDC/1/service-Vfw20220322120402-csar.csar
2022-03-22T12:07:53.969Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220322120402-csar.csar
2022-03-22T12:07:53.970Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220322120402-csar.csar
2022-03-22T12:07:53.970Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220322120402-csar.csar
2022-03-22T12:07:54.239Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3314395209260021294/Definitions/service-Vfw20220322120402-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
2022-03-22T12:07:56.618Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-22T12:07:56.642Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-22T12:07:56.642Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220322120402-csar.csar
2022-03-22T12:07:56.642Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-22T12:07:56.642Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||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-Vfw20220322120402-csar.csar
2022-03-22T12:07:56.642Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||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-Vfw20220322120402-csar.csar
2022-03-22T12:07:56.642Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220322120402-csar.csar
2022-03-22T12:07:56.642Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220322120402-csar.csar
2022-03-22T12:07:56.642Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220322120402-csar.csar
2022-03-22T12:07:56.643Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||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-Vfw20220322120402-csar.csar
2022-03-22T12:07:56.643Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220322120402-csar.csar
2022-03-22T12:07:56.643Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220322120402-csar.csar
2022-03-22T12:07:56.643Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d3b0292c-183d 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-Vfw20220322120402-csar.csar
2022-03-22T12:07:56.643Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220322120402-csar.csar
2022-03-22T12:07:56.643Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220322120402-csar.csar
2022-03-22T12:07:56.643Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220322120402-csar.csar
2022-03-22T12:07:56.644Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220322120402-csar.csar
2022-03-22T12:07:56.644Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-22T12:07:56.644Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:07:56.644Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-22 12-04-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:07:56.644Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vFW d3b0292c-183d 0 is matching search criteria
2022-03-22T12:07:56.644Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-22T12:07:56.645Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d3b0292c-183d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T12:07:56.645Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:07:56.645Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-22 12-04-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:07:56.645Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vFW d3b0292c-183d 0 is matching search criteria
2022-03-22T12:07:56.646Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-22T12:07:56.646Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d3b0292c-183d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-22T12:07:56.646Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:07:56.646Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-22 12-04-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:07:56.646Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:07:56.646Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vFW d3b0292c-183d 0 is not matching search criteria
2022-03-22T12:07:56.647Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:07:56.647Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:07:56.647Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T12:07:56.647Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T12:07:56.647Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:07:56.648Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T12:07:56.648Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:07:56.648Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T12:07:56.648Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T12:07:56.648Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:07:56.649Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T12:07:56.649Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T12:07:56.649Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T12:07:56.649Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T12:07:56.649Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:07:56.649Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-22T12:07:56.649Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:07:56.649Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-22 12-04-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T12:07:56.650Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:07:56.650Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vFW d3b0292c-183d 0 is matching search criteria
2022-03-22T12:07:56.650Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d3b0292c-183d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:07:56.650Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:07:56.651Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vFW d3b0292c-183d 0 is matching search criteria
2022-03-22T12:07:56.651Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d3b0292c-183d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:07:56.651Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:07:56.651Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vFW d3b0292c-183d 0 is matching search criteria
2022-03-22T12:07:56.651Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d3b0292c-183d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:07:56.651Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:07:56.652Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vFW d3b0292c-183d 0 is not matching search criteria
2022-03-22T12:07:56.652Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:07:56.652Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:07:56.652Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-22T12:07:56.652Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T12:07:56.652Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T12:07:56.652Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:07:56.653Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T12:07:56.653Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T12:07:56.653Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T12:07:56.653Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T12:07:56.653Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:07:56.653Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=00c9cc35-ad7b-469b-a809-64b4a4657638
2022-03-22T12:07:56.653Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:07:56.654Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vFW d3b0292c-183d 0 is not matching search criteria
2022-03-22T12:07:56.654Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:07:56.654Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:07:56.654Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T12:07:56.654Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T12:07:56.654Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:07:56.654Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T12:07:56.654Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:07:56.655Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-22T12:07:56.655Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T12:07:56.655Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T12:07:56.655Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T12:07:56.655Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:07:56.655Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4a541753-9a79-4862-ac6d-70418b52757c
2022-03-22T12:07:56.656Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:07:56.656Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vFW d3b0292c-183d 0 is not matching search criteria
2022-03-22T12:07:56.656Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:07:56.656Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:07:56.656Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-22T12:07:56.656Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-22T12:07:56.657Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:07:56.657Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-22T12:07:56.657Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:07:56.657Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T12:07:56.657Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T12:07:56.657Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:07:56.657Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T12:07:56.657Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-22T12:07:56.658Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=69699409-df3a-4a67-ba88-84275fec38de
2022-03-22T12:07:56.658Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:07:56.658Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-22 12-04-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:07:56.658Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:07:56.658Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-22 12-04-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:07:56.658Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:07:56.658Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-22 12-04-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:07:56.659Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:07:56.659Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-22 12-04-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:07:56.659Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-22 12-04-02
Description:catalog service description
Model UUID:0d18c1d6-b0dd-4803-91a1-cd6586275b31
Model Version:NULL
Model InvariantUuid:8df0265e-82a8-4ac1-bef5-600970299233
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW d3b0292c-183d
Model UUID:3f019dba-cdd9-4644-ad81-d33077011e5b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2c17ac0a-d5c4-4a7b-90b4-a87b567aa143
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8cb8d36e-825e-4cf9-9478-498b05acf4b7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b6de853d-b515-4770-b8c0-238ce4b84e23
ModelName:VfwD3b0292c183d..base_vfw..module-0
ModelUuid:7ac71180-c610-4077-83a4-e2f7558f6732
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:00c9cc35-ad7b-469b-a809-64b4a4657638
ModelInvariantUuid:b81c4d71-74cb-4b85-a502-6037763202a6
ModelName:vFW d3b0292c-183d-nodes.vfwCvfc
ModelUuid:f3d57d91-0f24-407a-b111-7599523934f9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:e2549236-4507-46c1-9c7b-11d6297edb52
ModelInvariantUuid:e31bb063-e30d-4710-884d-d1a5b99fe76d
ModelName:VfwD3b0292c183d.compute.nodes.heat.vfw
ModelUuid:2cc4a548-b2d8-4540-ba2a-5ba6343f346c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4a541753-9a79-4862-ac6d-70418b52757c
ModelInvariantUuid:b19ce62b-9106-4d4d-88ae-c355cf10f6a7
ModelName:vFW d3b0292c-183d-nodes.vsnCvfc
ModelUuid:3c6bd251-e44a-4819-8ec8-61c50d642353
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:d27b1179-f672-47b9-9bb4-6dc88b12be9d
ModelInvariantUuid:01b2c526-ec00-4def-b196-f76ddf491d66
ModelName:VfwD3b0292c183d.compute.nodes.heat.vsn
ModelUuid:5c8a47dd-af34-4f18-941f-df8bb0e85c81
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:69699409-df3a-4a67-ba88-84275fec38de
ModelInvariantUuid:a30e3d35-0e8d-41e4-972e-534385242500
ModelName:vFW d3b0292c-183d-nodes.vpgCvfc
ModelUuid:600ada6b-bc3f-4d45-bc81-ecb6fac0d736
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:9d3bc18f-accd-46ac-8023-3b93ec29a1cf
ModelInvariantUuid:adf71c50-34da-4dbb-b278-48639149bd65
ModelName:VfwD3b0292c183d.compute.nodes.heat.vpg
ModelUuid:e7376ac7-66a1-4255-9cbd-4b7411500bca
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-22T12:07:56.663Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: e861d1a2-e5de-4ae2-8dad-c05790a87ca0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-22T12:07:56.666Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||vFW d3b0292c-183d 0
2022-03-22T12:07:56.666Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e861d1a2-e5de-4ae2-8dad-c05790a87ca0
2022-03-22T12:07:56.666Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 75419ffd-a6b2-4208-bcda-bb644f08b56f from URL: /sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vfwd3b0292c183d0_modules.json
2022-03-22T12:07:56.666Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-22T12:07:56.667Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vfwd3b0292c183d0_modules.json
2022-03-22T12:07:57.180Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-22T12:07:57.181Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vfwd3b0292c183d0_modules.json 75419ffd-a6b2-4208-bcda-bb644f08b56f 785
2022-03-22T12:07:57.181Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vfwd3b0292c183d0_modules.json ASDC sendASDCNotification
2022-03-22T12:07:57.181Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vfwd3b0292c183d0_modules.json
2022-03-22T12:07:57.181Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:07:57.181Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:07:57.183Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:07:57.183Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950877181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/vfwd3b0292c183d0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:07:57.284Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:07:57.285Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:07:57.285Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:07:57.295Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:07:57.295Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:07:58.184Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD3b0292c183d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b6de853d-b515-4770-b8c0-238ce4b84e23",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7ac71180-c610-4077-83a4-e2f7558f6732",
"vfModuleModelCustomizationUUID": "f3262d3b-1d34-494f-8e13-7cb80953c488",
"isBase": true,
"artifacts": [
"a10fe013-eabb-4808-85d8-a4873368a809",
"79d8cd8a-97c4-4141-ab84-a59f37aa59af"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-22T12:07:58.190Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD3b0292c183d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7ac71180-c610-4077-83a4-e2f7558f6732
VfModuleModelInvariantUUID:b6de853d-b515-4770-b8c0-238ce4b84e23
VfModuleModelDescription:NULL
Artifacts UUID List:{
a10fe013-eabb-4808-85d8-a4873368a809
,
79d8cd8a-97c4-4141-ab84-a59f37aa59af
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-22T12:07:58.195Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD3b0292c183d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b6de853d-b515-4770-b8c0-238ce4b84e23",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7ac71180-c610-4077-83a4-e2f7558f6732",
"vfModuleModelCustomizationUUID": "f3262d3b-1d34-494f-8e13-7cb80953c488",
"isBase": true,
"artifacts": [
"a10fe013-eabb-4808-85d8-a4873368a809",
"79d8cd8a-97c4-4141-ab84-a59f37aa59af"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-22T12:07:58.195Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD3b0292c183d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7ac71180-c610-4077-83a4-e2f7558f6732
VfModuleModelInvariantUUID:b6de853d-b515-4770-b8c0-238ce4b84e23
VfModuleModelDescription:NULL
Artifacts UUID List:{
a10fe013-eabb-4808-85d8-a4873368a809
,
79d8cd8a-97c4-4141-ab84-a59f37aa59af
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-22T12:07:58.196Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a10fe013-eabb-4808-85d8-a4873368a809 from URL: /sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.yaml
2022-03-22T12:07:58.196Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-22T12:07:58.196Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.yaml
2022-03-22T12:07:58.455Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-22T12:07:58.457Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.yaml a10fe013-eabb-4808-85d8-a4873368a809 20368
2022-03-22T12:07:58.457Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-22T12:07:58.457Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.yaml
2022-03-22T12:07:58.457Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:07:58.457Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:07:58.460Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:07:58.460Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950878457,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:07:58.560Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-22T12:07:58.561Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:07:58.561Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:07:58.571Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:07:58.572Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:07:59.461Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 79d8cd8a-97c4-4141-ab84-a59f37aa59af from URL: /sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.env
2022-03-22T12:07:59.462Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-22T12:07:59.462Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.env
2022-03-22T12:08:00.411Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-22T12:08:00.412Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.env 79d8cd8a-97c4-4141-ab84-a59f37aa59af 2098
2022-03-22T12:08:00.412Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-22T12:08:00.412Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.env
2022-03-22T12:08:00.412Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-22T12:08:00.413Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-22T12:08:00.414Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-22T12:08:00.415Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "02d06114-0026-4138-b34d-7f26520a7ded",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647950880412,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220322120402/1.0/resourceInstances/vfwd3b0292c183d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-22T12:08:00.516Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-22T12:08:00.517Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-22T12:08:00.517Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1qMjDFBtW3fO7zxb) ...
2022-03-22T12:08:00.527Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-22T12:08:00.528Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-22T12:08:01.415Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 0d18c1d6-b0dd-4803-91a1-cd6586275b31
2022-03-22T12:08:01.416Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d3b0292c-183d 0 e861d1a2-e5de-4ae2-8dad-c05790a87ca0 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-22T12:08:01.432Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@47553028, org.onap.sdc.toscaparser.api.parameters.Input@15792dcd, org.onap.sdc.toscaparser.api.parameters.Input@6724e78a, org.onap.sdc.toscaparser.api.parameters.Input@21feceba, org.onap.sdc.toscaparser.api.parameters.Input@4f447edd]
2022-03-22T12:08:01.433Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:08:01.433Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-22 12-04-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:08:01.434Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-03-22T12:08:01.434Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 8cb8d36e-825e-4cf9-9478-498b05acf4b7
2022-03-22T12:08:01.434Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8cb8d36e-825e-4cf9-9478-498b05acf4b7 matches Tosca VF Customization UUID: 8cb8d36e-825e-4cf9-9478-498b05acf4b7
2022-03-22T12:08:01.434Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 8cb8d36e-825e-4cf9-9478-498b05acf4b7 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-22T12:08:01.436Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:08:01.436Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-22 12-04-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-22T12:08:01.437Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 8cb8d36e-825e-4cf9-9478-498b05acf4b7: {\"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\"}
2022-03-22T12:08:01.437Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@48b072f
2022-03-22T12:08:01.437Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:08:01.437Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-22 12-04-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-22T12:08:01.437Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f3262d3b-1d34-494f-8e13-7cb80953c488
2022-03-22T12:08:01.437Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f3262d3b-1d34-494f-8e13-7cb80953c488
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-22T12:08:01.439Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:08:01.439Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vFW d3b0292c-183d 0 is matching search criteria
2022-03-22T12:08:01.439Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d3b0292c-183d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:08:01.440Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:08:01.440Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vFW d3b0292c-183d 0 is matching search criteria
2022-03-22T12:08:01.440Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d3b0292c-183d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:08:01.440Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:08:01.441Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vFW d3b0292c-183d 0 is not matching search criteria
2022-03-22T12:08:01.441Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-22T12:08:01.441Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-22T12:08:01.441Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-22T12:08:01.441Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-22T12:08:01.442Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-22T12:08:01.442Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-22T12:08:01.442Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-22T12:08:01.442Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-22T12:08:01.442Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-22T12:08:01.443Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-22T12:08:01.443Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-22T12:08:01.443Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=00c9cc35-ad7b-469b-a809-64b4a4657638
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-22T12:08:01.446Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-22T12:08:01.446Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Node template vFW d3b0292c-183d 0 is matching search criteria
2022-03-22T12:08:01.446Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW d3b0292c-183d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-22T12:08:01.447Z|02d06114-0026-4138-b34d-7f26520a7ded|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery