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-10-29T05:26:56.198Z||main|||||INFO|500||The following profiles are active: basic
2022-10-29T05:27:08.228Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-29T05:27:08.229Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-29T05:27:08.397Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-29T05:27:13.528Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-29T05:27:14.079Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-29T05:27:14.598Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-29T05:27:14.617Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-29T05:27:14.754Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-29T05:27:15.095Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-29T05:27:15.943Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-29T05:27:18.583Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-29T05:27:21.103Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-29T05:27:21.173Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-29T05:27:21.861Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-29T05:27:22.219Z||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-10-29T05:27:23.416Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-29T05:27:24.540Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-10-29T05:27:24.565Z||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$$12b57ff2.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-10-29T05:27:24.567Z||main|||||WARN|500||The sdc end point is not alive
2022-10-29T05:27:27.742Z||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-10-29T05:27:30.671Z||main|||||WARN|500||---
2022-10-29T05:27:30.671Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-29T05:27:30.672Z||main|||||WARN|500||---
2022-10-29T05:27:31.128Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-29T05:27:36.141Z||main|||||INFO|500||Started Application in 43.178 seconds (JVM running for 45.316)
2022-10-29T05:27:36.166Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-29T05:27:36.170Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-29T05:27:36.184Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-29T05:27:36.207Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-29T05:27:36.253Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 948349c8-d817-4192-b75f-167d23fe84b9 url= /sdc/v1/artifactTypes
2022-10-29T05:27:36.254Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-10-29T05:27:36.550Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-29T05:27:36.590Z||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-10-29T05:27:36.660Z||scheduling-1|||||DEBUG|500||create keys
2022-10-29T05:27:36.668Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-29T05:27:36.739Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:27:36.765Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9abf25d9-feda-430f-9c63-f57989474558 url= /sdc/v1/registerForDistribution
2022-10-29T05:27:36.872Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 9abf25d9-feda-430f-9c63-f57989474558 url= /sdc/v1/registerForDistribution
2022-10-29T05:27:36.873Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-29T05:27:36.882Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:27:36.888Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-29T05:27:36.894Z||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-10-29T05:27:36.894Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:27:36.899Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:27:36.904Z||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-10-29T05:27:36.904Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:27:47.231Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:27:47.240Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:28:36.880Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:28:36.881Z||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-10-29T05:28:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:28:36.882Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:28:36.883Z||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-10-29T05:28:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:28:46.443Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:28:46.443Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:29:36.880Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:29:36.881Z||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-10-29T05:29:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:29:36.882Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:29:36.883Z||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-10-29T05:29:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:29:46.433Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:29:46.441Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:30:36.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:30:36.881Z||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-10-29T05:30:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:30:36.882Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:30:36.883Z||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-10-29T05:30:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:30:46.437Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:30:46.438Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:31:36.880Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:31:36.882Z||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-10-29T05:31:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:31:36.882Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:31:36.883Z||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-10-29T05:31:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:31:46.429Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:31:46.444Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:32:36.880Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:32:36.882Z||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-10-29T05:32:36.882Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:32:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:32:36.883Z||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-10-29T05:32:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:32:46.450Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:32:46.452Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:33:36.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:33:36.881Z||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-10-29T05:33:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:33:36.882Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:33:36.882Z||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-10-29T05:33:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:33:46.445Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:33:46.445Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:34:36.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:34:36.881Z||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-10-29T05:34:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:34:36.882Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:34:36.884Z||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-10-29T05:34:36.884Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:34:46.462Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:34:46.475Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:35:36.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:35:36.881Z||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-10-29T05:35:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:35:36.882Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:35:36.883Z||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-10-29T05:35:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:35:46.437Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:35:46.440Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:36:36.879Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:36:36.881Z||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-10-29T05:36:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:36:36.882Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:36:36.883Z||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-10-29T05:36:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:36:46.439Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:36:46.452Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:37:36.879Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:37:36.881Z||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-10-29T05:37:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:37:36.882Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:37:36.883Z||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-10-29T05:37:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:37:46.427Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:37:46.428Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:37:47.128Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-29T05:38:36.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:38:36.881Z||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-10-29T05:38:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:38:36.882Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:38:36.883Z||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-10-29T05:38:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:38:46.466Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:38:46.469Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:39:36.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:39:36.880Z||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-10-29T05:39:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:39:36.882Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:39:36.883Z||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-10-29T05:39:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:39:46.436Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:39:46.440Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:40:36.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:40:36.881Z||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-10-29T05:40:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:40:36.882Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:40:36.884Z||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-10-29T05:40:36.884Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:40:46.437Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:40:46.452Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:41:36.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:41:36.880Z||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-10-29T05:41:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:41:36.882Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:41:36.883Z||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-10-29T05:41:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:41:46.445Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:41:46.446Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:42:36.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:42:36.881Z||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-10-29T05:42:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:42:36.882Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:42:36.883Z||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-10-29T05:42:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:42:46.432Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:42:46.433Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:43:36.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:43:36.881Z||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-10-29T05:43:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:43:36.882Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:43:36.883Z||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-10-29T05:43:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:43:46.443Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:43:46.444Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:44:36.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:44:36.881Z||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-10-29T05:44:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:44:36.882Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:44:36.885Z||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-10-29T05:44:36.885Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:44:46.432Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:44:46.433Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:45:36.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:45:36.881Z||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-10-29T05:45:36.882Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:45:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:45:36.882Z||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-10-29T05:45:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:45:46.431Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:45:46.438Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:46:36.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:46:36.881Z||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-10-29T05:46:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:46:36.882Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:46:36.883Z||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-10-29T05:46:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:46:46.429Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:46:46.429Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:47:36.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:47:36.881Z||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-10-29T05:47:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:47:36.882Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:47:36.882Z||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-10-29T05:47:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:47:46.427Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:47:46.427Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:48:36.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:48:36.881Z||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-10-29T05:48:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:48:36.882Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:48:36.882Z||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-10-29T05:48:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:48:46.444Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:48:46.463Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:49:36.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:49:36.881Z||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-10-29T05:49:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:49:36.882Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:49:36.882Z||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-10-29T05:49:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:49:46.427Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:49:46.427Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:50:36.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:50:36.881Z||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-10-29T05:50:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:50:36.883Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:50:36.884Z||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-10-29T05:50:36.884Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:50:46.431Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:50:46.434Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:51:36.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:51:36.881Z||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-10-29T05:51:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:51:36.882Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:51:36.882Z||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-10-29T05:51:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:51:46.429Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:51:46.429Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:52:36.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:52:36.881Z||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-10-29T05:52:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:52:36.882Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:52:36.882Z||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-10-29T05:52:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:52:46.430Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:52:46.443Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:53:36.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:53:36.881Z||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-10-29T05:53:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:53:36.882Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:53:36.883Z||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-10-29T05:53:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:53:46.436Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:53:46.438Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:54:36.880Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:54:36.881Z||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-10-29T05:54:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:54:36.882Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:54:36.884Z||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-10-29T05:54:36.884Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:54:46.437Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:54:46.441Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:55:36.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:55:36.881Z||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-10-29T05:55:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:55:36.882Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:55:36.883Z||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-10-29T05:55:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:55:46.453Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:55:46.454Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:56:36.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:56:36.881Z||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-10-29T05:56:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:56:36.882Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:56:36.883Z||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-10-29T05:56:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:56:46.426Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:56:46.426Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:57:36.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:57:36.880Z||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-10-29T05:57:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:57:36.882Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:57:36.882Z||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-10-29T05:57:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:57:46.425Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:57:46.427Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:58:36.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:58:36.880Z||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-10-29T05:58:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:58:36.882Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:58:36.883Z||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-10-29T05:58:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:58:46.433Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:58:46.448Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:59:36.880Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:59:36.881Z||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-10-29T05:59:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:59:36.882Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T05:59:36.882Z||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-10-29T05:59:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T05:59:46.428Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T05:59:46.428Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:00:36.880Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:00:36.882Z||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-10-29T06:00:36.882Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:00:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:00:36.882Z||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-10-29T06:00:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:00:46.425Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:00:46.437Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:01:36.880Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:01:36.882Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:01:36.882Z||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-10-29T06:01:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:01:36.883Z||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-10-29T06:01:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:01:46.426Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:01:46.426Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:02:36.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:02:36.881Z||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-10-29T06:02:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:02:36.882Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:02:36.883Z||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-10-29T06:02:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:02:46.456Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:02:46.457Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:03:36.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:03:36.881Z||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-10-29T06:03:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:03:36.882Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:03:36.882Z||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-10-29T06:03:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:03:46.421Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:03:46.422Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:04:36.880Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:04:36.881Z||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-10-29T06:04:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:04:36.882Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:04:36.882Z||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-10-29T06:04:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:04:46.434Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:04:46.434Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:05:36.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:05:36.881Z||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-10-29T06:05:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:05:36.882Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:05:36.883Z||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-10-29T06:05:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:05:46.440Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:05:46.442Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:06:36.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:06:36.880Z||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-10-29T06:06:36.880Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:06:36.882Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:06:36.883Z||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-10-29T06:06:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:06:46.426Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:06:46.428Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:07:36.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:07:36.881Z||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-10-29T06:07:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:07:36.882Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:07:36.883Z||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-10-29T06:07:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:07:46.429Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:07:46.431Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:08:36.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:08:36.880Z||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-10-29T06:08:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:08:36.882Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:08:36.883Z||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-10-29T06:08:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:08:37.202Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:08:37.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.206Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "ves-openapi-manager",
"timestamp": 1667023699348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:08:37.235Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:08:37.236Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.236Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "aai-ml",
"timestamp": 1667023707597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:08:37.237Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:08:37.237Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.237Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "ves-openapi-manager",
"timestamp": 1667023699348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:08:37.238Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:08:37.238Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.238Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "aai-ml",
"timestamp": 1667023707597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:08:37.239Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:08:37.239Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.239Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "cds",
"timestamp": 1667023708793,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:08:37.240Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:08:37.240Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.240Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "ves-openapi-manager",
"timestamp": 1667023699348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:08:37.241Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:08:37.241Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.241Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "aai-ml",
"timestamp": 1667023707597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:08:37.241Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:08:37.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "cds",
"timestamp": 1667023708793,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:08:37.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:08:37.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "ves-openapi-manager",
"timestamp": 1667023699348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:08:37.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:08:37.244Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.244Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "aai-ml",
"timestamp": 1667023707597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:08:37.245Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:08:37.245Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.245Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "cds",
"timestamp": 1667023708793,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:08:37.246Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:08:37.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "ves-openapi-manager",
"timestamp": 1667023699348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:08:37.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:08:37.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "aai-ml",
"timestamp": 1667023707597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:08:37.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:08:37.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "cds",
"timestamp": 1667023708793,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:08:37.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:08:37.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "ves-openapi-manager",
"timestamp": 1667023699348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:08:37.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:08:37.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "aai-ml",
"timestamp": 1667023707597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:08:37.251Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:08:37.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "cds",
"timestamp": 1667023708793,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:08:37.252Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:08:37.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "ves-openapi-manager",
"timestamp": 1667023699348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:08:37.253Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:08:37.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "aai-ml",
"timestamp": 1667023707597,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar",
"status": "NOTIFIED"
}
2022-10-29T06:08:37.253Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:08:37.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.254Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667023714503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:08:37.254Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:08:37.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "cds",
"timestamp": 1667023708793,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:08:37.255Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:08:37.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "aai-ml",
"timestamp": 1667023715512,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-29T06:08:37.256Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:08:37.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.257Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667023714503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json",
"status": "NOTIFIED"
}
2022-10-29T06:08:37.257Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:08:37.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.258Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "cds",
"timestamp": 1667023708793,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar",
"status": "NOTIFIED"
}
2022-10-29T06:08:37.258Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:08:37.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667023714503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-29T06:08:37.261Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:08:37.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "cds",
"timestamp": 1667023716635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-29T06:08:37.262Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:08:37.555Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:08:37.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-29T06:08:37.557Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"57fa1150-f11e-4de3-8715-43430ccef86e","serviceName":"vFW 2022-10-29 06-07-40","serviceVersion":"1.0","serviceUUID":"39d41061-6ecd-45cb-9bac-d629651926d7","serviceDescription":"catalog service description","serviceInvariantUUID":"41fbeb8d-1c5e-4897-a5a5-e7073679771c","resources":[{"resourceInstanceName":"vFW e529c968-a29e 0","resourceName":"vFW e529c968-a29e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e0ae29fe-5a61-4f9a-8e4b-d07b9dbd4e18","resourceInvariantUUID":"6328ec09-1a9e-4d4e-9bbd-a19297495c5c","resourceCustomizationUUID":"94213047-6d39-4c56-a3ce-f5a5aaa64bfe","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vf-license-model.xml","artifactChecksum":"ODkyOGI1NjVkYmMwZGE1Y2U4YjkwNWE2ZmEzODQxNzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0cdd8597-32a9-4664-ab49-1f0c0ea52c81","artifactVersion":"1"},{"artifactName":"vfwe529c968a29e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json","artifactChecksum":"MTA2ZDc5NzEzY2E4NDIyNDg0NjMzYmQ5NTEzZDNlNWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"312c03ff-0185-4e4d-8458-b244dd1ff3d0","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"679492b6-d1a6-4987-b829-24a77fe29bb5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vendor-license-model.xml","artifactChecksum":"ZmE0YmZlNDEwZDQxMzhkMzllZTVjMWMzODFkNmQxZTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b1773b02-7590-424a-b8c8-89256abc564c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d9d5f767-d2db-4fca-8dcc-46fe1dfbf17b","artifactVersion":"2","generatedFromUUID":"679492b6-d1a6-4987-b829-24a77fe29bb5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221029060740-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-template.yml","artifactChecksum":"ODg3NGIwMmQwMDVmZDRjMGVjNDE0MzM5NDk2MDJlZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9cfbfa15-cdf0-4203-a467-23002bb3f4cd","artifactVersion":"1"},{"artifactName":"service-Vfw20221029060740-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar","artifactChecksum":"YTc5NmVkOTcxMGQyNmYwOTM5MWI2NjQzMGY4MGE5M2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a7f24201-032f-4e5b-b268-80bb6e2e0e57","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-29T06:08:37.565Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:08:37.572Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:08:37.582Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:08:37.583Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023716879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:08:37.683Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-10-29T06:08:37.688Z||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-10-29T06:08:37.688Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:08:37.699Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:08:37.700Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:08:38.591Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:08:38.592Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:08:38.594Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:08:38.594Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023716879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json",
"status": "NOTIFIED"
}
2022-10-29T06:08:38.694Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-29T06:08:38.696Z||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-10-29T06:08:38.696Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:08:38.708Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:08:38.709Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:08:39.595Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:08:39.596Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:08:39.598Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:08:39.598Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023716879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-29T06:08:39.698Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-29T06:08:39.700Z||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-10-29T06:08:39.700Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:08:39.712Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:08:39.713Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:08:40.599Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:08:40.600Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:08:40.602Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:08:40.602Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023716879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:08:40.702Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-29T06:08:40.703Z||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-10-29T06:08:40.704Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:08:40.722Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:08:40.722Z||pool-6-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:08:41.603Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:08:41.604Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:08:41.606Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:08:41.606Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023716879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-29T06:08:41.706Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:08:41.707Z||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-10-29T06:08:41.708Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:08:41.719Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:08:41.719Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:08:42.607Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:08:42.608Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:08:42.610Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:08:42.610Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023716879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:08:42.710Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:08:42.711Z||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-10-29T06:08:42.712Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:08:42.728Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:08:42.729Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:08:43.611Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:08:43.612Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:08:43.614Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:08:43.614Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023716879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar",
"status": "NOTIFIED"
}
2022-10-29T06:08:43.714Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-29T06:08:43.716Z||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-10-29T06:08:43.716Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:08:43.727Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:08:43.727Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:08:44.616Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"serviceName": "vFW 2022-10-29 06-07-40",
"serviceVersion": "1.0",
"serviceUUID": "39d41061-6ecd-45cb-9bac-d629651926d7",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "41fbeb8d-1c5e-4897-a5a5-e7073679771c",
"resources": [
{
"resourceInstanceName": "vFW e529c968-a29e 0",
"resourceCustomizationUUID": "94213047-6d39-4c56-a3ce-f5a5aaa64bfe",
"resourceName": "vFW e529c968-a29e",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e0ae29fe-5a61-4f9a-8e4b-d07b9dbd4e18",
"resourceInvariantUUID": "6328ec09-1a9e-4d4e-9bbd-a19297495c5c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwe529c968a29e0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json",
"artifactChecksum": "MTA2ZDc5NzEzY2E4NDIyNDg0NjMzYmQ5NTEzZDNlNWU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "312c03ff-0185-4e4d-8458-b244dd1ff3d0",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "679492b6-d1a6-4987-b829-24a77fe29bb5",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d9d5f767-d2db-4fca-8dcc-46fe1dfbf17b",
"generatedFromUUID": "679492b6-d1a6-4987-b829-24a77fe29bb5"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d9d5f767-d2db-4fca-8dcc-46fe1dfbf17b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221029060740-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar",
"artifactChecksum": "YTc5NmVkOTcxMGQyNmYwOTM5MWI2NjQzMGY4MGE5M2I\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a7f24201-032f-4e5b-b268-80bb6e2e0e57"
}
],
"workloadContext": "Production"
}
2022-10-29T06:08:44.618Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-29T06:08:44.618Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 39d41061-6ecd-45cb-9bac-d629651926d7 ASDC
2022-10-29T06:08:44.763Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:57fa1150-f11e-4de3-8715-43430ccef86e
ServiceName:vFW 2022-10-29 06-07-40
ServiceVersion:1.0
ServiceUUID:39d41061-6ecd-45cb-9bac-d629651926d7
ServiceInvariantUUID:41fbeb8d-1c5e-4897-a5a5-e7073679771c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221029060740-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar
ArtifactUUID:a7f24201-032f-4e5b-b268-80bb6e2e0e57
ArtifactChecksum:YTc5NmVkOTcxMGQyNmYwOTM5MWI2NjQzMGY4MGE5M2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e529c968-a29e 0
ResourceCustomizationUUID:94213047-6d39-4c56-a3ce-f5a5aaa64bfe
ResourceInvariantUUID:6328ec09-1a9e-4d4e-9bbd-a19297495c5c
ResourceName:vFW e529c968-a29e
ResourceType:VF
ResourceUUID:e0ae29fe-5a61-4f9a-8e4b-d07b9dbd4e18
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe529c968a29e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json
ArtifactUUID:312c03ff-0185-4e4d-8458-b244dd1ff3d0
ArtifactChecksum:MTA2ZDc5NzEzY2E4NDIyNDg0NjMzYmQ5NTEzZDNlNWU=
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/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml
ArtifactUUID:679492b6-d1a6-4987-b829-24a77fe29bb5
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/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env
ArtifactUUID:d9d5f767-d2db-4fca-8dcc-46fe1dfbf17b
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/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env
ArtifactUUID:d9d5f767-d2db-4fca-8dcc-46fe1dfbf17b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-29T06:08:44.763Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 39d41061-6ecd-45cb-9bac-d629651926d7 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-10-29T06:08:45.038Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-29T06:08:45.040Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-29T06:08:45.041Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-29T06:08:45.041Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a7f24201-032f-4e5b-b268-80bb6e2e0e57 from URL: /sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar
2022-10-29T06:08:45.041Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-29T06:08:45.043Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar
2022-10-29T06:08:45.168Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-29T06:08:45.188Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar a7f24201-032f-4e5b-b268-80bb6e2e0e57 100724
2022-10-29T06:08:45.190Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar ASDC sendASDCNotification
2022-10-29T06:08:45.190Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar
2022-10-29T06:08:45.214Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-29T06:08:45.216Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:08:45.218Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:08:45.218Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023725189,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-29T06:08:45.318Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:08:45.319Z||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-10-29T06:08:45.319Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:08:45.335Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:08:45.335Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:08:46.219Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-29T06:08:46.220Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-29T06:08:46.220Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a7f24201-032f-4e5b-b268-80bb6e2e0e57, URL: /sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar to file: /app/ASDC/1/service-Vfw20221029060740-csar.csar
2022-10-29T06:08:46.221Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221029060740-csar.csar
2022-10-29T06:08:46.316Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221029060740-csar.csar
2022-10-29T06:08:46.316Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221029060740-csar.csar
2022-10-29T06:08:47.059Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12996676174422456239/Definitions/service-Vfw20221029060740-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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" 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_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" 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-10-29T06:08:49.997Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-29T06:08:50.003Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-10-29T06:08:50.003Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221029060740-csar.csar
2022-10-29T06:08:50.004Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-10-29T06:08:50.004Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221029060740-csar.csar
2022-10-29T06:08:50.004Z|57fa1150-f11e-4de3-8715-43430ccef86e|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-Vfw20221029060740-csar.csar
2022-10-29T06:08:50.004Z|57fa1150-f11e-4de3-8715-43430ccef86e|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-Vfw20221029060740-csar.csar
2022-10-29T06:08:50.004Z|57fa1150-f11e-4de3-8715-43430ccef86e|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-Vfw20221029060740-csar.csar
2022-10-29T06:08:50.005Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221029060740-csar.csar
2022-10-29T06:08:50.005Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221029060740-csar.csar
2022-10-29T06:08:50.005Z|57fa1150-f11e-4de3-8715-43430ccef86e|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-Vfw20221029060740-csar.csar
2022-10-29T06:08:50.005Z|57fa1150-f11e-4de3-8715-43430ccef86e|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-Vfw20221029060740-csar.csar
2022-10-29T06:08:50.005Z|57fa1150-f11e-4de3-8715-43430ccef86e|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-Vfw20221029060740-csar.csar
2022-10-29T06:08:50.005Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e529c968-a29e 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221029060740-csar.csar
2022-10-29T06:08:50.005Z|57fa1150-f11e-4de3-8715-43430ccef86e|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-Vfw20221029060740-csar.csar
2022-10-29T06:08:50.006Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-10-29T06:08:50.012Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:08:50.014Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-29 06-07-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:08:50.018Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vFW e529c968-a29e 0 is matching search criteria
2022-10-29T06:08:50.018Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-10-29T06:08:50.020Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e529c968-a29e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-29T06:08:50.022Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:08:50.022Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-29 06-07-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:08:50.023Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vFW e529c968-a29e 0 is matching search criteria
2022-10-29T06:08:50.023Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-10-29T06:08:50.023Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e529c968-a29e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-29T06:08:50.023Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:08:50.024Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-29 06-07-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:08:50.027Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:08:50.027Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vFW e529c968-a29e 0 is not matching search criteria
2022-10-29T06:08:50.027Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-29T06:08:50.027Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-29T06:08:50.028Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-29T06:08:50.028Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-29T06:08:50.028Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-29T06:08:50.028Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-29T06:08:50.029Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-29T06:08:50.029Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-29T06:08:50.029Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-29T06:08:50.029Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-29T06:08:50.029Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-29T06:08:50.029Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-29T06:08:50.030Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-29T06:08:50.030Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-29T06:08:50.030Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-29T06:08:50.030Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-29T06:08:50.030Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:08:50.031Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-29 06-07-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-29T06:08:50.032Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:08:50.032Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vFW e529c968-a29e 0 is matching search criteria
2022-10-29T06:08:50.032Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e529c968-a29e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:08:50.033Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:08:50.033Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vFW e529c968-a29e 0 is matching search criteria
2022-10-29T06:08:50.033Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e529c968-a29e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:08:50.033Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:08:50.034Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vFW e529c968-a29e 0 is matching search criteria
2022-10-29T06:08:50.034Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e529c968-a29e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:08:50.034Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:08:50.034Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vFW e529c968-a29e 0 is not matching search criteria
2022-10-29T06:08:50.034Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-29T06:08:50.035Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-29T06:08:50.035Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-29T06:08:50.035Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-29T06:08:50.035Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-29T06:08:50.035Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-29T06:08:50.036Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-29T06:08:50.036Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-29T06:08:50.036Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-29T06:08:50.036Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-29T06:08:50.036Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-29T06:08:50.037Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ee14cadc-6c3e-4f52-a1ef-bbebe661a40d
2022-10-29T06:08:50.037Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:08:50.037Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vFW e529c968-a29e 0 is not matching search criteria
2022-10-29T06:08:50.037Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-29T06:08:50.038Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-29T06:08:50.038Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-29T06:08:50.038Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-29T06:08:50.038Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-29T06:08:50.038Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-29T06:08:50.038Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-29T06:08:50.039Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-29T06:08:50.039Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-29T06:08:50.039Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-29T06:08:50.039Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-29T06:08:50.039Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-29T06:08:50.040Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0f68dddc-d345-4857-8e0f-639b70512909
2022-10-29T06:08:50.040Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:08:50.040Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vFW e529c968-a29e 0 is not matching search criteria
2022-10-29T06:08:50.040Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-29T06:08:50.040Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-29T06:08:50.041Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-29T06:08:50.041Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-29T06:08:50.041Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-29T06:08:50.041Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-29T06:08:50.042Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-29T06:08:50.042Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-29T06:08:50.042Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-29T06:08:50.042Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-29T06:08:50.042Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-29T06:08:50.043Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-29T06:08:50.043Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3023ae61-014d-40f0-bf1a-9fd09b0aff44
2022-10-29T06:08:50.043Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:08:50.043Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-29 06-07-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:08:50.043Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:08:50.044Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-29 06-07-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:08:50.044Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:08:50.044Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-29 06-07-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:08:50.044Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:08:50.045Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-29 06-07-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:08:50.045Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-10-29 06-07-40
Description:catalog service description
Model UUID:39d41061-6ecd-45cb-9bac-d629651926d7
Model Version:NULL
Model InvariantUuid:41fbeb8d-1c5e-4897-a5a5-e7073679771c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW e529c968-a29e
Model UUID:b6f425f7-3669-4954-8663-e3d1fecc3c87
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6328ec09-1a9e-4d4e-9bbd-a19297495c5c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:94213047-6d39-4c56-a3ce-f5a5aaa64bfe
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:a0701b28-7dc0-4f6f-a52d-5427babaa22b
ModelName:VfwE529c968A29e..base_vfw..module-0
ModelUuid:5a56aeef-1dad-403f-8250-99c05caa63d8
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ee14cadc-6c3e-4f52-a1ef-bbebe661a40d
ModelInvariantUuid:961335d0-c902-41be-92d1-bcaadf4d8dda
ModelName:vFW e529c968-a29e-nodes.vfwCvfc
ModelUuid:8fa3c9f6-aee2-43dc-b7ae-6b6e7717e477
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:61f8fbbd-d34c-43e0-9891-e6ec5c8ddec9
ModelInvariantUuid:0a36788c-5cc4-43c9-9c1e-9bbf5132bb63
ModelName:VfwE529c968A29e.compute.nodes.heat.vfw
ModelUuid:10286d58-9b37-4e47-bf5d-f5beab0993d3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0f68dddc-d345-4857-8e0f-639b70512909
ModelInvariantUuid:a143779e-c036-478c-a27d-f470195052ba
ModelName:vFW e529c968-a29e-nodes.vsnCvfc
ModelUuid:c70830e9-0a55-44ee-8e74-b617b4af5807
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:90f9aaeb-d456-42cf-b0b6-d1666b4d6e2a
ModelInvariantUuid:6c0e0c8c-c852-4249-a31c-674f0c421dce
ModelName:VfwE529c968A29e.compute.nodes.heat.vsn
ModelUuid:8806717d-9abf-4771-ac0d-ac9f92cb39b5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:3023ae61-014d-40f0-bf1a-9fd09b0aff44
ModelInvariantUuid:33f4760a-edd3-47b5-96c2-fb84d5b7cfb3
ModelName:vFW e529c968-a29e-nodes.vpgCvfc
ModelUuid:59a9efc6-90c1-4c55-9f42-7cb8364ffd7e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:6a27471f-de3d-4d4a-a8ce-e701f6084171
ModelInvariantUuid:e1ba683d-348d-4fe1-82d9-8c8d8586c56f
ModelName:VfwE529c968A29e.compute.nodes.heat.vpg
ModelUuid:e4db3df9-44a2-4217-b0ed-17a1d3fcbc11
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-10-29T06:08:50.067Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: e0ae29fe-5a61-4f9a-8e4b-d07b9dbd4e18
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-10-29T06:08:50.267Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||vFW e529c968-a29e 0
2022-10-29T06:08:50.274Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e0ae29fe-5a61-4f9a-8e4b-d07b9dbd4e18
2022-10-29T06:08:50.274Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 312c03ff-0185-4e4d-8458-b244dd1ff3d0 from URL: /sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json
2022-10-29T06:08:50.275Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-29T06:08:50.275Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json
2022-10-29T06:08:50.331Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-29T06:08:50.332Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json 312c03ff-0185-4e4d-8458-b244dd1ff3d0 785
2022-10-29T06:08:50.332Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json ASDC sendASDCNotification
2022-10-29T06:08:50.332Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json
2022-10-29T06:08:50.332Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-29T06:08:50.333Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:08:50.335Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:08:50.335Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023730332,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-29T06:08:50.435Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-29T06:08:50.436Z||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-10-29T06:08:50.437Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:08:50.447Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:08:50.448Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:08:51.337Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE529c968A29e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "a0701b28-7dc0-4f6f-a52d-5427babaa22b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5a56aeef-1dad-403f-8250-99c05caa63d8",
"vfModuleModelCustomizationUUID": "d350b993-a00f-4346-890e-a8e977ed4123",
"isBase": true,
"artifacts": [
"679492b6-d1a6-4987-b829-24a77fe29bb5",
"d9d5f767-d2db-4fca-8dcc-46fe1dfbf17b"
],
"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-10-29T06:08:51.354Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE529c968A29e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5a56aeef-1dad-403f-8250-99c05caa63d8
VfModuleModelInvariantUUID:a0701b28-7dc0-4f6f-a52d-5427babaa22b
VfModuleModelDescription:NULL
Artifacts UUID List:{
679492b6-d1a6-4987-b829-24a77fe29bb5
,
d9d5f767-d2db-4fca-8dcc-46fe1dfbf17b
}
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-10-29T06:08:51.357Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE529c968A29e..base_vfw..module-0",
"vfModuleModelInvariantUUID": "a0701b28-7dc0-4f6f-a52d-5427babaa22b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5a56aeef-1dad-403f-8250-99c05caa63d8",
"vfModuleModelCustomizationUUID": "d350b993-a00f-4346-890e-a8e977ed4123",
"isBase": true,
"artifacts": [
"679492b6-d1a6-4987-b829-24a77fe29bb5",
"d9d5f767-d2db-4fca-8dcc-46fe1dfbf17b"
],
"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-10-29T06:08:51.357Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE529c968A29e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5a56aeef-1dad-403f-8250-99c05caa63d8
VfModuleModelInvariantUUID:a0701b28-7dc0-4f6f-a52d-5427babaa22b
VfModuleModelDescription:NULL
Artifacts UUID List:{
679492b6-d1a6-4987-b829-24a77fe29bb5
,
d9d5f767-d2db-4fca-8dcc-46fe1dfbf17b
}
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-10-29T06:08:51.357Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 679492b6-d1a6-4987-b829-24a77fe29bb5 from URL: /sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml
2022-10-29T06:08:51.358Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-29T06:08:51.358Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml
2022-10-29T06:08:51.424Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-29T06:08:51.426Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml 679492b6-d1a6-4987-b829-24a77fe29bb5 20368
2022-10-29T06:08:51.426Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-29T06:08:51.426Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml
2022-10-29T06:08:51.427Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-29T06:08:51.427Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:08:51.430Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:08:51.430Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023731426,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-29T06:08:51.530Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-29T06:08:51.531Z||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-10-29T06:08:51.531Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:08:51.541Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:08:51.541Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:08:52.431Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d9d5f767-d2db-4fca-8dcc-46fe1dfbf17b from URL: /sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env
2022-10-29T06:08:52.432Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-29T06:08:52.432Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env
2022-10-29T06:08:52.494Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-29T06:08:52.494Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env d9d5f767-d2db-4fca-8dcc-46fe1dfbf17b 2098
2022-10-29T06:08:52.494Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-29T06:08:52.495Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env
2022-10-29T06:08:52.495Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-29T06:08:52.495Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:08:52.498Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:08:52.499Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023732494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-29T06:08:52.602Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-10-29T06:08:52.603Z||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-10-29T06:08:52.603Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:08:52.618Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:08:52.619Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:08:53.499Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 39d41061-6ecd-45cb-9bac-d629651926d7
2022-10-29T06:08:53.500Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e529c968-a29e 0 e0ae29fe-5a61-4f9a-8e4b-d07b9dbd4e18 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-10-29T06:08:53.562Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2685d9, org.onap.sdc.toscaparser.api.parameters.Input@6701bc37, org.onap.sdc.toscaparser.api.parameters.Input@691d123, org.onap.sdc.toscaparser.api.parameters.Input@28dc86c5, org.onap.sdc.toscaparser.api.parameters.Input@1ce0d64a]
2022-10-29T06:08:53.566Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:08:53.566Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-29 06-07-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:08:53.567Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-10-29T06:08:53.567Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 94213047-6d39-4c56-a3ce-f5a5aaa64bfe
2022-10-29T06:08:53.567Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 94213047-6d39-4c56-a3ce-f5a5aaa64bfe matches Tosca VF Customization UUID: 94213047-6d39-4c56-a3ce-f5a5aaa64bfe
2022-10-29T06:08:53.567Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 94213047-6d39-4c56-a3ce-f5a5aaa64bfe 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-10-29T06:08:53.573Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:08:53.574Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-29 06-07-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:08:53.574Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 94213047-6d39-4c56-a3ce-f5a5aaa64bfe: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-29T06:08:53.575Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@75b6b854
2022-10-29T06:08:53.575Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:08:53.575Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-29 06-07-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-29T06:08:53.575Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d350b993-a00f-4346-890e-a8e977ed4123
2022-10-29T06:08:53.576Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d350b993-a00f-4346-890e-a8e977ed4123
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-10-29T06:08:53.582Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:08:53.582Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vFW e529c968-a29e 0 is matching search criteria
2022-10-29T06:08:53.582Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e529c968-a29e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:08:53.583Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:08:53.583Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vFW e529c968-a29e 0 is matching search criteria
2022-10-29T06:08:53.583Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e529c968-a29e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:08:53.583Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:08:53.583Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vFW e529c968-a29e 0 is not matching search criteria
2022-10-29T06:08:53.584Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-29T06:08:53.584Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-29T06:08:53.584Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-29T06:08:53.584Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-29T06:08:53.584Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-29T06:08:53.585Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-29T06:08:53.585Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-29T06:08:53.585Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-29T06:08:53.585Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-29T06:08:53.585Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-29T06:08:53.586Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-29T06:08:53.586Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ee14cadc-6c3e-4f52-a1ef-bbebe661a40d
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-10-29T06:08:53.592Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:08:53.593Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vFW e529c968-a29e 0 is matching search criteria
2022-10-29T06:08:53.593Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e529c968-a29e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:08:53.593Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:08:53.593Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vFW e529c968-a29e 0 is not matching search criteria
2022-10-29T06:08:53.594Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-29T06:08:53.594Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-29T06:08:53.594Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-29T06:08:53.594Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-29T06:08:53.594Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-29T06:08:53.595Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-29T06:08:53.595Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-29T06:08:53.595Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-29T06:08:53.595Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-29T06:08:53.595Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-29T06:08:53.595Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-29T06:08:53.596Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-29T06:08:53.596Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0f68dddc-d345-4857-8e0f-639b70512909
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-10-29T06:08:53.598Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:08:53.598Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vFW e529c968-a29e 0 is matching search criteria
2022-10-29T06:08:53.598Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e529c968-a29e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:08:53.600Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:08:53.600Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vFW e529c968-a29e 0 is not matching search criteria
2022-10-29T06:08:53.601Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-29T06:08:53.601Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-29T06:08:53.601Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-29T06:08:53.601Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-29T06:08:53.601Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-29T06:08:53.602Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-29T06:08:53.602Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-29T06:08:53.602Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-29T06:08:53.602Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-29T06:08:53.602Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-29T06:08:53.602Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-29T06:08:53.603Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-29T06:08:53.603Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3023ae61-014d-40f0-bf1a-9fd09b0aff44
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-10-29T06:08:53.604Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:08:53.605Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vFW e529c968-a29e 0 is matching search criteria
2022-10-29T06:08:53.605Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e529c968-a29e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:08:53.605Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:08:53.605Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Node template vFW e529c968-a29e 0 is matching search criteria
2022-10-29T06:08:53.606Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW e529c968-a29e 0] matching following query criteria: sdcType=VF, customizationUUID=94213047-6d39-4c56-a3ce-f5a5aaa64bfe
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-10-29T06:08:53.607Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:08:53.608Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-29 06-07-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:08:53.608Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 39d41061-6ecd-45cb-9bac-d629651926d7: vFW e529c968-a29e
2022-10-29T06:08:53.608Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:08:53.608Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-29 06-07-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:08:53.609Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:08:53.609Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-29 06-07-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:08:53.609Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:08:53.609Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-29 06-07-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:08:53.609Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:08:53.609Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-29 06-07-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:08:53.610Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:08:53.610Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-29 06-07-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:08:53.610Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-10-29 06-07-40
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-10-29T06:08:53.890Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e529c968-a29e e0ae29fe-5a61-4f9a-8e4b-d07b9dbd4e18 1 ASDC deployResourceStructure
2022-10-29T06:08:53.891Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json ASDC sendASDCNotification
2022-10-29T06:08:53.891Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json
2022-10-29T06:08:53.891Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-29T06:08:53.892Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:08:53.894Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:08:53.894Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023733891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-29T06:08:53.994Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-29T06:08:53.995Z||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-10-29T06:08:53.995Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:08:54.008Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:08:54.008Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:08:54.896Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-29T06:08:54.896Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml
2022-10-29T06:08:54.897Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-29T06:08:54.897Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:08:54.899Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:08:54.900Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023734896,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-10-29T06:08:55.000Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:08:55.001Z||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-10-29T06:08:55.001Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:08:55.018Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:08:55.018Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:08:55.902Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-29T06:08:55.902Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env
2022-10-29T06:08:55.902Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-29T06:08:55.902Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:08:55.904Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:08:55.904Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023735902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-10-29T06:08:56.005Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:08:56.005Z||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-10-29T06:08:56.006Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:08:56.020Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:08:56.021Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:08:56.905Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar ASDC sendASDCNotification
2022-10-29T06:08:56.906Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar
2022-10-29T06:08:56.906Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-29T06:08:56.907Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:08:56.909Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:08:56.909Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023736905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-29T06:08:57.009Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:08:57.010Z||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-10-29T06:08:57.010Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:08:57.025Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:08:57.025Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:08:57.910Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 57fa1150-f11e-4de3-8715-43430ccef86e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-29T06:08:57.938Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 57fa1150-f11e-4de3-8715-43430ccef86e
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-10-29T06:08:57.941Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:08:57.941Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-29T06:08:57.941Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-29T06:09:27.942Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 57fa1150-f11e-4de3-8715-43430ccef86e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-29T06:09:27.955Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 57fa1150-f11e-4de3-8715-43430ccef86e
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-10-29T06:09:27.962Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:09:27.962Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-29T06:09:27.962Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-29T06:09:36.882Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:09:36.883Z||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-10-29T06:09:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:09:36.903Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:09:36.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:09:36.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667023714503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:09:36.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:09:57.962Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 57fa1150-f11e-4de3-8715-43430ccef86e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-29T06:09:57.978Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 57fa1150-f11e-4de3-8715-43430ccef86e
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-10-29T06:09:57.981Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:09:57.981Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-29T06:09:57.981Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-29T06:10:27.981Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 57fa1150-f11e-4de3-8715-43430ccef86e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-29T06:10:27.992Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 57fa1150-f11e-4de3-8715-43430ccef86e
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-10-29T06:10:27.995Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:10:27.995Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-29T06:10:27.995Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-29T06:10:36.882Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:10:36.883Z||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-10-29T06:10:36.884Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:10:36.907Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:10:36.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:10:36.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "cds",
"timestamp": 1667023717656,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-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-10-29T06:10:36.919Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 57fa1150-f11e-4de3-8715-43430ccef86e
2022-10-29T06:10:36.919Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57fa1150-f11e-4de3-8715-43430ccef86e 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-10-29T06:10:57.995Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 57fa1150-f11e-4de3-8715-43430ccef86e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-29T06:10:58.009Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 57fa1150-f11e-4de3-8715-43430ccef86e
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-10-29T06:10:58.012Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:10:58.012Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-29T06:10:58.012Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-29T06:11:28.013Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 57fa1150-f11e-4de3-8715-43430ccef86e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-29T06:11:28.027Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 57fa1150-f11e-4de3-8715-43430ccef86e
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-10-29T06:11:28.030Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:11:28.030Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-29T06:11:28.031Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-29T06:11:36.882Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:11:36.883Z||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-10-29T06:11:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:11:37.412Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:11:37.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023716879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667023714503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-29T06:11:37.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023716879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json",
"status": "NOTIFIED"
}
2022-10-29T06:11:37.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667023718575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667023714503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023716879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-29T06:11:37.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667023718575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667023714503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar",
"status": "NOTIFIED"
}
2022-10-29T06:11:37.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023716879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667023718575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667023722329,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-29T06:11:37.422Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023716879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-29T06:11:37.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667023718575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667023723467,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-29T06:11:37.423Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023716879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667023718575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667023724540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-29T06:11:37.424Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023716879,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar",
"status": "NOTIFIED"
}
2022-10-29T06:11:37.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667023718575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667023725639,
"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-10-29T06:11:37.434Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 57fa1150-f11e-4de3-8715-43430ccef86e
2022-10-29T06:11:37.435Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57fa1150-f11e-4de3-8715-43430ccef86e 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-10-29T06:11:37.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667023718575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar",
"status": "NOTIFIED"
}
2022-10-29T06:11:37.446Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023725189,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-29T06:11:37.447Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "cds",
"timestamp": 1667023723793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.447Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "ves-openapi-manager",
"timestamp": 1667023719345,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.447Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667023726644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-29T06:11:37.448Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667023726460,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-29T06:11:37.448Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "ves-openapi-manager",
"timestamp": 1667023719345,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "cds",
"timestamp": 1667023723793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "cds",
"timestamp": 1667023723793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "ves-openapi-manager",
"timestamp": 1667023719345,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "ves-openapi-manager",
"timestamp": 1667023719345,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "cds",
"timestamp": 1667023723793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "aai-ml",
"timestamp": 1667023729604,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-29T06:11:37.451Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "cds",
"timestamp": 1667023723793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "ves-openapi-manager",
"timestamp": 1667023719345,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "aai-ml",
"timestamp": 1667023730610,
"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-10-29T06:11:37.458Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 57fa1150-f11e-4de3-8715-43430ccef86e
2022-10-29T06:11:37.458Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57fa1150-f11e-4de3-8715-43430ccef86e 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-10-29T06:11:37.466Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.467Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023730332,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-29T06:11:37.467Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.467Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "cds",
"timestamp": 1667023723793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.467Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.467Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "ves-openapi-manager",
"timestamp": 1667023719345,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.468Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.468Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "cds",
"timestamp": 1667023723793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar",
"status": "NOTIFIED"
}
2022-10-29T06:11:37.468Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.468Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "ves-openapi-manager",
"timestamp": 1667023719345,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.468Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023731426,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-29T06:11:37.469Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023732494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-29T06:11:37.469Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "cds",
"timestamp": 1667023732838,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-29T06:11:37.470Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667023733390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-29T06:11:37.470Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "cds",
"timestamp": 1667023733844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:11:37.486Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f32e548e-7b3c-44ee-a9d0-1eb76e97ae04
2022-10-29T06:11:37.486Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f32e548e-7b3c-44ee-a9d0-1eb76e97ae04 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-10-29T06:11:37.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023733891,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/vfwe529c968a29e0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-29T06:11:37.498Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667023734503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667023734396,
"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-10-29T06:11:37.504Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 57fa1150-f11e-4de3-8715-43430ccef86e
2022-10-29T06:11:37.504Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57fa1150-f11e-4de3-8715-43430ccef86e 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-10-29T06:11:37.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023734896,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-10-29T06:11:37.514Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667023734503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json",
"status": "NOTIFIED"
}
2022-10-29T06:11:37.514Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023735902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/resourceInstances/vfwe529c968a29e0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-10-29T06:11:37.515Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667023734503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-29T06:11:37.515Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023736905,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221029060740/1.0/artifacts/service-Vfw20221029060740-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-29T06:11:37.515Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667023734503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "aai-ml",
"timestamp": 1667023737597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667023734503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-29T06:11:37.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "aai-ml",
"timestamp": 1667023737597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667023734503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "aai-ml",
"timestamp": 1667023737597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667023734503,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar",
"status": "NOTIFIED"
}
2022-10-29T06:11:37.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "aai-ml",
"timestamp": 1667023737597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667023742230,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-29T06:11:37.519Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "aai-ml",
"timestamp": 1667023737597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "aai-ml",
"timestamp": 1667023737597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667023743288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-29T06:11:37.520Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "aai-ml",
"timestamp": 1667023737597,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar",
"status": "NOTIFIED"
}
2022-10-29T06:11:37.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667023744349,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-29T06:11:37.521Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "aai-ml",
"timestamp": 1667023745312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-29T06:11:37.522Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667023745375,
"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-10-29T06:11:37.528Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f32e548e-7b3c-44ee-a9d0-1eb76e97ae04
2022-10-29T06:11:37.528Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f32e548e-7b3c-44ee-a9d0-1eb76e97ae04 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-10-29T06:11:37.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667023746379,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-29T06:11:37.536Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667023748575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667023748575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667023748575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.538Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "aai-ml",
"timestamp": 1667023752373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-29T06:11:37.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667023748575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "aai-ml",
"timestamp": 1667023753379,
"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-10-29T06:11:37.544Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f32e548e-7b3c-44ee-a9d0-1eb76e97ae04
2022-10-29T06:11:37.544Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f32e548e-7b3c-44ee-a9d0-1eb76e97ae04 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-10-29T06:11:37.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667023748575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.556Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667023748575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:11:37.557Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667023748575,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar",
"status": "NOTIFIED"
}
2022-10-29T06:11:37.557Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:11:37.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667023756367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-29T06:11:37.557Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667023758930,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-29T06:11:37.558Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:11:37.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:11:37.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667023759934,
"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-10-29T06:11:37.564Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f32e548e-7b3c-44ee-a9d0-1eb76e97ae04
2022-10-29T06:11:37.564Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f32e548e-7b3c-44ee-a9d0-1eb76e97ae04 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-10-29T06:11:58.031Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 57fa1150-f11e-4de3-8715-43430ccef86e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-29T06:11:58.046Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 57fa1150-f11e-4de3-8715-43430ccef86e
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-10-29T06:11:58.049Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:11:58.049Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-29T06:11:58.049Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-29T06:11:58.050Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-29T06:11:58.050Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-29T06:11:58.050Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-29T06:11:58.050Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-29T06:11:58.050Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-29T06:11:58.050Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-29T06:11:58.051Z|57fa1150-f11e-4de3-8715-43430ccef86e|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-10-29T06:11:58.056Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-29T06:12:28.057Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 57fa1150-f11e-4de3-8715-43430ccef86e 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-10-29T06:12:28.068Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 57fa1150-f11e-4de3-8715-43430ccef86e and serviceModelVersionId: 39d41061-6ecd-45cb-9bac-d629651926d7
2022-10-29T06:12:28.068Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 41fbeb8d-1c5e-4897-a5a5-e7073679771c
2022-10-29T06:12:36.882Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:12:36.883Z||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-10-29T06:12:36.903Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:12:44.514Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/41fbeb8d-1c5e-4897-a5a5-e7073679771c/model-vers/model-ver/39d41061-6ecd-45cb-9bac-d629651926d7?depth=0
2022-10-29T06:12:44.621Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-10-29T06:12:45.107Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41fbeb8d-1c5e-4897-a5a5-e7073679771c/model-vers/model-ver/39d41061-6ecd-45cb-9bac-d629651926d7?depth=0|INFO|500||Invoke
2022-10-29T06:12:45.115Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41fbeb8d-1c5e-4897-a5a5-e7073679771c/model-vers/model-ver/39d41061-6ecd-45cb-9bac-d629651926d7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41fbeb8d-1c5e-4897-a5a5-e7073679771c/model-vers/model-ver/39d41061-6ecd-45cb-9bac-d629651926d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[57fa1150-f11e-4de3-8715-43430ccef86e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8c113e47-2360-4e1c-ad7c-c991ee48cbd0], X-ECOMP-RequestID=[57fa1150-f11e-4de3-8715-43430ccef86e], X-TransactionId=[], X-ONAP-RequestID=[57fa1150-f11e-4de3-8715-43430ccef86e], Content-Type=[application/merge-patch+json]}
2022-10-29T06:12:45.226Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41fbeb8d-1c5e-4897-a5a5-e7073679771c/model-vers/model-ver/39d41061-6ecd-45cb-9bac-d629651926d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-29T06:12:45.430Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41fbeb8d-1c5e-4897-a5a5-e7073679771c/model-vers/model-ver/39d41061-6ecd-45cb-9bac-d629651926d7?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/41fbeb8d-1c5e-4897-a5a5-e7073679771c/model-vers/model-ver/39d41061-6ecd-45cb-9bac-d629651926d7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221029-06:12:45:186-89727], vertex-id=[356504], Content-Length=[0], Date=[Sat, 29 Oct 2022 06:12:45 GMT], Content-Type=[application/json]}
2022-10-29T06:12:45.431Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41fbeb8d-1c5e-4897-a5a5-e7073679771c/model-vers/model-ver/39d41061-6ecd-45cb-9bac-d629651926d7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-29T06:12:45.432Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/41fbeb8d-1c5e-4897-a5a5-e7073679771c/model-vers/model-ver/39d41061-6ecd-45cb-9bac-d629651926d7?depth=0|INFO|500||InvokeReturn
2022-10-29T06:12:45.435Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-29T06:12:45.436Z|57fa1150-f11e-4de3-8715-43430ccef86e|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-10-29T06:12:45.443Z|57fa1150-f11e-4de3-8715-43430ccef86e|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-10-29T06:12:45.444Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 57fa1150-f11e-4de3-8715-43430ccef86e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-29T06:12:45.445Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-29T06:12:45.445Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:12:45.447Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:12:45.448Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023965444,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-29T06:12:45.548Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-29T06:12:45.550Z||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-10-29T06:12:45.550Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:12:45.561Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:12:45.562Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:12:46.179Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:12:46.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:12:46.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "57fa1150-f11e-4de3-8715-43430ccef86e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023965444,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-29T06:12:46.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-29T06:12:46.460Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:12:46.461Z|57fa1150-f11e-4de3-8715-43430ccef86e|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-10-29T06:12:46.461Z|57fa1150-f11e-4de3-8715-43430ccef86e|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 2J288wt5UNHVm5nm) ...
2022-10-29T06:12:50.875Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:12:50.876Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-29T06:12:50.877Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"f32e548e-7b3c-44ee-a9d0-1eb76e97ae04","serviceName":"basic_onboard_ZJuGui","serviceVersion":"1.0","serviceUUID":"389bd2af-8e97-46b2-98a6-39965af87afa","serviceDescription":"service","serviceInvariantUUID":"659daa9b-eb10-4337-899d-7283b42f43a4","resources":[{"resourceInstanceName":"basic_onboard_ZJuGui 0","resourceName":"basic_onboard_ZJuGui","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"da83e92a-2dee-4c17-8c29-42c4ad440fb7","resourceInvariantUUID":"5e1bd628-74dc-4ce8-9610-09af973e583b","resourceCustomizationUUID":"b3daf747-79a2-49f6-baad-378a726e6609","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/vf-license-model.xml","artifactChecksum":"MDZkN2YyZjJhMGVhMGY4YmM3NWE3Yjg3ODBkNjJhYTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"644268b2-2d68-492d-8631-7e8d96981a32","artifactVersion":"1"},{"artifactName":"basic_onboard_zjugui0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json","artifactChecksum":"NTRmM2M0NTU4ZDgxOTkxMjY4YmI3MzhjMzc1OTRjNGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fc789404-aa9f-49e7-afec-26810ec01e29","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"23ea6926-0170-4a90-a155-5a15a98723ff","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dd108890-46db-4f47-acdc-6ecb7238e40d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d6645274-3525-47ca-a572-eb5f196659e1","artifactVersion":"2","generatedFromUUID":"23ea6926-0170-4a90-a155-5a15a98723ff"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZjugui-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-template.yml","artifactChecksum":"MmExYzRmNjc0YmFlYTEwZTNjY2IyODJjOWY1YzYzYmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"83dbc19d-02b4-43a8-94f0-38c25ae3e0d1","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZjugui-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar","artifactChecksum":"MTA2YzkyNmNjMTM2ZDdkYWZiN2Q4ZTkxMDQyZjFlNTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5b5f8505-839e-4bde-b1fa-4cfa0ba94915","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-29T06:12:50.880Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:12:50.880Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:12:50.883Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:12:50.883Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023966460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:12:50.983Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:12:50.984Z||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-10-29T06:12:50.984Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:12:51.000Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:12:51.001Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:12:51.884Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:12:51.885Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:12:51.887Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:12:51.887Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023966460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json",
"status": "NOTIFIED"
}
2022-10-29T06:12:51.987Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:12:51.988Z||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-10-29T06:12:51.988Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:12:52.001Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:12:52.001Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:12:52.888Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:12:52.889Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:12:52.891Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:12:52.891Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023966460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-29T06:12:52.991Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:12:52.992Z||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-10-29T06:12:52.992Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:12:53.007Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:12:53.008Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:12:53.891Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:12:53.893Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:12:53.895Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:12:53.896Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023966460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:12:53.996Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:12:53.998Z||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-10-29T06:12:53.998Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:12:54.012Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:12:54.012Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:12:54.896Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:12:54.897Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:12:54.899Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:12:54.900Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023966460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-29T06:12:55.000Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:12:55.001Z||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-10-29T06:12:55.001Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:12:55.014Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:12:55.014Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:12:55.900Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:12:55.901Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:12:55.903Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:12:55.903Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023966460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:12:56.003Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:12:56.004Z||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-10-29T06:12:56.004Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:12:56.016Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:12:56.016Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:12:56.904Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:12:56.905Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:12:56.907Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:12:56.907Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023966460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar",
"status": "NOTIFIED"
}
2022-10-29T06:12:57.007Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:12:57.008Z||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-10-29T06:12:57.008Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:12:57.031Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:12:57.031Z||pool-25-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:12:57.908Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"serviceName": "basic_onboard_ZJuGui",
"serviceVersion": "1.0",
"serviceUUID": "389bd2af-8e97-46b2-98a6-39965af87afa",
"serviceDescription": "service",
"serviceInvariantUUID": "659daa9b-eb10-4337-899d-7283b42f43a4",
"resources": [
{
"resourceInstanceName": "basic_onboard_ZJuGui 0",
"resourceCustomizationUUID": "b3daf747-79a2-49f6-baad-378a726e6609",
"resourceName": "basic_onboard_ZJuGui",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "da83e92a-2dee-4c17-8c29-42c4ad440fb7",
"resourceInvariantUUID": "5e1bd628-74dc-4ce8-9610-09af973e583b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_zjugui0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json",
"artifactChecksum": "NTRmM2M0NTU4ZDgxOTkxMjY4YmI3MzhjMzc1OTRjNGM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fc789404-aa9f-49e7-afec-26810ec01e29",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "23ea6926-0170-4a90-a155-5a15a98723ff",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d6645274-3525-47ca-a572-eb5f196659e1",
"generatedFromUUID": "23ea6926-0170-4a90-a155-5a15a98723ff"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d6645274-3525-47ca-a572-eb5f196659e1",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardZjugui-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar",
"artifactChecksum": "MTA2YzkyNmNjMTM2ZDdkYWZiN2Q4ZTkxMDQyZjFlNTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5b5f8505-839e-4bde-b1fa-4cfa0ba94915"
}
],
"workloadContext": "Production"
}
2022-10-29T06:12:57.909Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-29T06:12:57.909Z|57fa1150-f11e-4de3-8715-43430ccef86e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 389bd2af-8e97-46b2-98a6-39965af87afa ASDC
2022-10-29T06:12:57.910Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:f32e548e-7b3c-44ee-a9d0-1eb76e97ae04
ServiceName:basic_onboard_ZJuGui
ServiceVersion:1.0
ServiceUUID:389bd2af-8e97-46b2-98a6-39965af87afa
ServiceInvariantUUID:659daa9b-eb10-4337-899d-7283b42f43a4
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardZjugui-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar
ArtifactUUID:5b5f8505-839e-4bde-b1fa-4cfa0ba94915
ArtifactChecksum:MTA2YzkyNmNjMTM2ZDdkYWZiN2Q4ZTkxMDQyZjFlNTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ZJuGui 0
ResourceCustomizationUUID:b3daf747-79a2-49f6-baad-378a726e6609
ResourceInvariantUUID:5e1bd628-74dc-4ce8-9610-09af973e583b
ResourceName:basic_onboard_ZJuGui
ResourceType:VF
ResourceUUID:da83e92a-2dee-4c17-8c29-42c4ad440fb7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_zjugui0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json
ArtifactUUID:fc789404-aa9f-49e7-afec-26810ec01e29
ArtifactChecksum:NTRmM2M0NTU4ZDgxOTkxMjY4YmI3MzhjMzc1OTRjNGM=
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/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml
ArtifactUUID:23ea6926-0170-4a90-a155-5a15a98723ff
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/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env
ArtifactUUID:d6645274-3525-47ca-a572-eb5f196659e1
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/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env
ArtifactUUID:d6645274-3525-47ca-a572-eb5f196659e1
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-29T06:12:57.911Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 389bd2af-8e97-46b2-98a6-39965af87afa 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-10-29T06:12:57.945Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-29T06:12:57.946Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-29T06:12:57.946Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-29T06:12:57.946Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5b5f8505-839e-4bde-b1fa-4cfa0ba94915 from URL: /sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar
2022-10-29T06:12:57.946Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-29T06:12:57.947Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar
2022-10-29T06:12:58.112Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-29T06:12:58.115Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar 5b5f8505-839e-4bde-b1fa-4cfa0ba94915 75303
2022-10-29T06:12:58.116Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar ASDC sendASDCNotification
2022-10-29T06:12:58.116Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar
2022-10-29T06:12:58.116Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-29T06:12:58.117Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:12:58.119Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:12:58.119Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023978116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-29T06:12:58.220Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:12:58.221Z||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-10-29T06:12:58.221Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:12:58.233Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:12:58.234Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:12:59.120Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-29T06:12:59.121Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-29T06:12:59.121Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 5b5f8505-839e-4bde-b1fa-4cfa0ba94915, URL: /sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar to file: /app/ASDC/1/service-BasicOnboardZjugui-csar.csar
2022-10-29T06:12:59.122Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZjugui-csar.csar
2022-10-29T06:12:59.122Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZjugui-csar.csar
2022-10-29T06:12:59.123Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZjugui-csar.csar
2022-10-29T06:12:59.305Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10612821832064483837/Definitions/service-BasicOnboardZjugui-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_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-10-29T06:13:00.504Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-29T06:13:00.505Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-10-29T06:13:00.505Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZjugui-csar.csar
2022-10-29T06:13:00.506Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-29T06:13:00.506Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardZjugui-csar.csar
2022-10-29T06:13:00.506Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|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-BasicOnboardZjugui-csar.csar
2022-10-29T06:13:00.506Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|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-BasicOnboardZjugui-csar.csar
2022-10-29T06:13:00.506Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|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-BasicOnboardZjugui-csar.csar
2022-10-29T06:13:00.506Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|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-BasicOnboardZjugui-csar.csar
2022-10-29T06:13:00.507Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ZJuGui 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardZjugui-csar.csar
2022-10-29T06:13:00.507Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|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-BasicOnboardZjugui-csar.csar
2022-10-29T06:13:00.507Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-10-29T06:13:00.507Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:13:00.508Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZJuGui is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:13:00.508Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZJuGui 0 is matching search criteria
2022-10-29T06:13:00.508Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-10-29T06:13:00.509Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZJuGui 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-29T06:13:00.509Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:13:00.509Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZJuGui is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:13:00.509Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZJuGui 0 is matching search criteria
2022-10-29T06:13:00.509Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-10-29T06:13:00.510Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZJuGui 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-29T06:13:00.510Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:13:00.510Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZJuGui is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:13:00.511Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:13:00.511Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZJuGui 0 is not matching search criteria
2022-10-29T06:13:00.511Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-29T06:13:00.511Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-29T06:13:00.512Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-29T06:13:00.512Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-29T06:13:00.512Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-29T06:13:00.512Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:13:00.513Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZJuGui is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-29T06:13:00.513Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:13:00.513Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZJuGui 0 is matching search criteria
2022-10-29T06:13:00.513Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZJuGui 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:13:00.514Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:13:00.514Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZJuGui 0 is matching search criteria
2022-10-29T06:13:00.514Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZJuGui 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:13:00.515Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:13:00.515Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZJuGui 0 is matching search criteria
2022-10-29T06:13:00.515Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZJuGui 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:13:00.515Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:13:00.516Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZJuGui 0 is not matching search criteria
2022-10-29T06:13:00.516Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-29T06:13:00.516Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-29T06:13:00.516Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=dcaf1c6e-a895-4bf6-89f0-e2b191a3e296
2022-10-29T06:13:00.517Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:13:00.517Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZJuGui is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:13:00.517Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:13:00.517Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZJuGui is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:13:00.518Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:13:00.518Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZJuGui is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:13:00.518Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:13:00.518Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZJuGui is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:13:00.518Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_ZJuGui
Description:service
Model UUID:389bd2af-8e97-46b2-98a6-39965af87afa
Model Version:NULL
Model InvariantUuid:659daa9b-eb10-4337-899d-7283b42f43a4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_ZJuGui
Model UUID:59945c71-acad-4893-8f44-c858ce4a1df0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5e1bd628-74dc-4ce8-9610-09af973e583b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b3daf747-79a2-49f6-baad-378a726e6609
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:75ab9f65-c329-460d-a946-9b68fda5304e
ModelName:BasicOnboardZjugui..base_ubuntu18..module-0
ModelUuid:3fbb6f57-66b3-4fad-b01b-eda0ac62a237
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:dcaf1c6e-a895-4bf6-89f0-e2b191a3e296
ModelInvariantUuid:e0fc0f9e-3cfa-4c30-a5d2-8461e196438f
ModelName:basic_onboard_ZJuGui-nodes.ubuntu18Cvfc
ModelUuid:0d0a5d47-5940-4806-82a8-d9021ffc2175
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:79fd407a-97d8-4ef1-ba08-33824718447c
ModelInvariantUuid:0ef48639-3a2c-4b91-9b2b-debf547d84ab
ModelName:BasicOnboardZjugui.compute.nodes.heat.ubuntu18
ModelUuid:e4608df7-029a-4ef0-bef1-24ae2235bf45
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-10-29T06:13:00.526Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: da83e92a-2dee-4c17-8c29-42c4ad440fb7
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-10-29T06:13:00.529Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||basic_onboard_ZJuGui 0
2022-10-29T06:13:00.530Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: da83e92a-2dee-4c17-8c29-42c4ad440fb7
2022-10-29T06:13:00.530Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fc789404-aa9f-49e7-afec-26810ec01e29 from URL: /sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json
2022-10-29T06:13:00.530Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-29T06:13:00.530Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json
2022-10-29T06:13:00.580Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-29T06:13:00.580Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json fc789404-aa9f-49e7-afec-26810ec01e29 798
2022-10-29T06:13:00.581Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json ASDC sendASDCNotification
2022-10-29T06:13:00.581Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json
2022-10-29T06:13:00.581Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-29T06:13:00.581Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:13:00.583Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:13:00.583Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023980581,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-29T06:13:00.683Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:13:00.684Z||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-10-29T06:13:00.685Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:13:00.697Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:13:00.697Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:13:01.584Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZjugui..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "75ab9f65-c329-460d-a946-9b68fda5304e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3fbb6f57-66b3-4fad-b01b-eda0ac62a237",
"vfModuleModelCustomizationUUID": "b37280e3-5562-4271-81cc-3896e37f9c71",
"isBase": true,
"artifacts": [
"23ea6926-0170-4a90-a155-5a15a98723ff",
"d6645274-3525-47ca-a572-eb5f196659e1"
],
"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-10-29T06:13:01.589Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZjugui..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3fbb6f57-66b3-4fad-b01b-eda0ac62a237
VfModuleModelInvariantUUID:75ab9f65-c329-460d-a946-9b68fda5304e
VfModuleModelDescription:NULL
Artifacts UUID List:{
23ea6926-0170-4a90-a155-5a15a98723ff
,
d6645274-3525-47ca-a572-eb5f196659e1
}
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-10-29T06:13:01.591Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardZjugui..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "75ab9f65-c329-460d-a946-9b68fda5304e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3fbb6f57-66b3-4fad-b01b-eda0ac62a237",
"vfModuleModelCustomizationUUID": "b37280e3-5562-4271-81cc-3896e37f9c71",
"isBase": true,
"artifacts": [
"23ea6926-0170-4a90-a155-5a15a98723ff",
"d6645274-3525-47ca-a572-eb5f196659e1"
],
"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-10-29T06:13:01.591Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZjugui..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3fbb6f57-66b3-4fad-b01b-eda0ac62a237
VfModuleModelInvariantUUID:75ab9f65-c329-460d-a946-9b68fda5304e
VfModuleModelDescription:NULL
Artifacts UUID List:{
23ea6926-0170-4a90-a155-5a15a98723ff
,
d6645274-3525-47ca-a572-eb5f196659e1
}
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-10-29T06:13:01.591Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 23ea6926-0170-4a90-a155-5a15a98723ff from URL: /sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml
2022-10-29T06:13:01.591Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-29T06:13:01.592Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml
2022-10-29T06:13:01.643Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-29T06:13:01.644Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml 23ea6926-0170-4a90-a155-5a15a98723ff 5033
2022-10-29T06:13:01.644Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-29T06:13:01.644Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml
2022-10-29T06:13:01.644Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-29T06:13:01.645Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:13:01.647Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:13:01.647Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023981644,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-29T06:13:01.747Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:13:01.748Z||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-10-29T06:13:01.748Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:13:01.760Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:13:01.760Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:13:02.647Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d6645274-3525-47ca-a572-eb5f196659e1 from URL: /sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env
2022-10-29T06:13:02.648Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-29T06:13:02.648Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env
2022-10-29T06:13:02.700Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-29T06:13:02.701Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env d6645274-3525-47ca-a572-eb5f196659e1 909
2022-10-29T06:13:02.701Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-29T06:13:02.701Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env
2022-10-29T06:13:02.702Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-29T06:13:02.702Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:13:02.704Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:13:02.704Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023982701,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-29T06:13:02.804Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:13:02.805Z||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-10-29T06:13:02.805Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:13:02.823Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:13:02.823Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:13:03.705Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 389bd2af-8e97-46b2-98a6-39965af87afa
2022-10-29T06:13:03.705Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ZJuGui 0 da83e92a-2dee-4c17-8c29-42c4ad440fb7 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-10-29T06:13:03.719Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@31cd6519, org.onap.sdc.toscaparser.api.parameters.Input@163dcc2f, org.onap.sdc.toscaparser.api.parameters.Input@2cf089ba, org.onap.sdc.toscaparser.api.parameters.Input@705113d6, org.onap.sdc.toscaparser.api.parameters.Input@2aee5568]
2022-10-29T06:13:03.720Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:13:03.721Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZJuGui is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:13:03.721Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-10-29T06:13:03.721Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= b3daf747-79a2-49f6-baad-378a726e6609
2022-10-29T06:13:03.721Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b3daf747-79a2-49f6-baad-378a726e6609 matches Tosca VF Customization UUID: b3daf747-79a2-49f6-baad-378a726e6609
2022-10-29T06:13:03.721Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: b3daf747-79a2-49f6-baad-378a726e6609 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-10-29T06:13:03.723Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:13:03.723Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZJuGui is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:13:03.724Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id b3daf747-79a2-49f6-baad-378a726e6609: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-29T06:13:03.724Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@268352a
2022-10-29T06:13:03.724Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:13:03.724Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZJuGui is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-29T06:13:03.725Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b37280e3-5562-4271-81cc-3896e37f9c71
2022-10-29T06:13:03.725Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b37280e3-5562-4271-81cc-3896e37f9c71
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-10-29T06:13:03.727Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:13:03.727Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZJuGui 0 is matching search criteria
2022-10-29T06:13:03.727Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZJuGui 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:13:03.727Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:13:03.727Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZJuGui 0 is matching search criteria
2022-10-29T06:13:03.728Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZJuGui 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:13:03.728Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:13:03.728Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZJuGui 0 is not matching search criteria
2022-10-29T06:13:03.728Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-29T06:13:03.728Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-29T06:13:03.729Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=dcaf1c6e-a895-4bf6-89f0-e2b191a3e296
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-10-29T06:13:03.731Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:13:03.731Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZJuGui 0 is matching search criteria
2022-10-29T06:13:03.731Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZJuGui 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:13:03.731Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:13:03.731Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_ZJuGui 0 is matching search criteria
2022-10-29T06:13:03.732Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_ZJuGui 0] matching following query criteria: sdcType=VF, customizationUUID=b3daf747-79a2-49f6-baad-378a726e6609
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-10-29T06:13:03.733Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:13:03.736Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZJuGui is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:13:03.736Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 389bd2af-8e97-46b2-98a6-39965af87afa: basic_onboard_ZJuGui
2022-10-29T06:13:03.736Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:13:03.737Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZJuGui is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:13:03.737Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:13:03.737Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZJuGui is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:13:03.737Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:13:03.737Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZJuGui is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:13:03.738Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:13:03.738Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZJuGui is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:13:03.738Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:13:03.738Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_ZJuGui is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:13:03.738Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_ZJuGui
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-10-29T06:13:03.817Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ZJuGui da83e92a-2dee-4c17-8c29-42c4ad440fb7 1 ASDC deployResourceStructure
2022-10-29T06:13:03.818Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json ASDC sendASDCNotification
2022-10-29T06:13:03.818Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json
2022-10-29T06:13:03.818Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-29T06:13:03.818Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:13:03.820Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:13:03.820Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023983818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-29T06:13:03.921Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:13:03.922Z||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-10-29T06:13:03.922Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:13:03.934Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:13:03.934Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:13:04.822Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-29T06:13:04.822Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml
2022-10-29T06:13:04.822Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-29T06:13:04.822Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:13:04.824Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:13:04.824Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023984821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-29T06:13:04.925Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:13:04.926Z||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-10-29T06:13:04.926Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:13:04.938Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:13:04.938Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:13:05.826Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-29T06:13:05.826Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env
2022-10-29T06:13:05.826Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-29T06:13:05.827Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:13:05.829Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:13:05.829Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023985825,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-29T06:13:05.929Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:13:05.930Z||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-10-29T06:13:05.930Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:13:05.948Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:13:05.949Z||pool-32-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:13:06.830Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar ASDC sendASDCNotification
2022-10-29T06:13:06.830Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar
2022-10-29T06:13:06.830Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-29T06:13:06.831Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:13:06.833Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:13:06.833Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023986830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-29T06:13:06.933Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:13:06.933Z||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-10-29T06:13:06.933Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:13:06.948Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:13:06.949Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:13:07.833Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f32e548e-7b3c-44ee-a9d0-1eb76e97ae04
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-29T06:13:07.847Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f32e548e-7b3c-44ee-a9d0-1eb76e97ae04
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-10-29T06:13:07.850Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:13:07.850Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-29T06:13:07.850Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-29T06:13:07.850Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-29T06:13:07.851Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-29T06:13:07.851Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-29T06:13:07.851Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-29T06:13:07.851Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-29T06:13:07.851Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-29T06:13:07.851Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|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-10-29T06:13:07.857Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-29T06:13:36.882Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:13:36.884Z||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-10-29T06:13:36.884Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:13:37.512Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:13:37.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:13:37.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023966460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:13:37.515Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:13:37.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:13:37.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023966460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json",
"status": "NOTIFIED"
}
2022-10-29T06:13:37.515Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:13:37.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:13:37.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023966460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-29T06:13:37.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:13:37.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:13:37.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023966460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:13:37.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:13:37.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:13:37.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023966460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-29T06:13:37.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:13:37.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:13:37.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023966460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:13:37.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:13:37.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:13:37.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023966460,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar",
"status": "NOTIFIED"
}
2022-10-29T06:13:37.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-10-29T06:13:37.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:13:37.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023978116,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-29T06:13:37.517Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:13:37.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:13:37.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023980581,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-29T06:13:37.518Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:13:37.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:13:37.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023981644,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-29T06:13:37.518Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:13:37.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:13:37.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023982701,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-29T06:13:37.518Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:13:37.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:13:37.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023983818,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/basic_onboard_zjugui0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-29T06:13:37.519Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:13:37.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:13:37.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023984821,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-29T06:13:37.519Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:13:37.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:13:37.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023985825,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/resourceInstances/basic_onboard_zjugui0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-29T06:13:37.519Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:13:37.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:13:37.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667023986830,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjugui/1.0/artifacts/service-BasicOnboardZjugui-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-29T06:13:37.519Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:13:37.857Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f32e548e-7b3c-44ee-a9d0-1eb76e97ae04 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-10-29T06:13:37.872Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f32e548e-7b3c-44ee-a9d0-1eb76e97ae04 and serviceModelVersionId: 389bd2af-8e97-46b2-98a6-39965af87afa
2022-10-29T06:13:37.873Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 659daa9b-eb10-4337-899d-7283b42f43a4
2022-10-29T06:13:37.874Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/659daa9b-eb10-4337-899d-7283b42f43a4/model-vers/model-ver/389bd2af-8e97-46b2-98a6-39965af87afa?depth=0
2022-10-29T06:13:37.879Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-10-29T06:13:37.933Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|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/659daa9b-eb10-4337-899d-7283b42f43a4/model-vers/model-ver/389bd2af-8e97-46b2-98a6-39965af87afa?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-10-29T06:13:37.935Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/659daa9b-eb10-4337-899d-7283b42f43a4/model-vers/model-ver/389bd2af-8e97-46b2-98a6-39965af87afa?depth=0|INFO|500||Invoke
2022-10-29T06:13:37.962Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/659daa9b-eb10-4337-899d-7283b42f43a4/model-vers/model-ver/389bd2af-8e97-46b2-98a6-39965af87afa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-29T06:13:38.058Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/659daa9b-eb10-4337-899d-7283b42f43a4/model-vers/model-ver/389bd2af-8e97-46b2-98a6-39965af87afa?depth=0|INFO|500||InvokeReturn
2022-10-29T06:13:38.059Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|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/659daa9b-eb10-4337-899d-7283b42f43a4/model-vers/model-ver/389bd2af-8e97-46b2-98a6-39965af87afa?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221029-06:13:37:922-70416], vertex-id=[180440], Content-Length=[0], Date=[Sat, 29 Oct 2022 06:13:37 GMT], Content-Type=[application/json]}
2022-10-29T06:13:38.059Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-10-29T06:13:38.060Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-29T06:13:38.060Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|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-10-29T06:13:38.066Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|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-10-29T06:13:38.067Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f32e548e-7b3c-44ee-a9d0-1eb76e97ae04 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-29T06:13:38.067Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-29T06:13:38.067Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:13:38.070Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:13:38.070Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667024018067,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-29T06:13:38.170Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:13:38.171Z||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-10-29T06:13:38.171Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:13:38.186Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:13:38.187Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-29T06:13:39.093Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:13:39.129Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|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-10-29T06:13:39.135Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|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 2J288wt5UNHVm5nm) ...
2022-10-29T06:13:48.696Z|f32e548e-7b3c-44ee-a9d0-1eb76e97ae04|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:13:48.697Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:13:48.698Z||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-10-29T06:13:48.698Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:13:58.236Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:13:58.237Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:13:58.237Z||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-10-29T06:13:58.238Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:14:07.782Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:14:07.783Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:14:07.784Z||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-10-29T06:14:07.784Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:14:17.328Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:14:36.880Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:14:36.881Z||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-10-29T06:14:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:14:36.882Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:14:36.882Z||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-10-29T06:14:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:14:37.512Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:14:37.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:14:37.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f32e548e-7b3c-44ee-a9d0-1eb76e97ae04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667024018067,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-29T06:14:37.515Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:14:46.426Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:15:36.880Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:15:36.882Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:15:36.882Z||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-10-29T06:15:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:15:36.883Z||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-10-29T06:15:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:15:46.428Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:15:46.428Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:16:36.879Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:16:36.881Z||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-10-29T06:16:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:16:36.882Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:16:36.882Z||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-10-29T06:16:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:16:46.452Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:16:46.453Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:17:36.879Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:17:36.880Z||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-10-29T06:17:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:17:36.882Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:17:36.883Z||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-10-29T06:17:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:17:46.419Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:17:46.422Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:18:36.879Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:18:36.880Z||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-10-29T06:18:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:18:36.882Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:18:36.882Z||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-10-29T06:18:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:18:46.457Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:18:46.459Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:19:36.879Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:19:36.881Z||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-10-29T06:19:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:19:36.882Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:19:36.882Z||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-10-29T06:19:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:19:46.450Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:19:46.450Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:20:36.879Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:20:36.881Z||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-10-29T06:20:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:20:36.882Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:20:36.882Z||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-10-29T06:20:36.882Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:20:46.428Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:20:46.429Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:21:36.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:21:36.880Z||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-10-29T06:21:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:21:36.882Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:21:36.883Z||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-10-29T06:21:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:21:46.422Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:21:46.423Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:22:36.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:22:36.881Z||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-10-29T06:22:36.881Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:22:36.882Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:22:36.882Z||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-10-29T06:22:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:22:37.519Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:22:37.519Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:22:37.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:22:37.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:22:37.521Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
"consumerID": "ves-openapi-manager",
"timestamp": 1667024539345,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:22:37.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"297e2029-e534-48a5-98d5-b46f2dda2f7a","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d3c0d186-427b-4feb-a42b-9255f0bc0763","serviceDescription":"service","serviceInvariantUUID":"c268f78a-abd4-4eff-88d7-75401da6fa63","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"bc45cf75-eec9-4d93-8fe9-9de4b14488a5","resourceInvariantUUID":"ee2619a9-b8e4-4ef5-95e2-d04953f420de","resourceCustomizationUUID":"76688918-2cd3-410b-8b2a-0e5b6abf27af","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"ZDdmMTU5MGZhYzc0NjM4ZjMzNjVkMjdmMWRhOWM1ZDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"03806cd0-32fa-446a-a50e-4527b0961525","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjQ4YWFhNTA2NjhhOWRkZTExMWVlM2JlZWU3MjhkOTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"df3d2c9e-7cae-429d-9c58-2dff99d04fb7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-29T06:22:37.522Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:22:37.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:22:37.522Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
"consumerID": "aai-ml",
"timestamp": 1667024547597,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:22:37.522Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:22:37.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:22:37.522Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
"consumerID": "ves-openapi-manager",
"timestamp": 1667024539345,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:22:37.523Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:22:37.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:22:37.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
"consumerID": "aai-ml",
"timestamp": 1667024547597,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-29T06:22:37.523Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:22:37.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:22:37.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
"consumerID": "cds",
"timestamp": 1667024548793,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:22:37.523Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:22:37.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:22:37.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
"consumerID": "aai-ml",
"timestamp": 1667024550373,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-29T06:22:37.524Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:22:37.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:22:37.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
"consumerID": "cds",
"timestamp": 1667024548793,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-29T06:22:37.524Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:22:37.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:22:37.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
"consumerID": "cds",
"timestamp": 1667024551582,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-29T06:22:37.524Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:22:37.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:22:37.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
"consumerID": "cds",
"timestamp": 1667024552589,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-10-29T06:22:37.527Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:22:37.528Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-29T06:22:37.532Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:22:37.532Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667024556879,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:22:37.545Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 297e2029-e534-48a5-98d5-b46f2dda2f7a
2022-10-29T06:22:37.545Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 297e2029-e534-48a5-98d5-b46f2dda2f7a 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-10-29T06:22:37.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:22:37.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
"consumerID": "aai-ml",
"timestamp": 1667024554764,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-29T06:22:37.553Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:22:37.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:22:37.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667024554506,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:22:37.554Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:22:37.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:22:37.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
"consumerID": "aai-ml",
"timestamp": 1667024555769,
"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-10-29T06:22:37.559Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 297e2029-e534-48a5-98d5-b46f2dda2f7a
2022-10-29T06:22:37.559Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 297e2029-e534-48a5-98d5-b46f2dda2f7a 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-10-29T06:22:37.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:22:37.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667024554506,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-29T06:22:37.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:22:37.632Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-29T06:22:37.633Z||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-10-29T06:22:37.634Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:22:37.663Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:22:37.663Z||pool-35-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:22:38.533Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:22:38.534Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:22:38.537Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:22:38.537Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667024556879,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-29T06:22:38.638Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:22:38.639Z||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-10-29T06:22:38.639Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:22:38.651Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:22:38.652Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:22:39.539Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "d3c0d186-427b-4feb-a42b-9255f0bc0763",
"serviceDescription": "service",
"serviceInvariantUUID": "c268f78a-abd4-4eff-88d7-75401da6fa63",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "76688918-2cd3-410b-8b2a-0e5b6abf27af",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "bc45cf75-eec9-4d93-8fe9-9de4b14488a5",
"resourceInvariantUUID": "ee2619a9-b8e4-4ef5-95e2-d04953f420de",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "NjQ4YWFhNTA2NjhhOWRkZTExMWVlM2JlZWU3MjhkOTI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "df3d2c9e-7cae-429d-9c58-2dff99d04fb7"
}
],
"workloadContext": "Production"
}
2022-10-29T06:22:39.539Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-29T06:22:39.540Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d3c0d186-427b-4feb-a42b-9255f0bc0763 ASDC
2022-10-29T06:22:39.540Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:297e2029-e534-48a5-98d5-b46f2dda2f7a
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d3c0d186-427b-4feb-a42b-9255f0bc0763
ServiceInvariantUUID:c268f78a-abd4-4eff-88d7-75401da6fa63
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:df3d2c9e-7cae-429d-9c58-2dff99d04fb7
ArtifactChecksum:NjQ4YWFhNTA2NjhhOWRkZTExMWVlM2JlZWU3MjhkOTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:76688918-2cd3-410b-8b2a-0e5b6abf27af
ResourceInvariantUUID:ee2619a9-b8e4-4ef5-95e2-d04953f420de
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:bc45cf75-eec9-4d93-8fe9-9de4b14488a5
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-10-29T06:22:39.540Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d3c0d186-427b-4feb-a42b-9255f0bc0763 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-10-29T06:22:39.570Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-29T06:22:39.572Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-29T06:22:39.572Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-29T06:22:39.572Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: df3d2c9e-7cae-429d-9c58-2dff99d04fb7 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-29T06:22:39.572Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-29T06:22:39.573Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-29T06:22:39.655Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-29T06:22:39.658Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar df3d2c9e-7cae-429d-9c58-2dff99d04fb7 57656
2022-10-29T06:22:39.659Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-29T06:22:39.659Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-29T06:22:39.659Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-29T06:22:39.660Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:22:39.662Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:22:39.663Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667024559659,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-29T06:22:39.763Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:22:39.764Z||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-10-29T06:22:39.764Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:22:39.779Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:22:39.779Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:22:40.663Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-29T06:22:40.665Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-29T06:22:40.666Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: df3d2c9e-7cae-429d-9c58-2dff99d04fb7, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-29T06:22:40.671Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-29T06:22:40.672Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-29T06:22:40.672Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-29T06:22:40.837Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6159907557295633236/Definitions/service-BasicNetwork-template.yml
2022-10-29T06:22:41.450Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-29T06:22:41.451Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-29T06:22:41.451Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-29T06:22:41.451Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-29T06:22:41.452Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-29T06:22:41.452Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-29T06:22:41.452Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-29T06:22:41.452Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-29T06:22:41.452Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-29T06:22:41.452Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-29T06:22:41.452Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-29T06:22:41.452Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-29T06:22:41.452Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-29T06:22:41.453Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:22:41.453Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:22:41.453Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-29T06:22:41.453Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-29T06:22:41.453Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-29T06:22:41.454Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:22:41.454Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:22:41.454Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-29T06:22:41.454Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-29T06:22:41.454Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-29T06:22:41.454Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:22:41.454Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:22:41.455Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:22:41.455Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:22:41.455Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:22:41.455Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:22:41.456Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:22:41.456Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:22:41.456Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:22:41.456Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:22:41.456Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:d3c0d186-427b-4feb-a42b-9255f0bc0763
Model Version:NULL
Model InvariantUuid:c268f78a-abd4-4eff-88d7-75401da6fa63
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:ee2619a9-b8e4-4ef5-95e2-d04953f420de
Model UUID:a06abd53-1c39-480a-9ad4-910beb0ca796
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:76688918-2cd3-410b-8b2a-0e5b6abf27af
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-29T06:22:41.464Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: bc45cf75-eec9-4d93-8fe9-9de4b14488a5
2022-10-29T06:22:41.464Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||No resources found for Service: d3c0d186-427b-4feb-a42b-9255f0bc0763
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-10-29T06:22:41.470Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||
2022-10-29T06:22:41.471Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-10-29T06:22:41.472Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||No resources found for Service: d3c0d186-427b-4feb-a42b-9255f0bc0763
2022-10-29T06:22:41.472Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: d3c0d186-427b-4feb-a42b-9255f0bc0763
2022-10-29T06:22:41.472Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-10-29T06:22:41.473Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-29T06:22:41.477Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c3a0202, org.onap.sdc.toscaparser.api.parameters.Input@a5b1e4e, org.onap.sdc.toscaparser.api.parameters.Input@32e892dd, org.onap.sdc.toscaparser.api.parameters.Input@50496276, org.onap.sdc.toscaparser.api.parameters.Input@2c1f406f]
2022-10-29T06:22:41.479Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:22:41.479Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:22:41.480Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:22:41.480Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:22:41.480Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid d3c0d186-427b-4feb-a42b-9255f0bc0763: Generic NeutronNet
2022-10-29T06:22:41.481Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:22:41.481Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:22:41.481Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:22:41.481Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-10-29T06:22:41.520Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:22:41.520Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:22:41.520Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:22:41.521Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:22:41.521Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:22:41.521Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:22:41.522Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-10-29T06:22:41.578Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-10-29T06:22:41.578Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-29T06:22:41.578Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-29T06:22:41.579Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-29T06:22:41.579Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:22:41.581Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:22:41.581Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667024561578,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-29T06:22:41.681Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:22:41.682Z||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-10-29T06:22:41.682Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:22:41.695Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:22:41.696Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:22:42.583Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 297e2029-e534-48a5-98d5-b46f2dda2f7a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-29T06:22:42.594Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 297e2029-e534-48a5-98d5-b46f2dda2f7a
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-10-29T06:22:42.597Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:22:42.597Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-29T06:22:42.597Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-29T06:22:42.598Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-29T06:23:12.598Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 297e2029-e534-48a5-98d5-b46f2dda2f7a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-29T06:23:12.611Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 297e2029-e534-48a5-98d5-b46f2dda2f7a
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-10-29T06:23:12.614Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:23:12.614Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-29T06:23:12.615Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-29T06:23:12.615Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-29T06:23:36.882Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:23:36.883Z||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-10-29T06:23:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:23:37.008Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:23:37.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:23:37.008Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667024556879,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:23:37.009Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:23:42.616Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 297e2029-e534-48a5-98d5-b46f2dda2f7a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-29T06:23:42.629Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 297e2029-e534-48a5-98d5-b46f2dda2f7a
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-10-29T06:23:42.635Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:23:42.635Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-29T06:23:42.635Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-29T06:23:42.635Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-29T06:24:12.635Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 297e2029-e534-48a5-98d5-b46f2dda2f7a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-29T06:24:12.649Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 297e2029-e534-48a5-98d5-b46f2dda2f7a
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-10-29T06:24:12.652Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:24:12.652Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-29T06:24:12.652Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-29T06:24:12.652Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-29T06:24:36.882Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:24:36.883Z||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-10-29T06:24:36.883Z||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 2J288wt5UNHVm5nm) ...
2022-10-29T06:24:36.913Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:24:36.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667024556879,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-29T06:24:36.920Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:36.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667024558575,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:36.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667024559659,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-29T06:24:36.921Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:24:36.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667024558575,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-29T06:24:36.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:36.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667024561368,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-29T06:24:36.923Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:24:36.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667024561578,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-29T06:24:36.923Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:24:36.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667024563260,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-29T06:24:36.924Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:24:36.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667024564264,
"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-10-29T06:24:36.931Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 297e2029-e534-48a5-98d5-b46f2dda2f7a
2022-10-29T06:24:36.931Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 297e2029-e534-48a5-98d5-b46f2dda2f7a 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-10-29T06:24:36.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667024588575,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.940Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:36.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667024594503,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.941Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:36.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "cds",
"timestamp": 1667024593793,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:36.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667024588575,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:36.942Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667024594503,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-10-29T06:24:36.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:36.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "cds",
"timestamp": 1667024593793,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.943Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:36.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667024588575,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.944Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:36.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667024594503,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-29T06:24:36.944Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:36.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.945Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "cds",
"timestamp": 1667024593793,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.945Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:36.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.945Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667024588575,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.946Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:36.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667024594503,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.946Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:36.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "cds",
"timestamp": 1667024593793,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.947Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:36.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.947Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667024588575,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.947Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:36.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.947Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667024594503,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-10-29T06:24:36.948Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:36.948Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "cds",
"timestamp": 1667024593793,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.948Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:36.948Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667024588575,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.949Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:36.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.949Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667024594503,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.949Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:36.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "cds",
"timestamp": 1667024593793,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.950Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:36.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "ves-openapi-manager",
"timestamp": 1667024599345,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.950Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:36.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667024588575,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-29T06:24:36.951Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:36.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667024594503,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-29T06:24:36.951Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:36.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "cds",
"timestamp": 1667024593793,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-29T06:24:36.952Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:36.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "ves-openapi-manager",
"timestamp": 1667024599345,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.952Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:36.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667024601273,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-29T06:24:36.953Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:24:36.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667024602260,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-29T06:24:36.953Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:24:36.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "cds",
"timestamp": 1667024601586,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-29T06:24:36.954Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:24:36.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "ves-openapi-manager",
"timestamp": 1667024599345,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.954Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:36.955Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.955Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667024603345,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-29T06:24:36.955Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:24:36.955Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.955Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "cds",
"timestamp": 1667024602592,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-29T06:24:36.968Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d510bcca-3157-4220-8e72-1a5f353d3360
2022-10-29T06:24:36.968Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d510bcca-3157-4220-8e72-1a5f353d3360 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-10-29T06:24:36.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "ves-openapi-manager",
"timestamp": 1667024599345,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.976Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:36.977Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.977Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667024604423,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-10-29T06:24:36.977Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:24:36.977Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.977Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "ves-openapi-manager",
"timestamp": 1667024599345,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.978Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:36.978Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.978Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667024604070,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-29T06:24:36.978Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:24:36.978Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.978Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667024605451,
"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-10-29T06:24:36.984Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d510bcca-3157-4220-8e72-1a5f353d3360
2022-10-29T06:24:36.984Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d510bcca-3157-4220-8e72-1a5f353d3360 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-10-29T06:24:36.994Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.994Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "ves-openapi-manager",
"timestamp": 1667024599345,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:24:36.995Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:36.995Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:36.995Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667024605073,
"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-10-29T06:24:36.999Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d510bcca-3157-4220-8e72-1a5f353d3360
2022-10-29T06:24:37.000Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d510bcca-3157-4220-8e72-1a5f353d3360 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-10-29T06:24:37.016Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:37.016Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667024606455,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-29T06:24:37.016Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:24:37.016Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:37.017Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "ves-openapi-manager",
"timestamp": 1667024599345,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:24:37.017Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:37.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:37.017Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "aai-ml",
"timestamp": 1667024607597,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:24:37.017Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:37.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:37.018Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "aai-ml",
"timestamp": 1667024607597,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:24:37.018Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:37.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:37.018Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "aai-ml",
"timestamp": 1667024607597,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:24:37.018Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:37.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:37.019Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "aai-ml",
"timestamp": 1667024607597,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:24:37.019Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:37.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:37.019Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
"consumerID": "cds",
"timestamp": 1667024608793,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:24:37.019Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:37.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:37.020Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "aai-ml",
"timestamp": 1667024607597,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:24:37.020Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:37.020Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:37.020Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
"consumerID": "cds",
"timestamp": 1667024608793,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:24:37.020Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:37.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:37.021Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "aai-ml",
"timestamp": 1667024607597,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:24:37.021Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:37.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:37.021Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
"consumerID": "cds",
"timestamp": 1667024608793,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:24:37.022Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:37.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:37.022Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "aai-ml",
"timestamp": 1667024607597,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-29T06:24:37.022Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:37.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:37.022Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
"consumerID": "cds",
"timestamp": 1667024608793,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:24:37.023Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:37.023Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:37.023Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667024614503,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:24:37.023Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:37.023Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:37.023Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
"consumerID": "cds",
"timestamp": 1667024608793,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:24:37.024Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:37.024Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:37.024Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "aai-ml",
"timestamp": 1667024615357,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-29T06:24:37.024Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-29T06:24:37.024Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:37.024Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667024614503,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-10-29T06:24:37.025Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:37.025Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:37.025Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
"consumerID": "cds",
"timestamp": 1667024608793,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:24:37.025Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:37.025Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:37.026Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667024614503,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-10-29T06:24:37.026Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:37.026Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-29T06:24:37.026Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a4c4f634-2b6d-4082-85d2-a63b5f6861a2",
"consumerID": "cds",
"timestamp": 1667024608793,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:24:37.026Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-10-29T06:24:42.652Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 297e2029-e534-48a5-98d5-b46f2dda2f7a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-29T06:24:42.664Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 297e2029-e534-48a5-98d5-b46f2dda2f7a
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-10-29T06:24:42.667Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-29T06:24:42.667Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-29T06:24:42.667Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-29T06:24:42.667Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-29T06:24:42.668Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-29T06:24:42.668Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-29T06:24:42.668Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-29T06:24:42.668Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-29T06:24:42.668Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-29T06:24:42.674Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-29T06:25:12.674Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 297e2029-e534-48a5-98d5-b46f2dda2f7a 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-10-29T06:25:12.682Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 297e2029-e534-48a5-98d5-b46f2dda2f7a and serviceModelVersionId: d3c0d186-427b-4feb-a42b-9255f0bc0763
2022-10-29T06:25:12.682Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c268f78a-abd4-4eff-88d7-75401da6fa63
2022-10-29T06:25:12.683Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c268f78a-abd4-4eff-88d7-75401da6fa63/model-vers/model-ver/d3c0d186-427b-4feb-a42b-9255f0bc0763?depth=0
2022-10-29T06:25:12.690Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-10-29T06:25:12.754Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c268f78a-abd4-4eff-88d7-75401da6fa63/model-vers/model-ver/d3c0d186-427b-4feb-a42b-9255f0bc0763?depth=0|INFO|500||Invoke
2022-10-29T06:25:12.755Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c268f78a-abd4-4eff-88d7-75401da6fa63/model-vers/model-ver/d3c0d186-427b-4feb-a42b-9255f0bc0763?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c268f78a-abd4-4eff-88d7-75401da6fa63/model-vers/model-ver/d3c0d186-427b-4feb-a42b-9255f0bc0763?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[297e2029-e534-48a5-98d5-b46f2dda2f7a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ae4e72ba-4bec-4fca-9ea8-2b54680aa59b], X-ECOMP-RequestID=[297e2029-e534-48a5-98d5-b46f2dda2f7a], X-TransactionId=[], X-ONAP-RequestID=[297e2029-e534-48a5-98d5-b46f2dda2f7a], Content-Type=[application/merge-patch+json]}
2022-10-29T06:25:12.780Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c268f78a-abd4-4eff-88d7-75401da6fa63/model-vers/model-ver/d3c0d186-427b-4feb-a42b-9255f0bc0763?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-29T06:25:12.871Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c268f78a-abd4-4eff-88d7-75401da6fa63/model-vers/model-ver/d3c0d186-427b-4feb-a42b-9255f0bc0763?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/c268f78a-abd4-4eff-88d7-75401da6fa63/model-vers/model-ver/d3c0d186-427b-4feb-a42b-9255f0bc0763?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221029-06:25:12:737-967], vertex-id=[368792], Content-Length=[0], Date=[Sat, 29 Oct 2022 06:25:12 GMT], Content-Type=[application/json]}
2022-10-29T06:25:12.872Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c268f78a-abd4-4eff-88d7-75401da6fa63/model-vers/model-ver/d3c0d186-427b-4feb-a42b-9255f0bc0763?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-29T06:25:12.873Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c268f78a-abd4-4eff-88d7-75401da6fa63/model-vers/model-ver/d3c0d186-427b-4feb-a42b-9255f0bc0763?depth=0|INFO|500||InvokeReturn
2022-10-29T06:25:12.875Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-29T06:25:12.875Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||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-10-29T06:25:12.882Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-29T06:25:12.882Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 297e2029-e534-48a5-98d5-b46f2dda2f7a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-29T06:25:12.883Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-29T06:25:12.884Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:25:12.886Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:25:12.887Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "297e2029-e534-48a5-98d5-b46f2dda2f7a",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667024712883,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-29T06:25:12.987Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:25:12.989Z||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-10-29T06:25:12.989Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:25:13.019Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:25:13.020Z||pool-39-thread-1|||||INFO|500||cambria reply ok (32 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-10-29T06:25:13.900Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T06:25:13.901Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|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-10-29T06:25:13.901Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|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 2J288wt5UNHVm5nm) ...
2022-10-29T06:25:18.316Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:25:18.317Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-29T06:25:18.318Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"d510bcca-3157-4220-8e72-1a5f353d3360","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"e91bb8d6-2c76-41ca-8787-4c4f186081a4","serviceDescription":"service","serviceInvariantUUID":"3cb9cd17-efe5-443f-b8d7-10a8124dc5cb","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"53631a99-c038-424f-beb7-b86835ec2bff","resourceInvariantUUID":"848b1e06-77d8-4ba0-84eb-7a97ab3b0d8b","resourceCustomizationUUID":"87e82b75-f0cd-4da2-9167-5de891b5b1c7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"MjM0YTZjZjhlYmNhNjNhYjY0ZjBjOTA5ZjcwOWE2YzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e7ebcef4-94f2-47cc-842b-127e0c84a634","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"NDI3ZjQ0NWI2NzQ1N2U1MjRmYTUxMzRjZDVhNmVhNDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6d68bffb-eb28-48da-81af-7f434b182a5b","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"52823819-0052-4b57-8465-d2c484e49231","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0aa001c2-2638-4eaf-a263-01cbe9993865","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"70443ddc-f5ff-43b1-b0b8-65740367de49","artifactVersion":"2","generatedFromUUID":"52823819-0052-4b57-8465-d2c484e49231"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MmVkODRmMTkwNDJiMmJkMDQyZmI0MzAxNzYzY2IxNTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b3568b33-a20e-49c4-8355-d4d7244c4f39","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OTVlMDdjMzUyZmJkMzg5N2I3ZjZhMTZhNTM2MzA4ZGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2bb69ae1-d307-4aa6-a3fa-02f1bd4a29ea","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-29T06:25:18.320Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:25:18.320Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:25:18.322Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:25:18.323Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667024713900,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:25:18.423Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:25:18.424Z||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-10-29T06:25:18.424Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:25:18.442Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:25:18.444Z||pool-40-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:25:19.323Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:25:19.325Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:25:19.327Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:25:19.327Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667024713900,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-10-29T06:25:19.434Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-10-29T06:25:19.435Z||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-10-29T06:25:19.435Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:25:19.447Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:25:19.448Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:25:20.328Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:25:20.329Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:25:20.331Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:25:20.332Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667024713900,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-29T06:25:20.432Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:25:20.433Z||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-10-29T06:25:20.433Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:25:20.446Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:25:20.447Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:25:21.333Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:25:21.334Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:25:21.338Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:25:21.338Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667024713900,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:25:21.437Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-29T06:25:21.438Z||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-10-29T06:25:21.438Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:25:21.450Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:25:21.450Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:25:22.339Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:25:22.340Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:25:22.342Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:25:22.342Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667024713900,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-10-29T06:25:22.442Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:25:22.443Z||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-10-29T06:25:22.443Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:25:22.494Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:25:22.494Z||pool-44-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:25:23.343Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:25:23.344Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:25:23.346Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:25:23.346Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667024713900,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-29T06:25:23.447Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-29T06:25:23.447Z||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-10-29T06:25:23.448Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:25:23.458Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:25:23.459Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:25:24.347Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-29T06:25:24.349Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:25:24.352Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:25:24.352Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667024713900,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-29T06:25:24.452Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:25:24.453Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:25:24.453Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:25:24.464Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:25:24.465Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-29T06:25:25.354Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "e91bb8d6-2c76-41ca-8787-4c4f186081a4",
"serviceDescription": "service",
"serviceInvariantUUID": "3cb9cd17-efe5-443f-b8d7-10a8124dc5cb",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "87e82b75-f0cd-4da2-9167-5de891b5b1c7",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "53631a99-c038-424f-beb7-b86835ec2bff",
"resourceInvariantUUID": "848b1e06-77d8-4ba0-84eb-7a97ab3b0d8b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "NDI3ZjQ0NWI2NzQ1N2U1MjRmYTUxMzRjZDVhNmVhNDU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6d68bffb-eb28-48da-81af-7f434b182a5b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "52823819-0052-4b57-8465-d2c484e49231",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "70443ddc-f5ff-43b1-b0b8-65740367de49",
"generatedFromUUID": "52823819-0052-4b57-8465-d2c484e49231"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "70443ddc-f5ff-43b1-b0b8-65740367de49",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "OTVlMDdjMzUyZmJkMzg5N2I3ZjZhMTZhNTM2MzA4ZGY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2bb69ae1-d307-4aa6-a3fa-02f1bd4a29ea"
}
],
"workloadContext": "Production"
}
2022-10-29T06:25:25.354Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-29T06:25:25.355Z|297e2029-e534-48a5-98d5-b46f2dda2f7a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e91bb8d6-2c76-41ca-8787-4c4f186081a4 ASDC
2022-10-29T06:25:25.355Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:d510bcca-3157-4220-8e72-1a5f353d3360
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:e91bb8d6-2c76-41ca-8787-4c4f186081a4
ServiceInvariantUUID:3cb9cd17-efe5-443f-b8d7-10a8124dc5cb
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:2bb69ae1-d307-4aa6-a3fa-02f1bd4a29ea
ArtifactChecksum:OTVlMDdjMzUyZmJkMzg5N2I3ZjZhMTZhNTM2MzA4ZGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:87e82b75-f0cd-4da2-9167-5de891b5b1c7
ResourceInvariantUUID:848b1e06-77d8-4ba0-84eb-7a97ab3b0d8b
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:53631a99-c038-424f-beb7-b86835ec2bff
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:6d68bffb-eb28-48da-81af-7f434b182a5b
ArtifactChecksum:NDI3ZjQ0NWI2NzQ1N2U1MjRmYTUxMzRjZDVhNmVhNDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:52823819-0052-4b57-8465-d2c484e49231
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:70443ddc-f5ff-43b1-b0b8-65740367de49
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:70443ddc-f5ff-43b1-b0b8-65740367de49
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-29T06:25:25.356Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e91bb8d6-2c76-41ca-8787-4c4f186081a4 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-10-29T06:25:25.389Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-29T06:25:25.390Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-29T06:25:25.390Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-29T06:25:25.390Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2bb69ae1-d307-4aa6-a3fa-02f1bd4a29ea from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-29T06:25:25.390Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-29T06:25:25.391Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-29T06:25:25.473Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-29T06:25:25.477Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2bb69ae1-d307-4aa6-a3fa-02f1bd4a29ea 74793
2022-10-29T06:25:25.478Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-10-29T06:25:25.478Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-29T06:25:25.478Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-29T06:25:25.478Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-29T06:25:25.480Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-29T06:25:25.481Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d510bcca-3157-4220-8e72-1a5f353d3360",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667024725477,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-29T06:25:25.581Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-29T06:25:25.582Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-29T06:25:25.582Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2J288wt5UNHVm5nm) ...
2022-10-29T06:25:25.596Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T06:25:25.596Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-29T06:25:26.481Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-29T06:25:26.483Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-29T06:25:26.483Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 2bb69ae1-d307-4aa6-a3fa-02f1bd4a29ea, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-29T06:25:26.483Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-10-29T06:25:26.484Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-29T06:25:26.484Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-10-29T06:25:26.662Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9414522101272086578/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-10-29T06:25:27.870Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-29T06:25:27.871Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-29T06:25:27.871Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-29T06:25:27.871Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-29T06:25:27.871Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-29T06:25:27.871Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-29T06:25:27.871Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-29T06:25:27.871Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-29T06:25:27.871Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-29T06:25:27.872Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-29T06:25:27.872Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-29T06:25:27.872Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-29T06:25:27.872Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:25:27.872Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:25:27.872Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-29T06:25:27.873Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-29T06:25:27.873Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-29T06:25:27.873Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:25:27.873Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:25:27.873Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-29T06:25:27.873Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-29T06:25:27.874Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-29T06:25:27.874Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:25:27.874Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-29T06:25:27.874Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:25:27.874Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-29T06:25:27.874Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-10-29T06:25:27.875Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-10-29T06:25:27.875Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-10-29T06:25:27.875Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-29T06:25:27.875Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-29T06:25:27.875Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:25:27.875Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-29T06:25:27.876Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:25:27.876Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-29T06:25:27.876Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:25:27.876Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:25:27.876Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-29T06:25:27.876Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:25:27.876Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-29T06:25:27.877Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-29T06:25:27.877Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-29T06:25:27.877Z|d510bcca-3157-4220-8e72-1a5f353d3360|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery