By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-11-10T01:51:37.528Z||main|||||INFO|500||The following profiles are active: basic
2021-11-10T01:51:46.180Z||main|||||INFO|500||Starting service [Tomcat]
2021-11-10T01:51:46.180Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-11-10T01:51:46.259Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-11-10T01:51:48.165Z||main|||||INFO|500||catdb-pool - Starting...
2021-11-10T01:51:48.312Z||main|||||INFO|500||catdb-pool - Start completed.
2021-11-10T01:51:48.648Z||main|||||INFO|500||reqdb-pool - Starting...
2021-11-10T01:51:48.655Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-11-10T01:51:48.729Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-11-10T01:51:48.842Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-11-10T01:51:49.216Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-11-10T01:51:50.218Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-10T01:51:51.935Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-10T01:51:51.984Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-11-10T01:51:52.499Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-11-10T01:51:52.713Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-11-10T01:51:53.761Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-11-10T01:51:54.682Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-11-10T01:51:54.697Z||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$$7aac95c7.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-11-10T01:51:54.698Z||main|||||WARN|500||The sdc end point is not alive
2021-11-10T01:51:57.195Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-11-10T01:51:59.666Z||main|||||WARN|500||---
2021-11-10T01:51:59.666Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-11-10T01:51:59.667Z||main|||||WARN|500||---
2021-11-10T01:52:00.016Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-11-10T01:52:03.996Z||main|||||INFO|500||Started Application in 30.621 seconds (JVM running for 31.729)
2021-11-10T01:52:04.023Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-11-10T01:52:04.024Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-11-10T01:52:04.033Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-11-10T01:52:04.054Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-11-10T01:52:04.158Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 92f6293d-24c4-44c3-919f-1648af09e57e url= /sdc/v1/artifactTypes
2021-11-10T01:52:04.159Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-11-10T01:52:04.385Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-11-10T01:52:04.415Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-11-10T01:52:04.434Z||scheduling-1|||||DEBUG|500||create keys
2021-11-10T01:52:04.441Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-11-10T01:52:05.901Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T01:52:05.916Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 204e2974-5454-44ee-8e09-08731151c176 url= /sdc/v1/registerForDistribution
2021-11-10T01:52:07.689Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 204e2974-5454-44ee-8e09-08731151c176 url= /sdc/v1/registerForDistribution
2021-11-10T01:52:07.689Z||scheduling-1|||||INFO|500||start DistributionClient
2021-11-10T01:52:07.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T01:52:07.698Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T01:52:07.703Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T01:52:07.703Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T01:52:07.703Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T01:52:07.703Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T01:52:07.703Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-11-10T01:52:21.828Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T01:52:22.788Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T01:53:07.696Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T01:53:07.697Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T01:53:07.697Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T01:53:07.697Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T01:53:07.699Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T01:53:07.699Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T01:53:17.254Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T01:53:17.255Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T01:54:07.696Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T01:54:07.697Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T01:54:07.697Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T01:54:07.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T01:54:07.698Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T01:54:07.699Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T01:54:17.249Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T01:54:17.249Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T01:55:07.696Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T01:55:07.697Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T01:55:07.697Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T01:55:07.698Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T01:55:07.699Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T01:55:07.699Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T01:55:17.246Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T01:55:17.250Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T01:56:07.696Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T01:56:07.697Z||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.
2021-11-10T01:56:07.697Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T01:56:07.697Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T01:56:07.698Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T01:56:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T01:56:17.266Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T01:56:17.267Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T01:57:07.696Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T01:57:07.697Z||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.
2021-11-10T01:57:07.697Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T01:57:07.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T01:57:07.698Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T01:57:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T01:57:17.249Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T01:57:17.250Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T01:58:07.696Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T01:58:07.697Z||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.
2021-11-10T01:58:07.697Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T01:58:07.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T01:58:07.698Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T01:58:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T01:58:17.245Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T01:58:17.252Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T01:59:07.696Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T01:59:07.697Z||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.
2021-11-10T01:59:07.697Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T01:59:07.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T01:59:07.699Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T01:59:07.699Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T01:59:17.244Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T01:59:17.247Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:00:07.696Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:00:07.697Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:00:07.697Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:00:07.697Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:00:07.698Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:00:07.699Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:00:17.244Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:00:17.248Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:01:07.696Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:01:07.696Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:01:07.697Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:01:07.697Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:01:07.698Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:01:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:01:17.244Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:01:17.247Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:01:33.802Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-11-10T02:02:07.696Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:02:07.697Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:02:07.697Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:02:07.697Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:02:07.698Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:02:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:02:17.243Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:02:17.245Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:03:07.696Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:03:07.696Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:03:07.697Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:03:07.697Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:03:07.698Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:03:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:03:17.248Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:03:17.249Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:04:07.696Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:04:07.697Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:04:07.697Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:04:07.697Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:04:07.698Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:04:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:04:17.243Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:04:17.244Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:05:07.696Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:05:07.697Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:05:07.697Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:05:07.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:05:07.698Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:05:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:05:17.247Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:05:17.249Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:06:07.696Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:06:07.697Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:06:07.697Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:06:07.697Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:06:07.698Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:06:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:06:17.243Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:06:17.244Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:07:07.696Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:07:07.696Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:07:07.697Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:07:07.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:07:07.698Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:07:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:07:17.245Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:07:17.255Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:08:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:08:07.697Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:08:07.697Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:08:07.697Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:08:07.698Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:08:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:08:17.241Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:08:17.244Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:09:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:09:07.697Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:09:07.697Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:09:07.697Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:09:07.698Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:09:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:09:17.244Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:09:17.248Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:10:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:10:07.696Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:10:07.697Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:10:07.697Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:10:07.698Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:10:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:10:17.239Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:10:17.247Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:11:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:11:07.697Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:11:07.697Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:11:07.697Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:11:07.698Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:11:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:11:17.245Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:11:17.251Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:12:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:12:07.697Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:12:07.697Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:12:07.697Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:12:07.698Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:12:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:12:17.245Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:12:17.247Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:13:07.702Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:13:07.702Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:13:07.706Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:13:07.706Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:13:07.706Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:13:07.706Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:13:17.257Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:13:17.271Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:14:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:14:07.697Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:14:07.697Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:14:07.697Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:14:07.698Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:14:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:14:17.244Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:14:17.246Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:15:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:15:07.697Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:15:07.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:15:07.697Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:15:07.698Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:15:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:15:17.246Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:15:17.246Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:16:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:16:07.697Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:16:07.698Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:16:07.698Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:16:07.699Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:16:07.699Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:16:17.241Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:16:17.244Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:17:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:17:07.697Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:17:07.697Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:17:07.697Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:17:07.698Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:17:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:17:17.247Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:17:17.247Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:18:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:18:07.697Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:18:07.697Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:18:07.697Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:18:07.698Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:18:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:18:17.240Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:18:17.242Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:19:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:19:07.697Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:19:07.697Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:19:07.697Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:19:07.698Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:19:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:19:17.241Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:19:17.242Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:20:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:20:07.697Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:20:07.697Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:20:07.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:20:07.698Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:20:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:20:17.241Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:20:17.243Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:21:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:21:07.697Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:21:07.697Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:21:07.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:21:07.698Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:21:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:21:17.247Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:21:17.249Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:22:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:22:07.697Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:22:07.697Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:22:07.697Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:22:07.698Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:22:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:22:17.242Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:22:17.244Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:23:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:23:07.696Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:23:07.697Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:23:07.697Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:23:07.698Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:23:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:23:17.241Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:23:17.244Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:24:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:24:07.696Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:24:07.697Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:24:07.697Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:24:07.698Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:24:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:24:17.243Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:24:17.244Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:25:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:25:07.697Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:25:07.697Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:25:07.697Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:25:07.698Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:25:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:25:17.240Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:25:17.243Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:26:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:26:07.697Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:26:07.697Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:26:07.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:26:07.698Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:26:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:26:17.242Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:26:17.242Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:27:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:27:07.696Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:27:07.697Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:27:07.697Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:27:07.698Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:27:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:27:17.241Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:27:17.241Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:28:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:28:07.697Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:28:07.697Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:28:07.697Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:28:07.698Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:28:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:28:17.242Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:28:17.242Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:29:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:29:07.697Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:29:07.697Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:29:07.697Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:29:07.698Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:29:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:29:17.239Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:29:17.243Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:30:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:30:07.696Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:30:07.697Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:30:07.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:30:07.698Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:30:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:30:17.243Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:30:17.243Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:31:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:31:07.696Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:31:07.697Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:31:07.697Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:31:07.698Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:31:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:31:17.239Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:31:17.244Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:32:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:32:07.696Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:32:07.697Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:32:07.697Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:32:07.698Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:32:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:32:17.244Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:32:17.246Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:33:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:33:07.697Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:33:07.697Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:33:07.697Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:33:07.698Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:33:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:33:17.238Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:33:17.241Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:34:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:34:07.697Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:34:07.697Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:34:07.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:34:07.698Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:34:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:34:17.245Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:34:17.245Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:35:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:35:07.697Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:35:07.697Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:35:07.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:35:07.698Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:35:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:35:17.243Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:35:17.244Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:36:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:36:07.696Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:36:07.697Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:36:07.697Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:36:07.698Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:36:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:36:17.243Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:36:17.243Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:37:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:37:07.697Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:37:07.697Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:37:07.697Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:37:07.698Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:37:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:37:17.240Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:37:17.242Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:38:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:38:07.696Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:38:07.697Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:38:07.697Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:38:07.698Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:38:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:38:17.243Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:38:17.244Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:39:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:39:07.697Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:39:07.697Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:39:07.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:39:07.698Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:39:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:39:17.242Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:39:17.247Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:40:07.696Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:40:07.697Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:40:07.698Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:40:07.698Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:40:07.698Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:40:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:40:17.240Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:40:17.240Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:41:07.696Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:41:07.697Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:41:07.697Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:41:07.698Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:41:07.698Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:41:07.699Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:41:17.244Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:41:17.264Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:42:07.696Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:42:07.697Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:42:07.697Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:42:07.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:42:07.698Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:42:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:42:17.248Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:42:17.249Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:43:07.696Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:43:07.697Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:43:07.697Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:43:07.697Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:43:07.698Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:43:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:43:17.245Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:43:17.247Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:44:07.696Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:44:07.696Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:44:07.697Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:44:07.697Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:44:07.698Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:44:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:44:17.241Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:44:17.242Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:45:07.696Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:45:07.697Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:45:07.697Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:45:07.697Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:45:07.698Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:45:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:45:17.237Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:45:17.241Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:46:07.696Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:46:07.697Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:46:07.697Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:46:07.697Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:46:07.698Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:46:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:46:17.243Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:46:17.247Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:47:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:47:07.696Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:47:07.697Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:47:07.697Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:47:07.698Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:47:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:47:17.242Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:47:17.260Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:48:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:48:07.696Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:48:07.697Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:48:07.697Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:48:07.698Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:48:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:48:17.241Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:48:17.247Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:49:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:49:07.697Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:49:07.697Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:49:07.697Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:49:07.698Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:49:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:49:17.245Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:49:17.245Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:50:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:50:07.697Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:50:07.697Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:50:07.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:50:07.698Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:50:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:50:17.244Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:50:17.244Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:51:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:51:07.696Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:51:07.697Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:51:07.696Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:51:07.698Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:51:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:51:17.240Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:51:17.242Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:52:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:52:07.696Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:52:07.696Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:52:07.697Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:52:07.698Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:52:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:52:17.249Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:52:17.249Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:53:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:53:07.696Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:53:07.696Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:53:07.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:53:07.698Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:53:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:53:17.239Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:53:17.240Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:54:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:54:07.697Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:54:07.697Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:54:07.697Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:54:07.698Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:54:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:54:17.436Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:54:17.438Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:55:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:55:07.697Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:55:07.697Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:55:07.697Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:55:07.698Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:55:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:55:17.243Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:55:17.244Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:56:07.696Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:56:07.697Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:56:07.697Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:56:07.698Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:56:07.698Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:56:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:56:08.322Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:56:08.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.324Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"c79249c1-1ca5-4f1c-b79c-f61c6a88b46b","serviceName":"vFW 2021-11-10 02-53-52","serviceVersion":"1.0","serviceUUID":"816b204e-cc01-492b-958c-8e16bec36dac","serviceDescription":"catalog service description","serviceInvariantUUID":"10fb2e37-a02b-4a41-8297-7dfeecb3af43","resources":[{"resourceInstanceName":"vFW 24d36b97-c0fb 0","resourceName":"vFW 24d36b97-c0fb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"29a4257f-395a-482d-a150-d54f3bab0201","resourceInvariantUUID":"a3478300-41d5-49bb-a394-3fa608bc2d27","resourceCustomizationUUID":"ac6fa783-9fd8-41a1-a48c-212fd253fc74","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vf-license-model.xml","artifactChecksum":"NWU1M2I3YmFjNjdiM2MxZWQ3OTFlYjQ3MWY5ZjVlNTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"df0b84ad-3f1f-4748-9e78-b09ff01fa76f","artifactVersion":"1"},{"artifactName":"vfw24d36b97c0fb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json","artifactChecksum":"YjYzZDEwOGU2ODMwOTMwZjI0NTJiNmZkZTU2YzVkNjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d673f61b-a4e7-4eab-8a4b-924456623ddd","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0ae98d5b-6560-41ea-a4d7-e9f913343f1d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vendor-license-model.xml","artifactChecksum":"NjBmMDQyNjMyYWM2MzVmNjMwODVjZTAwYzgzY2I5Nzg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"14f19619-5b45-45b2-8893-d3cfb16b4380","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bb976452-08a7-4744-a124-348a1195791c","artifactVersion":"2","generatedFromUUID":"0ae98d5b-6560-41ea-a4d7-e9f913343f1d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211110025352-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-template.yml","artifactChecksum":"NDZiNzU5OTM5YzVhYzVlYTkyNmU5NTcyNTVhZDM5Nzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7b861073-607a-4afc-ad87-850765cf32e8","artifactVersion":"1"},{"artifactName":"service-Vfw20211110025352-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar","artifactChecksum":"ZTUzNDA3MDVlZDgyNjM5NThhMmQ2MDk4ZDNiNDMyNWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f729310d-693d-455e-9369-2750e4283e30","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-10T02:56:08.331Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:56:08.333Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T02:56:08.335Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.335Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "ves-openapi-manager",
"timestamp": 1636512939390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.339Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T02:56:08.350Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T02:56:08.350Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636512967696,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "dcae-sch",
"timestamp": 1636512942320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636512937795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "policy-id",
"timestamp": 1636512937477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.356Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "cds",
"timestamp": 1636512941963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.356Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "ves-openapi-manager",
"timestamp": 1636512939390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.356Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "dcae-sch",
"timestamp": 1636512942320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.356Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636512937795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json",
"status": "NOTIFIED"
}
2021-11-10T02:56:08.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "policy-id",
"timestamp": 1636512937477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "cds",
"timestamp": 1636512941963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "ves-openapi-manager",
"timestamp": 1636512939390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "dcae-sch",
"timestamp": 1636512942320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636512937795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-10T02:56:08.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "policy-id",
"timestamp": 1636512937477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-10T02:56:08.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "cds",
"timestamp": 1636512941963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "ves-openapi-manager",
"timestamp": 1636512939390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "dcae-sch",
"timestamp": 1636512942320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636512937795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.360Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "policy-id",
"timestamp": 1636512937477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.360Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "cds",
"timestamp": 1636512941963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.360Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "ves-openapi-manager",
"timestamp": 1636512939390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.360Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "dcae-sch",
"timestamp": 1636512942320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.361Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636512937795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-10T02:56:08.361Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "policy-id",
"timestamp": 1636512937477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.361Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "cds",
"timestamp": 1636512941963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.361Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "aai-ml",
"timestamp": 1636512947674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.361Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "ves-openapi-manager",
"timestamp": 1636512939390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.362Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "dcae-sch",
"timestamp": 1636512942320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.362Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636512937795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.362Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "policy-id",
"timestamp": 1636512937477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.362Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "cds",
"timestamp": 1636512941963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.363Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "aai-ml",
"timestamp": 1636512947674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.363Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "ves-openapi-manager",
"timestamp": 1636512939390,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.363Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "dcae-sch",
"timestamp": 1636512942320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.363Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636512937795,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T02:56:08.364Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "policy-id",
"timestamp": 1636512937477,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T02:56:08.364Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "cds",
"timestamp": 1636512941963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T02:56:08.364Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "aai-ml",
"timestamp": 1636512947674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.364Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636512950960,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-10T02:56:08.365Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T02:56:08.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "cds",
"timestamp": 1636512951003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T02:56:08.365Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T02:56:08.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "policy-id",
"timestamp": 1636512950988,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T02:56:08.365Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T02:56:08.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "aai-ml",
"timestamp": 1636512947674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.366Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.366Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "cds",
"timestamp": 1636512952016,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-10T02:56:08.450Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-11-10T02:56:08.453Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T02:56:08.453Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:56:08.468Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:56:08.469Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-10T02:56:08.541Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c79249c1-1ca5-4f1c-b79c-f61c6a88b46b
2021-11-10T02:56:08.556Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c79249c1-1ca5-4f1c-b79c-f61c6a88b46b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-10T02:56:08.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "policy-id",
"timestamp": 1636512951993,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T02:56:08.575Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T02:56:08.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636512952081,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-10T02:56:08.576Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T02:56:08.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "aai-ml",
"timestamp": 1636512947674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.576Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "policy-id",
"timestamp": 1636512952996,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-10T02:56:08.588Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c79249c1-1ca5-4f1c-b79c-f61c6a88b46b
2021-11-10T02:56:08.588Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c79249c1-1ca5-4f1c-b79c-f61c6a88b46b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-10T02:56:08.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "aai-ml",
"timestamp": 1636512947674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.594Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636512953378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-10T02:56:08.594Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T02:56:08.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "aai-ml",
"timestamp": 1636512947674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T02:56:08.594Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636512954393,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-10T02:56:08.597Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c79249c1-1ca5-4f1c-b79c-f61c6a88b46b
2021-11-10T02:56:08.598Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c79249c1-1ca5-4f1c-b79c-f61c6a88b46b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-10T02:56:08.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636512955396,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-10T02:56:08.605Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T02:56:08.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "clamp",
"timestamp": 1636512954800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "aai-ml",
"timestamp": 1636512955620,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T02:56:08.605Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T02:56:08.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "clamp",
"timestamp": 1636512954800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json",
"status": "NOTIFIED"
}
2021-11-10T02:56:08.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636512956180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "clamp",
"timestamp": 1636512954800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636512956180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "clamp",
"timestamp": 1636512954800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636512956180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "clamp",
"timestamp": 1636512954800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636512956180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "clamp",
"timestamp": 1636512954800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636512956180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "clamp",
"timestamp": 1636512954800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T02:56:08.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636512956180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:08.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636512956180,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T02:56:08.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:56:08.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636512964090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T02:56:08.609Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T02:56:08.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:56:08.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "aai-ml",
"timestamp": 1636512967281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T02:56:08.609Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T02:56:09.355Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T02:56:09.355Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T02:56:09.357Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T02:56:09.357Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636512967696,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json",
"status": "NOTIFIED"
}
2021-11-10T02:56:09.457Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T02:56:09.458Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T02:56:09.458Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:56:09.469Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:56:09.470Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-10T02:56:10.358Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T02:56:10.359Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T02:56:10.361Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T02:56:10.361Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636512967696,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-10T02:56:10.461Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T02:56:10.462Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T02:56:10.462Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:56:10.473Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:56:10.473Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-10T02:56:11.361Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T02:56:11.362Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T02:56:11.364Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T02:56:11.364Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636512967696,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:11.464Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T02:56:11.465Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T02:56:11.465Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:56:11.477Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:56:11.477Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-10T02:56:12.365Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T02:56:12.366Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T02:56:12.368Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T02:56:12.368Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636512967696,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-10T02:56:12.468Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T02:56:12.469Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T02:56:12.469Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:56:12.481Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:56:12.481Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-10T02:56:13.368Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T02:56:13.369Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T02:56:13.370Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T02:56:13.371Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636512967696,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:56:13.471Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T02:56:13.472Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T02:56:13.472Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:56:13.492Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:56:13.492Z||pool-8-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2021-11-10T02:56:14.371Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T02:56:14.372Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T02:56:14.374Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T02:56:14.374Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636512967696,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T02:56:14.474Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T02:56:14.475Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T02:56:14.475Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:56:14.488Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:56:14.488Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-10T02:56:15.376Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"serviceName": "vFW 2021-11-10 02-53-52",
"serviceVersion": "1.0",
"serviceUUID": "816b204e-cc01-492b-958c-8e16bec36dac",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "10fb2e37-a02b-4a41-8297-7dfeecb3af43",
"resources": [
{
"resourceInstanceName": "vFW 24d36b97-c0fb 0",
"resourceCustomizationUUID": "ac6fa783-9fd8-41a1-a48c-212fd253fc74",
"resourceName": "vFW 24d36b97-c0fb",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "29a4257f-395a-482d-a150-d54f3bab0201",
"resourceInvariantUUID": "a3478300-41d5-49bb-a394-3fa608bc2d27",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw24d36b97c0fb0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json",
"artifactChecksum": "YjYzZDEwOGU2ODMwOTMwZjI0NTJiNmZkZTU2YzVkNjI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d673f61b-a4e7-4eab-8a4b-924456623ddd",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "0ae98d5b-6560-41ea-a4d7-e9f913343f1d",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bb976452-08a7-4744-a124-348a1195791c",
"generatedFromUUID": "0ae98d5b-6560-41ea-a4d7-e9f913343f1d"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "bb976452-08a7-4744-a124-348a1195791c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20211110025352-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar",
"artifactChecksum": "ZTUzNDA3MDVlZDgyNjM5NThhMmQ2MDk4ZDNiNDMyNWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f729310d-693d-455e-9369-2750e4283e30"
}
],
"workloadContext": "Production"
}
2021-11-10T02:56:15.377Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-10T02:56:15.377Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 816b204e-cc01-492b-958c-8e16bec36dac ASDC
2021-11-10T02:56:15.487Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:c79249c1-1ca5-4f1c-b79c-f61c6a88b46b
ServiceName:vFW 2021-11-10 02-53-52
ServiceVersion:1.0
ServiceUUID:816b204e-cc01-492b-958c-8e16bec36dac
ServiceInvariantUUID:10fb2e37-a02b-4a41-8297-7dfeecb3af43
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211110025352-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar
ArtifactUUID:f729310d-693d-455e-9369-2750e4283e30
ArtifactChecksum:ZTUzNDA3MDVlZDgyNjM5NThhMmQ2MDk4ZDNiNDMyNWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 24d36b97-c0fb 0
ResourceCustomizationUUID:ac6fa783-9fd8-41a1-a48c-212fd253fc74
ResourceInvariantUUID:a3478300-41d5-49bb-a394-3fa608bc2d27
ResourceName:vFW 24d36b97-c0fb
ResourceType:VF
ResourceUUID:29a4257f-395a-482d-a150-d54f3bab0201
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw24d36b97c0fb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json
ArtifactUUID:d673f61b-a4e7-4eab-8a4b-924456623ddd
ArtifactChecksum:YjYzZDEwOGU2ODMwOTMwZjI0NTJiNmZkZTU2YzVkNjI=
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/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml
ArtifactUUID:0ae98d5b-6560-41ea-a4d7-e9f913343f1d
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/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env
ArtifactUUID:bb976452-08a7-4744-a124-348a1195791c
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/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env
ArtifactUUID:bb976452-08a7-4744-a124-348a1195791c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-10T02:56:15.487Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 816b204e-cc01-492b-958c-8e16bec36dac ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-10T02:56:15.546Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-10T02:56:15.547Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-10T02:56:15.547Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-10T02:56:15.548Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f729310d-693d-455e-9369-2750e4283e30 from URL: /sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar
2021-11-10T02:56:15.548Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-10T02:56:15.549Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar
2021-11-10T02:56:15.685Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-10T02:56:15.701Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar f729310d-693d-455e-9369-2750e4283e30 98975
2021-11-10T02:56:15.702Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar ASDC sendASDCNotification
2021-11-10T02:56:15.702Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar
2021-11-10T02:56:15.703Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-10T02:56:15.703Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T02:56:15.705Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T02:56:15.705Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636512975701,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T02:56:15.805Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T02:56:15.806Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T02:56:15.806Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:56:15.820Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:56:15.820Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-10T02:56:16.705Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-10T02:56:16.706Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-10T02:56:16.707Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: f729310d-693d-455e-9369-2750e4283e30, URL: /sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar to file: /app/ASDC/1/service-Vfw20211110025352-csar.csar
2021-11-10T02:56:16.707Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211110025352-csar.csar
2021-11-10T02:56:16.767Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211110025352-csar.csar
2021-11-10T02:56:16.767Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211110025352-csar.csar
2021-11-10T02:56:17.246Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP505762411724747828/Definitions/service-Vfw20211110025352-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2021-11-10T02:56:19.717Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-10T02:56:19.722Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-11-10T02:56:19.722Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211110025352-csar.csar
2021-11-10T02:56:19.722Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-11-10T02:56:19.722Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||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-Vfw20211110025352-csar.csar
2021-11-10T02:56:19.723Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||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-Vfw20211110025352-csar.csar
2021-11-10T02:56:19.723Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||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-Vfw20211110025352-csar.csar
2021-11-10T02:56:19.723Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211110025352-csar.csar
2021-11-10T02:56:19.723Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211110025352-csar.csar
2021-11-10T02:56:19.723Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||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-Vfw20211110025352-csar.csar
2021-11-10T02:56:19.723Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||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-Vfw20211110025352-csar.csar
2021-11-10T02:56:19.723Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||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-Vfw20211110025352-csar.csar
2021-11-10T02:56:19.723Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 24d36b97-c0fb 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-Vfw20211110025352-csar.csar
2021-11-10T02:56:19.723Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211110025352-csar.csar
2021-11-10T02:56:19.723Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||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-Vfw20211110025352-csar.csar
2021-11-10T02:56:19.723Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211110025352-csar.csar
2021-11-10T02:56:19.723Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||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-Vfw20211110025352-csar.csar
2021-11-10T02:56:19.723Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-11-10T02:56:19.729Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:56:19.730Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 02-53-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T02:56:19.733Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vFW 24d36b97-c0fb 0 is matching search criteria
2021-11-10T02:56:19.734Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-11-10T02:56:19.735Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 24d36b97-c0fb 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-10T02:56:19.736Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:56:19.737Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 02-53-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T02:56:19.737Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vFW 24d36b97-c0fb 0 is matching search criteria
2021-11-10T02:56:19.737Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-11-10T02:56:19.737Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 24d36b97-c0fb 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-10T02:56:19.737Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:56:19.737Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 02-53-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T02:56:19.740Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:56:19.740Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vFW 24d36b97-c0fb 0 is not matching search criteria
2021-11-10T02:56:19.741Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-10T02:56:19.741Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-10T02:56:19.741Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-10T02:56:19.741Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-10T02:56:19.741Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-10T02:56:19.741Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-10T02:56:19.741Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-10T02:56:19.741Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-10T02:56:19.741Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-10T02:56:19.742Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-10T02:56:19.742Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-10T02:56:19.742Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-10T02:56:19.742Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-10T02:56:19.742Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-10T02:56:19.742Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-10T02:56:19.742Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-10T02:56:19.742Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:56:19.742Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 02-53-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-10T02:56:19.743Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:56:19.744Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vFW 24d36b97-c0fb 0 is matching search criteria
2021-11-10T02:56:19.744Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 24d36b97-c0fb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T02:56:19.744Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:56:19.744Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vFW 24d36b97-c0fb 0 is matching search criteria
2021-11-10T02:56:19.744Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 24d36b97-c0fb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T02:56:19.744Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:56:19.745Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vFW 24d36b97-c0fb 0 is matching search criteria
2021-11-10T02:56:19.745Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 24d36b97-c0fb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T02:56:19.745Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:56:19.745Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vFW 24d36b97-c0fb 0 is not matching search criteria
2021-11-10T02:56:19.745Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-10T02:56:19.745Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-10T02:56:19.745Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-10T02:56:19.745Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-10T02:56:19.746Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-10T02:56:19.746Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-10T02:56:19.746Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-10T02:56:19.746Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-10T02:56:19.746Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-10T02:56:19.746Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-10T02:56:19.746Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-10T02:56:19.746Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=365ed214-6e52-465b-8cbd-4f2e38086b82
2021-11-10T02:56:19.746Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:56:19.747Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vFW 24d36b97-c0fb 0 is not matching search criteria
2021-11-10T02:56:19.747Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-10T02:56:19.747Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-10T02:56:19.747Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-10T02:56:19.747Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-10T02:56:19.747Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-10T02:56:19.747Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-10T02:56:19.747Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-10T02:56:19.748Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-10T02:56:19.748Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-10T02:56:19.748Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-10T02:56:19.748Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-10T02:56:19.748Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-10T02:56:19.748Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=323f4568-cb29-4fcc-8cb7-3a754f3547ee
2021-11-10T02:56:19.748Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:56:19.748Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vFW 24d36b97-c0fb 0 is not matching search criteria
2021-11-10T02:56:19.748Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-10T02:56:19.749Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-10T02:56:19.749Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-10T02:56:19.749Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-10T02:56:19.749Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-10T02:56:19.749Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-10T02:56:19.749Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-10T02:56:19.749Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-10T02:56:19.749Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-10T02:56:19.749Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-10T02:56:19.749Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-10T02:56:19.750Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-10T02:56:19.750Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e7a2561d-94cd-4b6f-b55b-18fd6877c004
2021-11-10T02:56:19.750Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:56:19.750Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 02-53-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T02:56:19.750Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:56:19.750Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 02-53-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T02:56:19.750Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:56:19.750Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 02-53-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T02:56:19.751Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:56:19.751Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 02-53-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T02:56:19.751Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-11-10 02-53-52
Description:catalog service description
Model UUID:816b204e-cc01-492b-958c-8e16bec36dac
Model Version:NULL
Model InvariantUuid:10fb2e37-a02b-4a41-8297-7dfeecb3af43
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 24d36b97-c0fb
Model UUID:6c487b4e-ed4e-460e-8bf2-ec5cd41d0046
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a3478300-41d5-49bb-a394-3fa608bc2d27
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ac6fa783-9fd8-41a1-a48c-212fd253fc74
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:776c5f2f-5e30-4ced-a229-df1c5a8b4553
ModelName:Vfw24d36b97C0fb..base_vfw..module-0
ModelUuid:a52c020a-181b-4ded-aba7-be0558386d4d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:365ed214-6e52-465b-8cbd-4f2e38086b82
ModelInvariantUuid:76488e22-78ff-4110-970b-26a83233b942
ModelName:vFW 24d36b97-c0fb-nodes.vfwCvfc
ModelUuid:2e3b7f34-ed92-4617-80b4-1b991459eef9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:f35a7cbd-d894-41d3-8d5f-f0095097c1e3
ModelInvariantUuid:dbfa54c6-ac35-428b-92a5-1922ed7776a5
ModelName:Vfw24d36b97C0fb.compute.nodes.heat.vfw
ModelUuid:4ff24467-712d-480e-8f2a-bf51b13ab9d9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:323f4568-cb29-4fcc-8cb7-3a754f3547ee
ModelInvariantUuid:0cc10c09-6f8f-4a32-8f8b-4fef915c9fe7
ModelName:vFW 24d36b97-c0fb-nodes.vsnCvfc
ModelUuid:65574beb-0a54-4e9e-b9b6-94dbadcc4c8d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:d5707751-5c1f-4e89-b27c-6eba3acb2be0
ModelInvariantUuid:a7b29fd9-f8a5-4b5e-a1b5-ea3367cdc646
ModelName:Vfw24d36b97C0fb.compute.nodes.heat.vsn
ModelUuid:496ab230-3c00-40ab-97dd-5ee0c25ef268
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e7a2561d-94cd-4b6f-b55b-18fd6877c004
ModelInvariantUuid:829b725d-6000-4618-9801-aea6fda05b49
ModelName:vFW 24d36b97-c0fb-nodes.vpgCvfc
ModelUuid:1799307e-9f48-4a5f-871f-622dc96b905b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:9aa51fda-070d-406a-b3c2-9d6cd4564846
ModelInvariantUuid:537e17de-45fe-4d9f-a982-9bccb94aa54e
ModelName:Vfw24d36b97C0fb.compute.nodes.heat.vpg
ModelUuid:4a479949-cb04-4f3d-ba58-1de1fd5e577b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-10T02:56:19.759Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 29a4257f-395a-482d-a150-d54f3bab0201
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-10T02:56:19.839Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||vFW 24d36b97-c0fb 0
2021-11-10T02:56:19.846Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 29a4257f-395a-482d-a150-d54f3bab0201
2021-11-10T02:56:19.846Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d673f61b-a4e7-4eab-8a4b-924456623ddd from URL: /sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json
2021-11-10T02:56:19.846Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-10T02:56:19.846Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json
2021-11-10T02:56:19.968Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-10T02:56:19.969Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json d673f61b-a4e7-4eab-8a4b-924456623ddd 785
2021-11-10T02:56:19.969Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json ASDC sendASDCNotification
2021-11-10T02:56:19.969Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json
2021-11-10T02:56:19.969Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-10T02:56:19.969Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T02:56:19.971Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T02:56:19.971Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636512979969,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-10T02:56:20.072Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T02:56:20.072Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T02:56:20.073Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:56:20.084Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:56:20.084Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-10T02:56:20.973Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw24d36b97C0fb..base_vfw..module-0",
"vfModuleModelInvariantUUID": "776c5f2f-5e30-4ced-a229-df1c5a8b4553",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a52c020a-181b-4ded-aba7-be0558386d4d",
"vfModuleModelCustomizationUUID": "059c39c3-9894-4a04-803d-4bb112cc305c",
"isBase": true,
"artifacts": [
"0ae98d5b-6560-41ea-a4d7-e9f913343f1d",
"bb976452-08a7-4744-a124-348a1195791c"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-11-10T02:56:20.985Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw24d36b97C0fb..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a52c020a-181b-4ded-aba7-be0558386d4d
VfModuleModelInvariantUUID:776c5f2f-5e30-4ced-a229-df1c5a8b4553
VfModuleModelDescription:NULL
Artifacts UUID List:{
0ae98d5b-6560-41ea-a4d7-e9f913343f1d
,
bb976452-08a7-4744-a124-348a1195791c
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-11-10T02:56:20.988Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw24d36b97C0fb..base_vfw..module-0",
"vfModuleModelInvariantUUID": "776c5f2f-5e30-4ced-a229-df1c5a8b4553",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a52c020a-181b-4ded-aba7-be0558386d4d",
"vfModuleModelCustomizationUUID": "059c39c3-9894-4a04-803d-4bb112cc305c",
"isBase": true,
"artifacts": [
"0ae98d5b-6560-41ea-a4d7-e9f913343f1d",
"bb976452-08a7-4744-a124-348a1195791c"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-11-10T02:56:20.988Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw24d36b97C0fb..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a52c020a-181b-4ded-aba7-be0558386d4d
VfModuleModelInvariantUUID:776c5f2f-5e30-4ced-a229-df1c5a8b4553
VfModuleModelDescription:NULL
Artifacts UUID List:{
0ae98d5b-6560-41ea-a4d7-e9f913343f1d
,
bb976452-08a7-4744-a124-348a1195791c
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-11-10T02:56:20.988Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0ae98d5b-6560-41ea-a4d7-e9f913343f1d from URL: /sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml
2021-11-10T02:56:20.988Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-10T02:56:20.988Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml
2021-11-10T02:56:21.025Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-10T02:56:21.026Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml 0ae98d5b-6560-41ea-a4d7-e9f913343f1d 20368
2021-11-10T02:56:21.026Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-10T02:56:21.027Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml
2021-11-10T02:56:21.027Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-10T02:56:21.027Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T02:56:21.028Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T02:56:21.029Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636512981026,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-10T02:56:21.129Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T02:56:21.129Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T02:56:21.130Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:56:21.141Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:56:21.141Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-10T02:56:22.030Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bb976452-08a7-4744-a124-348a1195791c from URL: /sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env
2021-11-10T02:56:22.030Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-10T02:56:22.030Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env
2021-11-10T02:56:22.067Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-10T02:56:22.068Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env bb976452-08a7-4744-a124-348a1195791c 2098
2021-11-10T02:56:22.068Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-10T02:56:22.068Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env
2021-11-10T02:56:22.068Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-10T02:56:22.068Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T02:56:22.070Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T02:56:22.071Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636512982068,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-10T02:56:22.171Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T02:56:22.172Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T02:56:22.172Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:56:22.183Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:56:22.183Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-10T02:56:23.071Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 816b204e-cc01-492b-958c-8e16bec36dac
2021-11-10T02:56:23.072Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 24d36b97-c0fb 0 29a4257f-395a-482d-a150-d54f3bab0201 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-10T02:56:23.101Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@58304104, org.onap.sdc.toscaparser.api.parameters.Input@780eab71, org.onap.sdc.toscaparser.api.parameters.Input@6ad9d887, org.onap.sdc.toscaparser.api.parameters.Input@340d7c83, org.onap.sdc.toscaparser.api.parameters.Input@6eef3367]
2021-11-10T02:56:23.104Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:56:23.104Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 02-53-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T02:56:23.104Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2021-11-10T02:56:23.104Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= ac6fa783-9fd8-41a1-a48c-212fd253fc74
2021-11-10T02:56:23.104Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ac6fa783-9fd8-41a1-a48c-212fd253fc74 matches Tosca VF Customization UUID: ac6fa783-9fd8-41a1-a48c-212fd253fc74
2021-11-10T02:56:23.104Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: ac6fa783-9fd8-41a1-a48c-212fd253fc74 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-10T02:56:23.109Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:56:23.109Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 02-53-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T02:56:23.110Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id ac6fa783-9fd8-41a1-a48c-212fd253fc74: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-11-10T02:56:23.110Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@43cb4b6d
2021-11-10T02:56:23.110Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:56:23.111Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 02-53-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-10T02:56:23.111Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 059c39c3-9894-4a04-803d-4bb112cc305c
2021-11-10T02:56:23.112Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 059c39c3-9894-4a04-803d-4bb112cc305c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-10T02:56:23.116Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:56:23.116Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vFW 24d36b97-c0fb 0 is matching search criteria
2021-11-10T02:56:23.116Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 24d36b97-c0fb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T02:56:23.117Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:56:23.117Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vFW 24d36b97-c0fb 0 is matching search criteria
2021-11-10T02:56:23.117Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 24d36b97-c0fb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T02:56:23.117Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:56:23.117Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vFW 24d36b97-c0fb 0 is not matching search criteria
2021-11-10T02:56:23.117Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-10T02:56:23.117Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-10T02:56:23.118Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-11-10T02:56:23.118Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-10T02:56:23.118Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-10T02:56:23.118Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-10T02:56:23.118Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-10T02:56:23.118Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-10T02:56:23.118Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-10T02:56:23.118Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-10T02:56:23.119Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-10T02:56:23.119Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=365ed214-6e52-465b-8cbd-4f2e38086b82
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-10T02:56:23.123Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:56:23.124Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vFW 24d36b97-c0fb 0 is matching search criteria
2021-11-10T02:56:23.124Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 24d36b97-c0fb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T02:56:23.124Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:56:23.124Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vFW 24d36b97-c0fb 0 is not matching search criteria
2021-11-10T02:56:23.124Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-10T02:56:23.124Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-10T02:56:23.124Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-10T02:56:23.125Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-10T02:56:23.125Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-10T02:56:23.125Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-10T02:56:23.125Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-10T02:56:23.125Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-11-10T02:56:23.125Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-11-10T02:56:23.125Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-11-10T02:56:23.125Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-11-10T02:56:23.125Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-11-10T02:56:23.126Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=323f4568-cb29-4fcc-8cb7-3a754f3547ee
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-10T02:56:23.127Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:56:23.127Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vFW 24d36b97-c0fb 0 is matching search criteria
2021-11-10T02:56:23.127Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 24d36b97-c0fb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T02:56:23.129Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:56:23.130Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vFW 24d36b97-c0fb 0 is not matching search criteria
2021-11-10T02:56:23.130Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-11-10T02:56:23.130Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-11-10T02:56:23.130Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-11-10T02:56:23.130Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-11-10T02:56:23.130Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-11-10T02:56:23.130Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-11-10T02:56:23.131Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-11-10T02:56:23.131Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-11-10T02:56:23.131Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-11-10T02:56:23.131Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-11-10T02:56:23.131Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-11-10T02:56:23.131Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-11-10T02:56:23.131Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e7a2561d-94cd-4b6f-b55b-18fd6877c004
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-10T02:56:23.133Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:56:23.133Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vFW 24d36b97-c0fb 0 is matching search criteria
2021-11-10T02:56:23.133Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 24d36b97-c0fb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T02:56:23.133Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:56:23.133Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Node template vFW 24d36b97-c0fb 0 is matching search criteria
2021-11-10T02:56:23.133Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 24d36b97-c0fb 0] matching following query criteria: sdcType=VF, customizationUUID=ac6fa783-9fd8-41a1-a48c-212fd253fc74
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-10T02:56:23.135Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:56:23.135Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 02-53-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T02:56:23.135Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 816b204e-cc01-492b-958c-8e16bec36dac: vFW 24d36b97-c0fb
2021-11-10T02:56:23.136Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:56:23.136Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 02-53-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T02:56:23.136Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:56:23.136Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 02-53-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T02:56:23.136Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:56:23.136Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 02-53-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T02:56:23.136Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:56:23.136Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 02-53-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T02:56:23.137Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:56:23.137Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-11-10 02-53-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T02:56:23.137Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2021-11-10 02-53-52
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-10T02:56:23.318Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 24d36b97-c0fb 29a4257f-395a-482d-a150-d54f3bab0201 1 ASDC deployResourceStructure
2021-11-10T02:56:23.318Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json ASDC sendASDCNotification
2021-11-10T02:56:23.318Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json
2021-11-10T02:56:23.318Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-10T02:56:23.319Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T02:56:23.320Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T02:56:23.320Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636512983318,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-10T02:56:23.420Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T02:56:23.421Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T02:56:23.421Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:56:23.433Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:56:23.433Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-10T02:56:24.321Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-11-10T02:56:24.321Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml
2021-11-10T02:56:24.322Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-10T02:56:24.322Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T02:56:24.324Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T02:56:24.324Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636512984321,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-11-10T02:56:24.424Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T02:56:24.425Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T02:56:24.425Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:56:24.437Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:56:24.437Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-10T02:56:25.325Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-11-10T02:56:25.325Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env
2021-11-10T02:56:25.325Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-10T02:56:25.325Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T02:56:25.327Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T02:56:25.327Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636512985324,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-11-10T02:56:25.427Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T02:56:25.428Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T02:56:25.428Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:56:25.440Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:56:25.440Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-10T02:56:26.328Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar ASDC sendASDCNotification
2021-11-10T02:56:26.328Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar
2021-11-10T02:56:26.328Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-10T02:56:26.328Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T02:56:26.330Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T02:56:26.330Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636512986327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T02:56:26.430Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T02:56:26.431Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T02:56:26.431Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:56:26.443Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:56:26.443Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-10T02:56:27.332Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c79249c1-1ca5-4f1c-b79c-f61c6a88b46b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-10T02:56:27.346Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c79249c1-1ca5-4f1c-b79c-f61c6a88b46b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-10T02:56:27.348Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-10T02:56:27.348Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-10T02:56:27.348Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-10T02:56:57.348Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c79249c1-1ca5-4f1c-b79c-f61c6a88b46b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-10T02:56:57.357Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c79249c1-1ca5-4f1c-b79c-f61c6a88b46b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-10T02:56:57.360Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-10T02:56:57.360Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-10T02:56:57.360Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-10T02:57:07.697Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:57:07.698Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:57:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:57:08.146Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:57:08.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:57:08.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "aai-ml",
"timestamp": 1636512968286,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-10T02:57:08.153Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c79249c1-1ca5-4f1c-b79c-f61c6a88b46b
2021-11-10T02:57:08.153Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c79249c1-1ca5-4f1c-b79c-f61c6a88b46b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-10T02:57:27.360Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c79249c1-1ca5-4f1c-b79c-f61c6a88b46b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-10T02:57:27.368Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c79249c1-1ca5-4f1c-b79c-f61c6a88b46b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-10T02:57:27.371Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-10T02:57:27.371Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-10T02:57:27.371Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-10T02:57:27.371Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-10T02:57:57.371Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c79249c1-1ca5-4f1c-b79c-f61c6a88b46b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-10T02:57:57.379Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c79249c1-1ca5-4f1c-b79c-f61c6a88b46b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-10T02:57:57.381Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-10T02:57:57.381Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-10T02:57:57.381Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-10T02:57:57.381Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-10T02:58:07.697Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:58:07.698Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:58:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:58:07.723Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:58:07.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:58:07.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636512967696,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:58:07.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:58:07.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:58:07.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636512968675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T02:58:07.726Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T02:58:07.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:58:07.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636512967696,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json",
"status": "NOTIFIED"
}
2021-11-10T02:58:07.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:58:07.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:58:07.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636512969679,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-10T02:58:07.731Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c79249c1-1ca5-4f1c-b79c-f61c6a88b46b
2021-11-10T02:58:07.732Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c79249c1-1ca5-4f1c-b79c-f61c6a88b46b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-10T02:58:07.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:58:07.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636512967696,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-11-10T02:58:07.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:58:07.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:58:07.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636512967696,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:58:07.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:58:07.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:58:07.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "clamp",
"timestamp": 1636512971473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T02:58:07.738Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T02:58:07.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:58:07.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636512967696,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-11-10T02:58:07.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:58:07.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:58:07.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636512967696,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:58:07.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:58:07.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:58:07.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "clamp",
"timestamp": 1636512973485,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T02:58:07.739Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T02:58:07.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:58:07.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636512967696,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T02:58:07.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-11-10T02:58:07.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:58:07.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "clamp",
"timestamp": 1636512974488,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-10T02:58:07.742Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c79249c1-1ca5-4f1c-b79c-f61c6a88b46b
2021-11-10T02:58:07.742Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c79249c1-1ca5-4f1c-b79c-f61c6a88b46b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-10T02:58:07.748Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:58:07.748Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636512975701,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T02:58:07.748Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T02:58:07.748Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:58:07.749Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636512979969,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-10T02:58:07.749Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T02:58:07.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:58:07.749Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636512981026,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-10T02:58:07.750Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T02:58:07.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:58:07.750Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636512982068,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-11-10T02:58:07.750Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T02:58:07.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:58:07.750Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636512983318,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/vfw24d36b97c0fb0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-10T02:58:07.751Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T02:58:07.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:58:07.751Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636512984321,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-11-10T02:58:07.751Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T02:58:07.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:58:07.751Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636512985324,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/resourceInstances/vfw24d36b97c0fb0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-11-10T02:58:07.752Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T02:58:07.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-11-10T02:58:07.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636512986327,
"artifactURL": "/sdc/v1/catalog/services/Vfw20211110025352/1.0/artifacts/service-Vfw20211110025352-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T02:58:07.752Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T02:58:27.381Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c79249c1-1ca5-4f1c-b79c-f61c6a88b46b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-10T02:58:27.389Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c79249c1-1ca5-4f1c-b79c-f61c6a88b46b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-10T02:58:27.391Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-10T02:58:27.391Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-10T02:58:27.392Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-10T02:58:27.392Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-10T02:58:27.392Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T02:58:27.392Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T02:58:27.392Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T02:58:27.392Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T02:58:27.392Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T02:58:27.392Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T02:58:27.392Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-10T02:58:27.395Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-10T02:58:57.396Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c79249c1-1ca5-4f1c-b79c-f61c6a88b46b and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-10T02:58:57.405Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c79249c1-1ca5-4f1c-b79c-f61c6a88b46b and serviceModelVersionId: 816b204e-cc01-492b-958c-8e16bec36dac
2021-11-10T02:58:57.405Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 10fb2e37-a02b-4a41-8297-7dfeecb3af43
2021-11-10T02:59:07.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:59:07.698Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:59:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T02:59:08.226Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:59:08.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "cds",
"timestamp": 1636513031963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "cds",
"timestamp": 1636513031963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "cds",
"timestamp": 1636513031963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "cds",
"timestamp": 1636513031963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "policy-id",
"timestamp": 1636513037477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "aai-ml",
"timestamp": 1636513037674,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636513037795,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "cds",
"timestamp": 1636513031963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "policy-id",
"timestamp": 1636513037477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "aai-ml",
"timestamp": 1636513037674,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636513037795,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json",
"status": "NOTIFIED"
}
2021-11-10T02:59:08.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "cds",
"timestamp": 1636513031963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "ves-openapi-manager",
"timestamp": 1636513039390,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "policy-id",
"timestamp": 1636513037477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-10T02:59:08.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "aai-ml",
"timestamp": 1636513037674,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636513037795,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-10T02:59:08.233Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "cds",
"timestamp": 1636513031963,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T02:59:08.233Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "ves-openapi-manager",
"timestamp": 1636513039390,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.233Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "policy-id",
"timestamp": 1636513037477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.233Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "aai-ml",
"timestamp": 1636513037674,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.233Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636513037795,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.234Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "cds",
"timestamp": 1636513041897,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T02:59:08.234Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T02:59:08.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "ves-openapi-manager",
"timestamp": 1636513039390,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.234Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "policy-id",
"timestamp": 1636513037477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.234Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.234Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "aai-ml",
"timestamp": 1636513037674,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.234Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.234Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.235Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636513037795,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-10T02:59:08.235Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.235Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.235Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "cds",
"timestamp": 1636513042901,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-10T02:59:08.247Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 697b9235-bdd8-42d2-8151-fb1038e2b835
2021-11-10T02:59:08.247Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 697b9235-bdd8-42d2-8151-fb1038e2b835 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-10T02:59:08.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "dcae-sch",
"timestamp": 1636513042320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.253Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "ves-openapi-manager",
"timestamp": 1636513039390,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.253Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "policy-id",
"timestamp": 1636513037477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.253Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "aai-ml",
"timestamp": 1636513037674,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.254Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.254Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636513037795,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.254Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.254Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "dcae-sch",
"timestamp": 1636513042320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.254Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.254Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "ves-openapi-manager",
"timestamp": 1636513039390,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.254Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.254Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "policy-id",
"timestamp": 1636513037477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T02:59:08.254Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "aai-ml",
"timestamp": 1636513037674,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T02:59:08.255Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636513037795,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T02:59:08.255Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "dcae-sch",
"timestamp": 1636513042320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.255Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "ves-openapi-manager",
"timestamp": 1636513039390,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.255Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "policy-id",
"timestamp": 1636513045198,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T02:59:08.256Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T02:59:08.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "aai-ml",
"timestamp": 1636513045398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T02:59:08.256Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T02:59:08.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "clamp",
"timestamp": 1636513044800,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.256Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636513045568,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-10T02:59:08.256Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T02:59:08.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "dcae-sch",
"timestamp": 1636513042320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.256Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.257Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "ves-openapi-manager",
"timestamp": 1636513039390,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.257Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.257Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "policy-id",
"timestamp": 1636513046202,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T02:59:08.257Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T02:59:08.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.257Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "clamp",
"timestamp": 1636513044800,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json",
"status": "NOTIFIED"
}
2021-11-10T02:59:08.257Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.257Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636513046614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-10T02:59:08.257Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T02:59:08.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.257Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636513046180,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.257Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.258Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.258Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "dcae-sch",
"timestamp": 1636513042320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.258Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.258Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.258Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "policy-id",
"timestamp": 1636513047205,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-10T02:59:08.261Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 697b9235-bdd8-42d2-8151-fb1038e2b835
2021-11-10T02:59:08.261Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 697b9235-bdd8-42d2-8151-fb1038e2b835 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-10T02:59:08.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.267Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "clamp",
"timestamp": 1636513044800,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.267Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.267Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636513047648,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-10T02:59:08.267Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T02:59:08.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.268Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636513046180,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.268Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.268Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "dcae-sch",
"timestamp": 1636513042320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.268Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.268Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "clamp",
"timestamp": 1636513044800,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.268Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.268Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636513048656,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-10T02:59:08.277Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 697b9235-bdd8-42d2-8151-fb1038e2b835
2021-11-10T02:59:08.277Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 697b9235-bdd8-42d2-8151-fb1038e2b835 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-11-10T02:59:08.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.282Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636513046180,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.282Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.282Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "dcae-sch",
"timestamp": 1636513042320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.282Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.282Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "clamp",
"timestamp": 1636513044800,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.282Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.282Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636513049659,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-10T02:59:08.282Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T02:59:08.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636513046180,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.283Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "clamp",
"timestamp": 1636513044800,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.283Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636513046180,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.283Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "clamp",
"timestamp": 1636513044800,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T02:59:08.283Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636513046180,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:08.283Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "aai-ml",
"timestamp": 1636513052757,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T02:59:08.284Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T02:59:08.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636513046180,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T02:59:08.284Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T02:59:08.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "aai-ml",
"timestamp": 1636513053760,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-10T02:59:08.287Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 697b9235-bdd8-42d2-8151-fb1038e2b835
2021-11-10T02:59:08.287Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 697b9235-bdd8-42d2-8151-fb1038e2b835 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-10T02:59:08.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636513053987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T02:59:08.315Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T02:59:08.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636513056420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T02:59:08.315Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T02:59:08.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636513057424,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-10T02:59:08.319Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 697b9235-bdd8-42d2-8151-fb1038e2b835
2021-11-10T02:59:08.319Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 697b9235-bdd8-42d2-8151-fb1038e2b835 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-10T02:59:08.326Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.326Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "clamp",
"timestamp": 1636513059476,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T02:59:08.326Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T02:59:08.326Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.326Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "clamp",
"timestamp": 1636513061484,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T02:59:08.326Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T02:59:08.326Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T02:59:08.326Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "clamp",
"timestamp": 1636513062487,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-10T02:59:08.329Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 697b9235-bdd8-42d2-8151-fb1038e2b835
2021-11-10T02:59:08.330Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 697b9235-bdd8-42d2-8151-fb1038e2b835 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-10T02:59:09.404Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/10fb2e37-a02b-4a41-8297-7dfeecb3af43/model-vers/model-ver/816b204e-cc01-492b-958c-8e16bec36dac?depth=0
2021-11-10T02:59:09.500Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-11-10T02:59:09.964Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10fb2e37-a02b-4a41-8297-7dfeecb3af43/model-vers/model-ver/816b204e-cc01-492b-958c-8e16bec36dac?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-11-10T02:59:09.968Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10fb2e37-a02b-4a41-8297-7dfeecb3af43/model-vers/model-ver/816b204e-cc01-492b-958c-8e16bec36dac?depth=0|INFO|500||Invoke
2021-11-10T02:59:10.130Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10fb2e37-a02b-4a41-8297-7dfeecb3af43/model-vers/model-ver/816b204e-cc01-492b-958c-8e16bec36dac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-10T02:59:10.365Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10fb2e37-a02b-4a41-8297-7dfeecb3af43/model-vers/model-ver/816b204e-cc01-492b-958c-8e16bec36dac?depth=0|INFO|500||InvokeReturn
2021-11-10T02:59:10.366Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10fb2e37-a02b-4a41-8297-7dfeecb3af43/model-vers/model-ver/816b204e-cc01-492b-958c-8e16bec36dac?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211110-02:59:10:134-95106], vertex-id=[159872], Content-Length=[0], Date=[Wed, 10 Nov 2021 02:59:10 GMT], Content-Type=[application/json]}
2021-11-10T02:59:10.366Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-11-10T02:59:10.369Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-10T02:59:10.369Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-10T02:59:10.374Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-11-10T02:59:10.381Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c79249c1-1ca5-4f1c-b79c-f61c6a88b46b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-10T02:59:10.382Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-10T02:59:10.382Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T02:59:10.384Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T02:59:10.384Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513150381,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-10T02:59:10.484Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T02:59:10.486Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T02:59:10.486Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:59:10.498Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:59:10.498Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-10T02:59:11.393Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T02:59:11.394Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T02:59:11.394Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:59:16.199Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:59:16.200Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-10T02:59:16.200Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"697b9235-bdd8-42d2-8151-fb1038e2b835","serviceName":"basic_onboard_JZVLns","serviceVersion":"1.0","serviceUUID":"9dd7593b-cf97-40fc-abd4-8bc4b4aa238d","serviceDescription":"service","serviceInvariantUUID":"a904ba33-df82-454e-ad4d-e1ec9f68f1ba","resources":[{"resourceInstanceName":"basic_onboard_JZVLns 0","resourceName":"basic_onboard_JZVLns","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2a2ce299-6675-402b-a8d0-9cd53cc124d5","resourceInvariantUUID":"07780eb0-968d-4470-93ab-ccf568ec3c1c","resourceCustomizationUUID":"1ce7c96d-34ad-4b36-a32a-fd3b2e938fbe","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vf-license-model.xml","artifactChecksum":"YWE4ZDdhOTk2ZmYzOWQ3NjM1NWZkNTNhZWUwOWI0NGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cff9cbb1-fc98-4fc2-84f1-5452fcc754ad","artifactVersion":"1"},{"artifactName":"basic_onboard_jzvlns0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json","artifactChecksum":"NDA3Yzk3NmJjNjk2M2Y5YTMxNDgyODM2YWMwMGEzNTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dea6072b-c567-4e5f-932e-e623a4cbda9d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fad22133-90c7-4348-b36c-f39ec1822d50","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d6bef01-0a6b-4eb7-bb47-505c65481747","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c736b1ab-408f-4081-89fb-0f82400c7d51","artifactVersion":"2","generatedFromUUID":"fad22133-90c7-4348-b36c-f39ec1822d50"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJzvlns-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-template.yml","artifactChecksum":"YzFmMTI1ZGRmODQ4ODk5NTc2NjQyMTNmZjI4MDM2ZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8dccaa62-3dfd-4dde-87b0-4d8e40e25e24","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJzvlns-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar","artifactChecksum":"OTM0ZWJmYmZkZTQzNWU3YmI0YTY1MGM2NDVjOWI3NmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4046b593-04bc-440a-a9bc-dbc558475700","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-10T02:59:16.202Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T02:59:16.203Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T02:59:16.204Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T02:59:16.204Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513151393,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:16.304Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T02:59:16.305Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T02:59:16.305Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:59:16.318Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:59:16.318Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-10T02:59:17.205Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T02:59:17.205Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T02:59:17.207Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T02:59:17.207Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513151393,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json",
"status": "NOTIFIED"
}
2021-11-10T02:59:17.307Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T02:59:17.308Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T02:59:17.308Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:59:17.320Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:59:17.321Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-10T02:59:18.208Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T02:59:18.209Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T02:59:18.211Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T02:59:18.211Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513151393,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-10T02:59:18.311Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T02:59:18.311Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T02:59:18.312Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:59:18.323Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:59:18.323Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-11-10T02:59:19.211Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T02:59:19.212Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T02:59:19.213Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T02:59:19.213Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513151393,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:19.314Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-10T02:59:19.315Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T02:59:19.316Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:59:19.328Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:59:19.328Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-10T02:59:20.214Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T02:59:20.215Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T02:59:20.216Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T02:59:20.216Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513151393,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-10T02:59:20.317Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-11-10T02:59:20.318Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T02:59:20.318Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:59:20.331Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:59:20.332Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-11-10T02:59:21.217Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T02:59:21.218Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T02:59:21.220Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T02:59:21.220Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513151393,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T02:59:21.320Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T02:59:21.321Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T02:59:21.321Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:59:21.352Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:59:21.353Z||pool-24-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2021-11-10T02:59:22.220Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T02:59:22.221Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T02:59:22.223Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T02:59:22.223Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513151393,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T02:59:22.323Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T02:59:22.324Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T02:59:22.324Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:59:22.337Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:59:22.337Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-10T02:59:23.224Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"serviceName": "basic_onboard_JZVLns",
"serviceVersion": "1.0",
"serviceUUID": "9dd7593b-cf97-40fc-abd4-8bc4b4aa238d",
"serviceDescription": "service",
"serviceInvariantUUID": "a904ba33-df82-454e-ad4d-e1ec9f68f1ba",
"resources": [
{
"resourceInstanceName": "basic_onboard_JZVLns 0",
"resourceCustomizationUUID": "1ce7c96d-34ad-4b36-a32a-fd3b2e938fbe",
"resourceName": "basic_onboard_JZVLns",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2a2ce299-6675-402b-a8d0-9cd53cc124d5",
"resourceInvariantUUID": "07780eb0-968d-4470-93ab-ccf568ec3c1c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_jzvlns0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json",
"artifactChecksum": "NDA3Yzk3NmJjNjk2M2Y5YTMxNDgyODM2YWMwMGEzNTE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dea6072b-c567-4e5f-932e-e623a4cbda9d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "fad22133-90c7-4348-b36c-f39ec1822d50",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c736b1ab-408f-4081-89fb-0f82400c7d51",
"generatedFromUUID": "fad22133-90c7-4348-b36c-f39ec1822d50"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c736b1ab-408f-4081-89fb-0f82400c7d51",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardJzvlns-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar",
"artifactChecksum": "OTM0ZWJmYmZkZTQzNWU3YmI0YTY1MGM2NDVjOWI3NmU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4046b593-04bc-440a-a9bc-dbc558475700"
}
],
"workloadContext": "Production"
}
2021-11-10T02:59:23.224Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-10T02:59:23.224Z|c79249c1-1ca5-4f1c-b79c-f61c6a88b46b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9dd7593b-cf97-40fc-abd4-8bc4b4aa238d ASDC
2021-11-10T02:59:23.225Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:697b9235-bdd8-42d2-8151-fb1038e2b835
ServiceName:basic_onboard_JZVLns
ServiceVersion:1.0
ServiceUUID:9dd7593b-cf97-40fc-abd4-8bc4b4aa238d
ServiceInvariantUUID:a904ba33-df82-454e-ad4d-e1ec9f68f1ba
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJzvlns-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar
ArtifactUUID:4046b593-04bc-440a-a9bc-dbc558475700
ArtifactChecksum:OTM0ZWJmYmZkZTQzNWU3YmI0YTY1MGM2NDVjOWI3NmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JZVLns 0
ResourceCustomizationUUID:1ce7c96d-34ad-4b36-a32a-fd3b2e938fbe
ResourceInvariantUUID:07780eb0-968d-4470-93ab-ccf568ec3c1c
ResourceName:basic_onboard_JZVLns
ResourceType:VF
ResourceUUID:2a2ce299-6675-402b-a8d0-9cd53cc124d5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jzvlns0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json
ArtifactUUID:dea6072b-c567-4e5f-932e-e623a4cbda9d
ArtifactChecksum:NDA3Yzk3NmJjNjk2M2Y5YTMxNDgyODM2YWMwMGEzNTE=
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/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml
ArtifactUUID:fad22133-90c7-4348-b36c-f39ec1822d50
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/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env
ArtifactUUID:c736b1ab-408f-4081-89fb-0f82400c7d51
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/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env
ArtifactUUID:c736b1ab-408f-4081-89fb-0f82400c7d51
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-10T02:59:23.225Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9dd7593b-cf97-40fc-abd4-8bc4b4aa238d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-10T02:59:23.254Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-10T02:59:23.255Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-10T02:59:23.255Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-10T02:59:23.255Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4046b593-04bc-440a-a9bc-dbc558475700 from URL: /sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar
2021-11-10T02:59:23.255Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-10T02:59:23.255Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar
2021-11-10T02:59:23.368Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-10T02:59:23.371Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar 4046b593-04bc-440a-a9bc-dbc558475700 71559
2021-11-10T02:59:23.371Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar ASDC sendASDCNotification
2021-11-10T02:59:23.371Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar
2021-11-10T02:59:23.371Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-10T02:59:23.372Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T02:59:23.373Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T02:59:23.373Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513163371,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T02:59:23.473Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T02:59:23.474Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T02:59:23.474Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:59:23.488Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:59:23.488Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-10T02:59:24.374Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-10T02:59:24.375Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-10T02:59:24.375Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 4046b593-04bc-440a-a9bc-dbc558475700, URL: /sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar to file: /app/ASDC/1/service-BasicOnboardJzvlns-csar.csar
2021-11-10T02:59:24.375Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJzvlns-csar.csar
2021-11-10T02:59:24.375Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJzvlns-csar.csar
2021-11-10T02:59:24.376Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJzvlns-csar.csar
2021-11-10T02:59:24.576Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8614819979632009458/Definitions/service-BasicOnboardJzvlns-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-11-10T02:59:25.821Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-10T02:59:25.821Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-11-10T02:59:25.821Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJzvlns-csar.csar
2021-11-10T02:59:25.821Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-10T02:59:25.822Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||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-BasicOnboardJzvlns-csar.csar
2021-11-10T02:59:25.822Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||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-BasicOnboardJzvlns-csar.csar
2021-11-10T02:59:25.822Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||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-BasicOnboardJzvlns-csar.csar
2021-11-10T02:59:25.822Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||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-BasicOnboardJzvlns-csar.csar
2021-11-10T02:59:25.822Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardJzvlns-csar.csar
2021-11-10T02:59:25.822Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_JZVLns 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-BasicOnboardJzvlns-csar.csar
2021-11-10T02:59:25.822Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJzvlns-csar.csar
2021-11-10T02:59:25.822Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||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-BasicOnboardJzvlns-csar.csar
2021-11-10T02:59:25.822Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||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-BasicOnboardJzvlns-csar.csar
2021-11-10T02:59:25.822Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-11-10T02:59:25.822Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:59:25.823Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_JZVLns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T02:59:25.823Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_JZVLns 0 is matching search criteria
2021-11-10T02:59:25.823Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-11-10T02:59:25.823Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_JZVLns 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-10T02:59:25.823Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:59:25.823Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_JZVLns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T02:59:25.823Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_JZVLns 0 is matching search criteria
2021-11-10T02:59:25.823Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-11-10T02:59:25.823Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_JZVLns 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-10T02:59:25.824Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:59:25.824Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_JZVLns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T02:59:25.824Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:59:25.824Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_JZVLns 0 is not matching search criteria
2021-11-10T02:59:25.824Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-11-10T02:59:25.824Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-11-10T02:59:25.824Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-11-10T02:59:25.824Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-10T02:59:25.824Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-10T02:59:25.825Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:59:25.825Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_JZVLns is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-10T02:59:25.825Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:59:25.825Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_JZVLns 0 is matching search criteria
2021-11-10T02:59:25.825Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_JZVLns 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T02:59:25.825Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:59:25.825Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_JZVLns 0 is matching search criteria
2021-11-10T02:59:25.825Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_JZVLns 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T02:59:25.825Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:59:25.826Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_JZVLns 0 is matching search criteria
2021-11-10T02:59:25.826Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_JZVLns 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T02:59:25.826Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:59:25.826Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_JZVLns 0 is not matching search criteria
2021-11-10T02:59:25.826Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-10T02:59:25.826Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-10T02:59:25.826Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9f74239f-15c8-4e35-bed0-8267bdee8f55
2021-11-10T02:59:25.826Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:59:25.827Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_JZVLns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T02:59:25.827Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:59:25.827Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_JZVLns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T02:59:25.827Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:59:25.827Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_JZVLns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T02:59:25.827Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:59:25.827Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_JZVLns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T02:59:25.827Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_JZVLns
Description:service
Model UUID:9dd7593b-cf97-40fc-abd4-8bc4b4aa238d
Model Version:NULL
Model InvariantUuid:a904ba33-df82-454e-ad4d-e1ec9f68f1ba
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_JZVLns
Model UUID:42aad92a-8b70-48ad-b1ea-1737ac74a223
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:07780eb0-968d-4470-93ab-ccf568ec3c1c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:1ce7c96d-34ad-4b36-a32a-fd3b2e938fbe
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:50422ea9-9abf-4800-ab42-01abf741e179
ModelName:BasicOnboardJzvlns..base_ubuntu18..module-0
ModelUuid:1dc1eec4-5195-453a-b7eb-6b3cf40827d0
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:9f74239f-15c8-4e35-bed0-8267bdee8f55
ModelInvariantUuid:05b5cd74-6897-4ca5-a3d4-eb67f642eff0
ModelName:basic_onboard_JZVLns-nodes.ubuntu18Cvfc
ModelUuid:e324d618-37ee-40d6-8cc6-d5e072863aab
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:1cb810ec-7ca4-44f7-b172-cc99f82197ce
ModelInvariantUuid:6b9ce9e8-38fc-4c2f-8c72-236674c37681
ModelName:BasicOnboardJzvlns.compute.nodes.heat.ubuntu18
ModelUuid:51a3e8b3-38e2-4bc6-8051-cf66963eec5c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-10T02:59:25.831Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 2a2ce299-6675-402b-a8d0-9cd53cc124d5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-10T02:59:25.833Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||basic_onboard_JZVLns 0
2021-11-10T02:59:25.833Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2a2ce299-6675-402b-a8d0-9cd53cc124d5
2021-11-10T02:59:25.833Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: dea6072b-c567-4e5f-932e-e623a4cbda9d from URL: /sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json
2021-11-10T02:59:25.833Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-10T02:59:25.833Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json
2021-11-10T02:59:25.967Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-10T02:59:25.968Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json dea6072b-c567-4e5f-932e-e623a4cbda9d 798
2021-11-10T02:59:25.968Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json ASDC sendASDCNotification
2021-11-10T02:59:25.968Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json
2021-11-10T02:59:25.968Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-10T02:59:25.968Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T02:59:25.970Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T02:59:25.970Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513165968,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-10T02:59:26.070Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T02:59:26.070Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T02:59:26.071Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:59:26.082Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:59:26.083Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-10T02:59:26.970Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJzvlns..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "50422ea9-9abf-4800-ab42-01abf741e179",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1dc1eec4-5195-453a-b7eb-6b3cf40827d0",
"vfModuleModelCustomizationUUID": "47b114bf-21bb-407c-a481-5b3bb866946c",
"isBase": true,
"artifacts": [
"fad22133-90c7-4348-b36c-f39ec1822d50",
"c736b1ab-408f-4081-89fb-0f82400c7d51"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-11-10T02:59:26.975Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJzvlns..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1dc1eec4-5195-453a-b7eb-6b3cf40827d0
VfModuleModelInvariantUUID:50422ea9-9abf-4800-ab42-01abf741e179
VfModuleModelDescription:NULL
Artifacts UUID List:{
fad22133-90c7-4348-b36c-f39ec1822d50
,
c736b1ab-408f-4081-89fb-0f82400c7d51
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-11-10T02:59:26.977Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJzvlns..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "50422ea9-9abf-4800-ab42-01abf741e179",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1dc1eec4-5195-453a-b7eb-6b3cf40827d0",
"vfModuleModelCustomizationUUID": "47b114bf-21bb-407c-a481-5b3bb866946c",
"isBase": true,
"artifacts": [
"fad22133-90c7-4348-b36c-f39ec1822d50",
"c736b1ab-408f-4081-89fb-0f82400c7d51"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-11-10T02:59:26.977Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJzvlns..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1dc1eec4-5195-453a-b7eb-6b3cf40827d0
VfModuleModelInvariantUUID:50422ea9-9abf-4800-ab42-01abf741e179
VfModuleModelDescription:NULL
Artifacts UUID List:{
fad22133-90c7-4348-b36c-f39ec1822d50
,
c736b1ab-408f-4081-89fb-0f82400c7d51
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-11-10T02:59:26.977Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fad22133-90c7-4348-b36c-f39ec1822d50 from URL: /sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml
2021-11-10T02:59:26.978Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-10T02:59:26.978Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml
2021-11-10T02:59:27.008Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-10T02:59:27.008Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml fad22133-90c7-4348-b36c-f39ec1822d50 5033
2021-11-10T02:59:27.008Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-10T02:59:27.009Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml
2021-11-10T02:59:27.009Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-10T02:59:27.009Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T02:59:27.011Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T02:59:27.011Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513167008,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-10T02:59:27.111Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T02:59:27.112Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T02:59:27.112Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:59:27.126Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:59:27.127Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-11-10T02:59:28.011Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c736b1ab-408f-4081-89fb-0f82400c7d51 from URL: /sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env
2021-11-10T02:59:28.012Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-10T02:59:28.012Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env
2021-11-10T02:59:28.045Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-10T02:59:28.046Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env c736b1ab-408f-4081-89fb-0f82400c7d51 909
2021-11-10T02:59:28.046Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-10T02:59:28.046Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env
2021-11-10T02:59:28.046Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-10T02:59:28.046Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T02:59:28.048Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T02:59:28.048Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513168046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-10T02:59:28.148Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T02:59:28.148Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T02:59:28.149Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:59:28.162Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:59:28.162Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-10T02:59:29.048Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 9dd7593b-cf97-40fc-abd4-8bc4b4aa238d
2021-11-10T02:59:29.049Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_JZVLns 0 2a2ce299-6675-402b-a8d0-9cd53cc124d5 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=?
2021-11-10T02:59:29.057Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f64a2c2, org.onap.sdc.toscaparser.api.parameters.Input@c724b63, org.onap.sdc.toscaparser.api.parameters.Input@4bdc5005, org.onap.sdc.toscaparser.api.parameters.Input@3fafb8db, org.onap.sdc.toscaparser.api.parameters.Input@55b76f5e]
2021-11-10T02:59:29.058Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:59:29.058Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_JZVLns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T02:59:29.059Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2021-11-10T02:59:29.059Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 1ce7c96d-34ad-4b36-a32a-fd3b2e938fbe
2021-11-10T02:59:29.059Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1ce7c96d-34ad-4b36-a32a-fd3b2e938fbe matches Tosca VF Customization UUID: 1ce7c96d-34ad-4b36-a32a-fd3b2e938fbe
2021-11-10T02:59:29.059Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 1ce7c96d-34ad-4b36-a32a-fd3b2e938fbe matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-11-10T02:59:29.060Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:59:29.060Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_JZVLns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T02:59:29.061Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 1ce7c96d-34ad-4b36-a32a-fd3b2e938fbe: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-11-10T02:59:29.061Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@20de3720
2021-11-10T02:59:29.061Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:59:29.061Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_JZVLns is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-10T02:59:29.061Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 47b114bf-21bb-407c-a481-5b3bb866946c
2021-11-10T02:59:29.061Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 47b114bf-21bb-407c-a481-5b3bb866946c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-11-10T02:59:29.063Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:59:29.063Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_JZVLns 0 is matching search criteria
2021-11-10T02:59:29.063Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_JZVLns 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T02:59:29.063Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:59:29.063Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_JZVLns 0 is matching search criteria
2021-11-10T02:59:29.063Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_JZVLns 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T02:59:29.064Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:59:29.064Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_JZVLns 0 is not matching search criteria
2021-11-10T02:59:29.064Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-11-10T02:59:29.064Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-11-10T02:59:29.064Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9f74239f-15c8-4e35-bed0-8267bdee8f55
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-11-10T02:59:29.065Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:59:29.065Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_JZVLns 0 is matching search criteria
2021-11-10T02:59:29.065Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_JZVLns 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T02:59:29.066Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:59:29.066Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_JZVLns 0 is matching search criteria
2021-11-10T02:59:29.066Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_JZVLns 0] matching following query criteria: sdcType=VF, customizationUUID=1ce7c96d-34ad-4b36-a32a-fd3b2e938fbe
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-10T02:59:29.067Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:59:29.067Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_JZVLns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T02:59:29.067Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 9dd7593b-cf97-40fc-abd4-8bc4b4aa238d: basic_onboard_JZVLns
2021-11-10T02:59:29.067Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:59:29.068Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_JZVLns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T02:59:29.068Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:59:29.068Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_JZVLns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T02:59:29.068Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:59:29.068Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_JZVLns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T02:59:29.068Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:59:29.068Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_JZVLns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T02:59:29.068Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T02:59:29.068Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_JZVLns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T02:59:29.069Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_JZVLns
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-10T02:59:29.118Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_JZVLns 2a2ce299-6675-402b-a8d0-9cd53cc124d5 1 ASDC deployResourceStructure
2021-11-10T02:59:29.118Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json ASDC sendASDCNotification
2021-11-10T02:59:29.118Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json
2021-11-10T02:59:29.118Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-10T02:59:29.119Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T02:59:29.120Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T02:59:29.120Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513169118,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-10T02:59:29.220Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T02:59:29.221Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T02:59:29.221Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:59:29.234Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:59:29.234Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-10T02:59:30.121Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-11-10T02:59:30.121Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml
2021-11-10T02:59:30.121Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-10T02:59:30.122Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T02:59:30.123Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T02:59:30.123Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513170121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-10T02:59:30.224Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T02:59:30.226Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T02:59:30.227Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:59:30.240Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:59:30.240Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-10T02:59:31.125Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-11-10T02:59:31.125Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env
2021-11-10T02:59:31.125Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-10T02:59:31.125Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T02:59:31.127Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T02:59:31.127Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513171125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-10T02:59:31.227Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T02:59:31.228Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T02:59:31.228Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:59:31.240Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:59:31.240Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-10T02:59:32.128Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar ASDC sendASDCNotification
2021-11-10T02:59:32.129Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar
2021-11-10T02:59:32.129Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-10T02:59:32.129Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T02:59:32.131Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T02:59:32.131Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513172128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T02:59:32.231Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T02:59:32.232Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T02:59:32.232Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T02:59:32.244Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T02:59:32.249Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-11-10T02:59:33.131Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 697b9235-bdd8-42d2-8151-fb1038e2b835
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-10T02:59:33.140Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 697b9235-bdd8-42d2-8151-fb1038e2b835
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-10T02:59:33.143Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-10T02:59:33.143Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-10T02:59:33.143Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-10T02:59:33.143Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-10T02:59:33.143Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T02:59:33.143Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T02:59:33.143Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T02:59:33.144Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T02:59:33.144Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T02:59:33.144Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T02:59:33.144Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-10T02:59:33.147Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-10T03:00:03.148Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 697b9235-bdd8-42d2-8151-fb1038e2b835 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-10T03:00:03.152Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 697b9235-bdd8-42d2-8151-fb1038e2b835 and serviceModelVersionId: 9dd7593b-cf97-40fc-abd4-8bc4b4aa238d
2021-11-10T03:00:03.152Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a904ba33-df82-454e-ad4d-e1ec9f68f1ba
2021-11-10T03:00:03.153Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a904ba33-df82-454e-ad4d-e1ec9f68f1ba/model-vers/model-ver/9dd7593b-cf97-40fc-abd4-8bc4b4aa238d?depth=0
2021-11-10T03:00:03.157Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-11-10T03:00:03.204Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a904ba33-df82-454e-ad4d-e1ec9f68f1ba/model-vers/model-ver/9dd7593b-cf97-40fc-abd4-8bc4b4aa238d?depth=0|INFO|500||Invoke
2021-11-10T03:00:03.204Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a904ba33-df82-454e-ad4d-e1ec9f68f1ba/model-vers/model-ver/9dd7593b-cf97-40fc-abd4-8bc4b4aa238d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a904ba33-df82-454e-ad4d-e1ec9f68f1ba/model-vers/model-ver/9dd7593b-cf97-40fc-abd4-8bc4b4aa238d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[697b9235-bdd8-42d2-8151-fb1038e2b835], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d578e0d3-05d5-44ea-bd68-f552e55bfd7b], X-ECOMP-RequestID=[697b9235-bdd8-42d2-8151-fb1038e2b835], X-TransactionId=[], X-ONAP-RequestID=[697b9235-bdd8-42d2-8151-fb1038e2b835], Content-Type=[application/merge-patch+json]}
2021-11-10T03:00:03.226Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a904ba33-df82-454e-ad4d-e1ec9f68f1ba/model-vers/model-ver/9dd7593b-cf97-40fc-abd4-8bc4b4aa238d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-10T03:00:03.314Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a904ba33-df82-454e-ad4d-e1ec9f68f1ba/model-vers/model-ver/9dd7593b-cf97-40fc-abd4-8bc4b4aa238d?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/a904ba33-df82-454e-ad4d-e1ec9f68f1ba/model-vers/model-ver/9dd7593b-cf97-40fc-abd4-8bc4b4aa238d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211110-03:00:03:228-35534], vertex-id=[532592], Content-Length=[0], Date=[Wed, 10 Nov 2021 03:00:03 GMT], Content-Type=[application/json]}
2021-11-10T03:00:03.315Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a904ba33-df82-454e-ad4d-e1ec9f68f1ba/model-vers/model-ver/9dd7593b-cf97-40fc-abd4-8bc4b4aa238d?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-10T03:00:03.315Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a904ba33-df82-454e-ad4d-e1ec9f68f1ba/model-vers/model-ver/9dd7593b-cf97-40fc-abd4-8bc4b4aa238d?depth=0|INFO|500||InvokeReturn
2021-11-10T03:00:03.315Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-10T03:00:03.315Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-10T03:00:03.319Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-11-10T03:00:03.319Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 697b9235-bdd8-42d2-8151-fb1038e2b835 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-10T03:00:03.320Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-10T03:00:03.320Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T03:00:03.322Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T03:00:03.322Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513203319,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-10T03:00:03.422Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T03:00:03.423Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T03:00:03.423Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T03:00:03.437Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:00:03.437Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"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=?
2021-11-10T03:00:04.331Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:00:04.331Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T03:00:04.331Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T03:00:07.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:00:07.698Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T03:00:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T03:00:08.323Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:00:08.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T03:00:08.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c79249c1-1ca5-4f1c-b79c-f61c6a88b46b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513150381,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-10T03:00:08.325Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T03:00:08.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T03:00:08.325Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513151393,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:00:08.325Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T03:00:08.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T03:00:08.325Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513151393,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json",
"status": "NOTIFIED"
}
2021-11-10T03:00:08.325Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T03:00:08.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T03:00:08.325Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513151393,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-11-10T03:00:08.325Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T03:00:08.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T03:00:08.325Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513151393,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:00:08.326Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T03:00:08.326Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T03:00:08.326Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513151393,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-11-10T03:00:08.326Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T03:00:08.326Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T03:00:08.326Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513151393,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:00:08.326Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T03:00:08.326Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T03:00:08.326Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513151393,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T03:00:08.326Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2021-11-10T03:00:08.326Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T03:00:08.327Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513163371,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T03:00:08.327Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T03:00:08.327Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T03:00:08.327Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513165968,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-10T03:00:08.327Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T03:00:08.327Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T03:00:08.327Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513167008,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-10T03:00:08.327Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T03:00:08.327Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T03:00:08.327Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513168046,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-11-10T03:00:08.327Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T03:00:08.327Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T03:00:08.327Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513169118,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/basic_onboard_jzvlns0_modules.json",
"status": "DEPLOY_OK"
}
2021-11-10T03:00:08.328Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T03:00:08.328Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T03:00:08.328Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513170121,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-11-10T03:00:08.328Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T03:00:08.328Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T03:00:08.328Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513171125,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/resourceInstances/basic_onboard_jzvlns0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-11-10T03:00:08.328Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T03:00:08.328Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T03:00:08.328Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513172128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzvlns/1.0/artifacts/service-BasicOnboardJzvlns-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T03:00:08.328Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T03:00:08.328Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-11-10T03:00:08.328Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "697b9235-bdd8-42d2-8151-fb1038e2b835",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513203319,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-10T03:00:08.329Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T03:00:13.871Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:00:13.871Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:00:13.872Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T03:00:13.872Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T03:00:23.413Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:00:23.414Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:00:23.414Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T03:00:23.414Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T03:00:32.954Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:01:07.696Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:01:07.697Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T03:01:07.697Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T03:01:07.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:01:07.698Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T03:01:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T03:01:17.240Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:01:17.242Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:02:07.696Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:02:07.697Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T03:02:07.697Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T03:02:07.697Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:02:07.698Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T03:02:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T03:02:17.242Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:02:17.242Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:03:07.696Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:03:07.697Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T03:03:07.697Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T03:03:07.697Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:03:07.698Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T03:03:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T03:03:17.244Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:03:17.246Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:04:07.696Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:04:07.697Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T03:04:07.697Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T03:04:07.697Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:04:07.698Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T03:04:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T03:04:17.238Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:04:17.242Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:05:07.696Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:05:07.697Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T03:05:07.697Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T03:05:07.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:05:07.698Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T03:05:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T03:05:17.240Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:05:17.244Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:06:07.696Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:06:07.696Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T03:06:07.697Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T03:06:07.697Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:06:07.698Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T03:06:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T03:06:17.239Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:06:17.242Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:07:07.696Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:07:07.696Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T03:07:07.696Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T03:07:07.697Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:07:07.698Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T03:07:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T03:07:17.255Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:07:17.257Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:08:07.696Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:08:07.696Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T03:08:07.696Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T03:08:07.697Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:08:07.698Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T03:08:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T03:08:17.238Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:08:17.242Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:09:07.696Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:09:07.696Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T03:09:07.696Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T03:09:07.697Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:09:07.698Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T03:09:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T03:09:17.243Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:09:17.246Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:10:07.696Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:10:07.696Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T03:10:07.697Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T03:10:07.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:10:07.698Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T03:10:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T03:10:07.826Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:10:07.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "cds",
"timestamp": 1636513781962,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.828Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "aai-ml",
"timestamp": 1636513787674,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "dcae-sch",
"timestamp": 1636513782320,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "aai-ml",
"timestamp": 1636513787674,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "cds",
"timestamp": 1636513781962,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "dcae-sch",
"timestamp": 1636513782320,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "aai-ml",
"timestamp": 1636513787674,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "cds",
"timestamp": 1636513781962,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "dcae-sch",
"timestamp": 1636513782320,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "aai-ml",
"timestamp": 1636513787674,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "cds",
"timestamp": 1636513781962,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.831Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "dcae-sch",
"timestamp": 1636513782320,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.831Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "aai-ml",
"timestamp": 1636513787674,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.831Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "cds",
"timestamp": 1636513781962,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.831Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "dcae-sch",
"timestamp": 1636513782320,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.831Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "cds",
"timestamp": 1636513781962,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "aai-ml",
"timestamp": 1636513787674,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.832Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "dcae-sch",
"timestamp": 1636513782320,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.832Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "clamp",
"timestamp": 1636513794800,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.832Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "aai-ml",
"timestamp": 1636513787674,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.832Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "cds",
"timestamp": 1636513781962,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.832Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "dcae-sch",
"timestamp": 1636513782320,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.833Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "clamp",
"timestamp": 1636513794800,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.833Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636513796180,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.833Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "aai-ml",
"timestamp": 1636513787674,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T03:10:07.833Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "cds",
"timestamp": 1636513781962,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T03:10:07.833Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "dcae-sch",
"timestamp": 1636513782320,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.834Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "clamp",
"timestamp": 1636513794800,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.834Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636513796180,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.834Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "cds",
"timestamp": 1636513797995,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T03:10:07.834Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T03:10:07.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "aai-ml",
"timestamp": 1636513798004,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T03:10:07.834Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T03:10:07.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "policy-id",
"timestamp": 1636513797477,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.834Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "clamp",
"timestamp": 1636513794800,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.835Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636513797795,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.835Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636513796180,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.835Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "cds",
"timestamp": 1636513798999,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-10T03:10:07.845Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 98b0a7d0-40f1-4abf-8aae-0674b14f3489
2021-11-10T03:10:07.845Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98b0a7d0-40f1-4abf-8aae-0674b14f3489 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-10T03:10:07.851Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.851Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "policy-id",
"timestamp": 1636513797477,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.851Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.851Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.851Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636513797795,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.851Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.851Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.851Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "clamp",
"timestamp": 1636513794800,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.851Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.851Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.851Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636513796180,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.851Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.851Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.851Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "ves-openapi-manager",
"timestamp": 1636513799390,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.852Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "policy-id",
"timestamp": 1636513797477,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.852Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636513797795,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.852Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "clamp",
"timestamp": 1636513794800,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.852Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636513796180,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.852Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "ves-openapi-manager",
"timestamp": 1636513799390,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.853Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "policy-id",
"timestamp": 1636513797477,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.853Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636513797795,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.853Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "clamp",
"timestamp": 1636513794800,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.853Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "aai-ml",
"timestamp": 1636513801521,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T03:10:07.853Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T03:10:07.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636513796180,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.853Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "ves-openapi-manager",
"timestamp": 1636513799390,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.854Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "policy-id",
"timestamp": 1636513797477,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.854Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636513797795,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.854Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "clamp",
"timestamp": 1636513794800,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T03:10:07.854Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "aai-ml",
"timestamp": 1636513802524,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-10T03:10:07.857Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 98b0a7d0-40f1-4abf-8aae-0674b14f3489
2021-11-10T03:10:07.857Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98b0a7d0-40f1-4abf-8aae-0674b14f3489 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-10T03:10:07.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636513796180,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.864Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "ves-openapi-manager",
"timestamp": 1636513799390,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.864Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "policy-id",
"timestamp": 1636513797477,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.864Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636513797795,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.864Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636513796180,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T03:10:07.865Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "ves-openapi-manager",
"timestamp": 1636513799390,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.865Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "policy-id",
"timestamp": 1636513797477,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.865Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636513797795,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.865Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636513804967,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T03:10:07.865Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T03:10:07.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "ves-openapi-manager",
"timestamp": 1636513799390,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2021-11-10T03:10:07.866Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "policy-id",
"timestamp": 1636513797477,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T03:10:07.866Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "multicloud-k8s-id",
"timestamp": 1636513797795,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T03:10:07.866Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "ves-openapi-manager",
"timestamp": 1636513799390,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.866Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "policy-id",
"timestamp": 1636513806201,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T03:10:07.866Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T03:10:07.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.866Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636513806629,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T03:10:07.867Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T03:10:07.867Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.867Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "ves-openapi-manager",
"timestamp": 1636513799390,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:07.867Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:10:07.867Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:10:07.867Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "policy-id",
"timestamp": 1636513807204,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T03:10:07.867Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T03:10:08.328Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:10:08.329Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-10T03:10:08.329Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"98b0a7d0-40f1-4abf-8aae-0674b14f3489","serviceName":"Demo_pNF_9RbLiA6Q9BqOdQd8Uneb","serviceVersion":"1.0","serviceUUID":"0def40e3-d492-4bd3-b201-8b2e17bfb558","serviceDescription":"catalog service description","serviceInvariantUUID":"8e95ded5-2aa3-4abd-affd-cc3541d29c17","resources":[{"resourceInstanceName":"pNF bf48a28c-f23b 0","resourceName":"pNF bf48a28c-f23b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6af8453f-fc4d-402b-9f6a-4e1e20e56b8e","resourceInvariantUUID":"539c00d7-0ee3-4034-a090-fb53dd651295","resourceCustomizationUUID":"45914a52-5621-47bc-bcfd-b33e97bf8ae4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vf-license-model.xml","artifactChecksum":"YjRlNWQ4ZDM1ODQ2YjYxMjc2YWRlYjdkM2NmMTcxMzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b7b8a06b-cb1f-43b5-bf60-c33fa3949fbc","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/pNF.csar","artifactChecksum":"OGVhNDBjZjcyYmFlNjdhYjA2MGQwYmNkMmQwOWM0YTY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"286ba730-b491-45d7-ba51-d558cd6884fc","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4ad3ed71-746a-482f-9f53-bb4552305c67","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vendor-license-model.xml","artifactChecksum":"MGQ5ZWZhNjkzYTRjNGUwZmM2OWI0M2JiMTg1MGY2ZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8719033f-e139-4dc3-a104-2301934cac5e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1d057f2d-34c5-4e89-9f6b-3e5acb9faafb","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e560fbcb-b092-4b6e-b166-624836f749f2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9rblia6q9bqodqd8uneb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-template.yml","artifactChecksum":"MjdjOGVmNjVmMGQzNDY5OGMwYjY1MmFhMDcxOGQzMDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c2974526-c930-43de-b1af-964d6d68bfab","artifactVersion":"1"},{"artifactName":"service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar","artifactChecksum":"MmMwN2UwMzg0ZTQyMTVhOWZmMTA1Njg1MDRiNzUzYTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8cb43ff3-3ac2-4077-b20d-da9179faeff8","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-10T03:10:08.330Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T03:10:08.330Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T03:10:08.332Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T03:10:08.332Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513807696,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:08.432Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T03:10:08.433Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T03:10:08.433Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T03:10:08.445Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:10:08.445Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-10T03:10:09.333Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T03:10:09.334Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T03:10:09.335Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T03:10:09.335Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513807696,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:09.436Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T03:10:09.436Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T03:10:09.437Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T03:10:09.449Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:10:09.449Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-10T03:10:10.336Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T03:10:10.336Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T03:10:10.338Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T03:10:10.338Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513807696,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:10.438Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T03:10:10.439Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T03:10:10.439Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T03:10:10.450Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:10:10.451Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-10T03:10:11.339Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T03:10:11.339Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T03:10:11.341Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T03:10:11.341Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513807696,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:11.441Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T03:10:11.442Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T03:10:11.442Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T03:10:11.455Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:10:11.455Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-11-10T03:10:12.342Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T03:10:12.342Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T03:10:12.344Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T03:10:12.344Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513807696,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:12.444Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T03:10:12.445Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T03:10:12.445Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T03:10:12.456Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:10:12.456Z||pool-39-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-10T03:10:13.345Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T03:10:13.345Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T03:10:13.347Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T03:10:13.347Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513807696,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:13.447Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T03:10:13.448Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T03:10:13.448Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T03:10:13.461Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:10:13.461Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-10T03:10:14.348Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T03:10:14.348Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T03:10:14.350Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T03:10:14.350Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513807696,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:10:14.450Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T03:10:14.451Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T03:10:14.451Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T03:10:14.461Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:10:14.462Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-10T03:10:15.350Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T03:10:15.351Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T03:10:15.353Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T03:10:15.353Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513807696,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T03:10:15.453Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T03:10:15.454Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T03:10:15.454Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T03:10:15.465Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:10:15.466Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-10T03:10:16.354Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"serviceName": "Demo_pNF_9RbLiA6Q9BqOdQd8Uneb",
"serviceVersion": "1.0",
"serviceUUID": "0def40e3-d492-4bd3-b201-8b2e17bfb558",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "8e95ded5-2aa3-4abd-affd-cc3541d29c17",
"resources": [
{
"resourceInstanceName": "pNF bf48a28c-f23b 0",
"resourceCustomizationUUID": "45914a52-5621-47bc-bcfd-b33e97bf8ae4",
"resourceName": "pNF bf48a28c-f23b",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "6af8453f-fc4d-402b-9f6a-4e1e20e56b8e",
"resourceInvariantUUID": "539c00d7-0ee3-4034-a090-fb53dd651295",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar",
"artifactChecksum": "MmMwN2UwMzg0ZTQyMTVhOWZmMTA1Njg1MDRiNzUzYTk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8cb43ff3-3ac2-4077-b20d-da9179faeff8"
}
],
"workloadContext": "Production"
}
2021-11-10T03:10:16.354Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-10T03:10:16.354Z|697b9235-bdd8-42d2-8151-fb1038e2b835|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0def40e3-d492-4bd3-b201-8b2e17bfb558 ASDC
2021-11-10T03:10:16.354Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:98b0a7d0-40f1-4abf-8aae-0674b14f3489
ServiceName:Demo_pNF_9RbLiA6Q9BqOdQd8Uneb
ServiceVersion:1.0
ServiceUUID:0def40e3-d492-4bd3-b201-8b2e17bfb558
ServiceInvariantUUID:8e95ded5-2aa3-4abd-affd-cc3541d29c17
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar
ArtifactUUID:8cb43ff3-3ac2-4077-b20d-da9179faeff8
ArtifactChecksum:MmMwN2UwMzg0ZTQyMTVhOWZmMTA1Njg1MDRiNzUzYTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF bf48a28c-f23b 0
ResourceCustomizationUUID:45914a52-5621-47bc-bcfd-b33e97bf8ae4
ResourceInvariantUUID:539c00d7-0ee3-4034-a090-fb53dd651295
ResourceName:pNF bf48a28c-f23b
ResourceType:PNF
ResourceUUID:6af8453f-fc4d-402b-9f6a-4e1e20e56b8e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-11-10T03:10:16.354Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0def40e3-d492-4bd3-b201-8b2e17bfb558 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-10T03:10:16.372Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-10T03:10:16.372Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-10T03:10:16.372Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-10T03:10:16.373Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8cb43ff3-3ac2-4077-b20d-da9179faeff8 from URL: /sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar
2021-11-10T03:10:16.373Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-10T03:10:16.373Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar
2021-11-10T03:10:16.474Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-10T03:10:16.477Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar 8cb43ff3-3ac2-4077-b20d-da9179faeff8 82621
2021-11-10T03:10:16.477Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar ASDC sendASDCNotification
2021-11-10T03:10:16.477Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar
2021-11-10T03:10:16.478Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-10T03:10:16.478Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T03:10:16.480Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T03:10:16.480Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513816477,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T03:10:16.580Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T03:10:16.581Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T03:10:16.581Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T03:10:16.592Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:10:16.592Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-10T03:10:17.480Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-10T03:10:17.481Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-10T03:10:17.481Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 8cb43ff3-3ac2-4077-b20d-da9179faeff8, URL: /sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar to file: /app/ASDC/1/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar
2021-11-10T03:10:17.482Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar
2021-11-10T03:10:17.482Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar
2021-11-10T03:10:17.482Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar
2021-11-10T03:10:17.637Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17235718910781999541/Definitions/service-DemoPnf9rblia6q9bqodqd8uneb-template.yml
2021-11-10T03:10:18.237Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-10T03:10:18.237Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-11-10T03:10:18.237Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar
2021-11-10T03:10:18.237Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-11-10T03:10:18.238Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||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-DemoPnf9rblia6q9bqodqd8uneb-csar.csar
2021-11-10T03:10:18.238Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar
2021-11-10T03:10:18.238Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||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-DemoPnf9rblia6q9bqodqd8uneb-csar.csar
2021-11-10T03:10:18.238Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||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-DemoPnf9rblia6q9bqodqd8uneb-csar.csar
2021-11-10T03:10:18.238Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||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-DemoPnf9rblia6q9bqodqd8uneb-csar.csar
2021-11-10T03:10:18.238Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bf48a28c-f23b 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-DemoPnf9rblia6q9bqodqd8uneb-csar.csar
2021-11-10T03:10:18.238Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||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-DemoPnf9rblia6q9bqodqd8uneb-csar.csar
2021-11-10T03:10:18.238Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-11-10T03:10:18.238Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T03:10:18.238Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9RbLiA6Q9BqOdQd8Uneb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T03:10:18.238Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Node template pNF bf48a28c-f23b 0 is matching search criteria
2021-11-10T03:10:18.239Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-11-10T03:10:18.239Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF bf48a28c-f23b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-10T03:10:18.239Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T03:10:18.239Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9RbLiA6Q9BqOdQd8Uneb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T03:10:18.239Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Node template pNF bf48a28c-f23b 0 is matching search criteria
2021-11-10T03:10:18.239Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-11-10T03:10:18.239Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF bf48a28c-f23b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-10T03:10:18.239Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T03:10:18.240Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9RbLiA6Q9BqOdQd8Uneb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T03:10:18.240Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T03:10:18.240Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9RbLiA6Q9BqOdQd8Uneb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T03:10:18.240Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T03:10:18.240Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9RbLiA6Q9BqOdQd8Uneb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T03:10:18.240Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T03:10:18.240Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9RbLiA6Q9BqOdQd8Uneb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T03:10:18.240Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T03:10:18.240Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9RbLiA6Q9BqOdQd8Uneb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T03:10:18.240Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_9RbLiA6Q9BqOdQd8Uneb
Description:catalog service description
Model UUID:0def40e3-d492-4bd3-b201-8b2e17bfb558
Model Version:NULL
Model InvariantUuid:8e95ded5-2aa3-4abd-affd-cc3541d29c17
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=?
2021-11-10T03:10:18.245Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6af8453f-fc4d-402b-9f6a-4e1e20e56b8e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-10T03:10:18.247Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||pNF bf48a28c-f23b 0
2021-11-10T03:10:18.247Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6af8453f-fc4d-402b-9f6a-4e1e20e56b8e
2021-11-10T03:10:18.247Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 0def40e3-d492-4bd3-b201-8b2e17bfb558
2021-11-10T03:10:18.248Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 0def40e3-d492-4bd3-b201-8b2e17bfb558
2021-11-10T03:10:18.248Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF bf48a28c-f23b 0 6af8453f-fc4d-402b-9f6a-4e1e20e56b8e 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=?
2021-11-10T03:10:18.250Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@56b24630, org.onap.sdc.toscaparser.api.parameters.Input@4219b9ec, org.onap.sdc.toscaparser.api.parameters.Input@7c645a68, org.onap.sdc.toscaparser.api.parameters.Input@71fefe85, org.onap.sdc.toscaparser.api.parameters.Input@3539a54c]
2021-11-10T03:10:18.251Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T03:10:18.251Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9RbLiA6Q9BqOdQd8Uneb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T03:10:18.251Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 0def40e3-d492-4bd3-b201-8b2e17bfb558: pNF bf48a28c-f23b
2021-11-10T03:10:18.251Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||Processing PNF resource: 6af8453f-fc4d-402b-9f6a-4e1e20e56b8e
2021-11-10T03:10:18.251Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T03:10:18.252Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9RbLiA6Q9BqOdQd8Uneb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T03:10:18.252Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||Resource customization UUID: 45914a52-5621-47bc-bcfd-b33e97bf8ae4 is the same as notified resource customizationUUID: 45914a52-5621-47bc-bcfd-b33e97bf8ae4
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
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 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 pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-11-10T03:10:18.291Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF bf48a28c-f23b 6af8453f-fc4d-402b-9f6a-4e1e20e56b8e 0 ASDC deployResourceStructure
2021-11-10T03:10:18.292Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar ASDC sendASDCNotification
2021-11-10T03:10:18.292Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar
2021-11-10T03:10:18.292Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-11-10T03:10:18.292Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T03:10:18.293Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T03:10:18.294Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513818292,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T03:10:18.394Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T03:10:18.394Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T03:10:18.395Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T03:10:18.405Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:10:18.405Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-10T03:10:19.294Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98b0a7d0-40f1-4abf-8aae-0674b14f3489
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-10T03:10:19.301Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98b0a7d0-40f1-4abf-8aae-0674b14f3489
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-10T03:10:19.303Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-10T03:10:19.303Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-10T03:10:19.303Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-10T03:10:19.303Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-10T03:10:49.304Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98b0a7d0-40f1-4abf-8aae-0674b14f3489
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-10T03:10:49.311Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98b0a7d0-40f1-4abf-8aae-0674b14f3489
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-10T03:10:49.313Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-10T03:10:49.313Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-10T03:10:49.313Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-11-10T03:10:49.313Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-11-10T03:11:07.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:11:07.698Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T03:11:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T03:11:07.721Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:11:07.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:11:07.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1636513807632,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-10T03:11:07.726Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 98b0a7d0-40f1-4abf-8aae-0674b14f3489
2021-11-10T03:11:07.726Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98b0a7d0-40f1-4abf-8aae-0674b14f3489 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-10T03:11:19.314Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 98b0a7d0-40f1-4abf-8aae-0674b14f3489
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-10T03:11:19.321Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 98b0a7d0-40f1-4abf-8aae-0674b14f3489
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-11-10T03:11:19.322Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-11-10T03:11:19.322Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-11-10T03:11:19.322Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-11-10T03:11:19.322Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-11-10T03:11:19.323Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T03:11:19.323Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T03:11:19.323Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T03:11:19.323Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-11-10T03:11:19.323Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-10T03:11:19.326Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-11-10T03:11:49.326Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 98b0a7d0-40f1-4abf-8aae-0674b14f3489 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-11-10T03:11:49.330Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 98b0a7d0-40f1-4abf-8aae-0674b14f3489 and serviceModelVersionId: 0def40e3-d492-4bd3-b201-8b2e17bfb558
2021-11-10T03:11:49.331Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8e95ded5-2aa3-4abd-affd-cc3541d29c17
2021-11-10T03:11:49.332Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8e95ded5-2aa3-4abd-affd-cc3541d29c17/model-vers/model-ver/0def40e3-d492-4bd3-b201-8b2e17bfb558?depth=0
2021-11-10T03:11:49.336Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-11-10T03:11:49.369Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e95ded5-2aa3-4abd-affd-cc3541d29c17/model-vers/model-ver/0def40e3-d492-4bd3-b201-8b2e17bfb558?depth=0|INFO|500||Invoke
2021-11-10T03:11:49.369Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e95ded5-2aa3-4abd-affd-cc3541d29c17/model-vers/model-ver/0def40e3-d492-4bd3-b201-8b2e17bfb558?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e95ded5-2aa3-4abd-affd-cc3541d29c17/model-vers/model-ver/0def40e3-d492-4bd3-b201-8b2e17bfb558?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[98b0a7d0-40f1-4abf-8aae-0674b14f3489], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f75e90ff-e327-4e2d-8f2f-3f4fbd570cbd], X-ECOMP-RequestID=[98b0a7d0-40f1-4abf-8aae-0674b14f3489], X-TransactionId=[], X-ONAP-RequestID=[98b0a7d0-40f1-4abf-8aae-0674b14f3489], Content-Type=[application/merge-patch+json]}
2021-11-10T03:11:49.389Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e95ded5-2aa3-4abd-affd-cc3541d29c17/model-vers/model-ver/0def40e3-d492-4bd3-b201-8b2e17bfb558?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-11-10T03:11:49.463Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e95ded5-2aa3-4abd-affd-cc3541d29c17/model-vers/model-ver/0def40e3-d492-4bd3-b201-8b2e17bfb558?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/8e95ded5-2aa3-4abd-affd-cc3541d29c17/model-vers/model-ver/0def40e3-d492-4bd3-b201-8b2e17bfb558?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211110-03:11:49:391-96828], vertex-id=[204936], Content-Length=[0], Date=[Wed, 10 Nov 2021 03:11:49 GMT], Content-Type=[application/json]}
2021-11-10T03:11:49.463Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e95ded5-2aa3-4abd-affd-cc3541d29c17/model-vers/model-ver/0def40e3-d492-4bd3-b201-8b2e17bfb558?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-11-10T03:11:49.464Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e95ded5-2aa3-4abd-affd-cc3541d29c17/model-vers/model-ver/0def40e3-d492-4bd3-b201-8b2e17bfb558?depth=0|INFO|500||InvokeReturn
2021-11-10T03:11:49.464Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-11-10T03:11:49.464Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-10T03:11:49.467Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-11-10T03:11:49.467Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 98b0a7d0-40f1-4abf-8aae-0674b14f3489 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-11-10T03:11:49.467Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-11-10T03:11:49.468Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T03:11:49.469Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T03:11:49.469Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513909467,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-11-10T03:11:49.569Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T03:11:49.570Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T03:11:49.570Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T03:11:49.586Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:11:49.587Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-11-10T03:11:50.479Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:11:50.479Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T03:11:50.480Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T03:12:00.019Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:12:07.696Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:12:07.696Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T03:12:07.696Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T03:12:07.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:12:07.698Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T03:12:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T03:12:07.717Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:12:07.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:12:07.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "ves-openapi-manager",
"timestamp": 1636513808155,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-10T03:12:07.718Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T03:12:17.235Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:13:07.696Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:13:07.696Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T03:13:07.697Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EgYp8JyW4M3YhMhh) ...
2021-11-10T03:13:07.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-11-10T03:13:07.698Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-11-10T03:13:07.698Z||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 EgYp8JyW4M3YhMhh) ...
2021-11-10T03:13:07.720Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:13:07.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:13:07.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "policy-id",
"timestamp": 1636513808206,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-10T03:13:07.726Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 98b0a7d0-40f1-4abf-8aae-0674b14f3489
2021-11-10T03:13:07.726Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98b0a7d0-40f1-4abf-8aae-0674b14f3489 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-10T03:13:07.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:13:07.732Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513807696,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:13:07.732Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:13:07.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:13:07.732Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513807696,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:13:07.732Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:13:07.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:13:07.732Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "ves-openapi-manager",
"timestamp": 1636513809355,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2021-11-10T03:13:07.732Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T03:13:07.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:13:07.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513807696,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:13:07.733Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:13:07.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:13:07.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "ves-openapi-manager",
"timestamp": 1636513810357,
"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=?
2021-11-10T03:13:07.736Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 98b0a7d0-40f1-4abf-8aae-0674b14f3489
2021-11-10T03:13:07.736Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98b0a7d0-40f1-4abf-8aae-0674b14f3489 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 (?, ?, ?, ?, ?)
2021-11-10T03:13:07.741Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:13:07.741Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513807696,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:13:07.741Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:13:07.741Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:13:07.741Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "clamp",
"timestamp": 1636513811562,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T03:13:07.742Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T03:13:07.742Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:13:07.742Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513807696,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:13:07.742Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:13:07.742Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:13:07.742Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513807696,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/resourceInstances/pnfbf48a28cf23b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:13:07.742Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:13:07.742Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:13:07.742Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "clamp",
"timestamp": 1636513813569,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T03:13:07.742Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T03:13:07.742Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:13:07.742Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513807696,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:13:07.742Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:13:07.742Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:13:07.742Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "clamp",
"timestamp": 1636513814572,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-11-10T03:13:07.746Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 98b0a7d0-40f1-4abf-8aae-0674b14f3489
2021-11-10T03:13:07.746Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 98b0a7d0-40f1-4abf-8aae-0674b14f3489 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-10T03:13:07.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:13:07.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513807696,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T03:13:07.751Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-11-10T03:13:07.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:13:07.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513816477,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T03:13:07.751Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T03:13:07.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-11-10T03:13:07.752Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "98b0a7d0-40f1-4abf-8aae-0674b14f3489",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513818292,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf9rblia6q9bqodqd8uneb/1.0/artifacts/service-DemoPnf9rblia6q9bqodqd8uneb-csar.csar",
"status": "DEPLOY_OK"
}
2021-11-10T03:13:07.752Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-11-10T03:13:08.321Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:13:08.322Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-11-10T03:13:08.322Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"83d2e785-5ab4-4cd3-aa7c-6359e17cfc74","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"27b1de38-81ab-49fc-a7fc-8e6931e79677","serviceDescription":"service","serviceInvariantUUID":"9b8f081a-2a14-44d9-a98b-17e9ffdbeb8f","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"922dc579-6a69-4aaf-b034-f14e9b3dd89c","resourceInvariantUUID":"bd4583ab-f776-4c96-a342-8d112a504ac2","resourceCustomizationUUID":"3f4e55dc-ad6b-43b6-bc69-8e22f23a0f8d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"NTg5ZDc4YjZhMGFkMWQwZjJlM2JmZDg5N2VhOGIxOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58f6a545-553c-45e3-b51d-dba3e9e70ec9","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"YmE1YTVlOTllOWM4OTZjY2VmM2Q3ZWI4OTk4YzE3YTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7ff32130-4391-4d37-aae3-9b6b0003602e","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d915d7ac-535f-4883-98ff-4bcd9a6a88d1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"25d28f45-e6a9-4e5f-9a2e-4fe22df607cb","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"55c13472-cff9-40d9-8dbc-c131949bfae9","artifactVersion":"2","generatedFromUUID":"d915d7ac-535f-4883-98ff-4bcd9a6a88d1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OWMxNjViMzQ0YmIxYTkwODA2ZjcxMTRkOWFmMWQ1MWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bdb305d-f6e3-430d-bd7f-922ccb1fd9ad","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MzU2NDMwZThjM2RlZmQ0ZDFiMjhlZjVlNWQ1NTcyMDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1a11178f-5ad9-4979-b091-f9de0a1356d1","artifactVersion":"1"}],"workloadContext":"Production"}
2021-11-10T03:13:08.325Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T03:13:08.325Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T03:13:08.326Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T03:13:08.326Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513987696,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:13:08.427Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T03:13:08.427Z||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.
2021-11-10T03:13:08.427Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T03:13:08.440Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:13:08.440Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-10T03:13:09.327Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T03:13:09.328Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T03:13:09.330Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T03:13:09.330Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513987696,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-11-10T03:13:09.430Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-10T03:13:09.431Z||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.
2021-11-10T03:13:09.431Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T03:13:09.442Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:13:09.442Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-11-10T03:13:10.331Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T03:13:10.332Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T03:13:10.334Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T03:13:10.334Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513987696,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-11-10T03:13:10.434Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T03:13:10.434Z||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.
2021-11-10T03:13:10.434Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T03:13:10.446Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:13:10.446Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-10T03:13:11.334Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T03:13:11.335Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T03:13:11.337Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T03:13:11.337Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513987696,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:13:11.437Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T03:13:11.438Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T03:13:11.438Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T03:13:11.451Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:13:11.451Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-10T03:13:12.337Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T03:13:12.338Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T03:13:12.340Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T03:13:12.340Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513987696,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-11-10T03:13:12.440Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T03:13:12.441Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T03:13:12.441Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T03:13:12.453Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:13:12.453Z||pool-50-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-10T03:13:13.340Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T03:13:13.341Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T03:13:13.343Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T03:13:13.343Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513987696,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-11-10T03:13:13.443Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T03:13:13.444Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T03:13:13.444Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T03:13:13.455Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:13:13.456Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-11-10T03:13:14.344Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-11-10T03:13:14.344Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T03:13:14.346Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T03:13:14.346Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513987696,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-11-10T03:13:14.446Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T03:13:14.447Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T03:13:14.447Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T03:13:14.458Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:13:14.458Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-10T03:13:15.347Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "27b1de38-81ab-49fc-a7fc-8e6931e79677",
"serviceDescription": "service",
"serviceInvariantUUID": "9b8f081a-2a14-44d9-a98b-17e9ffdbeb8f",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "3f4e55dc-ad6b-43b6-bc69-8e22f23a0f8d",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "922dc579-6a69-4aaf-b034-f14e9b3dd89c",
"resourceInvariantUUID": "bd4583ab-f776-4c96-a342-8d112a504ac2",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "YmE1YTVlOTllOWM4OTZjY2VmM2Q3ZWI4OTk4YzE3YTU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7ff32130-4391-4d37-aae3-9b6b0003602e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d915d7ac-535f-4883-98ff-4bcd9a6a88d1",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "55c13472-cff9-40d9-8dbc-c131949bfae9",
"generatedFromUUID": "d915d7ac-535f-4883-98ff-4bcd9a6a88d1"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "55c13472-cff9-40d9-8dbc-c131949bfae9",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "MzU2NDMwZThjM2RlZmQ0ZDFiMjhlZjVlNWQ1NTcyMDY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "1a11178f-5ad9-4979-b091-f9de0a1356d1"
}
],
"workloadContext": "Production"
}
2021-11-10T03:13:15.347Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-11-10T03:13:15.347Z|98b0a7d0-40f1-4abf-8aae-0674b14f3489|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27b1de38-81ab-49fc-a7fc-8e6931e79677 ASDC
2021-11-10T03:13:15.348Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:83d2e785-5ab4-4cd3-aa7c-6359e17cfc74
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:27b1de38-81ab-49fc-a7fc-8e6931e79677
ServiceInvariantUUID:9b8f081a-2a14-44d9-a98b-17e9ffdbeb8f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:1a11178f-5ad9-4979-b091-f9de0a1356d1
ArtifactChecksum:MzU2NDMwZThjM2RlZmQ0ZDFiMjhlZjVlNWQ1NTcyMDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:3f4e55dc-ad6b-43b6-bc69-8e22f23a0f8d
ResourceInvariantUUID:bd4583ab-f776-4c96-a342-8d112a504ac2
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:922dc579-6a69-4aaf-b034-f14e9b3dd89c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:7ff32130-4391-4d37-aae3-9b6b0003602e
ArtifactChecksum:YmE1YTVlOTllOWM4OTZjY2VmM2Q3ZWI4OTk4YzE3YTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:d915d7ac-535f-4883-98ff-4bcd9a6a88d1
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:55c13472-cff9-40d9-8dbc-c131949bfae9
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:55c13472-cff9-40d9-8dbc-c131949bfae9
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-11-10T03:13:15.348Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27b1de38-81ab-49fc-a7fc-8e6931e79677 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-11-10T03:13:15.370Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-10T03:13:15.371Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-10T03:13:15.371Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-10T03:13:15.371Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1a11178f-5ad9-4979-b091-f9de0a1356d1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-10T03:13:15.371Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-10T03:13:15.371Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-10T03:13:15.554Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-10T03:13:15.557Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 1a11178f-5ad9-4979-b091-f9de0a1356d1 71045
2021-11-10T03:13:15.557Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-11-10T03:13:15.557Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-11-10T03:13:15.558Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-10T03:13:15.558Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T03:13:15.559Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T03:13:15.559Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513995557,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-11-10T03:13:15.660Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T03:13:15.661Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T03:13:15.661Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T03:13:15.672Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:13:15.672Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-11-10T03:13:16.560Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-11-10T03:13:16.561Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-11-10T03:13:16.561Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 1a11178f-5ad9-4979-b091-f9de0a1356d1, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-11-10T03:13:16.562Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-11-10T03:13:16.562Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-11-10T03:13:16.562Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-11-10T03:13:16.706Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4738585096297449242/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-11-10T03:13:17.570Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-11-10T03:13:17.571Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-11-10T03:13:17.571Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-10T03:13:17.571Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-11-10T03:13:17.571Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-10T03:13:17.571Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 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-BasicVm-csar.csar
2021-11-10T03:13:17.571Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-10T03:13:17.571Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||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-BasicVm-csar.csar
2021-11-10T03:13:17.572Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-10T03:13:17.572Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-10T03:13:17.572Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-10T03:13:17.572Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-10T03:13:17.572Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-11-10T03:13:17.572Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-11-10T03:13:17.572Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T03:13:17.572Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T03:13:17.573Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-10T03:13:17.573Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-11-10T03:13:17.573Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-10T03:13:17.573Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T03:13:17.574Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T03:13:17.574Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-10T03:13:17.574Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-11-10T03:13:17.574Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-11-10T03:13:17.574Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T03:13:17.575Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T03:13:17.575Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T03:13:17.575Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-10T03:13:17.575Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-11-10T03:13:17.575Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-11-10T03:13:17.576Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-11-10T03:13:17.576Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-10T03:13:17.576Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-11-10T03:13:17.576Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T03:13:17.576Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-11-10T03:13:17.576Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T03:13:17.576Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-10T03:13:17.576Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T03:13:17.577Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T03:13:17.577Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-10T03:13:17.577Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T03:13:17.577Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T03:13:17.577Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-11-10T03:13:17.577Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-11-10T03:13:17.577Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T03:13:17.577Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-11-10T03:13:17.578Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-11-10T03:13:17.578Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-11-10T03:13:17.578Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=56e8fdee-0a6e-4176-b15e-4b7db67409b6
2021-11-10T03:13:17.578Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T03:13:17.578Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T03:13:17.578Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T03:13:17.579Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T03:13:17.579Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T03:13:17.579Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T03:13:17.579Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-11-10T03:13:17.579Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-11-10T03:13:17.579Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_vm
Description:service
Model UUID:27b1de38-81ab-49fc-a7fc-8e6931e79677
Model Version:NULL
Model InvariantUuid:9b8f081a-2a14-44d9-a98b-17e9ffdbeb8f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_vm
Model UUID:1bff2cd7-ad0a-441a-9392-37776bf48cab
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bd4583ab-f776-4c96-a342-8d112a504ac2
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:3f4e55dc-ad6b-43b6-bc69-8e22f23a0f8d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e0baed8f-f761-4770-b11a-4535e311242c
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:e82ebfd9-ee5d-447b-8fde-d67772374de9
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:56e8fdee-0a6e-4176-b15e-4b7db67409b6
ModelInvariantUuid:b1b7a934-6579-48f3-945a-240c5e302a83
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:4daef9c8-022f-4d92-b325-f5e71f9c06aa
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20
VNFC Properties:
ModelCustomizationUuid:5a209050-d55e-444b-b4b5-3acee8e106bb
ModelInvariantUuid:27fc7445-3482-4c4e-8021-15da318d54ee
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:0aa10872-239c-4787-949a-8ff05cf19fad
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-11-10T03:13:17.584Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 922dc579-6a69-4aaf-b034-f14e9b3dd89c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-10T03:13:17.586Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||basic_vm 0
2021-11-10T03:13:17.586Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 922dc579-6a69-4aaf-b034-f14e9b3dd89c
2021-11-10T03:13:17.586Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7ff32130-4391-4d37-aae3-9b6b0003602e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-10T03:13:17.586Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-10T03:13:17.586Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-10T03:13:17.778Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-10T03:13:17.778Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 7ff32130-4391-4d37-aae3-9b6b0003602e 787
2021-11-10T03:13:17.778Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-11-10T03:13:17.778Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-11-10T03:13:17.779Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-10T03:13:17.779Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T03:13:17.781Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T03:13:17.781Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513997778,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-11-10T03:13:17.881Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T03:13:17.882Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T03:13:17.882Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T03:13:17.895Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:13:17.896Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-11-10T03:13:18.781Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "e0baed8f-f761-4770-b11a-4535e311242c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e82ebfd9-ee5d-447b-8fde-d67772374de9",
"vfModuleModelCustomizationUUID": "7bc64ccf-f390-49f5-a925-3f1d987c5d16",
"isBase": true,
"artifacts": [
"d915d7ac-535f-4883-98ff-4bcd9a6a88d1",
"55c13472-cff9-40d9-8dbc-c131949bfae9"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-11-10T03:13:18.785Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e82ebfd9-ee5d-447b-8fde-d67772374de9
VfModuleModelInvariantUUID:e0baed8f-f761-4770-b11a-4535e311242c
VfModuleModelDescription:NULL
Artifacts UUID List:{
d915d7ac-535f-4883-98ff-4bcd9a6a88d1
,
55c13472-cff9-40d9-8dbc-c131949bfae9
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-11-10T03:13:18.786Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
"vfModuleModelInvariantUUID": "e0baed8f-f761-4770-b11a-4535e311242c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e82ebfd9-ee5d-447b-8fde-d67772374de9",
"vfModuleModelCustomizationUUID": "7bc64ccf-f390-49f5-a925-3f1d987c5d16",
"isBase": true,
"artifacts": [
"d915d7ac-535f-4883-98ff-4bcd9a6a88d1",
"55c13472-cff9-40d9-8dbc-c131949bfae9"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu20",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2021-11-10T03:13:18.786Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e82ebfd9-ee5d-447b-8fde-d67772374de9
VfModuleModelInvariantUUID:e0baed8f-f761-4770-b11a-4535e311242c
VfModuleModelDescription:NULL
Artifacts UUID List:{
d915d7ac-535f-4883-98ff-4bcd9a6a88d1
,
55c13472-cff9-40d9-8dbc-c131949bfae9
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu20
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2021-11-10T03:13:18.786Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d915d7ac-535f-4883-98ff-4bcd9a6a88d1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-10T03:13:18.786Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-10T03:13:18.786Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-10T03:13:18.951Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-10T03:13:18.952Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml d915d7ac-535f-4883-98ff-4bcd9a6a88d1 5033
2021-11-10T03:13:18.952Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-11-10T03:13:18.952Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-11-10T03:13:18.952Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-10T03:13:18.953Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T03:13:18.954Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T03:13:18.954Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636513998952,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-11-10T03:13:19.054Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-11-10T03:13:19.055Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T03:13:19.055Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T03:13:19.069Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:13:19.069Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-11-10T03:13:19.955Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 55c13472-cff9-40d9-8dbc-c131949bfae9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-10T03:13:19.955Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-11-10T03:13:19.956Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-10T03:13:20.071Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-11-10T03:13:20.071Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 55c13472-cff9-40d9-8dbc-c131949bfae9 903
2021-11-10T03:13:20.072Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-11-10T03:13:20.072Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-11-10T03:13:20.072Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-11-10T03:13:20.072Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-11-10T03:13:20.073Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-11-10T03:13:20.074Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "83d2e785-5ab4-4cd3-aa7c-6359e17cfc74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1636514000072,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-11-10T03:13:20.174Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-11-10T03:13:20.174Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-11-10T03:13:20.175Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EgYp8JyW4M3YhMhh) ...
2021-11-10T03:13:20.238Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-11-10T03:13:20.238Z||pool-56-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":0,"count":1}
2021-11-10T03:13:21.074Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 27b1de38-81ab-49fc-a7fc-8e6931e79677
2021-11-10T03:13:21.075Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 922dc579-6a69-4aaf-b034-f14e9b3dd89c ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-11-10T03:13:21.083Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@70c6021c, org.onap.sdc.toscaparser.api.parameters.Input@13dde5e5, org.onap.sdc.toscaparser.api.parameters.Input@188fd898, org.onap.sdc.toscaparser.api.parameters.Input@16df692d, org.onap.sdc.toscaparser.api.parameters.Input@56494f08]
2021-11-10T03:13:21.084Z|83d2e785-5ab4-4cd3-aa7c-6359e17cfc74|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery