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-05-30T05:26:24.095Z||main|||||INFO|500||The following profiles are active: basic
2022-05-30T05:26:35.017Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-30T05:26:35.018Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-30T05:26:35.124Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-30T05:26:38.952Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-30T05:26:39.392Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-30T05:26:39.888Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-30T05:26:39.896Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-30T05:26:40.002Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-30T05:26:40.234Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-30T05:26:40.843Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-30T05:26:42.560Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-30T05:26:45.079Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-30T05:26:45.143Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-30T05:26:45.860Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-30T05:26:46.094Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-05-30T05:26:47.342Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-30T05:26:48.359Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-05-30T05:26:48.379Z||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$$30e71889.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-05-30T05:26:48.380Z||main|||||WARN|500||The sdc end point is not alive
2022-05-30T05:26:51.173Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-05-30T05:26:54.129Z||main|||||WARN|500||---
2022-05-30T05:26:54.129Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-30T05:26:54.130Z||main|||||WARN|500||---
2022-05-30T05:26:54.710Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-30T05:26:59.504Z||main|||||INFO|500||Started Application in 38.276 seconds (JVM running for 40.355)
2022-05-30T05:26:59.525Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-30T05:26:59.526Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-30T05:26:59.537Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-30T05:26:59.567Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-30T05:26:59.611Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d390b226-20a9-4b4b-8711-1803841ed8e9 url= /sdc/v1/artifactTypes
2022-05-30T05:26:59.612Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-30T05:26:59.931Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-30T05:26:59.965Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-05-30T05:26:59.993Z||scheduling-1|||||DEBUG|500||create keys
2022-05-30T05:27:00.002Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-30T05:27:00.037Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:27:00.054Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2133fa60-042e-4cfa-81bf-c40fbcb3a532 url= /sdc/v1/registerForDistribution
2022-05-30T05:27:00.155Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2133fa60-042e-4cfa-81bf-c40fbcb3a532 url= /sdc/v1/registerForDistribution
2022-05-30T05:27:00.156Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-30T05:27:00.173Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:27:00.176Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:27:00.176Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-30T05:27:00.188Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:27:00.188Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:27:00.188Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:27:00.189Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:27:10.497Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:27:10.500Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:28:00.167Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:28:00.168Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:28:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:28:00.169Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:28:00.170Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:28:00.171Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:28:09.747Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:28:09.748Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:29:00.168Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:29:00.170Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:29:00.172Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:29:00.172Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:29:00.172Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9gjkoz71W7iQliFo) ...
2022-05-30T05:29:00.172Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:29:09.739Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:29:09.739Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:30:00.168Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:30:00.169Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:30:00.170Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:30:00.170Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:30:00.170Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9gjkoz71W7iQliFo) ...
2022-05-30T05:30:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:30:09.755Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:30:09.757Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:31:00.167Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:31:00.168Z||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-05-30T05:31:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:31:00.169Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:31:00.169Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:31:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:31:09.736Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:31:09.738Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:32:00.167Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:32:00.168Z||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-05-30T05:32:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:32:00.169Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:32:00.170Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:32:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:32:09.741Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:32:09.743Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:33:00.167Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:33:00.169Z||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-05-30T05:33:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:33:00.169Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:33:00.170Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:33:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:33:09.720Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:33:09.750Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:34:00.167Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:34:00.168Z||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-05-30T05:34:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:34:00.169Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:34:00.171Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:34:00.172Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:34:09.740Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:34:09.741Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:35:00.168Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:35:00.171Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:35:00.172Z||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-05-30T05:35:00.172Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:35:00.172Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:35:00.172Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:35:09.732Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:35:09.739Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:36:00.168Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:36:00.169Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:36:00.170Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:36:00.171Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:36:00.171Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:36:00.172Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9gjkoz71W7iQliFo) ...
2022-05-30T05:36:09.741Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:36:09.741Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:36:38.704Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-30T05:37:00.167Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:37:00.169Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:37:00.169Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9gjkoz71W7iQliFo) ...
2022-05-30T05:37:00.169Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:37:00.170Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:37:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:37:09.728Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:37:09.730Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:38:00.167Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:38:00.168Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:38:00.169Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9gjkoz71W7iQliFo) ...
2022-05-30T05:38:00.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:38:00.170Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:38:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:38:09.741Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:38:09.741Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:39:00.167Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:39:00.168Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:39:00.169Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9gjkoz71W7iQliFo) ...
2022-05-30T05:39:00.169Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:39:00.169Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:39:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:39:09.715Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:39:09.717Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:40:00.167Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:40:00.169Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:40:00.169Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9gjkoz71W7iQliFo) ...
2022-05-30T05:40:00.169Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:40:00.169Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:40:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:40:09.784Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:40:09.784Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:41:00.167Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:41:00.168Z||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-05-30T05:41:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:41:00.169Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:41:00.169Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:41:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:41:09.749Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:41:09.751Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:42:00.167Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:42:00.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:42:00.169Z||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-05-30T05:42:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:42:00.169Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:42:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:42:09.727Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:42:09.727Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:43:00.168Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:43:00.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:43:00.171Z||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-05-30T05:43:00.171Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:43:00.171Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:43:00.171Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:43:09.741Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:43:09.742Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:44:00.168Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:44:00.169Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:44:00.169Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:44:00.170Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9gjkoz71W7iQliFo) ...
2022-05-30T05:44:00.170Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:44:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:44:09.741Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:44:09.741Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:45:00.167Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:45:00.169Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:45:00.169Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9gjkoz71W7iQliFo) ...
2022-05-30T05:45:00.169Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:45:00.171Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:45:00.171Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:45:09.717Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:45:09.737Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:46:00.167Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:46:00.168Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:46:00.169Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9gjkoz71W7iQliFo) ...
2022-05-30T05:46:00.169Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:46:00.170Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:46:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:46:09.736Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:46:09.736Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:47:00.167Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:47:00.169Z||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-05-30T05:47:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:47:00.169Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:47:00.171Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:47:00.171Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:47:09.719Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:47:09.719Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:48:00.167Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:48:00.168Z||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-05-30T05:48:00.168Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:48:00.169Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:48:00.169Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:48:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:48:09.765Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:48:09.765Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:49:00.167Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:49:00.168Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:49:00.169Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9gjkoz71W7iQliFo) ...
2022-05-30T05:49:00.169Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:49:00.170Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:49:00.171Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:49:09.761Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:49:09.768Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:50:00.167Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:50:00.168Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:50:00.169Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9gjkoz71W7iQliFo) ...
2022-05-30T05:50:00.169Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:50:00.169Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:50:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:50:09.717Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:50:09.717Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:51:00.169Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:51:00.169Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:51:00.172Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:51:00.172Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:51:00.172Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9gjkoz71W7iQliFo) ...
2022-05-30T05:51:00.172Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:51:09.766Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:51:09.768Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:52:00.168Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:52:00.169Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:52:00.170Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:52:00.170Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:52:00.170Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9gjkoz71W7iQliFo) ...
2022-05-30T05:52:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:52:09.735Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:52:09.735Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:53:00.167Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:53:00.169Z||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-05-30T05:53:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:53:00.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:53:00.170Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:53:00.171Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:53:09.717Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:53:09.719Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:54:00.167Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:54:00.168Z||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-05-30T05:54:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:54:00.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:54:00.170Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:54:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:54:09.710Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:54:09.715Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:55:00.167Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:55:00.168Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:55:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:55:00.169Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:55:00.170Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:55:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:55:09.726Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:55:09.737Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:56:00.168Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:56:00.169Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:56:00.169Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:56:00.231Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:56:00.232Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:56:00.232Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:56:09.781Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:56:09.786Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:57:00.167Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:57:00.168Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:57:00.168Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:57:00.169Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:57:00.169Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:57:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:57:09.728Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:57:09.740Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:58:00.167Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:58:00.168Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:58:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:58:00.169Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:58:00.170Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:58:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:58:09.717Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:58:09.720Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:59:00.168Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:59:00.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T05:59:00.172Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:59:00.172Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T05:59:00.172Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:59:00.172Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T05:59:09.744Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T05:59:09.743Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:00:00.167Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:00:00.169Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:00:00.169Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:00:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:00:00.169Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:00:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:00:09.718Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:00:09.718Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:01:00.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:01:00.168Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:01:00.168Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:01:00.169Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:01:00.170Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:01:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:01:09.716Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:01:09.716Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:02:00.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:02:00.168Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:02:00.168Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:02:00.169Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:02:00.170Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:02:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:02:09.744Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:02:09.744Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:03:00.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:03:00.168Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:03:00.168Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:03:00.169Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:03:00.169Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:03:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:03:09.726Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:03:09.726Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:04:00.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:04:00.168Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:04:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:04:00.169Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:04:00.169Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:04:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:04:09.713Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:04:09.715Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:05:00.167Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:05:00.168Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:05:00.168Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:05:00.169Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:05:00.169Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:05:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:05:09.715Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:05:09.715Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:06:00.168Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:06:00.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:06:00.170Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:06:00.170Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:06:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:06:00.170Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:06:09.722Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:06:09.722Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:07:00.168Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:07:00.169Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:07:00.170Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:07:00.170Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:07:00.170Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:07:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:07:09.811Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:07:09.811Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:08:00.168Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:08:00.169Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:08:00.171Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:08:00.171Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:08:00.171Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:08:00.172Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:08:09.781Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:08:09.793Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:09:00.167Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:09:00.168Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:09:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:09:00.169Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:09:00.169Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:09:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:09:09.716Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:09:09.719Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:10:00.167Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:10:00.168Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:10:00.169Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:10:00.169Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:10:00.170Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:10:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:10:04.201Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:10:04.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:10:04.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"654f0087-6b08-4893-85a9-bd84027cdfb5","serviceName":"basic_onboard_peNQru","serviceVersion":"1.0","serviceUUID":"a092a161-e0a6-4dbd-8daf-686b7ae7682b","serviceDescription":"service","serviceInvariantUUID":"4d699ebf-8d7a-484c-9976-25e121329953","resources":[{"resourceInstanceName":"basic_onboard_peNQru 0","resourceName":"basic_onboard_peNQru","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"74bd2152-6e30-46cd-be35-d43154131d84","resourceInvariantUUID":"f5966f97-b597-4b8a-ad8e-f15644e2a896","resourceCustomizationUUID":"227984cf-cd65-4f13-821a-73444904dca3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/vf-license-model.xml","artifactChecksum":"MDUxOWY3NWJiZDc5NDgxMDFjYWZkMTBhNmIxMDNmNDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7073b553-5dc6-4db4-af23-a64aa14a2a19","artifactVersion":"1"},{"artifactName":"basic_onboard_penqru0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json","artifactChecksum":"NjRkYWE3MjdiMzQxYjNmYjQ3NGRjOGJhNWRjYzhmNTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bfa8c53f-834a-466a-8d2f-564c98795833","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"215cc46d-a782-4a0e-9360-b693d5a3b926","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d20eb59f-ec1f-4587-9d45-6d83fe8a1d7d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3c5220d2-a75c-40fe-b778-3294ae319604","artifactVersion":"2","generatedFromUUID":"215cc46d-a782-4a0e-9360-b693d5a3b926"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPenqru-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-template.yml","artifactChecksum":"YWNkN2I5YTdmYWNhYTc0ZjQxOGZlM2U3NDM2NzQ3MWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1a78359f-a33a-4e7f-9f98-b63627ae9a4e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPenqru-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar","artifactChecksum":"ZTY1Y2E5YWZmMzE5MzRiZjczZDAzOTg1NzFkODRkNTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a24674fa-c424-45f7-96c6-d94bf71a3a14","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-30T06:10:04.217Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:10:04.228Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:10:04.239Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:10:04.239Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891000167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:10:04.339Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-05-30T06:10:04.346Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:10:04.346Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:10:04.357Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:10:04.358Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:10:04.509Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:10:04.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T06:10:04.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653891000692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:10:04.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T06:10:04.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T06:10:04.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "aai-ml",
"timestamp": 1653891002064,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:10:04.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T06:10:04.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-30T06:10:04.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891000167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:10:04.533Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-30T06:10:05.246Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:10:05.247Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:10:05.249Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:10:05.249Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891000167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json",
"status": "NOTIFIED"
}
2022-05-30T06:10:05.349Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:10:05.350Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:10:05.350Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:10:05.358Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:10:05.359Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:10:06.250Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:10:06.251Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:10:06.253Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:10:06.253Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891000167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-30T06:10:06.353Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:10:06.354Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:10:06.354Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:10:06.367Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:10:06.367Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:10:07.254Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:10:07.255Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:10:07.257Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:10:07.257Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891000167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:10:07.357Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:10:07.358Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:10:07.358Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:10:07.374Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:10:07.374Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:10:08.258Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:10:08.259Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:10:08.261Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:10:08.261Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891000167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-30T06:10:08.364Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:10:08.366Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:10:08.366Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:10:08.377Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:10:08.378Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:10:09.262Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:10:09.263Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:10:09.265Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:10:09.265Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891000167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:10:09.365Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:10:09.366Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:10:09.367Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:10:09.378Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:10:09.379Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:10:10.266Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:10:10.267Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:10:10.269Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:10:10.269Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891000167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
"status": "NOTIFIED"
}
2022-05-30T06:10:10.369Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:10:10.370Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:10:10.370Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:10:10.388Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:10:10.389Z||pool-9-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:10:11.271Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"serviceName": "basic_onboard_peNQru",
"serviceVersion": "1.0",
"serviceUUID": "a092a161-e0a6-4dbd-8daf-686b7ae7682b",
"serviceDescription": "service",
"serviceInvariantUUID": "4d699ebf-8d7a-484c-9976-25e121329953",
"resources": [
{
"resourceInstanceName": "basic_onboard_peNQru 0",
"resourceCustomizationUUID": "227984cf-cd65-4f13-821a-73444904dca3",
"resourceName": "basic_onboard_peNQru",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "74bd2152-6e30-46cd-be35-d43154131d84",
"resourceInvariantUUID": "f5966f97-b597-4b8a-ad8e-f15644e2a896",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_penqru0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json",
"artifactChecksum": "NjRkYWE3MjdiMzQxYjNmYjQ3NGRjOGJhNWRjYzhmNTQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bfa8c53f-834a-466a-8d2f-564c98795833",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "215cc46d-a782-4a0e-9360-b693d5a3b926",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3c5220d2-a75c-40fe-b778-3294ae319604",
"generatedFromUUID": "215cc46d-a782-4a0e-9360-b693d5a3b926"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3c5220d2-a75c-40fe-b778-3294ae319604",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardPenqru-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
"artifactChecksum": "ZTY1Y2E5YWZmMzE5MzRiZjczZDAzOTg1NzFkODRkNTk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a24674fa-c424-45f7-96c6-d94bf71a3a14"
}
],
"workloadContext": "Production"
}
2022-05-30T06:10:11.272Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-30T06:10:11.273Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a092a161-e0a6-4dbd-8daf-686b7ae7682b ASDC
2022-05-30T06:10:11.389Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:654f0087-6b08-4893-85a9-bd84027cdfb5
ServiceName:basic_onboard_peNQru
ServiceVersion:1.0
ServiceUUID:a092a161-e0a6-4dbd-8daf-686b7ae7682b
ServiceInvariantUUID:4d699ebf-8d7a-484c-9976-25e121329953
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardPenqru-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar
ArtifactUUID:a24674fa-c424-45f7-96c6-d94bf71a3a14
ArtifactChecksum:ZTY1Y2E5YWZmMzE5MzRiZjczZDAzOTg1NzFkODRkNTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_peNQru 0
ResourceCustomizationUUID:227984cf-cd65-4f13-821a-73444904dca3
ResourceInvariantUUID:f5966f97-b597-4b8a-ad8e-f15644e2a896
ResourceName:basic_onboard_peNQru
ResourceType:VF
ResourceUUID:74bd2152-6e30-46cd-be35-d43154131d84
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_penqru0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json
ArtifactUUID:bfa8c53f-834a-466a-8d2f-564c98795833
ArtifactChecksum:NjRkYWE3MjdiMzQxYjNmYjQ3NGRjOGJhNWRjYzhmNTQ=
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/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml
ArtifactUUID:215cc46d-a782-4a0e-9360-b693d5a3b926
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/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env
ArtifactUUID:3c5220d2-a75c-40fe-b778-3294ae319604
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/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env
ArtifactUUID:3c5220d2-a75c-40fe-b778-3294ae319604
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-30T06:10:11.389Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a092a161-e0a6-4dbd-8daf-686b7ae7682b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:10:11.603Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-30T06:10:11.604Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-30T06:10:11.605Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-30T06:10:11.606Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a24674fa-c424-45f7-96c6-d94bf71a3a14 from URL: /sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar
2022-05-30T06:10:11.606Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-30T06:10:11.607Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar
2022-05-30T06:10:11.716Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-30T06:10:11.730Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar a24674fa-c424-45f7-96c6-d94bf71a3a14 71578
2022-05-30T06:10:11.732Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar ASDC sendASDCNotification
2022-05-30T06:10:11.732Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar
2022-05-30T06:10:11.732Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:10:11.733Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:10:11.735Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:10:11.735Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891011730,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-30T06:10:11.836Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-30T06:10:11.837Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:10:11.837Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:10:11.865Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:10:11.865Z||pool-10-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:10:12.736Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-30T06:10:12.737Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-30T06:10:12.738Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a24674fa-c424-45f7-96c6-d94bf71a3a14, URL: /sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar to file: /app/ASDC/1/service-BasicOnboardPenqru-csar.csar
2022-05-30T06:10:12.738Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPenqru-csar.csar
2022-05-30T06:10:12.817Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPenqru-csar.csar
2022-05-30T06:10:12.818Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPenqru-csar.csar
2022-05-30T06:10:13.365Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14729886813522771246/Definitions/service-BasicOnboardPenqru-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-05-30T06:10:15.266Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-30T06:10:15.271Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-30T06:10:15.271Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPenqru-csar.csar
2022-05-30T06:10:15.271Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-30T06:10:15.272Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||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-BasicOnboardPenqru-csar.csar
2022-05-30T06:10:15.272Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPenqru-csar.csar
2022-05-30T06:10:15.272Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPenqru-csar.csar
2022-05-30T06:10:15.272Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPenqru-csar.csar
2022-05-30T06:10:15.272Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardPenqru-csar.csar
2022-05-30T06:10:15.273Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPenqru-csar.csar
2022-05-30T06:10:15.273Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPenqru-csar.csar
2022-05-30T06:10:15.273Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_peNQru 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-BasicOnboardPenqru-csar.csar
2022-05-30T06:10:15.273Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardPenqru-csar.csar
2022-05-30T06:10:15.274Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-30T06:10:15.280Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:10:15.282Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_peNQru is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:10:15.286Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_peNQru 0 is matching search criteria
2022-05-30T06:10:15.286Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-30T06:10:15.287Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_peNQru 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-30T06:10:15.289Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:10:15.290Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_peNQru is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:10:15.290Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_peNQru 0 is matching search criteria
2022-05-30T06:10:15.290Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-30T06:10:15.290Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_peNQru 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-30T06:10:15.291Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:10:15.291Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_peNQru is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:10:15.294Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:10:15.295Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_peNQru 0 is not matching search criteria
2022-05-30T06:10:15.295Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-30T06:10:15.295Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-30T06:10:15.295Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-30T06:10:15.296Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-30T06:10:15.296Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-30T06:10:15.296Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:10:15.296Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_peNQru is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-30T06:10:15.298Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:10:15.298Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_peNQru 0 is matching search criteria
2022-05-30T06:10:15.298Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_peNQru 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:10:15.299Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:10:15.299Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_peNQru 0 is matching search criteria
2022-05-30T06:10:15.299Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_peNQru 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:10:15.300Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:10:15.300Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_peNQru 0 is matching search criteria
2022-05-30T06:10:15.300Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_peNQru 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:10:15.300Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:10:15.301Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_peNQru 0 is not matching search criteria
2022-05-30T06:10:15.301Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-30T06:10:15.301Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-30T06:10:15.301Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9ad4840d-d6d8-405a-b8fc-c5be114bf838
2022-05-30T06:10:15.302Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:10:15.302Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_peNQru is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:10:15.302Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:10:15.303Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_peNQru is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:10:15.303Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:10:15.303Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_peNQru is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:10:15.303Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:10:15.304Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_peNQru is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:10:15.304Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_peNQru
Description:service
Model UUID:a092a161-e0a6-4dbd-8daf-686b7ae7682b
Model Version:NULL
Model InvariantUuid:4d699ebf-8d7a-484c-9976-25e121329953
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_peNQru
Model UUID:b2fe8474-08ca-4dfa-83ba-2e430ad0de31
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f5966f97-b597-4b8a-ad8e-f15644e2a896
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:227984cf-cd65-4f13-821a-73444904dca3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d905589d-3438-40d1-a309-bb14af847fb6
ModelName:BasicOnboardPenqru..base_ubuntu18..module-0
ModelUuid:b6014156-1c94-4068-a9aa-4e5b399ee8c5
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:9ad4840d-d6d8-405a-b8fc-c5be114bf838
ModelInvariantUuid:2c1b4caa-6c06-4c97-b360-74d7c2dab402
ModelName:basic_onboard_peNQru-nodes.ubuntu18Cvfc
ModelUuid:e13ef64e-386c-4552-91ea-9a5013f7c9d9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:f54d738b-ea4d-4cd6-b15a-1e609ccb9e71
ModelInvariantUuid:b2a13e2b-39a2-46f9-a8b8-c1975168dff9
ModelName:BasicOnboardPenqru.compute.nodes.heat.ubuntu18
ModelUuid:ac7aa45d-b1da-4f7c-8570-b719a4747c62
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-30T06:10:15.335Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 74bd2152-6e30-46cd-be35-d43154131d84
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:10:15.416Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||basic_onboard_peNQru 0
2022-05-30T06:10:15.424Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 74bd2152-6e30-46cd-be35-d43154131d84
2022-05-30T06:10:15.425Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bfa8c53f-834a-466a-8d2f-564c98795833 from URL: /sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json
2022-05-30T06:10:15.425Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-30T06:10:15.425Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json
2022-05-30T06:10:15.472Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-30T06:10:15.472Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json bfa8c53f-834a-466a-8d2f-564c98795833 798
2022-05-30T06:10:15.472Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json ASDC sendASDCNotification
2022-05-30T06:10:15.472Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json
2022-05-30T06:10:15.473Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:10:15.473Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:10:15.475Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:10:15.476Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891015472,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-30T06:10:15.576Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:10:15.576Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:10:15.577Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:10:15.587Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:10:15.588Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:10:16.477Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPenqru..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "d905589d-3438-40d1-a309-bb14af847fb6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b6014156-1c94-4068-a9aa-4e5b399ee8c5",
"vfModuleModelCustomizationUUID": "29dba3f0-959a-4083-ba6a-e84246bbc0c1",
"isBase": true,
"artifacts": [
"215cc46d-a782-4a0e-9360-b693d5a3b926",
"3c5220d2-a75c-40fe-b778-3294ae319604"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-30T06:10:16.491Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPenqru..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b6014156-1c94-4068-a9aa-4e5b399ee8c5
VfModuleModelInvariantUUID:d905589d-3438-40d1-a309-bb14af847fb6
VfModuleModelDescription:NULL
Artifacts UUID List:{
215cc46d-a782-4a0e-9360-b693d5a3b926
,
3c5220d2-a75c-40fe-b778-3294ae319604
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-30T06:10:16.494Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPenqru..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "d905589d-3438-40d1-a309-bb14af847fb6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b6014156-1c94-4068-a9aa-4e5b399ee8c5",
"vfModuleModelCustomizationUUID": "29dba3f0-959a-4083-ba6a-e84246bbc0c1",
"isBase": true,
"artifacts": [
"215cc46d-a782-4a0e-9360-b693d5a3b926",
"3c5220d2-a75c-40fe-b778-3294ae319604"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-30T06:10:16.494Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPenqru..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b6014156-1c94-4068-a9aa-4e5b399ee8c5
VfModuleModelInvariantUUID:d905589d-3438-40d1-a309-bb14af847fb6
VfModuleModelDescription:NULL
Artifacts UUID List:{
215cc46d-a782-4a0e-9360-b693d5a3b926
,
3c5220d2-a75c-40fe-b778-3294ae319604
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-30T06:10:16.495Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 215cc46d-a782-4a0e-9360-b693d5a3b926 from URL: /sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml
2022-05-30T06:10:16.495Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-30T06:10:16.495Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml
2022-05-30T06:10:16.544Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-30T06:10:16.545Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml 215cc46d-a782-4a0e-9360-b693d5a3b926 5033
2022-05-30T06:10:16.545Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-30T06:10:16.545Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml
2022-05-30T06:10:16.546Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:10:16.546Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:10:16.548Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:10:16.548Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891016545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-30T06:10:16.648Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:10:16.648Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:10:16.649Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:10:16.665Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:10:16.666Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:10:17.548Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3c5220d2-a75c-40fe-b778-3294ae319604 from URL: /sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env
2022-05-30T06:10:17.549Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-30T06:10:17.550Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env
2022-05-30T06:10:17.593Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-30T06:10:17.594Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env 3c5220d2-a75c-40fe-b778-3294ae319604 909
2022-05-30T06:10:17.594Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-30T06:10:17.594Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env
2022-05-30T06:10:17.594Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:10:17.595Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:10:17.597Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:10:17.598Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891017594,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-30T06:10:17.698Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-30T06:10:17.698Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:10:17.698Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:10:17.708Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:10:17.708Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:10:18.598Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: a092a161-e0a6-4dbd-8daf-686b7ae7682b
2022-05-30T06:10:18.600Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_peNQru 0 74bd2152-6e30-46cd-be35-d43154131d84 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-05-30T06:10:18.643Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4478048, org.onap.sdc.toscaparser.api.parameters.Input@4ccb17a6, org.onap.sdc.toscaparser.api.parameters.Input@53279ef4, org.onap.sdc.toscaparser.api.parameters.Input@240747a2, org.onap.sdc.toscaparser.api.parameters.Input@1cfad6aa]
2022-05-30T06:10:18.647Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:10:18.647Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_peNQru is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:10:18.648Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-05-30T06:10:18.648Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 227984cf-cd65-4f13-821a-73444904dca3
2022-05-30T06:10:18.649Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 227984cf-cd65-4f13-821a-73444904dca3 matches Tosca VF Customization UUID: 227984cf-cd65-4f13-821a-73444904dca3
2022-05-30T06:10:18.649Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 227984cf-cd65-4f13-821a-73444904dca3 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-30T06:10:18.661Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:10:18.661Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_peNQru is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:10:18.662Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 227984cf-cd65-4f13-821a-73444904dca3: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-05-30T06:10:18.663Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6c11da7a
2022-05-30T06:10:18.663Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:10:18.663Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_peNQru is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-30T06:10:18.664Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 29dba3f0-959a-4083-ba6a-e84246bbc0c1
2022-05-30T06:10:18.665Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 29dba3f0-959a-4083-ba6a-e84246bbc0c1
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-30T06:10:18.683Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:10:18.683Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_peNQru 0 is matching search criteria
2022-05-30T06:10:18.683Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_peNQru 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:10:18.684Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:10:18.685Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_peNQru 0 is matching search criteria
2022-05-30T06:10:18.685Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_peNQru 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:10:18.685Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:10:18.686Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_peNQru 0 is not matching search criteria
2022-05-30T06:10:18.686Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-30T06:10:18.686Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-30T06:10:18.686Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9ad4840d-d6d8-405a-b8fc-c5be114bf838
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-30T06:10:18.698Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:10:18.699Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_peNQru 0 is matching search criteria
2022-05-30T06:10:18.699Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_peNQru 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:10:18.699Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:10:18.700Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_peNQru 0 is matching search criteria
2022-05-30T06:10:18.700Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_peNQru 0] matching following query criteria: sdcType=VF, customizationUUID=227984cf-cd65-4f13-821a-73444904dca3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:10:18.702Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:10:18.702Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_peNQru is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:10:18.703Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid a092a161-e0a6-4dbd-8daf-686b7ae7682b: basic_onboard_peNQru
2022-05-30T06:10:18.703Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:10:18.703Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_peNQru is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:10:18.704Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:10:18.704Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_peNQru is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:10:18.704Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:10:18.705Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_peNQru is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:10:18.705Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:10:18.705Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_peNQru is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:10:18.706Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:10:18.706Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_peNQru is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:10:18.706Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_peNQru
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:10:18.930Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_peNQru 74bd2152-6e30-46cd-be35-d43154131d84 1 ASDC deployResourceStructure
2022-05-30T06:10:18.931Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json ASDC sendASDCNotification
2022-05-30T06:10:18.931Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json
2022-05-30T06:10:18.931Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T06:10:18.932Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:10:18.933Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:10:18.934Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891018931,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-30T06:10:19.034Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:10:19.037Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:10:19.038Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:10:19.053Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:10:19.054Z||pool-14-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:10:19.935Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-30T06:10:19.935Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml
2022-05-30T06:10:19.936Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T06:10:19.936Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:10:19.938Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:10:19.938Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891019935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-30T06:10:20.038Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:10:20.039Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:10:20.039Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:10:20.053Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:10:20.053Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:10:20.939Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-30T06:10:20.940Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env
2022-05-30T06:10:20.940Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T06:10:20.940Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:10:20.942Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:10:20.942Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891020939,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-30T06:10:21.042Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:10:21.043Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:10:21.043Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:10:21.055Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:10:21.056Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:10:21.943Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar ASDC sendASDCNotification
2022-05-30T06:10:21.944Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar
2022-05-30T06:10:21.944Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T06:10:21.945Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:10:21.946Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:10:21.947Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891021943,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-30T06:10:22.047Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:10:22.047Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:10:22.048Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:10:22.071Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:10:22.072Z||pool-17-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:10:22.948Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 654f0087-6b08-4893-85a9-bd84027cdfb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:10:22.971Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 654f0087-6b08-4893-85a9-bd84027cdfb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:10:22.973Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T06:10:22.973Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-30T06:10:22.973Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-30T06:10:52.973Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 654f0087-6b08-4893-85a9-bd84027cdfb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:10:52.981Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 654f0087-6b08-4893-85a9-bd84027cdfb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:10:52.983Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T06:10:52.983Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-30T06:10:52.984Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-30T06:11:00.169Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:11:00.170Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:11:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:11:00.202Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:11:00.203Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-30T06:11:00.203Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "cds",
"timestamp": 1653891003959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:11:00.204Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-30T06:11:22.984Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 654f0087-6b08-4893-85a9-bd84027cdfb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:11:22.993Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 654f0087-6b08-4893-85a9-bd84027cdfb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:11:22.995Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T06:11:22.995Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-30T06:11:22.995Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-30T06:11:52.995Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 654f0087-6b08-4893-85a9-bd84027cdfb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:11:53.004Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 654f0087-6b08-4893-85a9-bd84027cdfb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:11:53.006Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T06:11:53.006Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-30T06:11:53.006Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-30T06:12:00.169Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:12:00.170Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:12:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:12:00.198Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:12:00.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "aai-ml",
"timestamp": 1653891002064,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.203Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653891000692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json",
"status": "NOTIFIED"
}
2022-05-30T06:12:00.203Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891000167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json",
"status": "NOTIFIED"
}
2022-05-30T06:12:00.204Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "cds",
"timestamp": 1653891003959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.204Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.204Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "aai-ml",
"timestamp": 1653891002064,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.204Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653891000692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-30T06:12:00.205Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891000167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-30T06:12:00.205Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "ves-openapi-manager",
"timestamp": 1653891006308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.206Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "cds",
"timestamp": 1653891003959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.206Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.210Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "aai-ml",
"timestamp": 1653891002064,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.210Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653891000692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.211Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.212Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891000167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.213Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "ves-openapi-manager",
"timestamp": 1653891006308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.214Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "cds",
"timestamp": 1653891003959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "aai-ml",
"timestamp": 1653891002064,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653891000692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-30T06:12:00.216Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891000167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-30T06:12:00.217Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "ves-openapi-manager",
"timestamp": 1653891006308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "cds",
"timestamp": 1653891003959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "aai-ml",
"timestamp": 1653891002064,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.220Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653891000692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.220Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891000167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "ves-openapi-manager",
"timestamp": 1653891006308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.222Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "cds",
"timestamp": 1653891003959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "aai-ml",
"timestamp": 1653891002064,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
"status": "NOTIFIED"
}
2022-05-30T06:12:00.224Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653891000692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
"status": "NOTIFIED"
}
2022-05-30T06:12:00.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891000167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
"status": "NOTIFIED"
}
2022-05-30T06:12:00.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "ves-openapi-manager",
"timestamp": 1653891006308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.226Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "cds",
"timestamp": 1653891003959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
"status": "NOTIFIED"
}
2022-05-30T06:12:00.227Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "ves-openapi-manager",
"timestamp": 1653891006308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.228Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653891011446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-30T06:12:00.228Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:12:00.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "cds",
"timestamp": 1653891011805,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-30T06:12:00.229Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:12:00.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "aai-ml",
"timestamp": 1653891011385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-30T06:12:00.230Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:12:00.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891011730,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-30T06:12:00.231Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:12:00.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "ves-openapi-manager",
"timestamp": 1653891006308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "cds",
"timestamp": 1653891012827,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:12:00.239Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 654f0087-6b08-4893-85a9-bd84027cdfb5
2022-05-30T06:12:00.240Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 654f0087-6b08-4893-85a9-bd84027cdfb5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:12:00.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653891012521,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-30T06:12:00.248Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:12:00.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "policy-id",
"timestamp": 1653891012310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653891013586,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-30T06:12:00.250Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:12:00.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "policy-id",
"timestamp": 1653891012310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653891014664,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:12:00.254Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 654f0087-6b08-4893-85a9-bd84027cdfb5
2022-05-30T06:12:00.254Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 654f0087-6b08-4893-85a9-bd84027cdfb5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:12:00.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "policy-id",
"timestamp": 1653891012310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-30T06:12:00.261Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.261Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.261Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891015472,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-30T06:12:00.261Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:12:00.262Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.262Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653891015669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-30T06:12:00.262Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:12:00.262Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.263Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "policy-id",
"timestamp": 1653891012310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.263Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.263Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.263Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891016545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-30T06:12:00.264Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:12:00.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "policy-id",
"timestamp": 1653891012310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.264Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891017594,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-30T06:12:00.265Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:12:00.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "policy-id",
"timestamp": 1653891012310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.266Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891018931,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-30T06:12:00.267Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:12:00.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "policy-id",
"timestamp": 1653891012310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
"status": "NOTIFIED"
}
2022-05-30T06:12:00.267Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.268Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.268Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653891019890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.268Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.268Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891019935,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-30T06:12:00.269Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:12:00.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "policy-id",
"timestamp": 1653891020161,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-30T06:12:00.270Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:12:00.270Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.270Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653891019890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.271Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.271Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891020939,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-30T06:12:00.271Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:12:00.272Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.272Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "policy-id",
"timestamp": 1653891021172,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-30T06:12:00.272Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:12:00.272Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653891019890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.273Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891021943,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-30T06:12:00.274Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:12:00.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "policy-id",
"timestamp": 1653891022178,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:12:00.278Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 654f0087-6b08-4893-85a9-bd84027cdfb5
2022-05-30T06:12:00.279Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 654f0087-6b08-4893-85a9-bd84027cdfb5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-30T06:12:00.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "clamp",
"timestamp": 1653891022453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653891019890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "clamp",
"timestamp": 1653891022453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/basic_onboard_penqru0_modules.json",
"status": "NOTIFIED"
}
2022-05-30T06:12:00.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653891019890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "clamp",
"timestamp": 1653891022453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653891019890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "clamp",
"timestamp": 1653891022453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653891019890,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
"status": "NOTIFIED"
}
2022-05-30T06:12:00.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "clamp",
"timestamp": 1653891022453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/resourceInstances/basic_onboard_penqru0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653891028001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-30T06:12:00.291Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:12:00.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "clamp",
"timestamp": 1653891022453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:12:00.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "aai-ml",
"timestamp": 1653891028079,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-30T06:12:00.293Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:12:00.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "clamp",
"timestamp": 1653891022453,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
"status": "NOTIFIED"
}
2022-05-30T06:12:00.293Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:12:00.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "aai-ml",
"timestamp": 1653891029084,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:12:00.297Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 654f0087-6b08-4893-85a9-bd84027cdfb5
2022-05-30T06:12:00.297Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 654f0087-6b08-4893-85a9-bd84027cdfb5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:12:00.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653891032513,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-30T06:12:00.304Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:12:00.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653891033519,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:12:00.307Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 654f0087-6b08-4893-85a9-bd84027cdfb5
2022-05-30T06:12:00.307Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 654f0087-6b08-4893-85a9-bd84027cdfb5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:12:00.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "clamp",
"timestamp": 1653891037400,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-30T06:12:00.315Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:12:00.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "clamp",
"timestamp": 1653891039409,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPenqru/1.0/artifacts/service-BasicOnboardPenqru-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-30T06:12:00.316Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:12:00.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:12:00.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "clamp",
"timestamp": 1653891040414,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:12:00.319Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 654f0087-6b08-4893-85a9-bd84027cdfb5
2022-05-30T06:12:00.319Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 654f0087-6b08-4893-85a9-bd84027cdfb5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:12:23.006Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 654f0087-6b08-4893-85a9-bd84027cdfb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:12:23.017Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 654f0087-6b08-4893-85a9-bd84027cdfb5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:12:23.020Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T06:12:23.020Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-30T06:12:23.020Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-30T06:12:23.020Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-30T06:12:23.021Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-30T06:12:23.021Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-30T06:12:23.021Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-30T06:12:23.021Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-30T06:12:23.021Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-30T06:12:23.021Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-30T06:12:23.021Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:12:23.025Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-30T06:12:53.026Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 654f0087-6b08-4893-85a9-bd84027cdfb5 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-30T06:12:53.035Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 654f0087-6b08-4893-85a9-bd84027cdfb5 and serviceModelVersionId: a092a161-e0a6-4dbd-8daf-686b7ae7682b
2022-05-30T06:12:53.035Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4d699ebf-8d7a-484c-9976-25e121329953
2022-05-30T06:13:00.169Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:13:00.170Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:13:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:13:00.701Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:13:00.704Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.704Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "policy-id",
"timestamp": 1653891072309,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.704Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.705Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.705Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "policy-id",
"timestamp": 1653891072309,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.705Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.705Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.705Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "cds",
"timestamp": 1653891078959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.705Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.705Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.705Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "policy-id",
"timestamp": 1653891072309,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-30T06:13:00.706Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.706Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.706Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653891079890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.706Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.706Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.706Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "cds",
"timestamp": 1653891078959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.706Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.706Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.706Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "policy-id",
"timestamp": 1653891072309,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.707Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.707Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.707Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653891079890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.707Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.707Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.707Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "cds",
"timestamp": 1653891078959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.707Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.707Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.708Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653891080692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.708Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.708Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.708Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "policy-id",
"timestamp": 1653891072309,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.708Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.708Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.708Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653891079890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.708Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "cds",
"timestamp": 1653891078959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.709Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653891080692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json",
"status": "NOTIFIED"
}
2022-05-30T06:13:00.709Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "clamp",
"timestamp": 1653891082453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.710Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.710Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.710Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "policy-id",
"timestamp": 1653891072309,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.710Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.710Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.710Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653891079890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.710Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.710Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.710Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "cds",
"timestamp": 1653891078959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.711Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.711Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.711Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653891080692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-30T06:13:00.711Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.711Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.711Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "clamp",
"timestamp": 1653891082453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json",
"status": "NOTIFIED"
}
2022-05-30T06:13:00.711Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.711Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.711Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "policy-id",
"timestamp": 1653891072309,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
"status": "NOTIFIED"
}
2022-05-30T06:13:00.714Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.714Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.714Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653891079890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.715Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.715Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "cds",
"timestamp": 1653891078959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.715Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.715Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653891080692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.715Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.715Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "clamp",
"timestamp": 1653891082453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.716Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.716Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.716Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653891079890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.716Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.716Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.716Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "policy-id",
"timestamp": 1653891085267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-30T06:13:00.717Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:13:00.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.717Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "cds",
"timestamp": 1653891078959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
"status": "NOTIFIED"
}
2022-05-30T06:13:00.717Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.717Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653891080692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-30T06:13:00.717Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.718Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "clamp",
"timestamp": 1653891082453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.719Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653891079890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
"status": "NOTIFIED"
}
2022-05-30T06:13:00.720Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "ves-openapi-manager",
"timestamp": 1653891086308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.720Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "policy-id",
"timestamp": 1653891086271,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-30T06:13:00.721Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:13:00.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653891080692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.722Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "cds",
"timestamp": 1653891087029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-30T06:13:00.723Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:13:00.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "clamp",
"timestamp": 1653891082453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "ves-openapi-manager",
"timestamp": 1653891086308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653891087990,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-30T06:13:00.724Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:13:00.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "policy-id",
"timestamp": 1653891087274,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:13:00.739Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1
2022-05-30T06:13:00.739Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:13:00.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653891080692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
"status": "NOTIFIED"
}
2022-05-30T06:13:00.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "cds",
"timestamp": 1653891088041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:13:00.751Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1
2022-05-30T06:13:00.751Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:13:00.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "clamp",
"timestamp": 1653891082453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "ves-openapi-manager",
"timestamp": 1653891086308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "clamp",
"timestamp": 1653891082453,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
"status": "NOTIFIED"
}
2022-05-30T06:13:00.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653891088854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-30T06:13:00.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:13:00.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "ves-openapi-manager",
"timestamp": 1653891086308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.766Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653891090024,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-30T06:13:00.768Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:13:00.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.768Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "ves-openapi-manager",
"timestamp": 1653891086308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.769Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.770Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.770Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653891091572,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-30T06:13:00.771Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:13:00.771Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.771Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "ves-openapi-manager",
"timestamp": 1653891086308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.771Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.772Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.772Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653891091305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-30T06:13:00.772Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:13:00.772Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.773Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653891092577,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:13:00.778Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1
2022-05-30T06:13:00.778Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:13:00.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "ves-openapi-manager",
"timestamp": 1653891086308,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653891092341,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:13:00.797Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1
2022-05-30T06:13:00.797Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-30T06:13:00.807Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.807Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "aai-ml",
"timestamp": 1653891092064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.808Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.808Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.808Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653891093357,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json",
"status": "DEPLOY_OK"
}
2022-05-30T06:13:00.808Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:13:00.808Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.809Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "aai-ml",
"timestamp": 1653891092064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.809Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.809Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.809Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "aai-ml",
"timestamp": 1653891092064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.810Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.810Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.810Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "clamp",
"timestamp": 1653891095398,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-30T06:13:00.814Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:13:00.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.814Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "aai-ml",
"timestamp": 1653891092064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.814Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.815Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "aai-ml",
"timestamp": 1653891092064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.815Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.815Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "clamp",
"timestamp": 1653891097409,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-30T06:13:00.816Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:13:00.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "aai-ml",
"timestamp": 1653891092064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:13:00.817Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "clamp",
"timestamp": 1653891098412,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:13:00.820Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1
2022-05-30T06:13:00.820Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:13:00.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "aai-ml",
"timestamp": 1653891092064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
"status": "NOTIFIED"
}
2022-05-30T06:13:00.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:13:00.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "aai-ml",
"timestamp": 1653891099795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-30T06:13:00.830Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:13:00.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "aai-ml",
"timestamp": 1653891110985,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-30T06:13:00.831Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:13:00.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:13:00.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "aai-ml",
"timestamp": 1653891111989,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:13:00.833Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1
2022-05-30T06:13:00.833Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:13:07.631Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4d699ebf-8d7a-484c-9976-25e121329953/model-vers/model-ver/a092a161-e0a6-4dbd-8daf-686b7ae7682b?depth=0
2022-05-30T06:13:07.733Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-05-30T06:13:08.192Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d699ebf-8d7a-484c-9976-25e121329953/model-vers/model-ver/a092a161-e0a6-4dbd-8daf-686b7ae7682b?depth=0|INFO|500||Invoke
2022-05-30T06:13:08.199Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d699ebf-8d7a-484c-9976-25e121329953/model-vers/model-ver/a092a161-e0a6-4dbd-8daf-686b7ae7682b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d699ebf-8d7a-484c-9976-25e121329953/model-vers/model-ver/a092a161-e0a6-4dbd-8daf-686b7ae7682b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[654f0087-6b08-4893-85a9-bd84027cdfb5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2077fb3a-666e-4ada-a796-cc9b2785f55f], X-ECOMP-RequestID=[654f0087-6b08-4893-85a9-bd84027cdfb5], X-TransactionId=[], X-ONAP-RequestID=[654f0087-6b08-4893-85a9-bd84027cdfb5], Content-Type=[application/merge-patch+json]}
2022-05-30T06:13:08.342Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d699ebf-8d7a-484c-9976-25e121329953/model-vers/model-ver/a092a161-e0a6-4dbd-8daf-686b7ae7682b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-30T06:13:08.672Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d699ebf-8d7a-484c-9976-25e121329953/model-vers/model-ver/a092a161-e0a6-4dbd-8daf-686b7ae7682b?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/4d699ebf-8d7a-484c-9976-25e121329953/model-vers/model-ver/a092a161-e0a6-4dbd-8daf-686b7ae7682b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220530-06:13:08:565-17746], vertex-id=[405528], Content-Length=[0], Date=[Mon, 30 May 2022 06:13:08 GMT], Content-Type=[application/json]}
2022-05-30T06:13:08.674Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d699ebf-8d7a-484c-9976-25e121329953/model-vers/model-ver/a092a161-e0a6-4dbd-8daf-686b7ae7682b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-30T06:13:08.675Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d699ebf-8d7a-484c-9976-25e121329953/model-vers/model-ver/a092a161-e0a6-4dbd-8daf-686b7ae7682b?depth=0|INFO|500||InvokeReturn
2022-05-30T06:13:08.679Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-30T06:13:08.680Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:13:08.689Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-30T06:13:08.690Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 654f0087-6b08-4893-85a9-bd84027cdfb5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-30T06:13:08.691Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-30T06:13:08.691Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:13:08.693Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:13:08.693Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891188690,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-30T06:13:08.793Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:13:08.794Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:13:08.794Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:13:08.807Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:13:08.808Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-30T06:13:09.703Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:13:09.704Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:13:09.704Z|654f0087-6b08-4893-85a9-bd84027cdfb5|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 9gjkoz71W7iQliFo) ...
2022-05-30T06:13:14.139Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:13:14.140Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:13:14.140Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1","serviceName":"vFW 2022-05-30 06-10-12","serviceVersion":"1.0","serviceUUID":"daad8886-b370-485d-8e54-5e2026c5bd71","serviceDescription":"catalog service description","serviceInvariantUUID":"df1823bb-b7ad-4a25-8834-e2a5c731ff33","resources":[{"resourceInstanceName":"vFW f631bd74-3d84 0","resourceName":"vFW f631bd74-3d84","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0fb709c4-f9db-4582-8775-a212d8c1b24a","resourceInvariantUUID":"bffe1db1-71e0-4bfc-a30c-83e275b390cc","resourceCustomizationUUID":"934267c6-3199-403a-891b-f60b5d8e8b97","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vf-license-model.xml","artifactChecksum":"MGMzYTI2ZDNlOTI1NGFjMmZmZmQwZTFjOWNkYmRiYzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f9809782-53be-432c-b5f8-e64888d04ccb","artifactVersion":"1"},{"artifactName":"vfwf631bd743d840_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json","artifactChecksum":"NjEzNTAxMTA2NjI0NGY3MmRjYjIzMjBkMzgwZTcyY2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"693afaeb-b5ab-4253-98cb-32970911b5c8","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3477b207-1992-4b5b-ab48-2a45fc7e8744","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vendor-license-model.xml","artifactChecksum":"ZWQwZWViNjI5YTQwNTFlMDQxMDhiMzI3ZGVjZWVmMjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e2b7fb4a-527d-4977-b5a3-c654c9762a9f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"aa8ccb22-7da7-4ec1-a144-5396408dddd9","artifactVersion":"2","generatedFromUUID":"3477b207-1992-4b5b-ab48-2a45fc7e8744"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220530061012-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-template.yml","artifactChecksum":"ZmJhNmNlNDg4MTI4MGE5NWVkMzY5MjMyMjkwOGY0MGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a0fc00df-042c-47b1-aa23-3cb60f0bcd02","artifactVersion":"1"},{"artifactName":"service-Vfw20220530061012-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar","artifactChecksum":"NTVhZmUxZDg5MTlhYmQ3YzIzNDM2NGRkMDc1OGZjNzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3f119f1-7450-4904-ab91-b59dca6c3782","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-30T06:13:14.142Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:13:14.143Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:13:14.145Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:13:14.145Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891189703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:13:14.245Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:13:14.246Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:13:14.246Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:13:14.281Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:13:14.282Z||pool-19-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:13:15.145Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:13:15.146Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:13:15.148Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:13:15.148Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891189703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json",
"status": "NOTIFIED"
}
2022-05-30T06:13:15.248Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:13:15.249Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:13:15.249Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:13:15.261Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:13:15.261Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:13:16.149Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:13:16.150Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:13:16.151Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:13:16.152Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891189703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-30T06:13:16.252Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:13:16.252Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:13:16.253Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:13:16.274Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:13:16.274Z||pool-21-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:13:17.152Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:13:17.153Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:13:17.155Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:13:17.155Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891189703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:13:17.256Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-30T06:13:17.258Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:13:17.258Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:13:17.278Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:13:17.278Z||pool-22-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:13:18.156Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:13:18.157Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:13:18.159Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:13:18.159Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891189703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-30T06:13:18.259Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:13:18.262Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:13:18.262Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:13:18.276Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:13:18.276Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:13:19.159Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:13:19.161Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:13:19.167Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:13:19.167Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891189703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:13:19.263Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-05-30T06:13:19.265Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:13:19.265Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:13:19.278Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:13:19.278Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:13:20.167Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:13:20.168Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:13:20.170Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:13:20.171Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891189703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
"status": "NOTIFIED"
}
2022-05-30T06:13:20.271Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:13:20.272Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:13:20.272Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:13:20.286Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:13:20.287Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:13:21.172Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"serviceName": "vFW 2022-05-30 06-10-12",
"serviceVersion": "1.0",
"serviceUUID": "daad8886-b370-485d-8e54-5e2026c5bd71",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "df1823bb-b7ad-4a25-8834-e2a5c731ff33",
"resources": [
{
"resourceInstanceName": "vFW f631bd74-3d84 0",
"resourceCustomizationUUID": "934267c6-3199-403a-891b-f60b5d8e8b97",
"resourceName": "vFW f631bd74-3d84",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "0fb709c4-f9db-4582-8775-a212d8c1b24a",
"resourceInvariantUUID": "bffe1db1-71e0-4bfc-a30c-83e275b390cc",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwf631bd743d840_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json",
"artifactChecksum": "NjEzNTAxMTA2NjI0NGY3MmRjYjIzMjBkMzgwZTcyY2Q\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "693afaeb-b5ab-4253-98cb-32970911b5c8",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "3477b207-1992-4b5b-ab48-2a45fc7e8744",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "aa8ccb22-7da7-4ec1-a144-5396408dddd9",
"generatedFromUUID": "3477b207-1992-4b5b-ab48-2a45fc7e8744"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "aa8ccb22-7da7-4ec1-a144-5396408dddd9",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220530061012-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
"artifactChecksum": "NTVhZmUxZDg5MTlhYmQ3YzIzNDM2NGRkMDc1OGZjNzg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d3f119f1-7450-4904-ab91-b59dca6c3782"
}
],
"workloadContext": "Production"
}
2022-05-30T06:13:21.173Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-30T06:13:21.173Z|654f0087-6b08-4893-85a9-bd84027cdfb5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 daad8886-b370-485d-8e54-5e2026c5bd71 ASDC
2022-05-30T06:13:21.173Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1
ServiceName:vFW 2022-05-30 06-10-12
ServiceVersion:1.0
ServiceUUID:daad8886-b370-485d-8e54-5e2026c5bd71
ServiceInvariantUUID:df1823bb-b7ad-4a25-8834-e2a5c731ff33
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220530061012-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar
ArtifactUUID:d3f119f1-7450-4904-ab91-b59dca6c3782
ArtifactChecksum:NTVhZmUxZDg5MTlhYmQ3YzIzNDM2NGRkMDc1OGZjNzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f631bd74-3d84 0
ResourceCustomizationUUID:934267c6-3199-403a-891b-f60b5d8e8b97
ResourceInvariantUUID:bffe1db1-71e0-4bfc-a30c-83e275b390cc
ResourceName:vFW f631bd74-3d84
ResourceType:VF
ResourceUUID:0fb709c4-f9db-4582-8775-a212d8c1b24a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf631bd743d840_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json
ArtifactUUID:693afaeb-b5ab-4253-98cb-32970911b5c8
ArtifactChecksum:NjEzNTAxMTA2NjI0NGY3MmRjYjIzMjBkMzgwZTcyY2Q=
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/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml
ArtifactUUID:3477b207-1992-4b5b-ab48-2a45fc7e8744
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/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env
ArtifactUUID:aa8ccb22-7da7-4ec1-a144-5396408dddd9
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/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env
ArtifactUUID:aa8ccb22-7da7-4ec1-a144-5396408dddd9
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-30T06:13:21.173Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF daad8886-b370-485d-8e54-5e2026c5bd71 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-30T06:13:21.201Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-30T06:13:21.201Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-30T06:13:21.201Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-30T06:13:21.201Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d3f119f1-7450-4904-ab91-b59dca6c3782 from URL: /sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar
2022-05-30T06:13:21.202Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-30T06:13:21.202Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar
2022-05-30T06:13:21.755Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-30T06:13:21.760Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar d3f119f1-7450-4904-ab91-b59dca6c3782 98991
2022-05-30T06:13:21.760Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar ASDC sendASDCNotification
2022-05-30T06:13:21.760Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar
2022-05-30T06:13:21.761Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:13:21.761Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:13:21.763Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:13:21.763Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891201760,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-30T06:13:21.863Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:13:21.864Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:13:21.864Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:13:21.881Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:13:21.882Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:13:22.763Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-30T06:13:22.764Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-30T06:13:22.765Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: d3f119f1-7450-4904-ab91-b59dca6c3782, URL: /sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar to file: /app/ASDC/1/service-Vfw20220530061012-csar.csar
2022-05-30T06:13:22.765Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220530061012-csar.csar
2022-05-30T06:13:22.766Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220530061012-csar.csar
2022-05-30T06:13:22.766Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220530061012-csar.csar
2022-05-30T06:13:22.933Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7655377585089401801/Definitions/service-Vfw20220530061012-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_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-05-30T06:13:24.895Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-30T06:13:24.896Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-30T06:13:24.897Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220530061012-csar.csar
2022-05-30T06:13:24.897Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-30T06:13:24.897Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220530061012-csar.csar
2022-05-30T06:13:24.898Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220530061012-csar.csar
2022-05-30T06:13:24.898Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220530061012-csar.csar
2022-05-30T06:13:24.898Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220530061012-csar.csar
2022-05-30T06:13:24.898Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220530061012-csar.csar
2022-05-30T06:13:24.899Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220530061012-csar.csar
2022-05-30T06:13:24.899Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220530061012-csar.csar
2022-05-30T06:13:24.899Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220530061012-csar.csar
2022-05-30T06:13:24.899Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f631bd74-3d84 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-Vfw20220530061012-csar.csar
2022-05-30T06:13:24.900Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220530061012-csar.csar
2022-05-30T06:13:24.900Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220530061012-csar.csar
2022-05-30T06:13:24.900Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220530061012-csar.csar
2022-05-30T06:13:24.900Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220530061012-csar.csar
2022-05-30T06:13:24.901Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-30T06:13:24.901Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:13:24.902Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:13:24.902Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vFW f631bd74-3d84 0 is matching search criteria
2022-05-30T06:13:24.902Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-30T06:13:24.903Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f631bd74-3d84 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-30T06:13:24.903Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:13:24.903Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:13:24.904Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vFW f631bd74-3d84 0 is matching search criteria
2022-05-30T06:13:24.904Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-30T06:13:24.904Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f631bd74-3d84 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-30T06:13:24.905Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:13:24.905Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:13:24.905Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:13:24.906Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vFW f631bd74-3d84 0 is not matching search criteria
2022-05-30T06:13:24.906Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-30T06:13:24.906Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-30T06:13:24.907Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-30T06:13:24.907Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-30T06:13:24.907Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T06:13:24.908Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-30T06:13:24.908Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-30T06:13:24.908Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-30T06:13:24.908Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-30T06:13:24.909Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-30T06:13:24.909Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-30T06:13:24.909Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-30T06:13:24.910Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-30T06:13:24.910Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-30T06:13:24.910Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T06:13:24.910Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-30T06:13:24.911Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:13:24.911Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-10-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-30T06:13:24.911Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:13:24.912Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vFW f631bd74-3d84 0 is matching search criteria
2022-05-30T06:13:24.912Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f631bd74-3d84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:13:24.912Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:13:24.913Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vFW f631bd74-3d84 0 is matching search criteria
2022-05-30T06:13:24.913Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f631bd74-3d84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:13:24.913Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:13:24.914Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vFW f631bd74-3d84 0 is matching search criteria
2022-05-30T06:13:24.914Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f631bd74-3d84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:13:24.914Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:13:24.915Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vFW f631bd74-3d84 0 is not matching search criteria
2022-05-30T06:13:24.915Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-30T06:13:24.915Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-30T06:13:24.915Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-30T06:13:24.916Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-30T06:13:24.916Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-30T06:13:24.916Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-30T06:13:24.917Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-30T06:13:24.917Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-30T06:13:24.917Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-30T06:13:24.917Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-30T06:13:24.918Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T06:13:24.918Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0980e209-e0be-415e-88e4-0a2a0b487bbf
2022-05-30T06:13:24.918Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:13:24.919Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vFW f631bd74-3d84 0 is not matching search criteria
2022-05-30T06:13:24.919Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-30T06:13:24.919Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-30T06:13:24.920Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-30T06:13:24.920Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-30T06:13:24.920Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T06:13:24.921Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-30T06:13:24.921Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-30T06:13:24.921Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-30T06:13:24.921Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-30T06:13:24.922Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-30T06:13:24.922Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-30T06:13:24.922Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T06:13:24.923Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c3b4223b-8781-4312-aa12-929cd2e332dd
2022-05-30T06:13:24.923Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:13:24.923Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vFW f631bd74-3d84 0 is not matching search criteria
2022-05-30T06:13:24.924Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-30T06:13:24.924Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-30T06:13:24.924Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-30T06:13:24.924Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-30T06:13:24.925Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T06:13:24.925Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-30T06:13:24.925Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-30T06:13:24.926Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-30T06:13:24.926Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-30T06:13:24.926Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-30T06:13:24.927Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-30T06:13:24.927Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-30T06:13:24.927Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f9bf572f-02fc-4452-86f7-e0aa9c5768b6
2022-05-30T06:13:24.927Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:13:24.928Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:13:24.928Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:13:24.928Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:13:24.929Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:13:24.929Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:13:24.929Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:13:24.930Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:13:24.930Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-05-30 06-10-12
Description:catalog service description
Model UUID:daad8886-b370-485d-8e54-5e2026c5bd71
Model Version:NULL
Model InvariantUuid:df1823bb-b7ad-4a25-8834-e2a5c731ff33
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW f631bd74-3d84
Model UUID:32aa9fe7-c242-4d1e-85a2-433591dbe9ef
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bffe1db1-71e0-4bfc-a30c-83e275b390cc
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:934267c6-3199-403a-891b-f60b5d8e8b97
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:ee9faeda-6cf1-4be5-b79a-59497437986c
ModelName:VfwF631bd743d84..base_vfw..module-0
ModelUuid:34af340d-98cd-4cf9-a751-a4e9f5c2b3cd
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:0980e209-e0be-415e-88e4-0a2a0b487bbf
ModelInvariantUuid:4f7ebdd3-9600-4b79-a72c-45b4a221d3b3
ModelName:vFW f631bd74-3d84-nodes.vfwCvfc
ModelUuid:2d7c9461-4607-4d92-a611-10d2b92706a2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:24a1c985-760d-4578-ac6b-f3dcab0fb2dc
ModelInvariantUuid:9fef4102-1d80-4f6c-a85a-6f6be8cee6f6
ModelName:VfwF631bd743d84.compute.nodes.heat.vfw
ModelUuid:6ae04183-faba-4fb2-9521-da5de1d5d24b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c3b4223b-8781-4312-aa12-929cd2e332dd
ModelInvariantUuid:541639aa-0ce7-4900-859c-25d99dec630c
ModelName:vFW f631bd74-3d84-nodes.vsnCvfc
ModelUuid:28a70be9-d890-4cbd-8a70-f106fdbe5971
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:586bfc83-8c5f-4ecf-878a-762761318d89
ModelInvariantUuid:4438d543-e6ca-4673-86d5-0ba35dbe72c3
ModelName:VfwF631bd743d84.compute.nodes.heat.vsn
ModelUuid:8052ac9a-d433-47fc-8f2c-329da5b8b62d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f9bf572f-02fc-4452-86f7-e0aa9c5768b6
ModelInvariantUuid:d7fef453-6753-4a44-b9b8-269139bce06d
ModelName:vFW f631bd74-3d84-nodes.vpgCvfc
ModelUuid:8e50ddca-9ad2-4eb7-987f-1948e8393fdc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:e4244f07-08ab-48e8-beff-d1a00a2ffeac
ModelInvariantUuid:68e654b9-f444-46ac-a2d2-65c2e7038a26
ModelName:VfwF631bd743d84.compute.nodes.heat.vpg
ModelUuid:13c2f995-34fa-4f4e-9bdc-a3c2543e19d1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-30T06:13:24.939Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 0fb709c4-f9db-4582-8775-a212d8c1b24a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:13:24.943Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||vFW f631bd74-3d84 0
2022-05-30T06:13:24.944Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0fb709c4-f9db-4582-8775-a212d8c1b24a
2022-05-30T06:13:24.944Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 693afaeb-b5ab-4253-98cb-32970911b5c8 from URL: /sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json
2022-05-30T06:13:24.944Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-30T06:13:24.945Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json
2022-05-30T06:13:25.360Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-30T06:13:25.361Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json 693afaeb-b5ab-4253-98cb-32970911b5c8 785
2022-05-30T06:13:25.362Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json ASDC sendASDCNotification
2022-05-30T06:13:25.362Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json
2022-05-30T06:13:25.362Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:13:25.363Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:13:25.365Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:13:25.365Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891205362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-30T06:13:25.465Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:13:25.466Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:13:25.466Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:13:25.483Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:13:25.483Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:13:26.366Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF631bd743d84..base_vfw..module-0",
"vfModuleModelInvariantUUID": "ee9faeda-6cf1-4be5-b79a-59497437986c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "34af340d-98cd-4cf9-a751-a4e9f5c2b3cd",
"vfModuleModelCustomizationUUID": "35862152-c221-4451-8aed-5d22a440dc4e",
"isBase": true,
"artifacts": [
"3477b207-1992-4b5b-ab48-2a45fc7e8744",
"aa8ccb22-7da7-4ec1-a144-5396408dddd9"
],
"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-05-30T06:13:26.371Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF631bd743d84..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:34af340d-98cd-4cf9-a751-a4e9f5c2b3cd
VfModuleModelInvariantUUID:ee9faeda-6cf1-4be5-b79a-59497437986c
VfModuleModelDescription:NULL
Artifacts UUID List:{
3477b207-1992-4b5b-ab48-2a45fc7e8744
,
aa8ccb22-7da7-4ec1-a144-5396408dddd9
}
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-05-30T06:13:26.373Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF631bd743d84..base_vfw..module-0",
"vfModuleModelInvariantUUID": "ee9faeda-6cf1-4be5-b79a-59497437986c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "34af340d-98cd-4cf9-a751-a4e9f5c2b3cd",
"vfModuleModelCustomizationUUID": "35862152-c221-4451-8aed-5d22a440dc4e",
"isBase": true,
"artifacts": [
"3477b207-1992-4b5b-ab48-2a45fc7e8744",
"aa8ccb22-7da7-4ec1-a144-5396408dddd9"
],
"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-05-30T06:13:26.373Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF631bd743d84..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:34af340d-98cd-4cf9-a751-a4e9f5c2b3cd
VfModuleModelInvariantUUID:ee9faeda-6cf1-4be5-b79a-59497437986c
VfModuleModelDescription:NULL
Artifacts UUID List:{
3477b207-1992-4b5b-ab48-2a45fc7e8744
,
aa8ccb22-7da7-4ec1-a144-5396408dddd9
}
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-05-30T06:13:26.373Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3477b207-1992-4b5b-ab48-2a45fc7e8744 from URL: /sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml
2022-05-30T06:13:26.374Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-30T06:13:26.374Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml
2022-05-30T06:13:26.765Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-30T06:13:26.767Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml 3477b207-1992-4b5b-ab48-2a45fc7e8744 20368
2022-05-30T06:13:26.767Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-30T06:13:26.767Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml
2022-05-30T06:13:26.767Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:13:26.768Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:13:26.770Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:13:26.770Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891206767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-30T06:13:26.870Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:13:26.871Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:13:26.871Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:13:26.886Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:13:26.887Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:13:27.770Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: aa8ccb22-7da7-4ec1-a144-5396408dddd9 from URL: /sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env
2022-05-30T06:13:27.771Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-30T06:13:27.771Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env
2022-05-30T06:13:28.160Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-30T06:13:28.160Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env aa8ccb22-7da7-4ec1-a144-5396408dddd9 2098
2022-05-30T06:13:28.161Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-30T06:13:28.161Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env
2022-05-30T06:13:28.161Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:13:28.161Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:13:28.163Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:13:28.163Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891208161,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-30T06:13:28.263Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:13:28.264Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:13:28.264Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:13:28.275Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:13:28.275Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:13:29.164Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: daad8886-b370-485d-8e54-5e2026c5bd71
2022-05-30T06:13:29.164Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f631bd74-3d84 0 0fb709c4-f9db-4582-8775-a212d8c1b24a 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-05-30T06:13:29.190Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6429331b, org.onap.sdc.toscaparser.api.parameters.Input@5393937f, org.onap.sdc.toscaparser.api.parameters.Input@14cb9030, org.onap.sdc.toscaparser.api.parameters.Input@5f20f51b, org.onap.sdc.toscaparser.api.parameters.Input@72bca40f]
2022-05-30T06:13:29.191Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:13:29.191Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:13:29.192Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-05-30T06:13:29.192Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 934267c6-3199-403a-891b-f60b5d8e8b97
2022-05-30T06:13:29.192Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 934267c6-3199-403a-891b-f60b5d8e8b97 matches Tosca VF Customization UUID: 934267c6-3199-403a-891b-f60b5d8e8b97
2022-05-30T06:13:29.192Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 934267c6-3199-403a-891b-f60b5d8e8b97 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-30T06:13:29.195Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:13:29.195Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:13:29.196Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 934267c6-3199-403a-891b-f60b5d8e8b97: {\"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-05-30T06:13:29.196Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2d293f5a
2022-05-30T06:13:29.196Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:13:29.197Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-10-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-30T06:13:29.197Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 35862152-c221-4451-8aed-5d22a440dc4e
2022-05-30T06:13:29.197Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 35862152-c221-4451-8aed-5d22a440dc4e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-30T06:13:29.200Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:13:29.200Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vFW f631bd74-3d84 0 is matching search criteria
2022-05-30T06:13:29.201Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f631bd74-3d84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:13:29.201Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:13:29.201Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vFW f631bd74-3d84 0 is matching search criteria
2022-05-30T06:13:29.201Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f631bd74-3d84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:13:29.202Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:13:29.202Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vFW f631bd74-3d84 0 is not matching search criteria
2022-05-30T06:13:29.202Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-30T06:13:29.202Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-30T06:13:29.202Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-30T06:13:29.203Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-30T06:13:29.203Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-30T06:13:29.203Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-30T06:13:29.203Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-30T06:13:29.204Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-30T06:13:29.204Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-30T06:13:29.204Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-30T06:13:29.204Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T06:13:29.204Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0980e209-e0be-415e-88e4-0a2a0b487bbf
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-30T06:13:29.207Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:13:29.207Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vFW f631bd74-3d84 0 is matching search criteria
2022-05-30T06:13:29.208Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f631bd74-3d84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:13:29.208Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:13:29.208Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vFW f631bd74-3d84 0 is not matching search criteria
2022-05-30T06:13:29.208Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-30T06:13:29.208Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-30T06:13:29.208Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-30T06:13:29.209Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-30T06:13:29.209Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T06:13:29.209Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-30T06:13:29.209Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-30T06:13:29.209Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-30T06:13:29.209Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-30T06:13:29.210Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-30T06:13:29.210Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-30T06:13:29.210Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T06:13:29.210Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c3b4223b-8781-4312-aa12-929cd2e332dd
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-30T06:13:29.213Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:13:29.213Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vFW f631bd74-3d84 0 is matching search criteria
2022-05-30T06:13:29.213Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f631bd74-3d84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:13:29.216Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:13:29.217Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vFW f631bd74-3d84 0 is not matching search criteria
2022-05-30T06:13:29.217Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-30T06:13:29.217Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-30T06:13:29.217Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-30T06:13:29.217Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-30T06:13:29.218Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T06:13:29.218Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-30T06:13:29.218Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-30T06:13:29.218Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-30T06:13:29.218Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-30T06:13:29.218Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-30T06:13:29.219Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-30T06:13:29.219Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-30T06:13:29.219Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f9bf572f-02fc-4452-86f7-e0aa9c5768b6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-30T06:13:29.221Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:13:29.222Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vFW f631bd74-3d84 0 is matching search criteria
2022-05-30T06:13:29.222Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f631bd74-3d84 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:13:29.222Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:13:29.222Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Node template vFW f631bd74-3d84 0 is matching search criteria
2022-05-30T06:13:29.222Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW f631bd74-3d84 0] matching following query criteria: sdcType=VF, customizationUUID=934267c6-3199-403a-891b-f60b5d8e8b97
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:13:29.224Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:13:29.224Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:13:29.225Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid daad8886-b370-485d-8e54-5e2026c5bd71: vFW f631bd74-3d84
2022-05-30T06:13:29.225Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:13:29.225Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:13:29.225Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:13:29.225Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:13:29.226Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:13:29.226Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:13:29.226Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:13:29.226Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:13:29.226Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:13:29.226Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-10-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:13:29.227Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-05-30 06-10-12
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-05-30T06:13:29.442Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f631bd74-3d84 0fb709c4-f9db-4582-8775-a212d8c1b24a 1 ASDC deployResourceStructure
2022-05-30T06:13:29.442Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json ASDC sendASDCNotification
2022-05-30T06:13:29.443Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json
2022-05-30T06:13:29.443Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T06:13:29.443Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:13:29.445Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:13:29.445Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891209442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json",
"status": "DEPLOY_OK"
}
2022-05-30T06:13:29.545Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-30T06:13:29.546Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:13:29.546Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:13:29.557Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:13:29.558Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:13:30.446Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-30T06:13:30.447Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml
2022-05-30T06:13:30.447Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T06:13:30.447Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:13:30.450Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:13:30.450Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891210446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-30T06:13:30.550Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:13:30.551Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:13:30.551Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:13:30.566Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:13:30.566Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:13:31.451Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-30T06:13:31.451Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env
2022-05-30T06:13:31.451Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T06:13:31.452Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:13:31.454Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:13:31.454Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891211450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-30T06:13:31.554Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:13:31.555Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:13:31.555Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:13:31.567Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:13:31.567Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:13:32.455Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar ASDC sendASDCNotification
2022-05-30T06:13:32.455Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar
2022-05-30T06:13:32.456Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-30T06:13:32.456Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:13:32.458Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:13:32.458Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891212455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-30T06:13:32.558Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:13:32.559Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:13:32.559Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:13:32.570Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:13:32.570Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:13:33.459Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:13:33.466Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-30T06:13:33.469Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-30T06:13:33.469Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-30T06:13:33.470Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-30T06:13:33.470Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-30T06:13:33.470Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-30T06:13:33.470Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-30T06:13:33.470Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-30T06:13:33.470Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-30T06:13:33.470Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-30T06:13:33.470Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-30T06:13:33.471Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-30T06:13:33.473Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-30T06:14:00.169Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:14:00.170Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:14:00.170Z||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 9gjkoz71W7iQliFo) ...
2022-05-30T06:14:00.799Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:14:00.801Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:14:00.801Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "654f0087-6b08-4893-85a9-bd84027cdfb5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891188690,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-30T06:14:00.802Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:14:00.802Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:14:00.802Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891189703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:14:00.802Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:14:00.802Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:14:00.802Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891189703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json",
"status": "NOTIFIED"
}
2022-05-30T06:14:00.802Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:14:00.802Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:14:00.802Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891189703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-30T06:14:00.803Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:14:00.803Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:14:00.803Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891189703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:14:00.803Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:14:00.803Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:14:00.803Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891189703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-30T06:14:00.805Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:14:00.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:14:00.805Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891189703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:14:00.806Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:14:00.806Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:14:00.806Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891189703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
"status": "NOTIFIED"
}
2022-05-30T06:14:00.806Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-05-30T06:14:00.807Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:14:00.807Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891201760,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-30T06:14:00.807Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:14:00.808Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:14:00.808Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891205362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-30T06:14:00.808Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:14:00.809Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:14:00.809Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891206767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-30T06:14:00.809Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:14:00.809Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:14:00.810Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891208161,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-30T06:14:00.810Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:14:00.810Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:14:00.810Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891209442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/vfwf631bd743d840_modules.json",
"status": "DEPLOY_OK"
}
2022-05-30T06:14:00.811Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:14:00.811Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:14:00.811Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891210446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-30T06:14:00.811Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:14:00.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:14:00.812Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891211450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/resourceInstances/vfwf631bd743d840/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-30T06:14:00.812Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:14:00.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-30T06:14:00.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891212455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061012/1.0/artifacts/service-Vfw20220530061012-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-30T06:14:00.813Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-30T06:14:03.473Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-30T06:14:03.478Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1 and serviceModelVersionId: daad8886-b370-485d-8e54-5e2026c5bd71
2022-05-30T06:14:03.479Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : df1823bb-b7ad-4a25-8834-e2a5c731ff33
2022-05-30T06:14:03.480Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/df1823bb-b7ad-4a25-8834-e2a5c731ff33/model-vers/model-ver/daad8886-b370-485d-8e54-5e2026c5bd71?depth=0
2022-05-30T06:14:03.487Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-05-30T06:14:03.568Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df1823bb-b7ad-4a25-8834-e2a5c731ff33/model-vers/model-ver/daad8886-b370-485d-8e54-5e2026c5bd71?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-30T06:14:03.570Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df1823bb-b7ad-4a25-8834-e2a5c731ff33/model-vers/model-ver/daad8886-b370-485d-8e54-5e2026c5bd71?depth=0|INFO|500||Invoke
2022-05-30T06:14:03.596Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df1823bb-b7ad-4a25-8834-e2a5c731ff33/model-vers/model-ver/daad8886-b370-485d-8e54-5e2026c5bd71?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-30T06:14:03.974Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df1823bb-b7ad-4a25-8834-e2a5c731ff33/model-vers/model-ver/daad8886-b370-485d-8e54-5e2026c5bd71?depth=0|INFO|500||InvokeReturn
2022-05-30T06:14:03.975Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df1823bb-b7ad-4a25-8834-e2a5c731ff33/model-vers/model-ver/daad8886-b370-485d-8e54-5e2026c5bd71?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220530-06:14:03:819-74188], vertex-id=[151768], Content-Length=[0], Date=[Mon, 30 May 2022 06:14:03 GMT], Content-Type=[application/json]}
2022-05-30T06:14:03.975Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-05-30T06:14:03.975Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-30T06:14:03.975Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:14:03.990Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-30T06:14:03.990Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-30T06:14:03.990Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-30T06:14:03.991Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:14:03.993Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:14:03.993Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891243990,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-30T06:14:04.093Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:14:04.094Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:14:04.095Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:14:04.115Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:14:04.115Z||pool-34-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-30T06:14:05.002Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:14:05.002Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:14:05.003Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|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 9gjkoz71W7iQliFo) ...
2022-05-30T06:14:14.560Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:14:14.561Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-30T06:14:14.562Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-30T06:14:14.562Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|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 9gjkoz71W7iQliFo) ...
2022-05-30T06:14:17.900Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:14:17.901Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-30T06:14:17.901Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"1e433447-df64-4e2b-8ffa-215225646a37","serviceName":"vFW 2022-05-30 06-13-09","serviceVersion":"1.0","serviceUUID":"755c4b53-59aa-412b-bf2e-0aee3e9d6a68","serviceDescription":"catalog service description","serviceInvariantUUID":"8bb3068a-773a-44e6-8ec7-d3b2cf3998ee","resources":[{"resourceInstanceName":"vFW 9d3a554a-1442 0","resourceName":"vFW 9d3a554a-1442","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"08b8ae44-4a3e-40cb-8dae-97abf0663b06","resourceInvariantUUID":"25d03fc0-e11e-4bf8-9024-62e312a9ced4","resourceCustomizationUUID":"89241e41-d5ea-4113-9da9-d2a388ee81aa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vf-license-model.xml","artifactChecksum":"ZWZhM2IxMTZkZmJjNDlhN2I3Zjk1YzNiMGM4MDA2MzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f1a2a111-4272-4af5-ab6a-566c6ec33633","artifactVersion":"1"},{"artifactName":"vfw9d3a554a14420_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vfw9d3a554a14420_modules.json","artifactChecksum":"ODNlM2FkNzQ5ZjZlMWU1OGNlZDIxMzZiNTQ4NGJjY2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"de49d84f-1e53-44fe-afb5-f838c5251c21","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a6aa5276-09b0-4706-be9b-7ce00fc268b1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vendor-license-model.xml","artifactChecksum":"ODA5ZWMyNTY5MjZlYjI1ODZmM2U4ZjIzNDZhOGFhMDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0827172a-f839-41be-8070-51d9577977a4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c64e35e9-0dc2-4608-b02c-bbbfc53dd939","artifactVersion":"2","generatedFromUUID":"a6aa5276-09b0-4706-be9b-7ce00fc268b1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220530061309-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-template.yml","artifactChecksum":"ZTk1ZTIzZWI3ZTk2YTNhNmNmMTYwNTkwYTYxNzhjZmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8cc7f1f-aef7-403d-9fc9-066b3653a81a","artifactVersion":"1"},{"artifactName":"service-Vfw20220530061309-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar","artifactChecksum":"ZGZkZjlkODNjNzU0ZDUyY2YyMTA2N2Y4OTEyN2ViMjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ba3f8ed8-3d77-460d-b164-881febee1bdb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-30T06:14:17.907Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:14:17.908Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:14:17.910Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:14:17.910Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891254561,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:14:18.011Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:14:18.013Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:14:18.013Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:14:18.030Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:14:18.030Z||pool-35-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:14:18.911Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:14:18.913Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:14:18.915Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:14:18.916Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891254561,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vfw9d3a554a14420_modules.json",
"status": "NOTIFIED"
}
2022-05-30T06:14:19.016Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:14:19.016Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:14:19.016Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:14:19.041Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:14:19.042Z||pool-36-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:14:19.916Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:14:19.917Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:14:19.919Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:14:19.919Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891254561,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-30T06:14:20.020Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:14:20.020Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:14:20.020Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:14:20.037Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:14:20.038Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-30T06:14:20.919Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:14:20.920Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:14:20.922Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:14:20.922Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891254561,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:14:21.022Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-30T06:14:21.023Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:14:21.023Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:14:21.035Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:14:21.036Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:14:21.923Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:14:21.925Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:14:21.928Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:14:21.928Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891254561,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-30T06:14:22.028Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:14:22.029Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:14:22.029Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:14:22.046Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:14:22.047Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:14:22.928Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:14:22.929Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:14:22.931Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:14:22.932Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891254561,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-30T06:14:23.031Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-30T06:14:23.032Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:14:23.033Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:14:23.053Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:14:23.053Z||pool-40-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:14:23.932Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-30T06:14:23.936Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:14:23.949Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:14:23.949Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891254561,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar",
"status": "NOTIFIED"
}
2022-05-30T06:14:24.042Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-05-30T06:14:24.043Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:14:24.043Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:14:24.059Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:14:24.059Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:14:24.952Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
"serviceName": "vFW 2022-05-30 06-13-09",
"serviceVersion": "1.0",
"serviceUUID": "755c4b53-59aa-412b-bf2e-0aee3e9d6a68",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "8bb3068a-773a-44e6-8ec7-d3b2cf3998ee",
"resources": [
{
"resourceInstanceName": "vFW 9d3a554a-1442 0",
"resourceCustomizationUUID": "89241e41-d5ea-4113-9da9-d2a388ee81aa",
"resourceName": "vFW 9d3a554a-1442",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "08b8ae44-4a3e-40cb-8dae-97abf0663b06",
"resourceInvariantUUID": "25d03fc0-e11e-4bf8-9024-62e312a9ced4",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw9d3a554a14420_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vfw9d3a554a14420_modules.json",
"artifactChecksum": "ODNlM2FkNzQ5ZjZlMWU1OGNlZDIxMzZiNTQ4NGJjY2Y\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "de49d84f-1e53-44fe-afb5-f838c5251c21",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a6aa5276-09b0-4706-be9b-7ce00fc268b1",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c64e35e9-0dc2-4608-b02c-bbbfc53dd939",
"generatedFromUUID": "a6aa5276-09b0-4706-be9b-7ce00fc268b1"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c64e35e9-0dc2-4608-b02c-bbbfc53dd939",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220530061309-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar",
"artifactChecksum": "ZGZkZjlkODNjNzU0ZDUyY2YyMTA2N2Y4OTEyN2ViMjk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ba3f8ed8-3d77-460d-b164-881febee1bdb"
}
],
"workloadContext": "Production"
}
2022-05-30T06:14:24.953Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-30T06:14:24.953Z|bb92dc2b-fdc6-4d82-9e6e-2ededeaad8b1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 755c4b53-59aa-412b-bf2e-0aee3e9d6a68 ASDC
2022-05-30T06:14:24.955Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:1e433447-df64-4e2b-8ffa-215225646a37
ServiceName:vFW 2022-05-30 06-13-09
ServiceVersion:1.0
ServiceUUID:755c4b53-59aa-412b-bf2e-0aee3e9d6a68
ServiceInvariantUUID:8bb3068a-773a-44e6-8ec7-d3b2cf3998ee
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220530061309-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar
ArtifactUUID:ba3f8ed8-3d77-460d-b164-881febee1bdb
ArtifactChecksum:ZGZkZjlkODNjNzU0ZDUyY2YyMTA2N2Y4OTEyN2ViMjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9d3a554a-1442 0
ResourceCustomizationUUID:89241e41-d5ea-4113-9da9-d2a388ee81aa
ResourceInvariantUUID:25d03fc0-e11e-4bf8-9024-62e312a9ced4
ResourceName:vFW 9d3a554a-1442
ResourceType:VF
ResourceUUID:08b8ae44-4a3e-40cb-8dae-97abf0663b06
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9d3a554a14420_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vfw9d3a554a14420_modules.json
ArtifactUUID:de49d84f-1e53-44fe-afb5-f838c5251c21
ArtifactChecksum:ODNlM2FkNzQ5ZjZlMWU1OGNlZDIxMzZiNTQ4NGJjY2Y=
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/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.yaml
ArtifactUUID:a6aa5276-09b0-4706-be9b-7ce00fc268b1
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/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.env
ArtifactUUID:c64e35e9-0dc2-4608-b02c-bbbfc53dd939
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/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.env
ArtifactUUID:c64e35e9-0dc2-4608-b02c-bbbfc53dd939
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-30T06:14:24.955Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 755c4b53-59aa-412b-bf2e-0aee3e9d6a68 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-30T06:14:24.988Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-30T06:14:24.989Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-30T06:14:24.989Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-30T06:14:24.989Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ba3f8ed8-3d77-460d-b164-881febee1bdb from URL: /sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar
2022-05-30T06:14:24.990Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-30T06:14:24.990Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar
2022-05-30T06:14:25.664Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-30T06:14:25.670Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar ba3f8ed8-3d77-460d-b164-881febee1bdb 99006
2022-05-30T06:14:25.670Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar ASDC sendASDCNotification
2022-05-30T06:14:25.671Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar
2022-05-30T06:14:25.671Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:14:25.672Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:14:25.673Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:14:25.674Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891265670,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-30T06:14:25.774Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:14:25.775Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:14:25.775Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:14:25.787Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:14:25.787Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:14:26.674Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-30T06:14:26.676Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-05-30T06:14:26.676Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: ba3f8ed8-3d77-460d-b164-881febee1bdb, URL: /sdc/v1/catalog/services/Vfw20220530061309/1.0/artifacts/service-Vfw20220530061309-csar.csar to file: /app/ASDC/1/service-Vfw20220530061309-csar.csar
2022-05-30T06:14:26.676Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220530061309-csar.csar
2022-05-30T06:14:26.677Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220530061309-csar.csar
2022-05-30T06:14:26.677Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220530061309-csar.csar
2022-05-30T06:14:26.851Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17597960272784662801/Definitions/service-Vfw20220530061309-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-05-30T06:14:28.608Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-30T06:14:28.609Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-30T06:14:28.609Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220530061309-csar.csar
2022-05-30T06:14:28.610Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-30T06:14:28.610Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220530061309-csar.csar
2022-05-30T06:14:28.610Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220530061309-csar.csar
2022-05-30T06:14:28.610Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220530061309-csar.csar
2022-05-30T06:14:28.610Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220530061309-csar.csar
2022-05-30T06:14:28.611Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220530061309-csar.csar
2022-05-30T06:14:28.611Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220530061309-csar.csar
2022-05-30T06:14:28.611Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220530061309-csar.csar
2022-05-30T06:14:28.611Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220530061309-csar.csar
2022-05-30T06:14:28.611Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220530061309-csar.csar
2022-05-30T06:14:28.611Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220530061309-csar.csar
2022-05-30T06:14:28.612Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9d3a554a-1442 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-Vfw20220530061309-csar.csar
2022-05-30T06:14:28.612Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220530061309-csar.csar
2022-05-30T06:14:28.612Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220530061309-csar.csar
2022-05-30T06:14:28.612Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-05-30T06:14:28.612Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:14:28.613Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-13-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:14:28.613Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vFW 9d3a554a-1442 0 is matching search criteria
2022-05-30T06:14:28.613Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-30T06:14:28.613Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9d3a554a-1442 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-30T06:14:28.614Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:14:28.614Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-13-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:14:28.614Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vFW 9d3a554a-1442 0 is matching search criteria
2022-05-30T06:14:28.614Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-05-30T06:14:28.615Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9d3a554a-1442 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-30T06:14:28.615Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:14:28.615Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-13-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:14:28.616Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:14:28.616Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vFW 9d3a554a-1442 0 is not matching search criteria
2022-05-30T06:14:28.616Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-30T06:14:28.616Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-30T06:14:28.616Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-30T06:14:28.617Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-30T06:14:28.617Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T06:14:28.617Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-30T06:14:28.617Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-30T06:14:28.617Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-30T06:14:28.618Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-30T06:14:28.618Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-30T06:14:28.618Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-30T06:14:28.618Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-30T06:14:28.618Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-30T06:14:28.619Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-30T06:14:28.619Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T06:14:28.619Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-30T06:14:28.619Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:14:28.620Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-13-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-30T06:14:28.620Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:14:28.620Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vFW 9d3a554a-1442 0 is matching search criteria
2022-05-30T06:14:28.620Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9d3a554a-1442 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:14:28.621Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:14:28.621Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vFW 9d3a554a-1442 0 is matching search criteria
2022-05-30T06:14:28.621Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9d3a554a-1442 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:14:28.621Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:14:28.622Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vFW 9d3a554a-1442 0 is matching search criteria
2022-05-30T06:14:28.622Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9d3a554a-1442 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:14:28.622Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:14:28.622Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vFW 9d3a554a-1442 0 is not matching search criteria
2022-05-30T06:14:28.622Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-30T06:14:28.623Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-30T06:14:28.623Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-30T06:14:28.623Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-30T06:14:28.623Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-30T06:14:28.623Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-30T06:14:28.624Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-30T06:14:28.624Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-30T06:14:28.624Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-30T06:14:28.624Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-30T06:14:28.625Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T06:14:28.625Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=795eb294-21cf-4651-9a02-e2ff3b7d2b55
2022-05-30T06:14:28.625Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:14:28.625Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vFW 9d3a554a-1442 0 is not matching search criteria
2022-05-30T06:14:28.626Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-30T06:14:28.626Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-30T06:14:28.626Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-30T06:14:28.626Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-30T06:14:28.626Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T06:14:28.627Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-30T06:14:28.627Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-30T06:14:28.627Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-30T06:14:28.627Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-30T06:14:28.628Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-30T06:14:28.628Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-30T06:14:28.628Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T06:14:28.628Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7d754223-ed3f-4b6e-a38b-da2dce654be4
2022-05-30T06:14:28.629Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:14:28.629Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vFW 9d3a554a-1442 0 is not matching search criteria
2022-05-30T06:14:28.629Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-30T06:14:28.629Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-30T06:14:28.629Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-30T06:14:28.630Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-30T06:14:28.630Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T06:14:28.630Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-30T06:14:28.630Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-30T06:14:28.631Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-30T06:14:28.631Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-30T06:14:28.631Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-30T06:14:28.631Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-30T06:14:28.631Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-30T06:14:28.632Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a6e677ef-a799-46d5-95da-2eaf9ec29748
2022-05-30T06:14:28.632Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:14:28.632Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-13-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:14:28.632Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:14:28.633Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-13-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:14:28.633Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:14:28.633Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-13-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:14:28.633Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:14:28.634Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-13-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:14:28.634Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-05-30 06-13-09
Description:catalog service description
Model UUID:755c4b53-59aa-412b-bf2e-0aee3e9d6a68
Model Version:NULL
Model InvariantUuid:8bb3068a-773a-44e6-8ec7-d3b2cf3998ee
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 9d3a554a-1442
Model UUID:2952c539-4395-4996-9938-d24ee6281650
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:25d03fc0-e11e-4bf8-9024-62e312a9ced4
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:89241e41-d5ea-4113-9da9-d2a388ee81aa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c8a6a960-81a6-4189-acae-735f27175138
ModelName:Vfw9d3a554a1442..base_vfw..module-0
ModelUuid:5ea98490-f13e-4cc5-9fce-e1980fbb54dc
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:795eb294-21cf-4651-9a02-e2ff3b7d2b55
ModelInvariantUuid:5fe6d23e-18da-471e-ba2c-47430f863c22
ModelName:vFW 9d3a554a-1442-nodes.vfwCvfc
ModelUuid:dc953ae2-f7f7-4e76-8acf-e5a15f3e4ee6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:a2536fea-c1a5-4127-8084-010079dae374
ModelInvariantUuid:f340eff1-4a25-452d-8459-1f07e951fc32
ModelName:Vfw9d3a554a1442.compute.nodes.heat.vfw
ModelUuid:7ea40339-8644-435c-8cd6-180cfe63a0d6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7d754223-ed3f-4b6e-a38b-da2dce654be4
ModelInvariantUuid:abf808e3-509f-423f-8772-757d2681df20
ModelName:vFW 9d3a554a-1442-nodes.vsnCvfc
ModelUuid:9a55c261-4b54-4845-ae4b-e550c45827c2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:a29c4d5a-4c07-43b4-81ee-3dad1cb0ab15
ModelInvariantUuid:df2346e1-585f-41f9-8d5d-6988c701c9ef
ModelName:Vfw9d3a554a1442.compute.nodes.heat.vsn
ModelUuid:3d509d10-8018-473c-bb8a-91608d07e7f9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a6e677ef-a799-46d5-95da-2eaf9ec29748
ModelInvariantUuid:bd58d275-a1ba-4db7-8b93-f4e82e31d628
ModelName:vFW 9d3a554a-1442-nodes.vpgCvfc
ModelUuid:45137b79-4b0e-4347-96c6-5c2fb3144f6c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:58ce6cc6-20d9-400b-a612-a56d6b24c227
ModelInvariantUuid:c3bacb06-036f-4897-a202-31ad6ac1d267
ModelName:Vfw9d3a554a1442.compute.nodes.heat.vpg
ModelUuid:245d2747-1ec9-4cb8-9401-c5be3439f923
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-30T06:14:28.644Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 08b8ae44-4a3e-40cb-8dae-97abf0663b06
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:14:28.647Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||vFW 9d3a554a-1442 0
2022-05-30T06:14:28.648Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 08b8ae44-4a3e-40cb-8dae-97abf0663b06
2022-05-30T06:14:28.648Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: de49d84f-1e53-44fe-afb5-f838c5251c21 from URL: /sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vfw9d3a554a14420_modules.json
2022-05-30T06:14:28.648Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-30T06:14:28.649Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vfw9d3a554a14420_modules.json
2022-05-30T06:14:29.054Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-30T06:14:29.056Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vfw9d3a554a14420_modules.json de49d84f-1e53-44fe-afb5-f838c5251c21 785
2022-05-30T06:14:29.057Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vfw9d3a554a14420_modules.json ASDC sendASDCNotification
2022-05-30T06:14:29.059Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vfw9d3a554a14420_modules.json
2022-05-30T06:14:29.059Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:14:29.060Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:14:29.062Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:14:29.062Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891269057,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/vfw9d3a554a14420_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-30T06:14:29.163Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:14:29.164Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:14:29.164Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:14:29.177Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:14:29.177Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:14:30.063Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw9d3a554a1442..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c8a6a960-81a6-4189-acae-735f27175138",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5ea98490-f13e-4cc5-9fce-e1980fbb54dc",
"vfModuleModelCustomizationUUID": "3cb287d9-ec34-4ecb-8e49-2372c2c2e726",
"isBase": true,
"artifacts": [
"a6aa5276-09b0-4706-be9b-7ce00fc268b1",
"c64e35e9-0dc2-4608-b02c-bbbfc53dd939"
],
"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-05-30T06:14:30.067Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9d3a554a1442..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5ea98490-f13e-4cc5-9fce-e1980fbb54dc
VfModuleModelInvariantUUID:c8a6a960-81a6-4189-acae-735f27175138
VfModuleModelDescription:NULL
Artifacts UUID List:{
a6aa5276-09b0-4706-be9b-7ce00fc268b1
,
c64e35e9-0dc2-4608-b02c-bbbfc53dd939
}
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-05-30T06:14:30.069Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw9d3a554a1442..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c8a6a960-81a6-4189-acae-735f27175138",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5ea98490-f13e-4cc5-9fce-e1980fbb54dc",
"vfModuleModelCustomizationUUID": "3cb287d9-ec34-4ecb-8e49-2372c2c2e726",
"isBase": true,
"artifacts": [
"a6aa5276-09b0-4706-be9b-7ce00fc268b1",
"c64e35e9-0dc2-4608-b02c-bbbfc53dd939"
],
"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-05-30T06:14:30.069Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9d3a554a1442..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5ea98490-f13e-4cc5-9fce-e1980fbb54dc
VfModuleModelInvariantUUID:c8a6a960-81a6-4189-acae-735f27175138
VfModuleModelDescription:NULL
Artifacts UUID List:{
a6aa5276-09b0-4706-be9b-7ce00fc268b1
,
c64e35e9-0dc2-4608-b02c-bbbfc53dd939
}
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-05-30T06:14:30.069Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a6aa5276-09b0-4706-be9b-7ce00fc268b1 from URL: /sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.yaml
2022-05-30T06:14:30.069Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-30T06:14:30.070Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.yaml
2022-05-30T06:14:30.224Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-30T06:14:30.224Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.yaml a6aa5276-09b0-4706-be9b-7ce00fc268b1 20368
2022-05-30T06:14:30.225Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-30T06:14:30.225Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.yaml
2022-05-30T06:14:30.225Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:14:30.225Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:14:30.227Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:14:30.227Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891270225,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-30T06:14:30.327Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:14:30.328Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:14:30.328Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:14:30.342Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:14:30.343Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:14:31.228Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c64e35e9-0dc2-4608-b02c-bbbfc53dd939 from URL: /sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.env
2022-05-30T06:14:31.229Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-05-30T06:14:31.229Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.env
2022-05-30T06:14:31.419Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-05-30T06:14:31.419Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.env c64e35e9-0dc2-4608-b02c-bbbfc53dd939 2098
2022-05-30T06:14:31.420Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-30T06:14:31.420Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.env
2022-05-30T06:14:31.420Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-30T06:14:31.420Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-05-30T06:14:31.422Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-30T06:14:31.423Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1e433447-df64-4e2b-8ffa-215225646a37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653891271420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220530061309/1.0/resourceInstances/vfw9d3a554a14420/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-30T06:14:31.523Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-30T06:14:31.523Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-30T06:14:31.523Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 9gjkoz71W7iQliFo) ...
2022-05-30T06:14:31.532Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-30T06:14:31.532Z||pool-45-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-30T06:14:32.423Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 755c4b53-59aa-412b-bf2e-0aee3e9d6a68
2022-05-30T06:14:32.424Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9d3a554a-1442 0 08b8ae44-4a3e-40cb-8dae-97abf0663b06 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-30T06:14:32.441Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@228a1cf2, org.onap.sdc.toscaparser.api.parameters.Input@152fd2d7, org.onap.sdc.toscaparser.api.parameters.Input@644c2019, org.onap.sdc.toscaparser.api.parameters.Input@4e009dba, org.onap.sdc.toscaparser.api.parameters.Input@3c9f6504]
2022-05-30T06:14:32.442Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:14:32.443Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-13-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:14:32.443Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-05-30T06:14:32.443Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 89241e41-d5ea-4113-9da9-d2a388ee81aa
2022-05-30T06:14:32.443Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 89241e41-d5ea-4113-9da9-d2a388ee81aa matches Tosca VF Customization UUID: 89241e41-d5ea-4113-9da9-d2a388ee81aa
2022-05-30T06:14:32.443Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 89241e41-d5ea-4113-9da9-d2a388ee81aa matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-30T06:14:32.449Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:14:32.449Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-13-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-30T06:14:32.450Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 89241e41-d5ea-4113-9da9-d2a388ee81aa: {\"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-05-30T06:14:32.450Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@18a3b585
2022-05-30T06:14:32.450Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:14:32.451Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-05-30 06-13-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-30T06:14:32.451Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3cb287d9-ec34-4ecb-8e49-2372c2c2e726
2022-05-30T06:14:32.451Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3cb287d9-ec34-4ecb-8e49-2372c2c2e726
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-30T06:14:32.454Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:14:32.454Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vFW 9d3a554a-1442 0 is matching search criteria
2022-05-30T06:14:32.454Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9d3a554a-1442 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:14:32.454Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:14:32.455Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vFW 9d3a554a-1442 0 is matching search criteria
2022-05-30T06:14:32.455Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9d3a554a-1442 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:14:32.455Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:14:32.455Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vFW 9d3a554a-1442 0 is not matching search criteria
2022-05-30T06:14:32.455Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-30T06:14:32.455Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-30T06:14:32.456Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-30T06:14:32.456Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-30T06:14:32.456Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-30T06:14:32.456Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-30T06:14:32.456Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-30T06:14:32.456Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-30T06:14:32.457Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-30T06:14:32.457Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-30T06:14:32.457Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-30T06:14:32.457Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=795eb294-21cf-4651-9a02-e2ff3b7d2b55
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-30T06:14:32.460Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-30T06:14:32.460Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Node template vFW 9d3a554a-1442 0 is matching search criteria
2022-05-30T06:14:32.460Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9d3a554a-1442 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-30T06:14:32.461Z|1e433447-df64-4e2b-8ffa-215225646a37|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery