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-06-10T09:03:22.702Z||main|||||INFO|500||The following profiles are active: basic
2022-06-10T09:03:45.534Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-10T09:03:45.536Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-10T09:03:45.749Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-10T09:03:52.981Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-10T09:03:53.809Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-10T09:03:54.831Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-10T09:03:54.863Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-10T09:03:55.065Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-10T09:03:55.483Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-10T09:03:56.778Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-10T09:04:00.127Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-10T09:04:04.455Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-10T09:04:04.560Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-10T09:04:05.538Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-10T09:04:05.926Z||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-06-10T09:04:08.406Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-10T09:04:10.410Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-10T09:04:10.442Z||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$$2538ded1.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-06-10T09:04:10.444Z||main|||||WARN|500||The sdc end point is not alive
2022-06-10T09:04:16.043Z||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-06-10T09:04:21.285Z||main|||||WARN|500||---
2022-06-10T09:04:21.286Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-10T09:04:21.286Z||main|||||WARN|500||---
2022-06-10T09:04:22.103Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-10T09:04:30.780Z||main|||||INFO|500||Started Application in 74.429 seconds (JVM running for 79.439)
2022-06-10T09:04:30.805Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-10T09:04:30.808Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-10T09:04:30.829Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-10T09:04:30.878Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-10T09:04:30.961Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 217e999a-9b95-4f9b-b9ac-a50bad71f671 url= /sdc/v1/artifactTypes
2022-06-10T09:04:30.961Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-10T09:04:31.410Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-10T09:04:31.454Z||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-06-10T09:04:31.482Z||scheduling-1|||||DEBUG|500||create keys
2022-06-10T09:04:31.497Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-10T09:04:31.540Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:04:31.563Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= df9226ee-7cbd-4279-abf3-7eea54800dc0 url= /sdc/v1/registerForDistribution
2022-06-10T09:04:31.917Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= df9226ee-7cbd-4279-abf3-7eea54800dc0 url= /sdc/v1/registerForDistribution
2022-06-10T09:04:31.918Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-10T09:04:31.936Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:04:31.946Z||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-06-10T09:04:31.947Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:04:31.948Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:04:31.950Z||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-06-10T09:04:31.950Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:04:31.957Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-10T09:04:42.367Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:04:42.387Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:05:31.931Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:05:31.933Z||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-06-10T09:05:31.933Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:05:31.944Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:05:31.946Z||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-06-10T09:05:31.946Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:05:41.516Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:05:41.532Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:06:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:06:31.932Z||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-06-10T09:06:31.933Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:06:31.944Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:06:31.946Z||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-06-10T09:06:31.946Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:06:41.515Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:06:41.517Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:07:31.932Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:07:31.939Z||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-06-10T09:07:32.041Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:07:32.041Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:07:32.042Z||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-06-10T09:07:32.042Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:07:41.615Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:07:41.615Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:08:31.931Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:08:31.933Z||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-06-10T09:08:31.933Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:08:31.944Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:08:31.946Z||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-06-10T09:08:31.946Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:08:41.518Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:08:41.542Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:09:31.931Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:09:31.934Z||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-06-10T09:09:31.935Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:09:31.945Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:09:31.947Z||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-06-10T09:09:31.947Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:09:41.509Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:09:41.512Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:10:31.931Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:10:31.933Z||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-06-10T09:10:31.934Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:10:31.944Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:10:31.946Z||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-06-10T09:10:31.947Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:10:41.502Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:10:41.506Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:11:31.931Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:11:31.933Z||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-06-10T09:11:31.933Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:11:31.949Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:11:31.964Z||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-06-10T09:11:31.965Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:11:41.502Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:11:41.581Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:12:31.931Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:12:31.932Z||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-06-10T09:12:31.933Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:12:31.945Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:12:31.946Z||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-06-10T09:12:31.947Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:12:41.566Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:12:41.566Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:13:22.911Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-10T09:13:31.931Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:13:31.934Z||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-06-10T09:13:31.935Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:13:31.945Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:13:31.947Z||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-06-10T09:13:31.947Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:13:41.488Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:13:41.490Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:14:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:14:31.934Z||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-06-10T09:14:31.934Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:14:31.948Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:14:31.949Z||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-06-10T09:14:31.950Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:14:41.523Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:14:41.527Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:15:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:15:31.932Z||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-06-10T09:15:31.933Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:15:31.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:15:31.947Z||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-06-10T09:15:31.947Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:15:41.530Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:15:41.534Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:16:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:16:31.932Z||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-06-10T09:16:31.933Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:16:31.946Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:16:31.947Z||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-06-10T09:16:31.947Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:16:41.511Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:16:41.517Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:17:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:17:31.932Z||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-06-10T09:17:31.932Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:17:31.944Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:17:31.947Z||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-06-10T09:17:31.947Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:17:41.506Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:17:41.521Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:18:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:18:31.932Z||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-06-10T09:18:31.932Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:18:31.944Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:18:31.946Z||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-06-10T09:18:31.946Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:18:41.503Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:18:41.505Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:19:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:19:31.932Z||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-06-10T09:19:31.933Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:19:31.945Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:19:31.946Z||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-06-10T09:19:31.946Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:19:41.544Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:19:41.566Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:20:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:20:31.932Z||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-06-10T09:20:31.932Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:20:31.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:20:31.946Z||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-06-10T09:20:31.946Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:20:41.502Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:20:41.502Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:21:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:21:31.932Z||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-06-10T09:21:31.933Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:21:31.944Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:21:31.946Z||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-06-10T09:21:31.946Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:21:41.496Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:21:41.522Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:22:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:22:31.934Z||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-06-10T09:22:31.934Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:22:31.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:22:31.947Z||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-06-10T09:22:31.947Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:22:41.540Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:22:41.558Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:23:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:23:31.934Z||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-06-10T09:23:31.935Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:23:31.944Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:23:31.947Z||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-06-10T09:23:31.948Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:23:41.524Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:23:41.525Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:24:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:24:31.932Z||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-06-10T09:24:31.932Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:24:31.944Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:24:31.946Z||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-06-10T09:24:31.946Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:24:41.485Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:24:41.530Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:25:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:25:31.932Z||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-06-10T09:25:31.932Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:25:31.944Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:25:31.946Z||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-06-10T09:25:31.946Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:25:41.527Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:25:41.527Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:26:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:26:31.932Z||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-06-10T09:26:31.932Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:26:31.944Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:26:31.945Z||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-06-10T09:26:31.946Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:26:41.498Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:26:41.515Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:27:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:27:31.932Z||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-06-10T09:27:31.932Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:27:31.944Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:27:31.946Z||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-06-10T09:27:31.946Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:27:41.496Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:27:41.498Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:28:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:28:31.932Z||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-06-10T09:28:31.933Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:28:31.944Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:28:31.946Z||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-06-10T09:28:31.946Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:28:41.505Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:28:41.519Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:29:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:29:31.932Z||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-06-10T09:29:31.933Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:29:31.944Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:29:31.945Z||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-06-10T09:29:31.946Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:29:41.494Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:29:41.504Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:30:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:30:31.932Z||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-06-10T09:30:31.932Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:30:31.944Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:30:31.946Z||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-06-10T09:30:31.946Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:30:41.505Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:30:41.508Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:31:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:31:31.932Z||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-06-10T09:31:31.933Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:31:31.944Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:31:31.946Z||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-06-10T09:31:31.946Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:31:41.540Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:31:41.541Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:32:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:32:31.935Z||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-06-10T09:32:31.935Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:32:31.944Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:32:31.946Z||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-06-10T09:32:31.946Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:32:41.530Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:32:41.530Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:33:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:33:31.933Z||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-06-10T09:33:31.933Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:33:31.944Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:33:31.947Z||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-06-10T09:33:31.948Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:33:41.521Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:33:41.526Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:34:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:34:31.932Z||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-06-10T09:34:31.932Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:34:31.945Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:34:31.946Z||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-06-10T09:34:31.947Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:34:41.538Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:34:41.546Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:35:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:35:31.933Z||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-06-10T09:35:31.934Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:35:31.944Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:35:31.945Z||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-06-10T09:35:31.945Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:35:41.525Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:35:41.533Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:36:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:36:31.932Z||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-06-10T09:36:31.932Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:36:31.947Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:36:31.948Z||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-06-10T09:36:31.948Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:36:41.505Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:36:41.511Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:37:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:37:31.932Z||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-06-10T09:37:31.932Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:37:31.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:37:31.946Z||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-06-10T09:37:31.946Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:37:41.504Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:37:41.534Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:38:31.934Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:38:31.936Z||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-06-10T09:38:31.936Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:38:31.944Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:38:31.946Z||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-06-10T09:38:31.946Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:38:41.507Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:38:41.509Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:39:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:39:31.932Z||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-06-10T09:39:31.932Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:39:31.944Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:39:31.946Z||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-06-10T09:39:31.946Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:39:41.509Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:39:41.510Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:40:31.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:40:31.933Z||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-06-10T09:40:31.933Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:40:31.944Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:40:31.946Z||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-06-10T09:40:31.946Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:40:41.498Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:40:41.527Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:41:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:41:31.932Z||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-06-10T09:41:31.932Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:41:31.944Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:41:31.946Z||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-06-10T09:41:31.946Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:41:41.503Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:41:41.512Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:42:31.932Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:42:31.935Z||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-06-10T09:42:31.935Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:42:31.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:42:31.946Z||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-06-10T09:42:31.947Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:42:41.503Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:42:41.542Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:43:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:43:31.933Z||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-06-10T09:43:31.933Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:43:31.944Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:43:31.946Z||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-06-10T09:43:31.946Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:43:41.504Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:43:41.556Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:44:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:44:31.932Z||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-06-10T09:44:31.932Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:44:31.944Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:44:31.946Z||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-06-10T09:44:31.948Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:44:41.506Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:44:41.506Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:45:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:45:31.933Z||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-06-10T09:45:31.938Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:45:31.944Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:45:31.945Z||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-06-10T09:45:31.946Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:45:41.503Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:45:41.561Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:46:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:46:31.935Z||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-06-10T09:46:31.939Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:46:31.944Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:46:31.945Z||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-06-10T09:46:31.946Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:46:41.519Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:46:41.522Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:47:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:47:31.932Z||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-06-10T09:47:31.932Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:47:31.944Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:47:31.946Z||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-06-10T09:47:31.946Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:47:41.519Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:47:41.523Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:48:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:48:31.932Z||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-06-10T09:48:31.933Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:48:31.948Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:48:31.949Z||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-06-10T09:48:31.950Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:48:41.511Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:48:41.570Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:49:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:49:31.932Z||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-06-10T09:49:31.932Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:49:31.944Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:49:31.946Z||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-06-10T09:49:31.946Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:49:41.497Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:49:41.516Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:50:31.931Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:50:31.932Z||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-06-10T09:50:31.933Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:50:31.944Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:50:31.945Z||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-06-10T09:50:31.946Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:50:33.017Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:50:33.019Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:50:33.020Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"66e32d64-0df6-4ded-8066-2eb4faa67287","serviceName":"vFW 2022-06-10 09-48-23","serviceVersion":"1.0","serviceUUID":"9bc6036b-267f-4f92-90a4-d3335251451e","serviceDescription":"catalog service description","serviceInvariantUUID":"8c873fad-a4b0-4929-9c89-ee636a7d5b72","resources":[{"resourceInstanceName":"vFW 9f27267c-c326 0","resourceName":"vFW 9f27267c-c326","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b3ba84f7-1fee-4ea7-ba1a-90f70eb475b9","resourceInvariantUUID":"6b4af2e9-3c40-4551-aa96-cdedbd763028","resourceCustomizationUUID":"9f273cff-11fc-4fb0-b69c-d5175e3ffce8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vf-license-model.xml","artifactChecksum":"OWNhOWQ3NDQyNmNmN2NjOGNmMWE0MTg4MTZmZTEyMzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"080acf89-b714-4484-b239-f24185d35a4b","artifactVersion":"1"},{"artifactName":"vfw9f27267cc3260_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json","artifactChecksum":"ZDAwOTMyMmFmODU5YWM1ODM1ZThjOTc2OTExYzM4YzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"aae00431-2c91-41da-b6ac-be531cccf408","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"97e5fae8-cd51-4cfc-a489-b37071154d9c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vendor-license-model.xml","artifactChecksum":"YjQ5ZmE2MTE2YzMwNTgwNjU3MDI4MWRiYmJlZDU2YmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"96213b7d-2577-46e3-b714-8a0f139b1f68","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"13bbf0b4-c8a3-4fd4-b22d-4d8ca0aaa564","artifactVersion":"2","generatedFromUUID":"97e5fae8-cd51-4cfc-a489-b37071154d9c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220610094823-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-template.yml","artifactChecksum":"N2FjNWViZWQ2ZTFkNjllZWZiZDQ5NmQ1MjMwZDk0MzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d1c0bd13-1f67-4c99-8c6e-45351a1971d7","artifactVersion":"1"},{"artifactName":"service-Vfw20220610094823-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar","artifactChecksum":"ZjUyMWM0YzUyMTY0ZTM1MDlkYzNiNGQwNWNhMDAyZmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"32ad789f-16bc-44eb-8839-98ea2328fb36","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-10T09:50:33.037Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T09:50:33.052Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-10T09:50:33.072Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T09:50:33.072Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854631931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:50:33.173Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-06-10T09:50:33.181Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-10T09:50:33.181Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T09:50:33.207Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:50:33.208Z||pool-3-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":5,"count":1}
2022-06-10T09:50:33.355Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:50:33.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-10T09:50:33.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854631931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:50:33.402Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-06-10T09:50:34.083Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T09:50:34.084Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-10T09:50:34.089Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T09:50:34.089Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854631931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json",
"status": "NOTIFIED"
}
2022-06-10T09:50:34.188Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-10T09:50:34.190Z||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-06-10T09:50:34.190Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T09:50:34.218Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:50:34.221Z||pool-4-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-10T09:50:35.090Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T09:50:35.093Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-10T09:50:35.096Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T09:50:35.097Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854631931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-10T09:50:35.199Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-10T09:50:35.201Z||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-06-10T09:50:35.201Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T09:50:35.218Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:50:35.219Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-10T09:50:36.103Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T09:50:36.104Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-10T09:50:36.107Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T09:50:36.107Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854631931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:50:36.208Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-10T09:50:36.209Z||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-06-10T09:50:36.210Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T09:50:36.227Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:50:36.228Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-10T09:50:37.109Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T09:50:37.110Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-10T09:50:37.113Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T09:50:37.113Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854631931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-10T09:50:37.213Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T09:50:37.215Z||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-06-10T09:50:37.216Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T09:50:37.236Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:50:37.237Z||pool-7-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-10T09:50:38.115Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T09:50:38.115Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-10T09:50:38.119Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T09:50:38.120Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854631931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:50:38.219Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-10T09:50:38.222Z||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-06-10T09:50:38.223Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T09:50:38.245Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:50:38.245Z||pool-8-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-10T09:50:39.120Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T09:50:39.123Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-10T09:50:39.126Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T09:50:39.126Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854631931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T09:50:39.226Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-10T09:50:39.228Z||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-06-10T09:50:39.228Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T09:50:39.247Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:50:39.248Z||pool-9-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-10T09:50:40.129Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"serviceName": "vFW 2022-06-10 09-48-23",
"serviceVersion": "1.0",
"serviceUUID": "9bc6036b-267f-4f92-90a4-d3335251451e",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "8c873fad-a4b0-4929-9c89-ee636a7d5b72",
"resources": [
{
"resourceInstanceName": "vFW 9f27267c-c326 0",
"resourceCustomizationUUID": "9f273cff-11fc-4fb0-b69c-d5175e3ffce8",
"resourceName": "vFW 9f27267c-c326",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b3ba84f7-1fee-4ea7-ba1a-90f70eb475b9",
"resourceInvariantUUID": "6b4af2e9-3c40-4551-aa96-cdedbd763028",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw9f27267cc3260_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json",
"artifactChecksum": "ZDAwOTMyMmFmODU5YWM1ODM1ZThjOTc2OTExYzM4YzA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "aae00431-2c91-41da-b6ac-be531cccf408",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "97e5fae8-cd51-4cfc-a489-b37071154d9c",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "13bbf0b4-c8a3-4fd4-b22d-4d8ca0aaa564",
"generatedFromUUID": "97e5fae8-cd51-4cfc-a489-b37071154d9c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "13bbf0b4-c8a3-4fd4-b22d-4d8ca0aaa564",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220610094823-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar",
"artifactChecksum": "ZjUyMWM0YzUyMTY0ZTM1MDlkYzNiNGQwNWNhMDAyZmE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "32ad789f-16bc-44eb-8839-98ea2328fb36"
}
],
"workloadContext": "Production"
}
2022-06-10T09:50:40.131Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-10T09:50:40.132Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9bc6036b-267f-4f92-90a4-d3335251451e ASDC
2022-06-10T09:50:40.334Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:66e32d64-0df6-4ded-8066-2eb4faa67287
ServiceName:vFW 2022-06-10 09-48-23
ServiceVersion:1.0
ServiceUUID:9bc6036b-267f-4f92-90a4-d3335251451e
ServiceInvariantUUID:8c873fad-a4b0-4929-9c89-ee636a7d5b72
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220610094823-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar
ArtifactUUID:32ad789f-16bc-44eb-8839-98ea2328fb36
ArtifactChecksum:ZjUyMWM0YzUyMTY0ZTM1MDlkYzNiNGQwNWNhMDAyZmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9f27267c-c326 0
ResourceCustomizationUUID:9f273cff-11fc-4fb0-b69c-d5175e3ffce8
ResourceInvariantUUID:6b4af2e9-3c40-4551-aa96-cdedbd763028
ResourceName:vFW 9f27267c-c326
ResourceType:VF
ResourceUUID:b3ba84f7-1fee-4ea7-ba1a-90f70eb475b9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9f27267cc3260_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json
ArtifactUUID:aae00431-2c91-41da-b6ac-be531cccf408
ArtifactChecksum:ZDAwOTMyMmFmODU5YWM1ODM1ZThjOTc2OTExYzM4YzA=
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/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml
ArtifactUUID:97e5fae8-cd51-4cfc-a489-b37071154d9c
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/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env
ArtifactUUID:13bbf0b4-c8a3-4fd4-b22d-4d8ca0aaa564
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/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env
ArtifactUUID:13bbf0b4-c8a3-4fd4-b22d-4d8ca0aaa564
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-10T09:50:40.335Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9bc6036b-267f-4f92-90a4-d3335251451e 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-06-10T09:50:40.758Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-10T09:50:40.760Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-10T09:50:40.763Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-10T09:50:40.763Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 32ad789f-16bc-44eb-8839-98ea2328fb36 from URL: /sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar
2022-06-10T09:50:40.763Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-10T09:50:40.766Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar
2022-06-10T09:50:41.045Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-10T09:50:41.070Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar 32ad789f-16bc-44eb-8839-98ea2328fb36 99061
2022-06-10T09:50:41.072Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar ASDC sendASDCNotification
2022-06-10T09:50:41.072Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar
2022-06-10T09:50:41.073Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T09:50:41.074Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-10T09:50:41.078Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T09:50:41.078Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854641070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T09:50:41.178Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T09:50:41.179Z||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-06-10T09:50:41.179Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T09:50:41.194Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:50:41.195Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-10T09:50:42.079Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-10T09:50:42.083Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-10T09:50:42.084Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 32ad789f-16bc-44eb-8839-98ea2328fb36, URL: /sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar to file: /app/ASDC/1/service-Vfw20220610094823-csar.csar
2022-06-10T09:50:42.085Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220610094823-csar.csar
2022-06-10T09:50:42.207Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220610094823-csar.csar
2022-06-10T09:50:42.207Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220610094823-csar.csar
2022-06-10T09:50:43.487Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15377913643223105525/Definitions/service-Vfw20220610094823-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-06-10T09:50:48.263Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-10T09:50:48.278Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-10T09:50:48.279Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220610094823-csar.csar
2022-06-10T09:50:48.279Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-10T09:50:48.279Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220610094823-csar.csar
2022-06-10T09:50:48.280Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220610094823-csar.csar
2022-06-10T09:50:48.280Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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-Vfw20220610094823-csar.csar
2022-06-10T09:50:48.280Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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-Vfw20220610094823-csar.csar
2022-06-10T09:50:48.281Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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-Vfw20220610094823-csar.csar
2022-06-10T09:50:48.281Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220610094823-csar.csar
2022-06-10T09:50:48.281Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9f27267c-c326 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220610094823-csar.csar
2022-06-10T09:50:48.282Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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-Vfw20220610094823-csar.csar
2022-06-10T09:50:48.282Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220610094823-csar.csar
2022-06-10T09:50:48.282Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220610094823-csar.csar
2022-06-10T09:50:48.283Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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-Vfw20220610094823-csar.csar
2022-06-10T09:50:48.283Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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-Vfw20220610094823-csar.csar
2022-06-10T09:50:48.283Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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-Vfw20220610094823-csar.csar
2022-06-10T09:50:48.283Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-10T09:50:48.304Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:50:48.308Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-10 09-48-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T09:50:48.316Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vFW 9f27267c-c326 0 is matching search criteria
2022-06-10T09:50:48.316Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-10T09:50:48.323Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9f27267c-c326 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-10T09:50:48.327Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:50:48.328Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-10 09-48-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T09:50:48.328Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vFW 9f27267c-c326 0 is matching search criteria
2022-06-10T09:50:48.328Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-10T09:50:48.329Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9f27267c-c326 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-10T09:50:48.329Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:50:48.330Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-10 09-48-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T09:50:48.337Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:50:48.338Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vFW 9f27267c-c326 0 is not matching search criteria
2022-06-10T09:50:48.338Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-10T09:50:48.338Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-10T09:50:48.339Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-10T09:50:48.339Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-10T09:50:48.340Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-10T09:50:48.340Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-10T09:50:48.340Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-10T09:50:48.341Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-10T09:50:48.341Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-10T09:50:48.341Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-10T09:50:48.342Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-10T09:50:48.342Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-10T09:50:48.343Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-10T09:50:48.343Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-10T09:50:48.346Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-10T09:50:48.347Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-10T09:50:48.348Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:50:48.348Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-10 09-48-23 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-10T09:50:48.351Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:50:48.351Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vFW 9f27267c-c326 0 is matching search criteria
2022-06-10T09:50:48.352Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9f27267c-c326 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T09:50:48.352Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:50:48.353Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vFW 9f27267c-c326 0 is matching search criteria
2022-06-10T09:50:48.353Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9f27267c-c326 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T09:50:48.354Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:50:48.354Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vFW 9f27267c-c326 0 is matching search criteria
2022-06-10T09:50:48.354Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9f27267c-c326 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T09:50:48.355Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:50:48.355Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vFW 9f27267c-c326 0 is not matching search criteria
2022-06-10T09:50:48.356Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-10T09:50:48.356Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-10T09:50:48.356Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-10T09:50:48.357Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-10T09:50:48.357Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-10T09:50:48.357Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-10T09:50:48.357Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-10T09:50:48.358Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-10T09:50:48.358Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-10T09:50:48.358Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-10T09:50:48.359Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-10T09:50:48.366Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=684f0eb7-9157-46d5-beac-c41341879fc2
2022-06-10T09:50:48.367Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:50:48.367Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vFW 9f27267c-c326 0 is not matching search criteria
2022-06-10T09:50:48.367Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-10T09:50:48.368Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-10T09:50:48.368Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-10T09:50:48.368Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-10T09:50:48.369Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-10T09:50:48.369Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-10T09:50:48.369Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-10T09:50:48.370Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-10T09:50:48.370Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-10T09:50:48.371Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-10T09:50:48.371Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-10T09:50:48.371Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-10T09:50:48.371Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3678b093-caeb-47f2-8eac-7154d40a310e
2022-06-10T09:50:48.372Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:50:48.372Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vFW 9f27267c-c326 0 is not matching search criteria
2022-06-10T09:50:48.373Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-10T09:50:48.373Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-10T09:50:48.373Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-10T09:50:48.374Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-10T09:50:48.374Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-10T09:50:48.374Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-10T09:50:48.375Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-10T09:50:48.375Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-10T09:50:48.375Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-10T09:50:48.375Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-10T09:50:48.376Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-10T09:50:48.376Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-10T09:50:48.376Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=31cfb8c1-ee5c-4022-a7a3-b26c7ba05545
2022-06-10T09:50:48.377Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:50:48.377Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-10 09-48-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T09:50:48.377Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:50:48.378Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-10 09-48-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T09:50:48.378Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:50:48.378Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-10 09-48-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T09:50:48.379Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:50:48.379Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-10 09-48-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T09:50:48.379Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-10 09-48-23
Description:catalog service description
Model UUID:9bc6036b-267f-4f92-90a4-d3335251451e
Model Version:NULL
Model InvariantUuid:8c873fad-a4b0-4929-9c89-ee636a7d5b72
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 9f27267c-c326
Model UUID:db37539c-72b1-449e-a2f2-33d42c97979c
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6b4af2e9-3c40-4551-aa96-cdedbd763028
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9f273cff-11fc-4fb0-b69c-d5175e3ffce8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:496d5ef9-d845-4f6b-9eab-000c298f6e24
ModelName:Vfw9f27267cC326..base_vfw..module-0
ModelUuid:e48c0163-c784-49c5-96c8-b5b276c65058
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:684f0eb7-9157-46d5-beac-c41341879fc2
ModelInvariantUuid:37fcf116-efdf-47f8-8730-3b0dc4c4b108
ModelName:vFW 9f27267c-c326-nodes.vfwCvfc
ModelUuid:ec188980-13c0-447e-9652-7d95f89fed85
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:cafbf1a4-15af-4e2f-800f-cebea0b0853b
ModelInvariantUuid:7c818e72-870d-4550-85c2-5384ab4fe78b
ModelName:Vfw9f27267cC326.compute.nodes.heat.vfw
ModelUuid:42b49615-6826-429b-82f4-1423718571db
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:3678b093-caeb-47f2-8eac-7154d40a310e
ModelInvariantUuid:8004d1d6-2880-44f2-b543-4b648ccef527
ModelName:vFW 9f27267c-c326-nodes.vsnCvfc
ModelUuid:d29ec8f9-31d3-4459-b0e2-e69f532ac39e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:837681c7-b501-4a17-8bd7-bf055a27fbd6
ModelInvariantUuid:1cfc9151-42ac-4825-bb7e-68740d726009
ModelName:Vfw9f27267cC326.compute.nodes.heat.vsn
ModelUuid:297d26a8-e27b-4c31-a12d-3d48f55d95c4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:31cfb8c1-ee5c-4022-a7a3-b26c7ba05545
ModelInvariantUuid:44374935-482e-4794-ae9a-91707d253256
ModelName:vFW 9f27267c-c326-nodes.vpgCvfc
ModelUuid:af8684ff-f899-48f7-8d47-0195cc8fa693
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:bffcba0f-91fd-44c7-9505-90db665b70c0
ModelInvariantUuid:49764fba-3a9d-46fb-8ca5-29cae7a9e056
ModelName:Vfw9f27267cC326.compute.nodes.heat.vpg
ModelUuid:caa0a35e-68f5-4f20-a730-6086ec416993
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-06-10T09:50:48.420Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: b3ba84f7-1fee-4ea7-ba1a-90f70eb475b9
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-06-10T09:50:48.600Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||vFW 9f27267c-c326 0
2022-06-10T09:50:48.614Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b3ba84f7-1fee-4ea7-ba1a-90f70eb475b9
2022-06-10T09:50:48.615Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: aae00431-2c91-41da-b6ac-be531cccf408 from URL: /sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json
2022-06-10T09:50:48.615Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-10T09:50:48.615Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json
2022-06-10T09:50:48.885Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-10T09:50:48.886Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json aae00431-2c91-41da-b6ac-be531cccf408 785
2022-06-10T09:50:48.887Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json ASDC sendASDCNotification
2022-06-10T09:50:48.887Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json
2022-06-10T09:50:48.887Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T09:50:48.888Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-10T09:50:48.892Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T09:50:48.893Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854648886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-10T09:50:48.993Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T09:50:48.995Z||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-06-10T09:50:48.995Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T09:50:49.029Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:50:49.029Z||pool-11-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-06-10T09:50:49.895Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw9f27267cC326..base_vfw..module-0",
"vfModuleModelInvariantUUID": "496d5ef9-d845-4f6b-9eab-000c298f6e24",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e48c0163-c784-49c5-96c8-b5b276c65058",
"vfModuleModelCustomizationUUID": "64fd6cd3-029f-4599-82c0-f58a403aab60",
"isBase": true,
"artifacts": [
"97e5fae8-cd51-4cfc-a489-b37071154d9c",
"13bbf0b4-c8a3-4fd4-b22d-4d8ca0aaa564"
],
"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-06-10T09:50:49.919Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9f27267cC326..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e48c0163-c784-49c5-96c8-b5b276c65058
VfModuleModelInvariantUUID:496d5ef9-d845-4f6b-9eab-000c298f6e24
VfModuleModelDescription:NULL
Artifacts UUID List:{
97e5fae8-cd51-4cfc-a489-b37071154d9c
,
13bbf0b4-c8a3-4fd4-b22d-4d8ca0aaa564
}
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-06-10T09:50:49.928Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw9f27267cC326..base_vfw..module-0",
"vfModuleModelInvariantUUID": "496d5ef9-d845-4f6b-9eab-000c298f6e24",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e48c0163-c784-49c5-96c8-b5b276c65058",
"vfModuleModelCustomizationUUID": "64fd6cd3-029f-4599-82c0-f58a403aab60",
"isBase": true,
"artifacts": [
"97e5fae8-cd51-4cfc-a489-b37071154d9c",
"13bbf0b4-c8a3-4fd4-b22d-4d8ca0aaa564"
],
"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-06-10T09:50:49.929Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9f27267cC326..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e48c0163-c784-49c5-96c8-b5b276c65058
VfModuleModelInvariantUUID:496d5ef9-d845-4f6b-9eab-000c298f6e24
VfModuleModelDescription:NULL
Artifacts UUID List:{
97e5fae8-cd51-4cfc-a489-b37071154d9c
,
13bbf0b4-c8a3-4fd4-b22d-4d8ca0aaa564
}
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-06-10T09:50:49.929Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 97e5fae8-cd51-4cfc-a489-b37071154d9c from URL: /sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml
2022-06-10T09:50:49.929Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-10T09:50:49.929Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml
2022-06-10T09:50:50.203Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-10T09:50:50.205Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml 97e5fae8-cd51-4cfc-a489-b37071154d9c 20368
2022-06-10T09:50:50.206Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-10T09:50:50.206Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml
2022-06-10T09:50:50.206Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T09:50:50.206Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-10T09:50:50.209Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T09:50:50.209Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854650205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-10T09:50:50.309Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T09:50:50.310Z||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-06-10T09:50:50.311Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T09:50:50.340Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:50:50.341Z||pool-12-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-10T09:50:51.210Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 13bbf0b4-c8a3-4fd4-b22d-4d8ca0aaa564 from URL: /sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env
2022-06-10T09:50:51.211Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-10T09:50:51.211Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env
2022-06-10T09:50:51.460Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-10T09:50:51.461Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env 13bbf0b4-c8a3-4fd4-b22d-4d8ca0aaa564 2098
2022-06-10T09:50:51.462Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-10T09:50:51.462Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env
2022-06-10T09:50:51.462Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T09:50:51.463Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-10T09:50:51.467Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T09:50:51.467Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854651462,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-10T09:50:51.567Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-10T09:50:51.568Z||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-06-10T09:50:51.569Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T09:50:51.589Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:50:51.590Z||pool-13-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-10T09:50:52.468Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 9bc6036b-267f-4f92-90a4-d3335251451e
2022-06-10T09:50:52.469Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9f27267c-c326 0 b3ba84f7-1fee-4ea7-ba1a-90f70eb475b9 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-06-10T09:50:52.562Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41e68a92, org.onap.sdc.toscaparser.api.parameters.Input@17668190, org.onap.sdc.toscaparser.api.parameters.Input@98b79c0, org.onap.sdc.toscaparser.api.parameters.Input@14a63b00, org.onap.sdc.toscaparser.api.parameters.Input@6161911c]
2022-06-10T09:50:52.570Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:50:52.570Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-10 09-48-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T09:50:52.571Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-06-10T09:50:52.571Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 9f273cff-11fc-4fb0-b69c-d5175e3ffce8
2022-06-10T09:50:52.572Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9f273cff-11fc-4fb0-b69c-d5175e3ffce8 matches Tosca VF Customization UUID: 9f273cff-11fc-4fb0-b69c-d5175e3ffce8
2022-06-10T09:50:52.573Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 9f273cff-11fc-4fb0-b69c-d5175e3ffce8 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-06-10T09:50:52.587Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:50:52.587Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-10 09-48-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T09:50:52.590Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 9f273cff-11fc-4fb0-b69c-d5175e3ffce8: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-10T09:50:52.591Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7dd09a07
2022-06-10T09:50:52.592Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:50:52.592Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-10 09-48-23 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-10T09:50:52.593Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 64fd6cd3-029f-4599-82c0-f58a403aab60
2022-06-10T09:50:52.596Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 64fd6cd3-029f-4599-82c0-f58a403aab60
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-06-10T09:50:52.607Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:50:52.608Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vFW 9f27267c-c326 0 is matching search criteria
2022-06-10T09:50:52.608Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9f27267c-c326 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T09:50:52.609Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:50:52.610Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vFW 9f27267c-c326 0 is matching search criteria
2022-06-10T09:50:52.610Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9f27267c-c326 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T09:50:52.611Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:50:52.611Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vFW 9f27267c-c326 0 is not matching search criteria
2022-06-10T09:50:52.612Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-10T09:50:52.612Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-10T09:50:52.612Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-10T09:50:52.613Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-10T09:50:52.613Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-10T09:50:52.613Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-10T09:50:52.614Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-10T09:50:52.614Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-10T09:50:52.615Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-10T09:50:52.615Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-10T09:50:52.616Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-10T09:50:52.616Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=684f0eb7-9157-46d5-beac-c41341879fc2
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-06-10T09:50:52.629Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:50:52.630Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vFW 9f27267c-c326 0 is matching search criteria
2022-06-10T09:50:52.630Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9f27267c-c326 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T09:50:52.631Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:50:52.632Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vFW 9f27267c-c326 0 is not matching search criteria
2022-06-10T09:50:52.632Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-10T09:50:52.632Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-10T09:50:52.633Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-10T09:50:52.633Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-10T09:50:52.633Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-10T09:50:52.634Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-10T09:50:52.634Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-10T09:50:52.635Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-10T09:50:52.635Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-10T09:50:52.636Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-10T09:50:52.636Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-10T09:50:52.637Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-10T09:50:52.637Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3678b093-caeb-47f2-8eac-7154d40a310e
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-06-10T09:50:52.642Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:50:52.643Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vFW 9f27267c-c326 0 is matching search criteria
2022-06-10T09:50:52.643Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9f27267c-c326 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T09:50:52.648Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:50:52.648Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vFW 9f27267c-c326 0 is not matching search criteria
2022-06-10T09:50:52.649Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-10T09:50:52.649Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-10T09:50:52.650Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-10T09:50:52.650Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-10T09:50:52.651Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-10T09:50:52.651Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-10T09:50:52.651Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-10T09:50:52.652Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-10T09:50:52.652Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-10T09:50:52.653Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-10T09:50:52.653Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-10T09:50:52.654Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-10T09:50:52.654Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=31cfb8c1-ee5c-4022-a7a3-b26c7ba05545
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-06-10T09:50:52.659Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:50:52.660Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vFW 9f27267c-c326 0 is matching search criteria
2022-06-10T09:50:52.660Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9f27267c-c326 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T09:50:52.661Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:50:52.661Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Node template vFW 9f27267c-c326 0 is matching search criteria
2022-06-10T09:50:52.661Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 9f27267c-c326 0] matching following query criteria: sdcType=VF, customizationUUID=9f273cff-11fc-4fb0-b69c-d5175e3ffce8
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-06-10T09:50:52.667Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:50:52.668Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-10 09-48-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T09:50:52.668Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 9bc6036b-267f-4f92-90a4-d3335251451e: vFW 9f27267c-c326
2022-06-10T09:50:52.669Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:50:52.669Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-10 09-48-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T09:50:52.669Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:50:52.670Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-10 09-48-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T09:50:52.670Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:50:52.670Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-10 09-48-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T09:50:52.671Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:50:52.671Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-10 09-48-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T09:50:52.671Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:50:52.671Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-10 09-48-23 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T09:50:52.672Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-06-10 09-48-23
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-06-10T09:50:53.230Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9f27267c-c326 b3ba84f7-1fee-4ea7-ba1a-90f70eb475b9 1 ASDC deployResourceStructure
2022-06-10T09:50:53.231Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json ASDC sendASDCNotification
2022-06-10T09:50:53.231Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json
2022-06-10T09:50:53.231Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T09:50:53.232Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-10T09:50:53.238Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T09:50:53.270Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854653231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json",
"status": "DEPLOY_OK"
}
2022-06-10T09:50:53.337Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 64 ms
2022-06-10T09:50:53.341Z||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-06-10T09:50:53.342Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T09:50:53.361Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:50:53.362Z||pool-14-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-10T09:50:54.273Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-10T09:50:54.274Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml
2022-06-10T09:50:54.274Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T09:50:54.274Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-10T09:50:54.295Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T09:50:54.295Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854654273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-10T09:50:54.392Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-10T09:50:54.394Z||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-06-10T09:50:54.394Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T09:50:54.421Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:50:54.422Z||pool-15-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-10T09:50:55.296Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-10T09:50:55.298Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env
2022-06-10T09:50:55.298Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T09:50:55.298Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-10T09:50:55.301Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T09:50:55.301Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854655296,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-10T09:50:55.402Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-10T09:50:55.407Z||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-06-10T09:50:55.407Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T09:50:55.434Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:50:55.435Z||pool-16-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-06-10T09:50:56.303Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar ASDC sendASDCNotification
2022-06-10T09:50:56.304Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar
2022-06-10T09:50:56.304Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T09:50:56.304Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-10T09:50:56.308Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T09:50:56.308Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854656302,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-10T09:50:56.408Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T09:50:56.410Z||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-06-10T09:50:56.411Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T09:50:56.428Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:50:56.429Z||pool-17-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-10T09:50:57.309Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66e32d64-0df6-4ded-8066-2eb4faa67287
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-10T09:50:57.345Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66e32d64-0df6-4ded-8066-2eb4faa67287
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-06-10T09:50:57.349Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T09:50:57.350Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-10T09:50:57.350Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-10T09:51:27.350Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66e32d64-0df6-4ded-8066-2eb4faa67287
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-10T09:51:27.371Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66e32d64-0df6-4ded-8066-2eb4faa67287
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-06-10T09:51:27.375Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T09:51:27.376Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-10T09:51:27.376Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-10T09:51:31.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:51:31.946Z||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-06-10T09:51:31.946Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:51:31.991Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:51:31.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-10T09:51:31.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "ves-openapi-manager",
"timestamp": 1654854626180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:51:31.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-06-10T09:51:57.376Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66e32d64-0df6-4ded-8066-2eb4faa67287
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-10T09:51:57.409Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66e32d64-0df6-4ded-8066-2eb4faa67287
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-06-10T09:51:57.415Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T09:51:57.415Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-10T09:51:57.415Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-10T09:52:27.417Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66e32d64-0df6-4ded-8066-2eb4faa67287
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-10T09:52:27.433Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66e32d64-0df6-4ded-8066-2eb4faa67287
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-06-10T09:52:27.437Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T09:52:27.437Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-10T09:52:27.437Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-10T09:52:31.945Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:52:31.948Z||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-06-10T09:52:31.948Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:52:32.011Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:52:32.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:52:32.012Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "aai-ml",
"timestamp": 1654854624028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:52:32.015Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:52:32.016Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:52:32.016Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "cds",
"timestamp": 1654854628810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:52:32.016Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:52:32.017Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:52:32.017Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "policy-id",
"timestamp": 1654854631326,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:52:32.017Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:52:57.438Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66e32d64-0df6-4ded-8066-2eb4faa67287
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-10T09:52:57.512Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66e32d64-0df6-4ded-8066-2eb4faa67287
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-06-10T09:52:57.521Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T09:52:57.522Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-10T09:52:57.522Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-10T09:53:27.523Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66e32d64-0df6-4ded-8066-2eb4faa67287
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-10T09:53:27.542Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66e32d64-0df6-4ded-8066-2eb4faa67287
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-06-10T09:53:27.547Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T09:53:27.547Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-10T09:53:27.548Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-10T09:53:31.944Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:53:31.946Z||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-06-10T09:53:31.946Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:53:32.486Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:53:32.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "ves-openapi-manager",
"timestamp": 1654854626180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:53:32.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854631931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json",
"status": "NOTIFIED"
}
2022-06-10T09:53:32.518Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "aai-ml",
"timestamp": 1654854624028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:53:32.518Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "cds",
"timestamp": 1654854628810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:53:32.519Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "policy-id",
"timestamp": 1654854631326,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:53:32.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854631931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-10T09:53:32.522Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.522Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.522Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "ves-openapi-manager",
"timestamp": 1654854626180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:53:32.522Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.523Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "aai-ml",
"timestamp": 1654854624028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:53:32.523Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "cds",
"timestamp": 1654854628810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:53:32.524Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "policy-id",
"timestamp": 1654854631326,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-10T09:53:32.525Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854631931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:53:32.526Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "ves-openapi-manager",
"timestamp": 1654854626180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:53:32.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "aai-ml",
"timestamp": 1654854624028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:53:32.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "cds",
"timestamp": 1654854628810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:53:32.528Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "policy-id",
"timestamp": 1654854631326,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:53:32.529Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854631931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-10T09:53:32.529Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "ves-openapi-manager",
"timestamp": 1654854626180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:53:32.530Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "aai-ml",
"timestamp": 1654854624028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:53:32.531Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654854635786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:53:32.531Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "cds",
"timestamp": 1654854628810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:53:32.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "policy-id",
"timestamp": 1654854631326,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:53:32.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "ves-openapi-manager",
"timestamp": 1654854626180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:53:32.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854631931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:53:32.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "aai-ml",
"timestamp": 1654854624028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:53:32.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654854635786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:53:32.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "policy-id",
"timestamp": 1654854631326,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:53:32.537Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "cds",
"timestamp": 1654854628810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:53:32.538Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "clamp",
"timestamp": 1654854637919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:53:32.538Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "ves-openapi-manager",
"timestamp": 1654854626180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:53:32.539Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854631931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T09:53:32.540Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "aai-ml",
"timestamp": 1654854624028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T09:53:32.540Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654854635786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:53:32.541Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "cds",
"timestamp": 1654854628810,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T09:53:32.542Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "policy-id",
"timestamp": 1654854631326,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T09:53:32.543Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "clamp",
"timestamp": 1654854637919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json",
"status": "NOTIFIED"
}
2022-06-10T09:53:32.544Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654854635786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:53:32.544Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "cds",
"timestamp": 1654854640652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T09:53:32.546Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:53:32.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "clamp",
"timestamp": 1654854637919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:53:32.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "aai-ml",
"timestamp": 1654854640431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T09:53:32.547Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:53:32.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "policy-id",
"timestamp": 1654854640664,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T09:53:32.548Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:53:32.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854641070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T09:53:32.548Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:53:32.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654854635786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:53:32.549Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "clamp",
"timestamp": 1654854637919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:53:32.549Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "cds",
"timestamp": 1654854641675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-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-06-10T09:53:32.566Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 66e32d64-0df6-4ded-8066-2eb4faa67287
2022-06-10T09:53:32.568Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66e32d64-0df6-4ded-8066-2eb4faa67287 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-06-10T09:53:32.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "policy-id",
"timestamp": 1654854641677,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-10T09:53:32.589Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:53:32.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654854635786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:53:32.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "clamp",
"timestamp": 1654854637919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:53:32.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "policy-id",
"timestamp": 1654854642683,
"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-06-10T09:53:32.602Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 66e32d64-0df6-4ded-8066-2eb4faa67287
2022-06-10T09:53:32.603Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66e32d64-0df6-4ded-8066-2eb4faa67287 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-06-10T09:53:32.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654854641925,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:53:32.623Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.623Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.624Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654854635786,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T09:53:32.624Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.624Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.625Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "clamp",
"timestamp": 1654854637919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:53:32.625Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.626Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.626Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654854641925,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json",
"status": "NOTIFIED"
}
2022-06-10T09:53:32.626Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.627Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.627Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654854643972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T09:53:32.628Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:53:32.628Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.628Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "clamp",
"timestamp": 1654854637919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T09:53:32.628Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.629Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.629Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654854641925,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-10T09:53:32.631Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654854641925,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:53:32.632Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.632Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.632Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654854641925,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-10T09:53:32.633Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.633Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.633Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654854641925,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:53:32.634Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.634Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.635Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654854641925,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T09:53:32.635Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-06-10T09:53:32.636Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.636Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854648886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-10T09:53:32.637Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:53:32.637Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.637Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854650205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-10T09:53:32.638Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:53:32.638Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.639Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654854650084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-10T09:53:32.639Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:53:32.639Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.640Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654854651262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-10T09:53:32.640Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:53:32.641Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.641Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854651462,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-10T09:53:32.641Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:53:32.642Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.642Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654854652455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-10T09:53:32.642Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:53:32.642Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.643Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854653231,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json",
"status": "DEPLOY_OK"
}
2022-06-10T09:53:32.643Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:53:32.643Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.644Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654854653593,
"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-06-10T09:53:32.655Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 66e32d64-0df6-4ded-8066-2eb4faa67287
2022-06-10T09:53:32.656Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66e32d64-0df6-4ded-8066-2eb4faa67287 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-10T09:53:32.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "clamp",
"timestamp": 1654854654153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T09:53:32.676Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:53:32.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854654273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-10T09:53:32.677Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:53:32.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654854653980,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-10T09:53:32.678Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:53:32.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654854654602,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/vfw9f27267cc3260_modules.json",
"status": "DEPLOY_OK"
}
2022-06-10T09:53:32.679Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:53:32.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854655296,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/resourceInstances/vfw9f27267cc3260/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-10T09:53:32.680Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:53:32.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654854654991,
"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-06-10T09:53:32.693Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 66e32d64-0df6-4ded-8066-2eb4faa67287
2022-06-10T09:53:32.694Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66e32d64-0df6-4ded-8066-2eb4faa67287 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-06-10T09:53:32.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "clamp",
"timestamp": 1654854656168,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-10T09:53:32.711Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:53:32.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854656302,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-10T09:53:32.712Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:53:32.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "clamp",
"timestamp": 1654854657178,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-10T09:53:32.722Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 66e32d64-0df6-4ded-8066-2eb4faa67287
2022-06-10T09:53:32.723Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66e32d64-0df6-4ded-8066-2eb4faa67287 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-10T09:53:32.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "aai-ml",
"timestamp": 1654854663809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220610094823/1.0/artifacts/service-Vfw20220610094823-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-10T09:53:32.740Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:53:32.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T09:53:32.741Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "aai-ml",
"timestamp": 1654854664820,
"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-06-10T09:53:32.750Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 66e32d64-0df6-4ded-8066-2eb4faa67287
2022-06-10T09:53:32.751Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66e32d64-0df6-4ded-8066-2eb4faa67287 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-06-10T09:53:57.548Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66e32d64-0df6-4ded-8066-2eb4faa67287
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-10T09:53:57.566Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66e32d64-0df6-4ded-8066-2eb4faa67287
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-06-10T09:53:57.576Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T09:53:57.577Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-10T09:53:57.577Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-10T09:53:57.577Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-10T09:53:57.578Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-10T09:53:57.578Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-10T09:53:57.578Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-10T09:53:57.579Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-10T09:53:57.579Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-10T09:53:57.579Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-10T09:53:57.580Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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-06-10T09:53:57.598Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-10T09:54:27.599Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 66e32d64-0df6-4ded-8066-2eb4faa67287 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-06-10T09:54:27.615Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 66e32d64-0df6-4ded-8066-2eb4faa67287 and serviceModelVersionId: 9bc6036b-267f-4f92-90a4-d3335251451e
2022-06-10T09:54:27.615Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8c873fad-a4b0-4929-9c89-ee636a7d5b72
2022-06-10T09:54:31.944Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:54:31.945Z||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-06-10T09:54:31.946Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:54:41.544Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:54:51.163Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8c873fad-a4b0-4929-9c89-ee636a7d5b72/model-vers/model-ver/9bc6036b-267f-4f92-90a4-d3335251451e?depth=0
2022-06-10T09:54:51.370Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-06-10T09:54:52.261Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c873fad-a4b0-4929-9c89-ee636a7d5b72/model-vers/model-ver/9bc6036b-267f-4f92-90a4-d3335251451e?depth=0|INFO|500||Invoke
2022-06-10T09:54:52.276Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c873fad-a4b0-4929-9c89-ee636a7d5b72/model-vers/model-ver/9bc6036b-267f-4f92-90a4-d3335251451e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c873fad-a4b0-4929-9c89-ee636a7d5b72/model-vers/model-ver/9bc6036b-267f-4f92-90a4-d3335251451e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[66e32d64-0df6-4ded-8066-2eb4faa67287], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d6d7bd0d-2204-461d-ac46-e16eb9063e58], X-ECOMP-RequestID=[66e32d64-0df6-4ded-8066-2eb4faa67287], X-TransactionId=[], X-ONAP-RequestID=[66e32d64-0df6-4ded-8066-2eb4faa67287], Content-Type=[application/merge-patch+json]}
2022-06-10T09:54:52.468Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c873fad-a4b0-4929-9c89-ee636a7d5b72/model-vers/model-ver/9bc6036b-267f-4f92-90a4-d3335251451e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-10T09:54:52.848Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c873fad-a4b0-4929-9c89-ee636a7d5b72/model-vers/model-ver/9bc6036b-267f-4f92-90a4-d3335251451e?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/8c873fad-a4b0-4929-9c89-ee636a7d5b72/model-vers/model-ver/9bc6036b-267f-4f92-90a4-d3335251451e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220610-09:54:52:482-88469], vertex-id=[180368], Content-Length=[0], Date=[Fri, 10 Jun 2022 09:54:52 GMT], Content-Type=[application/json]}
2022-06-10T09:54:52.850Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c873fad-a4b0-4929-9c89-ee636a7d5b72/model-vers/model-ver/9bc6036b-267f-4f92-90a4-d3335251451e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-10T09:54:52.851Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c873fad-a4b0-4929-9c89-ee636a7d5b72/model-vers/model-ver/9bc6036b-267f-4f92-90a4-d3335251451e?depth=0|INFO|500||InvokeReturn
2022-06-10T09:54:52.857Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-10T09:54:52.862Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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-06-10T09:54:52.878Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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-06-10T09:54:52.881Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 66e32d64-0df6-4ded-8066-2eb4faa67287 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-10T09:54:52.883Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-10T09:54:52.884Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-10T09:54:52.887Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T09:54:52.887Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854892881,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-10T09:54:52.987Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-10T09:54:52.989Z||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-06-10T09:54:52.989Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T09:54:53.012Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:54:53.013Z||pool-18-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-10T09:54:53.909Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:54:53.910Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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-06-10T09:54:53.910Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:55:04.384Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:55:04.385Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:55:04.386Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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-06-10T09:55:04.386Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:55:13.972Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:55:13.974Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:55:13.975Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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-06-10T09:55:13.975Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:55:23.552Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:55:23.553Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:55:23.554Z||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-06-10T09:55:23.554Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:55:25.102Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:55:25.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-10T09:55:25.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b","serviceName":"basic_onboard_xfejDD","serviceVersion":"1.0","serviceUUID":"f0abc089-4145-4b8f-a8f4-c114728a9866","serviceDescription":"service","serviceInvariantUUID":"8b8ee5d7-57cc-4a8b-b1b0-22c49d6546c4","resources":[{"resourceInstanceName":"basic_onboard_xfejDD 0","resourceName":"basic_onboard_xfejDD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"20482185-fb76-4ea3-abb2-3a7987d69085","resourceInvariantUUID":"04162a9f-2586-4157-a7ca-144c9d5b57a3","resourceCustomizationUUID":"2d09abf1-4e8d-4763-b2f6-d59fd043795e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/vf-license-model.xml","artifactChecksum":"MTMyMTEwZGU5NzQ4NWU0YmExZjE5NmMxZWI4NmU5ODk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2187060c-06b2-4ceb-aae5-dc5c6b766a3f","artifactVersion":"1"},{"artifactName":"basic_onboard_xfejdd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json","artifactChecksum":"MzgyYTAzZmQxMDI2ZTAxZDYxZjM5MWViNGU4YjgyM2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"05523a94-069c-49b4-a00b-efcc7eee6ce7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9a87ebab-505b-4558-81eb-e48a60f7dc27","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b4e3378e-b8a0-4bd3-8374-961dbcf10b81","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9b7280fc-00e0-497a-84cd-ed98cf5eed93","artifactVersion":"2","generatedFromUUID":"9a87ebab-505b-4558-81eb-e48a60f7dc27"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXfejdd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-template.yml","artifactChecksum":"YWYzNzA2OTZhNzlmYjIzNmVlMmIxZDY3YTFmNzkxMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"33e1eea5-0fd0-4347-9b13-cf8a3fd47105","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXfejdd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar","artifactChecksum":"ZGJkZGZhNDg3MjcyMDFkYTc5NDBlY2U2MzEzOTQwMGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dde37d1b-3680-49c3-b0a6-a43275d2e014","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-10T09:55:25.110Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T09:55:25.111Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T09:55:25.115Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T09:55:25.116Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854923553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:55:25.216Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T09:55:25.217Z||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-06-10T09:55:25.217Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T09:55:25.239Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:55:25.240Z||pool-19-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-10T09:55:26.116Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T09:55:26.118Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T09:55:26.121Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T09:55:26.121Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854923553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json",
"status": "NOTIFIED"
}
2022-06-10T09:55:26.221Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T09:55:26.223Z||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-06-10T09:55:26.224Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T09:55:26.247Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:55:26.249Z||pool-20-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-10T09:55:27.122Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T09:55:27.124Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T09:55:27.128Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T09:55:27.128Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854923553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-10T09:55:27.228Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-10T09:55:27.229Z||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-06-10T09:55:27.230Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T09:55:27.259Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:55:27.260Z||pool-21-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-10T09:55:28.133Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T09:55:28.134Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T09:55:28.140Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T09:55:28.141Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854923553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:55:28.240Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-10T09:55:28.242Z||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-06-10T09:55:28.242Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T09:55:28.264Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:55:28.274Z||pool-22-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-10T09:55:29.142Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T09:55:29.143Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T09:55:29.147Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T09:55:29.147Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854923553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-10T09:55:29.247Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T09:55:29.250Z||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-06-10T09:55:29.251Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T09:55:29.274Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:55:29.274Z||pool-23-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-10T09:55:30.147Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T09:55:30.148Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T09:55:30.150Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T09:55:30.151Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854923553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:55:30.251Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T09:55:30.252Z||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-06-10T09:55:30.253Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T09:55:30.269Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:55:30.270Z||pool-24-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-10T09:55:31.152Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T09:55:31.152Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T09:55:31.155Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T09:55:31.156Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854923553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T09:55:31.256Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T09:55:31.257Z||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-06-10T09:55:31.257Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T09:55:31.279Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:55:31.280Z||pool-25-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-10T09:55:31.944Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:55:31.946Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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-06-10T09:55:31.946Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:55:32.158Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"serviceName": "basic_onboard_xfejDD",
"serviceVersion": "1.0",
"serviceUUID": "f0abc089-4145-4b8f-a8f4-c114728a9866",
"serviceDescription": "service",
"serviceInvariantUUID": "8b8ee5d7-57cc-4a8b-b1b0-22c49d6546c4",
"resources": [
{
"resourceInstanceName": "basic_onboard_xfejDD 0",
"resourceCustomizationUUID": "2d09abf1-4e8d-4763-b2f6-d59fd043795e",
"resourceName": "basic_onboard_xfejDD",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "20482185-fb76-4ea3-abb2-3a7987d69085",
"resourceInvariantUUID": "04162a9f-2586-4157-a7ca-144c9d5b57a3",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_xfejdd0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json",
"artifactChecksum": "MzgyYTAzZmQxMDI2ZTAxZDYxZjM5MWViNGU4YjgyM2Y\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "05523a94-069c-49b4-a00b-efcc7eee6ce7",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9a87ebab-505b-4558-81eb-e48a60f7dc27",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9b7280fc-00e0-497a-84cd-ed98cf5eed93",
"generatedFromUUID": "9a87ebab-505b-4558-81eb-e48a60f7dc27"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9b7280fc-00e0-497a-84cd-ed98cf5eed93",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardXfejdd-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar",
"artifactChecksum": "ZGJkZGZhNDg3MjcyMDFkYTc5NDBlY2U2MzEzOTQwMGI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dde37d1b-3680-49c3-b0a6-a43275d2e014"
}
],
"workloadContext": "Production"
}
2022-06-10T09:55:32.159Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-10T09:55:32.159Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f0abc089-4145-4b8f-a8f4-c114728a9866 ASDC
2022-06-10T09:55:32.160Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b
ServiceName:basic_onboard_xfejDD
ServiceVersion:1.0
ServiceUUID:f0abc089-4145-4b8f-a8f4-c114728a9866
ServiceInvariantUUID:8b8ee5d7-57cc-4a8b-b1b0-22c49d6546c4
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardXfejdd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar
ArtifactUUID:dde37d1b-3680-49c3-b0a6-a43275d2e014
ArtifactChecksum:ZGJkZGZhNDg3MjcyMDFkYTc5NDBlY2U2MzEzOTQwMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_xfejDD 0
ResourceCustomizationUUID:2d09abf1-4e8d-4763-b2f6-d59fd043795e
ResourceInvariantUUID:04162a9f-2586-4157-a7ca-144c9d5b57a3
ResourceName:basic_onboard_xfejDD
ResourceType:VF
ResourceUUID:20482185-fb76-4ea3-abb2-3a7987d69085
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_xfejdd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json
ArtifactUUID:05523a94-069c-49b4-a00b-efcc7eee6ce7
ArtifactChecksum:MzgyYTAzZmQxMDI2ZTAxZDYxZjM5MWViNGU4YjgyM2Y=
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/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:9a87ebab-505b-4558-81eb-e48a60f7dc27
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/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env
ArtifactUUID:9b7280fc-00e0-497a-84cd-ed98cf5eed93
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/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env
ArtifactUUID:9b7280fc-00e0-497a-84cd-ed98cf5eed93
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-10T09:55:32.160Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f0abc089-4145-4b8f-a8f4-c114728a9866 ASDC treatNotification
2022-06-10T09:55:32.169Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:55:32.172Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:55:32.172Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "66e32d64-0df6-4ded-8066-2eb4faa67287",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854892881,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-10T09:55:32.174Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:55:32.174Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:55:32.174Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854923553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:55:32.175Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:55:32.175Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:55:32.176Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "aai-ml",
"timestamp": 1654854924028,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:55:32.176Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:55:32.176Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:55:32.177Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654854921925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:55:32.177Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:55:32.178Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:55:32.178Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "aai-ml",
"timestamp": 1654854924028,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:55:32.178Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:55:32.178Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:55:32.178Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854923553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json",
"status": "NOTIFIED"
}
2022-06-10T09:55:32.179Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:55:32.179Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:55:32.179Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654854921925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json",
"status": "NOTIFIED"
}
2022-06-10T09:55:32.184Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:55:32.185Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:55:32.185Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "aai-ml",
"timestamp": 1654854924028,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:55:32.185Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:55:32.186Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:55:32.186Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854923553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-10T09:55:32.186Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:55:32.187Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:55:32.187Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654854921925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-10T09:55:32.187Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:55:32.188Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:55:32.188Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "ves-openapi-manager",
"timestamp": 1654854926180,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:55:32.188Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:55:32.188Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
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=?
2022-06-10T09:55:32.189Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "aai-ml",
"timestamp": 1654854924028,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:55:32.190Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:55:32.190Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:55:32.190Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854923553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:55:32.191Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:55:32.191Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:55:32.193Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654854921925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:55:32.193Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:55:32.193Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:55:32.193Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "ves-openapi-manager",
"timestamp": 1654854926180,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:55:32.193Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:55:32.194Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:55:32.194Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "aai-ml",
"timestamp": 1654854924028,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:55:32.194Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:55:32.194Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:55:32.194Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654854921925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-10T09:55:32.194Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:55:32.195Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:55:32.195Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854923553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-10T09:55:32.195Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:55:32.195Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:55:32.195Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "ves-openapi-manager",
"timestamp": 1654854926180,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:55:32.195Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:55:32.195Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:55:32.196Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "cds",
"timestamp": 1654854928813,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:55:32.196Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:55:32.196Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:55:32.196Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854923553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:55:32.196Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:55:32.196Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:55:32.197Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654854921925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:55:32.197Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:55:32.197Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:55:32.197Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "aai-ml",
"timestamp": 1654854924028,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:55:32.197Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:55:32.197Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:55:32.197Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "ves-openapi-manager",
"timestamp": 1654854926180,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:55:32.198Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:55:32.198Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:55:32.198Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "cds",
"timestamp": 1654854928813,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:55:32.198Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:55:32.198Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:55:32.198Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854923553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T09:55:32.198Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:55:32.198Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:55:32.198Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654854921925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T09:55:32.199Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:55:32.199Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:55:32.199Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "aai-ml",
"timestamp": 1654854924028,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T09:55:32.199Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:55:32.199Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:55:32.199Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "ves-openapi-manager",
"timestamp": 1654854926180,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:55:32.200Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:55:32.200Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:55:32.200Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "cds",
"timestamp": 1654854928813,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:55:32.200Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
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-06-10T09:55:32.231Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-10T09:55:32.232Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-10T09:55:32.233Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-10T09:55:32.233Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: dde37d1b-3680-49c3-b0a6-a43275d2e014 from URL: /sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar
2022-06-10T09:55:32.233Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-10T09:55:32.234Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar
2022-06-10T09:55:32.400Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-10T09:55:32.408Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar dde37d1b-3680-49c3-b0a6-a43275d2e014 71572
2022-06-10T09:55:32.409Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar ASDC sendASDCNotification
2022-06-10T09:55:32.409Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar
2022-06-10T09:55:32.409Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T09:55:32.410Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T09:55:32.414Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T09:55:32.414Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854932409,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T09:55:32.514Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T09:55:32.516Z||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-06-10T09:55:32.517Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T09:55:32.539Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:55:32.540Z||pool-26-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-10T09:55:33.414Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-10T09:55:33.416Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-10T09:55:33.416Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: dde37d1b-3680-49c3-b0a6-a43275d2e014, URL: /sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar to file: /app/ASDC/1/service-BasicOnboardXfejdd-csar.csar
2022-06-10T09:55:33.417Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardXfejdd-csar.csar
2022-06-10T09:55:33.417Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardXfejdd-csar.csar
2022-06-10T09:55:33.418Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardXfejdd-csar.csar
2022-06-10T09:55:33.653Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16437548126024397093/Definitions/service-BasicOnboardXfejdd-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-10T09:55:36.064Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-10T09:55:36.065Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-10T09:55:36.065Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardXfejdd-csar.csar
2022-06-10T09:55:36.065Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-10T09:55:36.065Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_xfejDD 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardXfejdd-csar.csar
2022-06-10T09:55:36.065Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardXfejdd-csar.csar
2022-06-10T09:55:36.066Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXfejdd-csar.csar
2022-06-10T09:55:36.066Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXfejdd-csar.csar
2022-06-10T09:55:36.066Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXfejdd-csar.csar
2022-06-10T09:55:36.066Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardXfejdd-csar.csar
2022-06-10T09:55:36.066Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardXfejdd-csar.csar
2022-06-10T09:55:36.066Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXfejdd-csar.csar
2022-06-10T09:55:36.066Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardXfejdd-csar.csar
2022-06-10T09:55:36.067Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-10T09:55:36.067Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:55:36.067Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_xfejDD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T09:55:36.068Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_xfejDD 0 is matching search criteria
2022-06-10T09:55:36.068Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-10T09:55:36.068Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_xfejDD 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-10T09:55:36.068Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:55:36.069Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_xfejDD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T09:55:36.069Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_xfejDD 0 is matching search criteria
2022-06-10T09:55:36.069Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-10T09:55:36.069Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_xfejDD 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-10T09:55:36.069Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:55:36.070Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_xfejDD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T09:55:36.070Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:55:36.070Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_xfejDD 0 is not matching search criteria
2022-06-10T09:55:36.070Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-10T09:55:36.071Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-10T09:55:36.071Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-10T09:55:36.072Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-10T09:55:36.075Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-10T09:55:36.076Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:55:36.076Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_xfejDD is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-10T09:55:36.076Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:55:36.076Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_xfejDD 0 is matching search criteria
2022-06-10T09:55:36.077Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_xfejDD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T09:55:36.077Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:55:36.077Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_xfejDD 0 is matching search criteria
2022-06-10T09:55:36.078Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_xfejDD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T09:55:36.078Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:55:36.078Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_xfejDD 0 is matching search criteria
2022-06-10T09:55:36.078Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_xfejDD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T09:55:36.078Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:55:36.079Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_xfejDD 0 is not matching search criteria
2022-06-10T09:55:36.079Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-10T09:55:36.079Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-10T09:55:36.079Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ea985723-466a-4e90-9d42-0abdf03b8e8e
2022-06-10T09:55:36.079Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:55:36.080Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_xfejDD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T09:55:36.080Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:55:36.080Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_xfejDD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T09:55:36.080Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:55:36.080Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_xfejDD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T09:55:36.081Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:55:36.081Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_xfejDD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T09:55:36.081Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_xfejDD
Description:service
Model UUID:f0abc089-4145-4b8f-a8f4-c114728a9866
Model Version:NULL
Model InvariantUuid:8b8ee5d7-57cc-4a8b-b1b0-22c49d6546c4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_xfejDD
Model UUID:d3e3a677-6073-4fbc-880a-ba85dc3862d7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:04162a9f-2586-4157-a7ca-144c9d5b57a3
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2d09abf1-4e8d-4763-b2f6-d59fd043795e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:16ead798-ba11-434e-a87a-ad293188acc1
ModelName:BasicOnboardXfejdd..base_ubuntu18..module-0
ModelUuid:83e2d293-4feb-4428-847c-989bd0353db2
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ea985723-466a-4e90-9d42-0abdf03b8e8e
ModelInvariantUuid:d975d74c-c521-403b-ba5b-b4155cbd9624
ModelName:basic_onboard_xfejDD-nodes.ubuntu18Cvfc
ModelUuid:bd0f1afc-9642-4f8a-8c3b-40fde2f6c36b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:b964f350-d60b-4d11-b162-44d95253ebdd
ModelInvariantUuid:f41bb76f-8d82-4244-87ca-51b7b0b042bf
ModelName:BasicOnboardXfejdd.compute.nodes.heat.ubuntu18
ModelUuid:11fffed8-7304-4b64-88c5-f4eb6c4692bc
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-06-10T09:55:36.101Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 20482185-fb76-4ea3-abb2-3a7987d69085
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-06-10T09:55:36.108Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||basic_onboard_xfejDD 0
2022-06-10T09:55:36.109Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 20482185-fb76-4ea3-abb2-3a7987d69085
2022-06-10T09:55:36.109Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 05523a94-069c-49b4-a00b-efcc7eee6ce7 from URL: /sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json
2022-06-10T09:55:36.109Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-10T09:55:36.109Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json
2022-06-10T09:55:36.296Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-10T09:55:36.297Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json 05523a94-069c-49b4-a00b-efcc7eee6ce7 798
2022-06-10T09:55:36.297Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json ASDC sendASDCNotification
2022-06-10T09:55:36.297Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json
2022-06-10T09:55:36.298Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T09:55:36.298Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T09:55:36.302Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T09:55:36.302Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854936297,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-10T09:55:36.402Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T09:55:36.403Z||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-06-10T09:55:36.404Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T09:55:36.420Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:55:36.421Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-10T09:55:37.303Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardXfejdd..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "16ead798-ba11-434e-a87a-ad293188acc1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "83e2d293-4feb-4428-847c-989bd0353db2",
"vfModuleModelCustomizationUUID": "2f20ff70-949a-40d1-a181-be221106a2fd",
"isBase": true,
"artifacts": [
"9a87ebab-505b-4558-81eb-e48a60f7dc27",
"9b7280fc-00e0-497a-84cd-ed98cf5eed93"
],
"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-06-10T09:55:37.311Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXfejdd..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:83e2d293-4feb-4428-847c-989bd0353db2
VfModuleModelInvariantUUID:16ead798-ba11-434e-a87a-ad293188acc1
VfModuleModelDescription:NULL
Artifacts UUID List:{
9a87ebab-505b-4558-81eb-e48a60f7dc27
,
9b7280fc-00e0-497a-84cd-ed98cf5eed93
}
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-06-10T09:55:37.314Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardXfejdd..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "16ead798-ba11-434e-a87a-ad293188acc1",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "83e2d293-4feb-4428-847c-989bd0353db2",
"vfModuleModelCustomizationUUID": "2f20ff70-949a-40d1-a181-be221106a2fd",
"isBase": true,
"artifacts": [
"9a87ebab-505b-4558-81eb-e48a60f7dc27",
"9b7280fc-00e0-497a-84cd-ed98cf5eed93"
],
"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-06-10T09:55:37.314Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXfejdd..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:83e2d293-4feb-4428-847c-989bd0353db2
VfModuleModelInvariantUUID:16ead798-ba11-434e-a87a-ad293188acc1
VfModuleModelDescription:NULL
Artifacts UUID List:{
9a87ebab-505b-4558-81eb-e48a60f7dc27
,
9b7280fc-00e0-497a-84cd-ed98cf5eed93
}
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-06-10T09:55:37.315Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9a87ebab-505b-4558-81eb-e48a60f7dc27 from URL: /sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml
2022-06-10T09:55:37.315Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-10T09:55:37.315Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml
2022-06-10T09:55:37.427Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-10T09:55:37.427Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml 9a87ebab-505b-4558-81eb-e48a60f7dc27 5033
2022-06-10T09:55:37.428Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-10T09:55:37.428Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml
2022-06-10T09:55:37.428Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T09:55:37.428Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T09:55:37.432Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T09:55:37.432Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854937428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-10T09:55:37.537Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-06-10T09:55:37.538Z||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-06-10T09:55:37.538Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T09:55:37.559Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:55:37.560Z||pool-28-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-10T09:55:38.435Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9b7280fc-00e0-497a-84cd-ed98cf5eed93 from URL: /sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env
2022-06-10T09:55:38.436Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-10T09:55:38.436Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env
2022-06-10T09:55:38.610Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-10T09:55:38.610Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env 9b7280fc-00e0-497a-84cd-ed98cf5eed93 909
2022-06-10T09:55:38.611Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-10T09:55:38.611Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env
2022-06-10T09:55:38.611Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T09:55:38.611Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T09:55:38.616Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T09:55:38.616Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854938611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-10T09:55:38.714Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-10T09:55:38.715Z||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-06-10T09:55:38.715Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T09:55:38.731Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:55:38.732Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-10T09:55:39.617Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: f0abc089-4145-4b8f-a8f4-c114728a9866
2022-06-10T09:55:39.618Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_xfejDD 0 20482185-fb76-4ea3-abb2-3a7987d69085 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-06-10T09:55:39.647Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@93a2ed, org.onap.sdc.toscaparser.api.parameters.Input@2fdba06c, org.onap.sdc.toscaparser.api.parameters.Input@1ae0b5dd, org.onap.sdc.toscaparser.api.parameters.Input@487167b2, org.onap.sdc.toscaparser.api.parameters.Input@55e8309b]
2022-06-10T09:55:39.649Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:55:39.650Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_xfejDD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T09:55:39.650Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-06-10T09:55:39.650Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 2d09abf1-4e8d-4763-b2f6-d59fd043795e
2022-06-10T09:55:39.650Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2d09abf1-4e8d-4763-b2f6-d59fd043795e matches Tosca VF Customization UUID: 2d09abf1-4e8d-4763-b2f6-d59fd043795e
2022-06-10T09:55:39.651Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 2d09abf1-4e8d-4763-b2f6-d59fd043795e 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-06-10T09:55:39.655Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:55:39.655Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_xfejDD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T09:55:39.656Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 2d09abf1-4e8d-4763-b2f6-d59fd043795e: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-10T09:55:39.656Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7b9c99a5
2022-06-10T09:55:39.657Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:55:39.657Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_xfejDD is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-10T09:55:39.657Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2f20ff70-949a-40d1-a181-be221106a2fd
2022-06-10T09:55:39.657Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2f20ff70-949a-40d1-a181-be221106a2fd
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-06-10T09:55:39.662Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:55:39.662Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_xfejDD 0 is matching search criteria
2022-06-10T09:55:39.663Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_xfejDD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T09:55:39.663Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:55:39.663Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_xfejDD 0 is matching search criteria
2022-06-10T09:55:39.663Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_xfejDD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T09:55:39.664Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:55:39.664Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_xfejDD 0 is not matching search criteria
2022-06-10T09:55:39.664Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-10T09:55:39.665Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-10T09:55:39.665Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ea985723-466a-4e90-9d42-0abdf03b8e8e
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-06-10T09:55:39.670Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:55:39.671Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_xfejDD 0 is matching search criteria
2022-06-10T09:55:39.671Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_xfejDD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T09:55:39.671Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:55:39.672Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_xfejDD 0 is matching search criteria
2022-06-10T09:55:39.672Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_xfejDD 0] matching following query criteria: sdcType=VF, customizationUUID=2d09abf1-4e8d-4763-b2f6-d59fd043795e
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-06-10T09:55:39.676Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:55:39.676Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_xfejDD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T09:55:39.677Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid f0abc089-4145-4b8f-a8f4-c114728a9866: basic_onboard_xfejDD
2022-06-10T09:55:39.677Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:55:39.677Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_xfejDD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T09:55:39.677Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:55:39.678Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_xfejDD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T09:55:39.678Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:55:39.678Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_xfejDD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T09:55:39.679Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:55:39.679Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_xfejDD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T09:55:39.679Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T09:55:39.679Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_xfejDD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T09:55:39.680Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_xfejDD
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-06-10T09:55:39.817Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_xfejDD 20482185-fb76-4ea3-abb2-3a7987d69085 1 ASDC deployResourceStructure
2022-06-10T09:55:39.817Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json ASDC sendASDCNotification
2022-06-10T09:55:39.818Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json
2022-06-10T09:55:39.818Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T09:55:39.818Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T09:55:39.821Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T09:55:39.822Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854939817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-10T09:55:39.922Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T09:55:39.925Z||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-06-10T09:55:39.925Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T09:55:39.945Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:55:39.946Z||pool-30-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-10T09:55:40.823Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-10T09:55:40.823Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml
2022-06-10T09:55:40.823Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T09:55:40.825Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T09:55:40.827Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T09:55:40.828Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854940823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-10T09:55:40.933Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-06-10T09:55:40.935Z||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-06-10T09:55:40.935Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T09:55:40.954Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:55:40.954Z||pool-31-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-10T09:55:41.831Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-10T09:55:41.832Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env
2022-06-10T09:55:41.832Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T09:55:41.833Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T09:55:41.838Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T09:55:41.839Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854941831,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-10T09:55:41.957Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 118 ms
2022-06-10T09:55:41.958Z||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-06-10T09:55:41.958Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T09:55:41.992Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:55:41.993Z||pool-32-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-06-10T09:55:42.840Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar ASDC sendASDCNotification
2022-06-10T09:55:42.841Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar
2022-06-10T09:55:42.841Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T09:55:42.842Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T09:55:42.845Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T09:55:42.846Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854942840,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-10T09:55:42.946Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T09:55:42.948Z||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-06-10T09:55:42.948Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T09:55:43.003Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:55:43.004Z||pool-33-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":1,"count":1}
2022-06-10T09:55:43.847Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-10T09:55:43.861Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b
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-06-10T09:55:43.865Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T09:55:43.865Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-10T09:55:43.866Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-10T09:56:13.866Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-10T09:56:13.881Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b
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-06-10T09:56:13.885Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T09:56:13.885Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-10T09:56:13.885Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-10T09:56:31.944Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:56:31.945Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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-06-10T09:56:31.946Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:56:31.988Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:56:31.989Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:56:31.990Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "policy-id",
"timestamp": 1654854931326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:56:31.991Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:56:43.886Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-10T09:56:43.902Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b
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-06-10T09:56:43.907Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T09:56:43.908Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-10T09:56:43.908Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-10T09:57:13.908Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-10T09:57:13.922Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b
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-06-10T09:57:13.931Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T09:57:13.932Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-10T09:57:13.932Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-10T09:57:31.944Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:57:31.946Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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-06-10T09:57:31.947Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:57:31.981Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:57:31.982Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:57:31.982Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654854932263,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-10T09:57:31.983Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:57:43.932Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-10T09:57:43.955Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b
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-06-10T09:57:43.965Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T09:57:43.965Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-10T09:57:43.965Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-10T09:58:13.966Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-10T09:58:13.989Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b
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-06-10T09:58:13.998Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T09:58:13.998Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-10T09:58:13.999Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-10T09:58:31.944Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:58:31.946Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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-06-10T09:58:31.946Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:58:32.485Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:58:32.490Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.490Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854932409,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T09:58:32.492Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:58:32.492Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.492Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "aai-ml",
"timestamp": 1654854932178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T09:58:32.492Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:58:32.493Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.493Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "ves-openapi-manager",
"timestamp": 1654854926180,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:58:32.493Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:58:32.493Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.494Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "cds",
"timestamp": 1654854928813,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:58:32.494Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:58:32.494Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.494Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "policy-id",
"timestamp": 1654854931326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:58:32.495Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:58:32.495Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.495Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "ves-openapi-manager",
"timestamp": 1654854926180,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:58:32.495Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:58:32.496Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.496Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654854933386,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-10T09:58:32.496Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:58:32.497Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.497Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "cds",
"timestamp": 1654854928813,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:58:32.497Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:58:32.497Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.498Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "policy-id",
"timestamp": 1654854931326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-10T09:58:32.498Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:58:32.498Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.498Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "cds",
"timestamp": 1654854928813,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:58:32.498Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:58:32.499Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.499Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654854934563,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-10T09:58:32.499Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:58:32.499Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.499Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "policy-id",
"timestamp": 1654854931326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:58:32.500Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:58:32.500Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.500Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "cds",
"timestamp": 1654854928813,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T09:58:32.500Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:58:32.500Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.501Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654854935648,
"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-06-10T09:58:32.511Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b
2022-06-10T09:58:32.511Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b 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-06-10T09:58:32.535Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.535Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "policy-id",
"timestamp": 1654854931326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:58:32.536Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:58:32.536Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.536Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854936297,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-10T09:58:32.536Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:58:32.536Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.537Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654854936658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-10T09:58:32.537Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:58:32.537Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.537Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "cds",
"timestamp": 1654854936937,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T09:58:32.537Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:58:32.537Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.538Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "policy-id",
"timestamp": 1654854931326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:58:32.538Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:58:32.538Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.538Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654854935785,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:58:32.538Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:58:32.538Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.538Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854937428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-10T09:58:32.539Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:58:32.539Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.539Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "cds",
"timestamp": 1654854937959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-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-06-10T09:58:32.547Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b
2022-06-10T09:58:32.548Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b 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-06-10T09:58:32.563Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.563Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "policy-id",
"timestamp": 1654854931326,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T09:58:32.564Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:58:32.564Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.564Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654854935785,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:58:32.564Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:58:32.564Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.565Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "clamp",
"timestamp": 1654854937919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:58:32.565Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:58:32.565Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.565Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854938611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-10T09:58:32.565Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:58:32.565Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.566Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654854935785,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:58:32.566Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:58:32.566Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.566Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "policy-id",
"timestamp": 1654854939215,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T09:58:32.566Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:58:32.566Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.567Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "clamp",
"timestamp": 1654854937919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json",
"status": "NOTIFIED"
}
2022-06-10T09:58:32.567Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:58:32.567Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.567Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854939817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/basic_onboard_xfejdd0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-10T09:58:32.567Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:58:32.567Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.568Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654854935785,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:58:32.568Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:58:32.568Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.568Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "policy-id",
"timestamp": 1654854940222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-10T09:58:32.568Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:58:32.568Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.569Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "clamp",
"timestamp": 1654854937919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:58:32.569Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:58:32.569Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.569Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854940823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-10T09:58:32.569Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:58:32.569Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.569Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654854935785,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:58:32.570Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:58:32.570Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.570Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "policy-id",
"timestamp": 1654854941228,
"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-06-10T09:58:32.582Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b
2022-06-10T09:58:32.583Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-10T09:58:32.604Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.604Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "clamp",
"timestamp": 1654854937919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:58:32.605Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:58:32.605Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.605Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854941831,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-10T09:58:32.605Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:58:32.606Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.606Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654854935785,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:58:32.606Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:58:32.606Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.606Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "clamp",
"timestamp": 1654854937919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/resourceInstances/basic_onboard_xfejdd0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:58:32.607Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:58:32.607Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.607Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654854942840,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-10T09:58:32.607Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:58:32.607Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.608Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654854935785,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T09:58:32.608Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:58:32.608Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.608Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "aai-ml",
"timestamp": 1654854943178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-10T09:58:32.611Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:58:32.612Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.612Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "clamp",
"timestamp": 1654854937919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T09:58:32.612Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:58:32.612Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.613Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "aai-ml",
"timestamp": 1654854944185,
"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-06-10T09:58:32.623Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b
2022-06-10T09:58:32.623Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b 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-06-10T09:58:32.640Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.640Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654854943832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T09:58:32.641Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:58:32.642Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.642Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "clamp",
"timestamp": 1654854937919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T09:58:32.643Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-06-10T09:58:32.644Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.645Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654854947247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-10T09:58:32.645Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:58:32.645Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.646Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654854948255,
"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-06-10T09:58:32.653Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b
2022-06-10T09:58:32.654Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b 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-06-10T09:58:32.668Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.669Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "clamp",
"timestamp": 1654854957204,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T09:58:32.669Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:58:32.669Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.669Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "clamp",
"timestamp": 1654854959218,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardXfejdd/1.0/artifacts/service-BasicOnboardXfejdd-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-10T09:58:32.670Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:58:32.670Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:58:32.670Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "clamp",
"timestamp": 1654854960223,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-10T09:58:32.679Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b
2022-06-10T09:58:32.679Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-10T09:58:44.000Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-10T09:58:44.016Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b
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-06-10T09:58:44.021Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T09:58:44.021Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-10T09:58:44.021Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-10T09:58:44.022Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-10T09:58:44.022Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-10T09:58:44.022Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-10T09:58:44.022Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-10T09:58:44.022Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-10T09:58:44.023Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-10T09:58:44.023Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-10T09:58:44.023Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-10T09:58:44.036Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-10T09:59:14.037Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b 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-06-10T09:59:14.049Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b and serviceModelVersionId: f0abc089-4145-4b8f-a8f4-c114728a9866
2022-06-10T09:59:14.050Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8b8ee5d7-57cc-4a8b-b1b0-22c49d6546c4
2022-06-10T09:59:14.052Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8b8ee5d7-57cc-4a8b-b1b0-22c49d6546c4/model-vers/model-ver/f0abc089-4145-4b8f-a8f4-c114728a9866?depth=0
2022-06-10T09:59:14.063Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-10T09:59:14.174Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b8ee5d7-57cc-4a8b-b1b0-22c49d6546c4/model-vers/model-ver/f0abc089-4145-4b8f-a8f4-c114728a9866?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-06-10T09:59:14.178Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b8ee5d7-57cc-4a8b-b1b0-22c49d6546c4/model-vers/model-ver/f0abc089-4145-4b8f-a8f4-c114728a9866?depth=0|INFO|500||Invoke
2022-06-10T09:59:14.243Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b8ee5d7-57cc-4a8b-b1b0-22c49d6546c4/model-vers/model-ver/f0abc089-4145-4b8f-a8f4-c114728a9866?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-10T09:59:14.486Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b8ee5d7-57cc-4a8b-b1b0-22c49d6546c4/model-vers/model-ver/f0abc089-4145-4b8f-a8f4-c114728a9866?depth=0|INFO|500||InvokeReturn
2022-06-10T09:59:14.486Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b8ee5d7-57cc-4a8b-b1b0-22c49d6546c4/model-vers/model-ver/f0abc089-4145-4b8f-a8f4-c114728a9866?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220610-09:59:14:261-28677], vertex-id=[180240], Content-Length=[0], Date=[Fri, 10 Jun 2022 09:59:14 GMT], Content-Type=[application/json]}
2022-06-10T09:59:14.487Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-06-10T09:59:14.487Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-10T09:59:14.487Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||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-06-10T09:59:14.502Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-06-10T09:59:14.502Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-10T09:59:14.502Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-10T09:59:14.503Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T09:59:14.506Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T09:59:14.506Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654855154502,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-10T09:59:14.606Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T09:59:14.608Z||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-06-10T09:59:14.608Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T09:59:14.638Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:59:14.639Z||pool-34-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-06-10T09:59:15.524Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:59:15.525Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|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-06-10T09:59:15.525Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:59:25.904Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:59:25.905Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:59:25.906Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|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-06-10T09:59:25.906Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:59:31.944Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:59:31.945Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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-06-10T09:59:31.945Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:59:32.576Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:59:32.577Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T09:59:32.577Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654855154502,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-10T09:59:32.578Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T09:59:35.485Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:59:35.486Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:59:35.487Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|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-06-10T09:59:35.487Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:59:45.051Z|af4a37f1-2ae1-4619-b1c8-992cdcf2ac0b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:59:45.052Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:59:45.053Z||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-06-10T09:59:45.053Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T09:59:54.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T09:59:54.622Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T09:59:54.623Z||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-06-10T09:59:54.623Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T10:00:04.178Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T10:00:31.931Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T10:00:31.932Z||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-06-10T10:00:31.932Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T10:00:31.944Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T10:00:31.945Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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-06-10T10:00:31.945Z|66e32d64-0df6-4ded-8066-2eb4faa67287|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 dKm9B0uqbbqF4oFs) ...
2022-06-10T10:00:41.502Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T10:00:41.536Z|66e32d64-0df6-4ded-8066-2eb4faa67287|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T10:01:31.931Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T10:01:31.935Z||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-06-10T10:01:31.935Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T10:01:31.944Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T10:01:31.945Z||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-06-10T10:01:31.946Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T10:01:41.526Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T10:01:41.526Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T10:02:31.931Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T10:02:31.933Z||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-06-10T10:02:31.933Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T10:02:31.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T10:02:31.945Z||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-06-10T10:02:31.946Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T10:02:41.539Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T10:02:41.549Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T10:03:31.931Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T10:03:31.932Z||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-06-10T10:03:31.932Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T10:03:31.944Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T10:03:31.946Z||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-06-10T10:03:31.946Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T10:03:41.492Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T10:03:41.534Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T10:04:31.931Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T10:04:31.932Z||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-06-10T10:04:31.933Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T10:04:31.944Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T10:04:31.946Z||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-06-10T10:04:31.946Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T10:04:41.521Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T10:04:41.533Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T10:05:31.931Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T10:05:31.932Z||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-06-10T10:05:31.933Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T10:05:31.944Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T10:05:31.946Z||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-06-10T10:05:31.946Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T10:05:32.211Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T10:05:32.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:05:32.214Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8",
"consumerID": "clamp",
"timestamp": 1654855507919,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:05:32.216Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:05:32.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:05:32.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8",
"consumerID": "cds",
"timestamp": 1654855513809,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:05:32.217Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:05:32.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:05:32.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8",
"consumerID": "ves-openapi-manager",
"timestamp": 1654855506180,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:05:32.218Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:05:32.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:05:32.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654855505787,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:05:32.219Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:05:32.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:05:32.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8",
"consumerID": "policy-id",
"timestamp": 1654855511326,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:05:32.220Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:05:32.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:05:32.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8",
"consumerID": "clamp",
"timestamp": 1654855507919,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T10:05:32.220Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:05:32.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:05:32.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8",
"consumerID": "ves-openapi-manager",
"timestamp": 1654855506180,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:05:32.224Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:05:32.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:05:32.225Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8",
"consumerID": "cds",
"timestamp": 1654855513809,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T10:05:32.225Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:05:32.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:05:32.226Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654855505787,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T10:05:32.226Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:05:32.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:05:32.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8",
"consumerID": "policy-id",
"timestamp": 1654855511326,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T10:05:32.227Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:05:32.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:05:32.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654855517401,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T10:05:32.228Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T10:05:32.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:05:32.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8",
"consumerID": "cds",
"timestamp": 1654855518066,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T10:05:32.230Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T10:05:32.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:05:32.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8",
"consumerID": "policy-id",
"timestamp": 1654855518036,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T10:05:32.232Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T10:05:32.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:05:32.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8",
"consumerID": "cds",
"timestamp": 1654855519097,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-10T10:05:32.268Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8
2022-06-10T10:05:32.269Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8 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-06-10T10:05:32.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:05:32.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8",
"consumerID": "policy-id",
"timestamp": 1654855519045,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-10T10:05:32.291Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T10:05:32.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:05:32.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654855519497,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-10T10:05:32.291Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T10:05:32.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:05:32.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8",
"consumerID": "policy-id",
"timestamp": 1654855520103,
"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-06-10T10:05:32.307Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8
2022-06-10T10:05:32.307Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8 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-06-10T10:05:32.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:05:32.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654855520509,
"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-06-10T10:05:32.362Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8
2022-06-10T10:05:32.362Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8 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-06-10T10:05:32.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:05:32.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654855521925,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:05:32.386Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:05:32.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:05:32.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654855521925,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T10:05:32.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:05:32.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:05:32.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8",
"consumerID": "aai-ml",
"timestamp": 1654855524028,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:05:32.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:05:32.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:05:32.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8",
"consumerID": "aai-ml",
"timestamp": 1654855524028,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T10:05:32.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:05:32.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:05:32.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8",
"consumerID": "aai-ml",
"timestamp": 1654855526918,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T10:05:32.390Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T10:05:32.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:05:32.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8",
"consumerID": "clamp",
"timestamp": 1654855527744,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T10:05:32.392Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T10:05:32.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:05:32.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "ves-openapi-manager",
"timestamp": 1654855526180,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:05:32.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:05:32.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:05:32.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8",
"consumerID": "clamp",
"timestamp": 1654855529341,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-10T10:05:32.398Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T10:05:32.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:05:32.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "cds",
"timestamp": 1654855528809,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:05:32.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:05:32.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:05:32.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "ves-openapi-manager",
"timestamp": 1654855526180,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:05:32.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:05:32.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:05:32.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8",
"consumerID": "clamp",
"timestamp": 1654855530346,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-10T10:05:32.411Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8
2022-06-10T10:05:32.412Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-10T10:05:32.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:05:32.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "cds",
"timestamp": 1654855528809,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:05:32.435Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:05:32.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:05:32.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "ves-openapi-manager",
"timestamp": 1654855526180,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:05:32.436Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:05:32.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:05:32.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "cds",
"timestamp": 1654855528809,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:05:32.437Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:05:32.595Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T10:05:32.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-10T10:05:32.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"5b63b07c-e654-4961-b807-26423d2f32ea","serviceDescription":"service","serviceInvariantUUID":"a5d01432-a1c7-468d-809e-a07ec6596be9","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"449b4e71-7ffa-48ff-8673-0f57ae0ee0fa","resourceInvariantUUID":"a20e9854-98de-4af1-a4bf-bd0c55273dc4","resourceCustomizationUUID":"daa04b89-a888-496a-9b9c-7b7501471cc7","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":"MTUyZWI4ZTcwMjZhNDgwNTI4MDI0ZjNkY2Y5MWEyMDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9d9693fa-5724-4324-babc-4b226224e028","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzdiYmY3YjIyN2Q4Y2VlYzYwZGY1M2UzMDEzMzc2YTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d3020aaf-8127-4e06-a345-14b09c0ffb85","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-10T10:05:32.603Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T10:05:32.604Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-10T10:05:32.610Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T10:05:32.611Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654855531931,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:05:32.716Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-06-10T10:05:32.717Z||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-06-10T10:05:32.718Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T10:05:32.739Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T10:05:32.740Z||pool-35-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-10T10:05:33.612Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T10:05:33.613Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-10T10:05:33.616Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T10:05:33.617Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654855531931,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T10:05:33.719Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-10T10:05:33.721Z||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-06-10T10:05:33.721Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T10:05:33.742Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T10:05:33.743Z||pool-36-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-10T10:05:34.619Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "5b63b07c-e654-4961-b807-26423d2f32ea",
"serviceDescription": "service",
"serviceInvariantUUID": "a5d01432-a1c7-468d-809e-a07ec6596be9",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "daa04b89-a888-496a-9b9c-7b7501471cc7",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "449b4e71-7ffa-48ff-8673-0f57ae0ee0fa",
"resourceInvariantUUID": "a20e9854-98de-4af1-a4bf-bd0c55273dc4",
"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": "YzdiYmY3YjIyN2Q4Y2VlYzYwZGY1M2UzMDEzMzc2YTk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d3020aaf-8127-4e06-a345-14b09c0ffb85"
}
],
"workloadContext": "Production"
}
2022-06-10T10:05:34.620Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-10T10:05:34.620Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5b63b07c-e654-4961-b807-26423d2f32ea ASDC
2022-06-10T10:05:34.622Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:5b63b07c-e654-4961-b807-26423d2f32ea
ServiceInvariantUUID:a5d01432-a1c7-468d-809e-a07ec6596be9
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:d3020aaf-8127-4e06-a345-14b09c0ffb85
ArtifactChecksum:YzdiYmY3YjIyN2Q4Y2VlYzYwZGY1M2UzMDEzMzc2YTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:daa04b89-a888-496a-9b9c-7b7501471cc7
ResourceInvariantUUID:a20e9854-98de-4af1-a4bf-bd0c55273dc4
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:449b4e71-7ffa-48ff-8673-0f57ae0ee0fa
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-06-10T10:05:34.622Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5b63b07c-e654-4961-b807-26423d2f32ea 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-06-10T10:05:34.670Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-10T10:05:34.672Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-10T10:05:34.672Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-10T10:05:34.673Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d3020aaf-8127-4e06-a345-14b09c0ffb85 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-10T10:05:34.673Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-10T10:05:34.673Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-10T10:05:34.823Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-10T10:05:34.826Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d3020aaf-8127-4e06-a345-14b09c0ffb85 52508
2022-06-10T10:05:34.826Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-10T10:05:34.826Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-10T10:05:34.826Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T10:05:34.827Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-10T10:05:34.830Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T10:05:34.830Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654855534826,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T10:05:34.931Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T10:05:34.932Z||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-06-10T10:05:34.933Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T10:05:34.950Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T10:05:34.951Z||pool-37-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-10T10:05:35.831Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-10T10:05:35.833Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-10T10:05:35.833Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: d3020aaf-8127-4e06-a345-14b09c0ffb85, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-10T10:05:35.834Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-10T10:05:35.835Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-10T10:05:35.835Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-10T10:05:36.160Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15318857443801721896/Definitions/service-BasicNetwork-template.yml
2022-06-10T10:05:37.171Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-10T10:05:37.172Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-10T10:05:37.172Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-10T10:05:37.172Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-10T10:05:37.172Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||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-06-10T10:05:37.172Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||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-06-10T10:05:37.173Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||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-06-10T10:05:37.173Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||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-06-10T10:05:37.173Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||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-06-10T10:05:37.173Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||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-06-10T10:05:37.173Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||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-06-10T10:05:37.173Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||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-06-10T10:05:37.173Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-10T10:05:37.174Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T10:05:37.174Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T10:05:37.174Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-10T10:05:37.174Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-10T10:05:37.175Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-10T10:05:37.175Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T10:05:37.175Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T10:05:37.175Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-10T10:05:37.175Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-10T10:05:37.175Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-10T10:05:37.176Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T10:05:37.176Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T10:05:37.176Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T10:05:37.176Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T10:05:37.177Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T10:05:37.177Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T10:05:37.177Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T10:05:37.177Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T10:05:37.178Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T10:05:37.178Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T10:05:37.178Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:5b63b07c-e654-4961-b807-26423d2f32ea
Model Version:NULL
Model InvariantUuid:a5d01432-a1c7-468d-809e-a07ec6596be9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:a20e9854-98de-4af1-a4bf-bd0c55273dc4
Model UUID:f42c0e67-184e-4109-99c1-9158de89fc23
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:daa04b89-a888-496a-9b9c-7b7501471cc7
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-06-10T10:05:37.192Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 449b4e71-7ffa-48ff-8673-0f57ae0ee0fa
2022-06-10T10:05:37.193Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||No resources found for Service: 5b63b07c-e654-4961-b807-26423d2f32ea
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-06-10T10:05:37.204Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||
2022-06-10T10:05:37.204Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-06-10T10:05:37.205Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 5b63b07c-e654-4961-b807-26423d2f32ea
2022-06-10T10:05:37.205Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 5b63b07c-e654-4961-b807-26423d2f32ea
2022-06-10T10:05:37.205Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-06-10T10:05:37.206Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||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-06-10T10:05:37.218Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5788baf2, org.onap.sdc.toscaparser.api.parameters.Input@4045f6b7, org.onap.sdc.toscaparser.api.parameters.Input@32e4839b, org.onap.sdc.toscaparser.api.parameters.Input@bf1b749, org.onap.sdc.toscaparser.api.parameters.Input@19bcc3ef]
2022-06-10T10:05:37.221Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T10:05:37.222Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T10:05:37.223Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T10:05:37.223Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T10:05:37.224Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 5b63b07c-e654-4961-b807-26423d2f32ea: Generic NeutronNet
2022-06-10T10:05:37.224Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T10:05:37.224Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T10:05:37.224Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T10:05:37.224Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||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-06-10T10:05:37.276Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T10:05:37.277Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T10:05:37.277Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T10:05:37.278Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T10:05:37.278Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T10:05:37.279Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T10:05:37.279Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||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-06-10T10:05:37.386Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-06-10T10:05:37.387Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-10T10:05:37.387Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-10T10:05:37.387Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T10:05:37.388Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-10T10:05:37.390Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T10:05:37.390Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654855537387,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-10T10:05:37.491Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-10T10:05:37.492Z||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-06-10T10:05:37.492Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T10:05:37.595Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T10:05:37.596Z||pool-38-thread-1|||||INFO|500||cambria reply ok (105 ms):{"serverTimeMs":0,"count":1}
2022-06-10T10:05:38.391Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-10T10:05:38.410Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8
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-06-10T10:05:38.416Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T10:05:38.416Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-10T10:05:38.416Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-10T10:06:08.416Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-10T10:06:08.454Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8
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-06-10T10:06:08.463Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T10:06:08.464Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-10T10:06:08.464Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-10T10:06:31.944Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T10:06:31.945Z||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-06-10T10:06:31.945Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T10:06:31.980Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T10:06:31.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:06:31.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "policy-id",
"timestamp": 1654855531326,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:06:31.982Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:06:38.464Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-10T10:06:38.480Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8
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-06-10T10:06:38.484Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T10:06:38.484Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-10T10:06:38.484Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-10T10:07:08.485Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-10T10:07:08.514Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8
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-06-10T10:07:08.520Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T10:07:08.521Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-10T10:07:08.521Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-10T10:07:31.945Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T10:07:31.947Z||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-06-10T10:07:31.947Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T10:07:31.983Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T10:07:31.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:07:31.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "ves-openapi-manager",
"timestamp": 1654855526180,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:07:31.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:07:38.524Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-10T10:07:38.544Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8
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-06-10T10:07:38.550Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T10:07:38.550Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-10T10:07:38.550Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-10T10:08:08.550Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-10T10:08:08.573Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8
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-06-10T10:08:08.583Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T10:08:08.584Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-10T10:08:08.584Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-10T10:08:31.944Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T10:08:31.946Z||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-06-10T10:08:31.946Z||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 dKm9B0uqbbqF4oFs) ...
2022-06-10T10:08:31.974Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T10:08:31.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:31.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "cds",
"timestamp": 1654855528809,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:31.996Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:31.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:31.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654855531931,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:31.997Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:31.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:31.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8",
"consumerID": "aai-ml",
"timestamp": 1654855532461,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-10T10:08:31.997Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T10:08:31.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:31.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "policy-id",
"timestamp": 1654855531326,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:31.998Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:31.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:31.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "ves-openapi-manager",
"timestamp": 1654855526180,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:31.998Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:31.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:31.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "cds",
"timestamp": 1654855528809,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:31.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:31.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:31.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654855531931,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T10:08:31.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:31.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:31.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8",
"consumerID": "aai-ml",
"timestamp": 1654855533467,
"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-06-10T10:08:32.014Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8
2022-06-10T10:08:32.014Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8 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-06-10T10:08:32.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "policy-id",
"timestamp": 1654855531326,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.033Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "ves-openapi-manager",
"timestamp": 1654855526180,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-06-10T10:08:32.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "cds",
"timestamp": 1654855528809,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.034Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.035Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654855534826,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T10:08:32.035Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T10:08:32.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "policy-id",
"timestamp": 1654855531326,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.036Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.036Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "ves-openapi-manager",
"timestamp": 1654855526180,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "cds",
"timestamp": 1654855528809,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "policy-id",
"timestamp": 1654855531326,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.038Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "ves-openapi-manager",
"timestamp": 1654855526180,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.039Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "cds",
"timestamp": 1654855528809,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T10:08:32.040Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.040Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654855535785,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.040Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.041Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "policy-id",
"timestamp": 1654855531326,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.041Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.042Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654855537387,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-10T10:08:32.042Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T10:08:32.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "ves-openapi-manager",
"timestamp": 1654855537069,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-10T10:08:32.043Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T10:08:32.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "cds",
"timestamp": 1654855537646,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T10:08:32.044Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T10:08:32.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654855535785,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.045Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "policy-id",
"timestamp": 1654855531326,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "clamp",
"timestamp": 1654855537919,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "cds",
"timestamp": 1654855538660,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-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-06-10T10:08:32.073Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f600d7ea-47f1-422f-98cb-35bcdd76e011
2022-06-10T10:08:32.074Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f600d7ea-47f1-422f-98cb-35bcdd76e011 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-06-10T10:08:32.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "ves-openapi-manager",
"timestamp": 1654855538386,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-06-10T10:08:32.091Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T10:08:32.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654855535785,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "policy-id",
"timestamp": 1654855531326,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T10:08:32.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "clamp",
"timestamp": 1654855537919,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "ves-openapi-manager",
"timestamp": 1654855539393,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-10T10:08:32.103Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of f600d7ea-47f1-422f-98cb-35bcdd76e011
2022-06-10T10:08:32.103Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f600d7ea-47f1-422f-98cb-35bcdd76e011 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-10T10:08:32.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654855535785,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.119Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "policy-id",
"timestamp": 1654855540219,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T10:08:32.119Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T10:08:32.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.120Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "clamp",
"timestamp": 1654855537919,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.120Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.120Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654855535785,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.121Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "policy-id",
"timestamp": 1654855541228,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-10T10:08:32.121Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T10:08:32.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "clamp",
"timestamp": 1654855537919,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.122Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654855535785,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.123Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "policy-id",
"timestamp": 1654855542232,
"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-06-10T10:08:32.132Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f600d7ea-47f1-422f-98cb-35bcdd76e011
2022-06-10T10:08:32.132Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f600d7ea-47f1-422f-98cb-35bcdd76e011 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-06-10T10:08:32.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.147Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "clamp",
"timestamp": 1654855537919,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.148Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.148Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654855541926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.149Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.149Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.149Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654855535785,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.149Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.149Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.150Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "clamp",
"timestamp": 1654855537919,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.150Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.150Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.150Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654855541926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.150Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.150Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654855535785,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T10:08:32.151Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "clamp",
"timestamp": 1654855537919,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.151Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654855541926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.152Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.152Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.152Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654855544611,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T10:08:32.152Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T10:08:32.152Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.153Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "clamp",
"timestamp": 1654855537919,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T10:08:32.153Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.153Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.153Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654855541926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.153Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.153Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.154Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654855541926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.154Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.154Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.154Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654855546995,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-10T10:08:32.155Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T10:08:32.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654855541926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.155Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654855548008,
"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-06-10T10:08:32.163Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f600d7ea-47f1-422f-98cb-35bcdd76e011
2022-06-10T10:08:32.163Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f600d7ea-47f1-422f-98cb-35bcdd76e011 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-06-10T10:08:32.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.178Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654855541926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.179Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.179Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654855541926,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T10:08:32.179Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.180Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "clamp",
"timestamp": 1654855554337,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T10:08:32.180Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T10:08:32.180Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.180Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "aai-ml",
"timestamp": 1654855554028,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.180Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.181Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "aai-ml",
"timestamp": 1654855554028,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.181Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.182Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "clamp",
"timestamp": 1654855556348,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-10T10:08:32.182Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T10:08:32.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.182Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "aai-ml",
"timestamp": 1654855554028,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.183Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.183Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.183Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "clamp",
"timestamp": 1654855557353,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-10T10:08:32.197Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f600d7ea-47f1-422f-98cb-35bcdd76e011
2022-06-10T10:08:32.197Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f600d7ea-47f1-422f-98cb-35bcdd76e011 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-10T10:08:32.212Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.213Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "aai-ml",
"timestamp": 1654855554028,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.213Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.213Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.213Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "aai-ml",
"timestamp": 1654855554028,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.214Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.214Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "aai-ml",
"timestamp": 1654855554028,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.214Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.215Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "aai-ml",
"timestamp": 1654855554028,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.215Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.215Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.216Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "aai-ml",
"timestamp": 1654855554028,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T10:08:32.216Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.216Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.216Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "aai-ml",
"timestamp": 1654855562911,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T10:08:32.217Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T10:08:32.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654855561925,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.217Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654855565785,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.218Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "cds",
"timestamp": 1654855558812,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.219Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "ves-openapi-manager",
"timestamp": 1654855566180,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.219Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654855561925,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-06-10T10:08:32.220Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654855565785,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.220Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "cds",
"timestamp": 1654855558812,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.222Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "ves-openapi-manager",
"timestamp": 1654855566180,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.222Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "clamp",
"timestamp": 1654855567919,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.223Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654855561925,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-06-10T10:08:32.224Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654855565785,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.224Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "cds",
"timestamp": 1654855558812,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.225Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.225Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "ves-openapi-manager",
"timestamp": 1654855566180,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.225Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.226Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "clamp",
"timestamp": 1654855567919,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-06-10T10:08:32.226Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.226Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "aai-ml",
"timestamp": 1654855569486,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-10T10:08:32.226Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T10:08:32.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654855561925,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.227Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.227Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654855565785,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.227Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "cds",
"timestamp": 1654855558812,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.228Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "ves-openapi-manager",
"timestamp": 1654855566180,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "clamp",
"timestamp": 1654855567919,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "aai-ml",
"timestamp": 1654855570492,
"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-06-10T10:08:32.238Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f600d7ea-47f1-422f-98cb-35bcdd76e011
2022-06-10T10:08:32.239Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f600d7ea-47f1-422f-98cb-35bcdd76e011 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-06-10T10:08:32.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.270Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654855561925,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-06-10T10:08:32.270Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.270Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654855565785,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.271Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.271Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "cds",
"timestamp": 1654855558812,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.271Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.272Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "ves-openapi-manager",
"timestamp": 1654855566180,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.272Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.272Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "clamp",
"timestamp": 1654855567919,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.272Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.273Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "policy-id",
"timestamp": 1654855571326,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.273Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.273Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654855561925,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654855565785,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "cds",
"timestamp": 1654855558812,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.275Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "ves-openapi-manager",
"timestamp": 1654855566180,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.275Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "clamp",
"timestamp": 1654855567919,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.276Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "policy-id",
"timestamp": 1654855571326,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.276Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654855561925,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T10:08:32.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654855565785,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T10:08:32.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "cds",
"timestamp": 1654855558812,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T10:08:32.278Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.278Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "ves-openapi-manager",
"timestamp": 1654855566180,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.278Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "clamp",
"timestamp": 1654855567919,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.279Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.279Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "policy-id",
"timestamp": 1654855571326,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-06-10T10:08:32.280Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.280Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654855574435,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-10T10:08:32.280Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T10:08:32.280Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.281Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "clamp",
"timestamp": 1654855567919,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T10:08:32.281Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.281Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654855574020,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T10:08:32.281Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T10:08:32.282Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.282Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "cds",
"timestamp": 1654855574639,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T10:08:32.282Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T10:08:32.282Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.282Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "policy-id",
"timestamp": 1654855571326,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.282Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.283Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.283Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "cds",
"timestamp": 1654855575651,
"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-06-10T10:08:32.314Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0ea68636-cb1c-42b7-ad05-e7772e6d5fe8
2022-06-10T10:08:32.314Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ea68636-cb1c-42b7-ad05-e7772e6d5fe8 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-06-10T10:08:32.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654855575569,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-10T10:08:32.331Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T10:08:32.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "policy-id",
"timestamp": 1654855571326,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.332Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654855576783,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-06-10T10:08:32.333Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T10:08:32.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "policy-id",
"timestamp": 1654855571326,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2",
"consumerID": "cds",
"timestamp": 1654855576656,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654855577159,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-10T10:08:32.335Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T10:08:32.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654855577818,
"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-06-10T10:08:32.342Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0ea68636-cb1c-42b7-ad05-e7772e6d5fe8
2022-06-10T10:08:32.342Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ea68636-cb1c-42b7-ad05-e7772e6d5fe8 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-06-10T10:08:32.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "policy-id",
"timestamp": 1654855571326,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T10:08:32.356Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2",
"consumerID": "cds",
"timestamp": 1654855576656,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.357Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1654855578164,
"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-06-10T10:08:32.363Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0ea68636-cb1c-42b7-ad05-e7772e6d5fe8
2022-06-10T10:08:32.364Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ea68636-cb1c-42b7-ad05-e7772e6d5fe8 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-06-10T10:08:32.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654855578826,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-10T10:08:32.376Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T10:08:32.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.377Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "policy-id",
"timestamp": 1654855579147,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T10:08:32.377Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T10:08:32.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.377Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2",
"consumerID": "cds",
"timestamp": 1654855576656,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.378Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.378Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.378Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "policy-id",
"timestamp": 1654855580156,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-10T10:08:32.378Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T10:08:32.378Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.379Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2",
"consumerID": "cds",
"timestamp": 1654855576656,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.379Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.379Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.379Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "policy-id",
"timestamp": 1654855581163,
"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-06-10T10:08:32.389Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0ea68636-cb1c-42b7-ad05-e7772e6d5fe8
2022-06-10T10:08:32.390Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ea68636-cb1c-42b7-ad05-e7772e6d5fe8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-10T10:08:32.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2",
"consumerID": "cds",
"timestamp": 1654855576656,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2",
"consumerID": "cds",
"timestamp": 1654855576656,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654855581925,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.406Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2",
"consumerID": "cds",
"timestamp": 1654855576656,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.406Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654855581925,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-06-10T10:08:32.407Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.407Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2",
"consumerID": "cds",
"timestamp": 1654855576656,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.407Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "clamp",
"timestamp": 1654855584352,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T10:08:32.408Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T10:08:32.409Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.409Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654855581925,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-06-10T10:08:32.409Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.409Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.409Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "aai-ml",
"timestamp": 1654855584028,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.409Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.410Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2",
"consumerID": "cds",
"timestamp": 1654855576656,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T10:08:32.410Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.410Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654855581925,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-06-10T10:08:32.410Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.410Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "aai-ml",
"timestamp": 1654855584028,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.411Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "clamp",
"timestamp": 1654855586359,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-10T10:08:32.411Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T10:08:32.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2",
"consumerID": "cds",
"timestamp": 1654855586505,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T10:08:32.411Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T10:08:32.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654855581925,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-06-10T10:08:32.411Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.412Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "aai-ml",
"timestamp": 1654855584028,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.412Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.412Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "clamp",
"timestamp": 1654855587364,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-10T10:08:32.420Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0ea68636-cb1c-42b7-ad05-e7772e6d5fe8
2022-06-10T10:08:32.421Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ea68636-cb1c-42b7-ad05-e7772e6d5fe8 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-10T10:08:32.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2",
"consumerID": "ves-openapi-manager",
"timestamp": 1654855586180,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.435Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2",
"consumerID": "cds",
"timestamp": 1654855587513,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-10T10:08:32.453Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6df10f02-bcba-438b-85e2-6d42620b65d2
2022-06-10T10:08:32.454Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6df10f02-bcba-438b-85e2-6d42620b65d2 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-06-10T10:08:32.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654855581925,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "aai-ml",
"timestamp": 1654855584028,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2",
"consumerID": "ves-openapi-manager",
"timestamp": 1654855586180,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654855581925,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-06-10T10:08:32.476Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "aai-ml",
"timestamp": 1654855584028,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.476Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2",
"consumerID": "ves-openapi-manager",
"timestamp": 1654855586180,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654855581925,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "aai-ml",
"timestamp": 1654855584028,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.478Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2",
"consumerID": "ves-openapi-manager",
"timestamp": 1654855586180,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.478Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2",
"consumerID": "multicloud-k8s-id",
"timestamp": 1654855581925,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T10:08:32.479Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0ea68636-cb1c-42b7-ad05-e7772e6d5fe8",
"consumerID": "aai-ml",
"timestamp": 1654855584028,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T10:08:32.479Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:32.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T10:08:32.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6df10f02-bcba-438b-85e2-6d42620b65d2",
"consumerID": "ves-openapi-manager",
"timestamp": 1654855586180,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:08:32.479Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-10T10:08:38.584Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06-10T10:08:38.602Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8
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-06-10T10:08:38.608Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T10:08:38.608Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-10T10:08:38.609Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-10T10:08:38.609Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-10T10:08:38.609Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-10T10:08:38.609Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-10T10:08:38.610Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-10T10:08:38.610Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-10T10:08:38.610Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-10T10:08:38.610Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-10T10:08:38.610Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||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-06-10T10:08:38.619Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-10T10:09:08.620Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8 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-06-10T10:09:08.628Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8 and serviceModelVersionId: 5b63b07c-e654-4961-b807-26423d2f32ea
2022-06-10T10:09:08.628Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a5d01432-a1c7-468d-809e-a07ec6596be9
2022-06-10T10:09:08.630Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a5d01432-a1c7-468d-809e-a07ec6596be9/model-vers/model-ver/5b63b07c-e654-4961-b807-26423d2f32ea?depth=0
2022-06-10T10:09:08.637Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-10T10:09:08.711Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5d01432-a1c7-468d-809e-a07ec6596be9/model-vers/model-ver/5b63b07c-e654-4961-b807-26423d2f32ea?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-06-10T10:09:08.713Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5d01432-a1c7-468d-809e-a07ec6596be9/model-vers/model-ver/5b63b07c-e654-4961-b807-26423d2f32ea?depth=0|INFO|500||Invoke
2022-06-10T10:09:08.759Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5d01432-a1c7-468d-809e-a07ec6596be9/model-vers/model-ver/5b63b07c-e654-4961-b807-26423d2f32ea?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-10T10:09:09.056Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5d01432-a1c7-468d-809e-a07ec6596be9/model-vers/model-ver/5b63b07c-e654-4961-b807-26423d2f32ea?depth=0|INFO|500||InvokeReturn
2022-06-10T10:09:09.057Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5d01432-a1c7-468d-809e-a07ec6596be9/model-vers/model-ver/5b63b07c-e654-4961-b807-26423d2f32ea?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220610-10:09:08:773-55746], vertex-id=[250064], Content-Length=[0], Date=[Fri, 10 Jun 2022 10:09:08 GMT], Content-Type=[application/json]}
2022-06-10T10:09:09.057Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-06-10T10:09:09.057Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-10T10:09:09.062Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||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-06-10T10:09:09.094Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||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-06-10T10:09:09.096Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-10T10:09:09.096Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-10T10:09:09.097Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-10T10:09:09.100Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T10:09:09.100Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654855749096,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-10T10:09:09.200Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T10:09:09.202Z||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-06-10T10:09:09.202Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T10:09:09.226Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T10:09:09.228Z||pool-39-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":2,"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-06-10T10:09:10.124Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-10T10:09:10.124Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"f600d7ea-47f1-422f-98cb-35bcdd76e011","serviceName":"Demo_pNF_6TNwWaDXqfOcIJE7uxvS","serviceVersion":"1.0","serviceUUID":"e70ec552-961d-491a-b222-0a26a6c207ea","serviceDescription":"catalog service description","serviceInvariantUUID":"30d6d848-52cc-4840-95c3-7652a4e724f3","resources":[{"resourceInstanceName":"pNF 5da2c451-68f4 0","resourceName":"pNF 5da2c451-68f4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"48604132-6227-4462-a031-a03828de6dab","resourceInvariantUUID":"f690cd08-28a3-4dfa-b0ee-bf0cc04c38e1","resourceCustomizationUUID":"53703e5a-c8ab-4fb9-a5af-eec6c07ab487","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/vf-license-model.xml","artifactChecksum":"MzZhMDMxOTU5ZmQzMGUyMDM1OWJjZmU4NTUzODAzMTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f2015300-762a-4fcb-b114-dfaeb79ab0ef","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/pNF.csar","artifactChecksum":"OGEyZGNiMDNhMzZjZjdiNWQyYmE1NTJhYmQ0OGJhNjc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"14fffdad-c1a5-4cd9-b303-11c5f5f093be","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"12df2053-11e6-47ee-a75e-02faf6357a8a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/vendor-license-model.xml","artifactChecksum":"MzA4OGI0OTNlNjk2YTNiNTFhODFmOTRlM2RkOWI0ZTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"092ed54e-0a53-4544-aef0-fd34490ae219","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"163ef698-64e9-432f-bcf9-b96d0a745b30","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7a2ddd54-251e-4054-b984-e8bc24430c6d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf6tnwwadxqfocije7uxvs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-template.yml","artifactChecksum":"ZTQ2NTNkOWUzNDQ0ZjZiZmQ2YTk2MTQ0YzdlMDNkZTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c688b3e8-8f2a-4467-be03-70b0028d47ec","artifactVersion":"1"},{"artifactName":"service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar","artifactChecksum":"YmY3N2MzNzYyNWJiOGRiN2U5MWFjZTY5YjhjY2JjMmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c915f0d4-97a0-4e3a-9a41-0fefec17e062","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-10T10:09:10.125Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T10:09:10.135Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-10T10:09:10.139Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T10:09:10.140Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654855531931,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:09:10.239Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-10T10:09:10.240Z||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-06-10T10:09:10.241Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T10:09:10.258Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T10:09:10.259Z||pool-40-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-10T10:09:11.141Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T10:09:11.142Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-10T10:09:11.144Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T10:09:11.144Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654855531931,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:09:11.245Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-10T10:09:11.246Z||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-06-10T10:09:11.246Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T10:09:11.262Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T10:09:11.263Z||pool-41-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-10T10:09:12.145Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T10:09:12.146Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-10T10:09:12.149Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T10:09:12.149Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654855531931,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:09:12.249Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T10:09:12.251Z||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-06-10T10:09:12.251Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T10:09:12.273Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T10:09:12.274Z||pool-42-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-10T10:09:13.150Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T10:09:13.151Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-10T10:09:13.154Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T10:09:13.154Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654855531931,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:09:13.254Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T10:09:13.255Z||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-06-10T10:09:13.255Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T10:09:13.277Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T10:09:13.278Z||pool-43-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-10T10:09:14.155Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T10:09:14.156Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-10T10:09:14.158Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T10:09:14.159Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654855531931,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:09:14.259Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T10:09:14.261Z||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-06-10T10:09:14.261Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T10:09:14.277Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T10:09:14.278Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-10T10:09:15.159Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T10:09:15.162Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-10T10:09:15.166Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T10:09:15.166Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654855531931,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/resourceInstances/pnf5da2c45168f40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:09:15.266Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T10:09:15.267Z||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-06-10T10:09:15.267Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T10:09:15.283Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T10:09:15.283Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-10T10:09:16.167Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T10:09:16.168Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-10T10:09:16.172Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T10:09:16.172Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654855531931,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-10T10:09:16.272Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T10:09:16.274Z||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-06-10T10:09:16.274Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T10:09:16.293Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T10:09:16.295Z||pool-46-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-10T10:09:17.173Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T10:09:17.175Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-10T10:09:17.179Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T10:09:17.179Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654855531931,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar",
"status": "NOTIFIED"
}
2022-06-10T10:09:17.280Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T10:09:17.282Z||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-06-10T10:09:17.282Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T10:09:17.298Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T10:09:17.298Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-10T10:09:18.181Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"serviceName": "Demo_pNF_6TNwWaDXqfOcIJE7uxvS",
"serviceVersion": "1.0",
"serviceUUID": "e70ec552-961d-491a-b222-0a26a6c207ea",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "30d6d848-52cc-4840-95c3-7652a4e724f3",
"resources": [
{
"resourceInstanceName": "pNF 5da2c451-68f4 0",
"resourceCustomizationUUID": "53703e5a-c8ab-4fb9-a5af-eec6c07ab487",
"resourceName": "pNF 5da2c451-68f4",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "48604132-6227-4462-a031-a03828de6dab",
"resourceInvariantUUID": "f690cd08-28a3-4dfa-b0ee-bf0cc04c38e1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar",
"artifactChecksum": "YmY3N2MzNzYyNWJiOGRiN2U5MWFjZTY5YjhjY2JjMmI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c915f0d4-97a0-4e3a-9a41-0fefec17e062"
}
],
"workloadContext": "Production"
}
2022-06-10T10:09:18.182Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-10T10:09:18.182Z|32dc2bf5-6c28-40e1-a9b4-e0dcba4470c8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e70ec552-961d-491a-b222-0a26a6c207ea ASDC
2022-06-10T10:09:18.182Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:f600d7ea-47f1-422f-98cb-35bcdd76e011
ServiceName:Demo_pNF_6TNwWaDXqfOcIJE7uxvS
ServiceVersion:1.0
ServiceUUID:e70ec552-961d-491a-b222-0a26a6c207ea
ServiceInvariantUUID:30d6d848-52cc-4840-95c3-7652a4e724f3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar
ArtifactUUID:c915f0d4-97a0-4e3a-9a41-0fefec17e062
ArtifactChecksum:YmY3N2MzNzYyNWJiOGRiN2U5MWFjZTY5YjhjY2JjMmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 5da2c451-68f4 0
ResourceCustomizationUUID:53703e5a-c8ab-4fb9-a5af-eec6c07ab487
ResourceInvariantUUID:f690cd08-28a3-4dfa-b0ee-bf0cc04c38e1
ResourceName:pNF 5da2c451-68f4
ResourceType:PNF
ResourceUUID:48604132-6227-4462-a031-a03828de6dab
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-06-10T10:09:18.182Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e70ec552-961d-491a-b222-0a26a6c207ea 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-06-10T10:09:18.225Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-10T10:09:18.227Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-10T10:09:18.227Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-10T10:09:18.228Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c915f0d4-97a0-4e3a-9a41-0fefec17e062 from URL: /sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar
2022-06-10T10:09:18.228Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-10T10:09:18.228Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar
2022-06-10T10:09:18.490Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-10T10:09:18.496Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar c915f0d4-97a0-4e3a-9a41-0fefec17e062 82658
2022-06-10T10:09:18.496Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar ASDC sendASDCNotification
2022-06-10T10:09:18.496Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar
2022-06-10T10:09:18.497Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T10:09:18.497Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-10T10:09:18.499Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T10:09:18.499Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "f600d7ea-47f1-422f-98cb-35bcdd76e011",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1654855758496,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-10T10:09:18.600Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-10T10:09:18.601Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-10T10:09:18.602Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKm9B0uqbbqF4oFs) ...
2022-06-10T10:09:18.621Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-10T10:09:18.622Z||pool-48-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-10T10:09:19.502Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-10T10:09:19.503Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-10T10:09:19.503Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: c915f0d4-97a0-4e3a-9a41-0fefec17e062, URL: /sdc/v1/catalog/services/DemoPnf6tnwwadxqfocije7uxvs/1.0/artifacts/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar to file: /app/ASDC/1/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar
2022-06-10T10:09:19.505Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar
2022-06-10T10:09:19.506Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar
2022-06-10T10:09:19.506Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar
2022-06-10T10:09:19.668Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14269874223692225926/Definitions/service-DemoPnf6tnwwadxqfocije7uxvs-template.yml
2022-06-10T10:09:20.932Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-10T10:09:20.933Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-10T10:09:20.933Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar
2022-06-10T10:09:20.933Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-10T10:09:20.934Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5da2c451-68f4 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar
2022-06-10T10:09:20.934Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar
2022-06-10T10:09:20.934Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar
2022-06-10T10:09:20.934Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf6tnwwadxqfocije7uxvs-csar.csar
2022-06-10T10:09:20.934Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||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-DemoPnf6tnwwadxqfocije7uxvs-csar.csar
2022-06-10T10:09:20.934Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||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-DemoPnf6tnwwadxqfocije7uxvs-csar.csar
2022-06-10T10:09:20.934Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||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-DemoPnf6tnwwadxqfocije7uxvs-csar.csar
2022-06-10T10:09:20.934Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-10T10:09:20.934Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T10:09:20.935Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_6TNwWaDXqfOcIJE7uxvS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T10:09:20.935Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Node template pNF 5da2c451-68f4 0 is matching search criteria
2022-06-10T10:09:20.935Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-10T10:09:20.935Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 5da2c451-68f4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-10T10:09:20.935Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T10:09:20.936Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_6TNwWaDXqfOcIJE7uxvS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T10:09:20.936Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Node template pNF 5da2c451-68f4 0 is matching search criteria
2022-06-10T10:09:20.936Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-10T10:09:20.936Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 5da2c451-68f4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-10T10:09:20.936Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T10:09:20.936Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_6TNwWaDXqfOcIJE7uxvS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T10:09:20.937Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T10:09:20.937Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_6TNwWaDXqfOcIJE7uxvS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T10:09:20.937Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T10:09:20.937Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_6TNwWaDXqfOcIJE7uxvS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T10:09:20.937Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T10:09:20.938Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_6TNwWaDXqfOcIJE7uxvS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T10:09:20.938Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T10:09:20.938Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_6TNwWaDXqfOcIJE7uxvS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T10:09:20.938Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_6TNwWaDXqfOcIJE7uxvS
Description:catalog service description
Model UUID:e70ec552-961d-491a-b222-0a26a6c207ea
Model Version:NULL
Model InvariantUuid:30d6d848-52cc-4840-95c3-7652a4e724f3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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-06-10T10:09:20.947Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 48604132-6227-4462-a031-a03828de6dab
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-06-10T10:09:20.952Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||pNF 5da2c451-68f4 0
2022-06-10T10:09:20.952Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 48604132-6227-4462-a031-a03828de6dab
2022-06-10T10:09:20.952Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||No resources found for Service: e70ec552-961d-491a-b222-0a26a6c207ea
2022-06-10T10:09:20.952Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: e70ec552-961d-491a-b222-0a26a6c207ea
2022-06-10T10:09:20.952Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 5da2c451-68f4 0 48604132-6227-4462-a031-a03828de6dab ASDC
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-06-10T10:09:20.960Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@61643a8e, org.onap.sdc.toscaparser.api.parameters.Input@75eb0855, org.onap.sdc.toscaparser.api.parameters.Input@bf0400d, org.onap.sdc.toscaparser.api.parameters.Input@3b12d2a, org.onap.sdc.toscaparser.api.parameters.Input@43c1c798]
2022-06-10T10:09:20.960Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-10T10:09:20.961Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_6TNwWaDXqfOcIJE7uxvS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T10:09:20.961Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid e70ec552-961d-491a-b222-0a26a6c207ea: pNF 5da2c451-68f4
2022-06-10T10:09:20.961Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||INFO|500||Processing PNF resource: 48604132-6227-4462-a031-a03828de6dab
2022-06-10T10:09:20.961Z|f600d7ea-47f1-422f-98cb-35bcdd76e011|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery