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-09-19T07:14:01.087Z||main|||||INFO|500||The following profiles are active: basic
2021-09-19T07:14:22.302Z||main|||||INFO|500||Starting service [Tomcat]
2021-09-19T07:14:22.303Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-09-19T07:14:22.413Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-09-19T07:14:29.879Z||main|||||INFO|500||catdb-pool - Starting...
2021-09-19T07:14:30.533Z||main|||||INFO|500||catdb-pool - Start completed.
2021-09-19T07:14:31.253Z||main|||||INFO|500||reqdb-pool - Starting...
2021-09-19T07:14:31.263Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-09-19T07:14:31.545Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-09-19T07:14:32.175Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-09-19T07:14:36.911Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-09-19T07:14:44.853Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-19T07:14:47.231Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-19T07:14:47.292Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-09-19T07:14:47.909Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-09-19T07:14:48.175Z||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-09-19T07:14:49.494Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-19T07:14:50.629Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-09-19T07:14:50.646Z||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$$9ade955a.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-09-19T07:14:50.647Z||main|||||WARN|500||The sdc end point is not alive
2021-09-19T07:14:53.813Z||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-09-19T07:14:56.812Z||main|||||WARN|500||---
2021-09-19T07:14:56.813Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-09-19T07:14:56.813Z||main|||||WARN|500||---
2021-09-19T07:14:57.382Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-09-19T07:15:02.756Z||main|||||INFO|500||Started Application in 65.724 seconds (JVM running for 71.36)
2021-09-19T07:15:02.787Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-09-19T07:15:02.810Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-09-19T07:15:02.829Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-09-19T07:15:02.853Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-09-19T07:15:02.909Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4b376361-48a1-4a7b-af4b-e8643f1338f9 url= /sdc/v1/artifactTypes
2021-09-19T07:15:02.910Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-09-19T07:15:03.192Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-09-19T07:15:03.221Z||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-09-19T07:15:03.283Z||scheduling-1|||||DEBUG|500||create keys
2021-09-19T07:15:03.291Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-09-19T07:15:03.337Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:15:03.363Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 86fdcc8a-3a3c-40d3-ae2b-eb6391c44d76 url= /sdc/v1/registerForDistribution
2021-09-19T07:15:03.598Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 86fdcc8a-3a3c-40d3-ae2b-eb6391c44d76 url= /sdc/v1/registerForDistribution
2021-09-19T07:15:03.599Z||scheduling-1|||||INFO|500||start DistributionClient
2021-09-19T07:15:03.609Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:15:03.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:15:03.625Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-09-19T07:15:03.627Z||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-09-19T07:15:03.627Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:15:03.629Z||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-09-19T07:15:03.630Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:15:14.044Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:15:14.047Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:16:03.607Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:16:03.612Z||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-09-19T07:16:03.612Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:16:03.634Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:16:03.635Z||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-09-19T07:16:03.635Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:16:13.375Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:16:13.485Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:17:03.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:17:03.611Z||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-09-19T07:17:03.611Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:17:03.612Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:17:03.613Z||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-09-19T07:17:03.614Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:17:13.172Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:17:13.192Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:18:03.607Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:18:03.612Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:18:03.615Z||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-09-19T07:18:03.615Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:18:03.619Z||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-09-19T07:18:03.622Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:18:13.192Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:18:13.195Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:19:03.607Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:19:03.610Z||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-09-19T07:19:03.610Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:19:03.613Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:19:03.614Z||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-09-19T07:19:03.614Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:19:13.189Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:19:13.193Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:20:03.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:20:03.609Z||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-09-19T07:20:03.609Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:20:03.615Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:20:03.616Z||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-09-19T07:20:03.616Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:20:13.197Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:20:13.199Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:21:03.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:21:03.610Z||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-09-19T07:21:03.611Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:21:03.612Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:21:03.614Z||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-09-19T07:21:03.614Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:21:13.229Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:21:13.231Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:22:03.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:22:03.612Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:22:03.613Z||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-09-19T07:22:03.614Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:22:03.616Z||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-09-19T07:22:03.617Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:22:13.211Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:22:13.226Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:23:03.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:23:03.613Z||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-09-19T07:23:03.613Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:23:03.613Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:23:03.616Z||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-09-19T07:23:03.616Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:23:13.189Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:23:13.249Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:24:03.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:24:03.612Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:24:03.613Z||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-09-19T07:24:03.613Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:24:03.613Z||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-09-19T07:24:03.614Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:24:13.213Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:24:13.226Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:24:44.595Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-19T07:25:03.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:25:03.611Z||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-09-19T07:25:03.611Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:25:03.612Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:25:03.613Z||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-09-19T07:25:03.614Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:25:13.203Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:25:13.222Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:26:03.612Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:26:03.613Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:26:03.618Z||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-09-19T07:26:03.618Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:26:03.618Z||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-09-19T07:26:03.619Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:26:13.184Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:26:13.184Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:27:03.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:27:03.612Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:27:03.612Z||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-09-19T07:27:03.613Z||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-09-19T07:27:03.613Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:27:03.621Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:27:13.203Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:27:13.227Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:28:03.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:28:03.610Z||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-09-19T07:28:03.610Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:28:03.612Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:28:03.613Z||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-09-19T07:28:03.614Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:28:13.177Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:28:13.201Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:29:03.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:29:03.611Z||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-09-19T07:29:03.611Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:29:03.612Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:29:03.613Z||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-09-19T07:29:03.613Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:29:13.192Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:29:13.196Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:30:03.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:30:03.608Z||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-09-19T07:30:03.608Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:30:03.612Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:30:03.613Z||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-09-19T07:30:03.613Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:30:13.161Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:30:13.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:31:03.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:31:03.609Z||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-09-19T07:31:03.610Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:31:03.612Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:31:03.613Z||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-09-19T07:31:03.613Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:31:13.167Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:31:13.172Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:32:03.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:32:03.610Z||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-09-19T07:32:03.611Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:32:03.612Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:32:03.613Z||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-09-19T07:32:03.613Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:32:13.204Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:32:13.233Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:33:03.608Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:33:03.611Z||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-09-19T07:33:03.611Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:33:03.614Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:33:03.615Z||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-09-19T07:33:03.615Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:33:13.190Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:33:13.212Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:34:03.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:34:03.607Z||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-09-19T07:34:03.607Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:34:03.614Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:34:03.615Z||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-09-19T07:34:03.616Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:34:13.163Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:34:13.182Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:35:03.606Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:35:03.609Z||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-09-19T07:35:03.609Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:35:03.612Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:35:03.613Z||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-09-19T07:35:03.613Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:35:13.187Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:35:13.212Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:36:03.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:36:03.609Z||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-09-19T07:36:03.609Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:36:03.612Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:36:03.613Z||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-09-19T07:36:03.614Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:36:13.204Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:36:13.214Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:37:03.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:37:03.610Z||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-09-19T07:37:03.611Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:37:03.612Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:37:03.613Z||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-09-19T07:37:03.613Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:37:13.186Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:37:13.199Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:38:03.606Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:38:03.609Z||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-09-19T07:38:03.609Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:38:03.613Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:38:03.613Z||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-09-19T07:38:03.613Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:38:13.166Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:38:13.174Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:39:03.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:39:03.608Z||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-09-19T07:39:03.608Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:39:03.612Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:39:03.613Z||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-09-19T07:39:03.613Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:39:13.227Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:39:13.242Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:40:03.606Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:40:03.609Z||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-09-19T07:40:03.609Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:40:03.613Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:40:03.615Z||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-09-19T07:40:03.615Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:40:13.167Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:40:13.169Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:41:03.606Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:41:03.609Z||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-09-19T07:41:03.609Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:41:03.613Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:41:03.614Z||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-09-19T07:41:03.615Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:41:13.166Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:41:13.170Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:42:03.608Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:42:03.611Z||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-09-19T07:42:03.612Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:42:03.612Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:42:03.613Z||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-09-19T07:42:03.613Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:42:13.169Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:42:13.196Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:43:03.606Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:43:03.610Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-19T07:43:03.611Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DO82BxnE4EtfzIuv) ...
2021-09-19T07:43:03.612Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:43:03.615Z||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-09-19T07:43:03.619Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:43:13.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:43:13.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:44:03.606Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:44:03.609Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-19T07:44:03.609Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DO82BxnE4EtfzIuv) ...
2021-09-19T07:44:03.612Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:44:03.614Z||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-09-19T07:44:03.614Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:44:13.164Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:44:13.171Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:45:03.606Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:45:03.608Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-19T07:45:03.608Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DO82BxnE4EtfzIuv) ...
2021-09-19T07:45:03.613Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:45:03.614Z||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-09-19T07:45:03.615Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:45:13.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:45:13.174Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:46:03.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:46:03.608Z||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-09-19T07:46:03.608Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:46:03.612Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:46:03.613Z||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-09-19T07:46:03.613Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:46:13.206Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:46:13.207Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:47:03.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:47:03.608Z||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-09-19T07:47:03.608Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:47:03.612Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:47:03.613Z||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-09-19T07:47:03.613Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:47:13.177Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:47:13.185Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:48:03.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:48:03.609Z||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-09-19T07:48:03.610Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:48:03.612Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:48:03.613Z||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-09-19T07:48:03.613Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:48:13.177Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:48:13.181Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:49:03.606Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:49:03.610Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-19T07:49:03.610Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DO82BxnE4EtfzIuv) ...
2021-09-19T07:49:03.612Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:49:03.614Z||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-09-19T07:49:03.614Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:49:13.183Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:49:13.186Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:50:03.606Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:50:03.608Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-19T07:50:03.608Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DO82BxnE4EtfzIuv) ...
2021-09-19T07:50:03.612Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:50:03.613Z||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-09-19T07:50:03.613Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:50:13.158Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:50:13.183Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:51:03.606Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:51:03.610Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-19T07:51:03.610Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DO82BxnE4EtfzIuv) ...
2021-09-19T07:51:03.612Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:51:03.613Z||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-09-19T07:51:03.613Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:51:13.201Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:51:13.220Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:52:03.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:52:03.610Z||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-09-19T07:52:03.611Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:52:03.612Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:52:03.613Z||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-09-19T07:52:03.613Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:52:13.255Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:52:13.265Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:53:03.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:53:03.610Z||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-09-19T07:53:03.611Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:53:03.612Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:53:03.614Z||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-09-19T07:53:03.615Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:53:13.189Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:53:13.189Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:54:03.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:54:03.608Z||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-09-19T07:54:03.608Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:54:03.612Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:54:03.613Z||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-09-19T07:54:03.613Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:54:13.169Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:54:13.176Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:55:03.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:55:03.612Z||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-09-19T07:55:03.612Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:55:03.612Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:55:03.613Z||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-09-19T07:55:03.614Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:55:13.197Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:55:13.197Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:56:03.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:56:03.611Z||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-09-19T07:56:03.611Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:56:03.612Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:56:03.616Z||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-09-19T07:56:03.616Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:56:13.175Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:56:13.175Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:57:03.606Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:57:03.609Z||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-09-19T07:57:03.609Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:57:03.612Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:57:03.615Z||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-09-19T07:57:03.615Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:57:13.180Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:57:13.182Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:58:03.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:58:03.611Z||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-09-19T07:58:03.611Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:58:03.612Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:58:03.613Z||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-09-19T07:58:03.613Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:58:13.210Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:58:13.218Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:59:03.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:59:03.611Z||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-09-19T07:59:03.612Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T07:59:03.613Z||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-09-19T07:59:03.611Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:59:03.613Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T07:59:13.195Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T07:59:13.209Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:00:03.606Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:00:03.609Z||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-09-19T08:00:03.609Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:00:03.612Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:00:03.612Z||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-09-19T08:00:03.613Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:00:13.167Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:00:13.167Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:01:03.606Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:01:03.609Z||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-09-19T08:01:03.610Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:01:03.614Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:01:03.614Z||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-09-19T08:01:03.615Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:01:13.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:01:13.173Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:02:03.606Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:02:03.609Z||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-09-19T08:02:03.609Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:02:03.612Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:02:03.613Z||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-09-19T08:02:03.613Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:02:13.165Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:02:13.194Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:03:03.606Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:03:03.609Z||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-09-19T08:03:03.609Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:03:03.612Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:03:03.613Z||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-09-19T08:03:03.613Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:03:13.165Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:03:13.180Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:04:03.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:04:03.610Z||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-09-19T08:04:03.611Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:04:03.612Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:04:03.613Z||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-09-19T08:04:03.613Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:04:13.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:04:13.177Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:05:03.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:05:03.609Z||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-09-19T08:05:03.610Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:05:03.612Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:05:03.614Z||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-09-19T08:05:03.614Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:05:13.184Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:05:13.185Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:06:03.606Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:06:03.612Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:06:03.613Z||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-09-19T08:06:03.613Z||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-09-19T08:06:03.613Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:06:03.613Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:06:13.179Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:06:13.186Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:07:03.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:07:03.612Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:07:03.612Z||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-09-19T08:07:03.612Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:07:03.613Z||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-09-19T08:07:03.613Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:07:13.168Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:07:13.171Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:08:03.606Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:08:03.610Z||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-09-19T08:08:03.610Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:08:03.612Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:08:03.615Z||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-09-19T08:08:03.615Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:08:13.167Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:08:13.182Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:09:03.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:09:03.611Z||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-09-19T08:09:03.612Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:09:03.613Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:09:03.616Z||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-09-19T08:09:03.616Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:09:13.187Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:09:13.193Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:10:03.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:10:03.610Z||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-09-19T08:10:03.611Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:10:03.612Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:10:03.613Z||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-09-19T08:10:03.613Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:10:13.168Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:10:13.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:11:03.606Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:11:03.608Z||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-09-19T08:11:03.608Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:11:03.612Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:11:03.613Z||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-09-19T08:11:03.613Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:11:13.170Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:11:13.181Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:12:03.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:12:03.613Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:12:03.614Z||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-09-19T08:12:03.614Z||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-09-19T08:12:03.614Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:12:03.614Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:12:13.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:12:13.170Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:13:03.606Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:13:03.607Z||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-09-19T08:13:03.608Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:13:03.612Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:13:03.613Z||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-09-19T08:13:03.613Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:13:13.162Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:13:13.190Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:14:03.606Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:14:03.608Z||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-09-19T08:14:03.609Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:14:03.612Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:14:03.613Z||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-09-19T08:14:03.613Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:14:13.176Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:14:13.182Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:15:03.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:15:03.610Z||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-09-19T08:15:03.610Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:15:03.612Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:15:03.614Z||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-09-19T08:15:03.614Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:15:13.156Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:15:13.167Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:16:03.606Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:16:03.610Z||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-09-19T08:16:03.610Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:16:03.612Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:16:03.613Z||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-09-19T08:16:03.613Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:16:13.182Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:16:13.183Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:17:03.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:17:03.611Z||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-09-19T08:17:03.611Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:17:03.612Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:17:03.613Z||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-09-19T08:17:03.613Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:17:13.195Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:17:13.200Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:18:03.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:18:03.610Z||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-09-19T08:18:03.611Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:18:03.612Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:18:03.613Z||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-09-19T08:18:03.613Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:18:13.178Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:18:13.180Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:19:03.606Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:19:03.609Z||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-09-19T08:19:03.610Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:19:03.612Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:19:03.613Z||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-09-19T08:19:03.613Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:19:13.182Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:19:13.201Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:20:03.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:20:03.609Z||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-09-19T08:20:03.609Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:20:03.613Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:20:03.614Z||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-09-19T08:20:03.614Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:20:13.202Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:20:13.211Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:21:03.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:21:03.609Z||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-09-19T08:21:03.609Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:21:03.613Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:21:03.614Z||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-09-19T08:21:03.614Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:21:13.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:21:13.189Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:22:03.606Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:22:03.609Z||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-09-19T08:22:03.609Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:22:03.612Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:22:03.613Z||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-09-19T08:22:03.613Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:22:13.188Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:22:13.231Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:23:03.606Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:23:03.608Z||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-09-19T08:23:03.608Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:23:03.612Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:23:03.613Z||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-09-19T08:23:03.613Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:23:13.162Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:23:13.174Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:24:03.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:24:03.609Z||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-09-19T08:24:03.609Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:24:03.613Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:24:03.615Z||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-09-19T08:24:03.615Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:24:04.242Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:24:04.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"51f438f4-7950-405b-9c51-3de4415935bd","serviceName":"vFW 2021-09-19 08-19-45","serviceVersion":"1.0","serviceUUID":"c5cba72c-646e-4cee-86cd-16075f9d8b56","serviceDescription":"catalog service description","serviceInvariantUUID":"e67df428-c5b6-44aa-8ebe-3530d5e1c5d6","resources":[{"resourceInstanceName":"vFW 8f308bb1-0c09 0","resourceName":"vFW 8f308bb1-0c09","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b2323f64-f995-4905-94b2-9d5554186954","resourceInvariantUUID":"3389ab24-fafe-405d-a59a-0a4113c6ece5","resourceCustomizationUUID":"490a7a31-ecc3-4834-86fc-8e17cea6a4ac","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vf-license-model.xml","artifactChecksum":"OWNiNDc2ZDhlYjJjZDhjN2U4YWEzN2Q2MGZmODE2YzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"359f14b9-aa7e-4272-9744-cc63068422c0","artifactVersion":"1"},{"artifactName":"vfw8f308bb10c090_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json","artifactChecksum":"OTA4YzViMGJkMDRlZmNlN2Q0ZTE0ZGIxNjMwNDA2MzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"26c49a67-3eef-415b-8cbe-27a8b7fbb986","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"79ea268e-2074-407b-9399-d0701f080869","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vendor-license-model.xml","artifactChecksum":"MWNhNDIzNDg4MDBhOTVmMTRhN2Q2NGUwZTZmMjZjZTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"17261e54-9b4f-4feb-b688-4f66256af7de","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6f3ea813-6976-42fb-a5ec-15f1d62ad403","artifactVersion":"2","generatedFromUUID":"79ea268e-2074-407b-9399-d0701f080869"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210919081945-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-template.yml","artifactChecksum":"MDZkNzIxNWM4YzY2YjUxOTE1OGY5NWNkYTkxNTEwMzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d169e806-b11f-465a-8fb7-90ec90481071","artifactVersion":"1"},{"artifactName":"service-Vfw20210919081945-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar","artifactChecksum":"NDkyMDgwOGViZWNmNWUzNDY0MWQ5MmJlYWU3NTQ2ZDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35f55b3d-2cc3-4948-af96-4f1f390dc4da","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-19T08:24:04.249Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:24:04.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "dcae-sch",
"timestamp": 1632039808004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:04.260Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-19T08:24:04.270Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-19T08:24:04.293Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-19T08:24:04.293Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632039843606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:04.296Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "policy-id",
"timestamp": 1632039800414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:04.296Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "dcae-sch",
"timestamp": 1632039808004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:04.297Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "policy-id",
"timestamp": 1632039800414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:04.297Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "dcae-sch",
"timestamp": 1632039808004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:04.298Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.298Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.298Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "policy-id",
"timestamp": 1632039800414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-19T08:24:04.298Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.298Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.298Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "ves-openapi-manager",
"timestamp": 1632039810805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:04.299Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.299Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "policy-id",
"timestamp": 1632039800414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:04.299Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.299Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "dcae-sch",
"timestamp": 1632039808004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:04.299Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.300Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.300Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632039811762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:04.300Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.300Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.300Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "ves-openapi-manager",
"timestamp": 1632039810805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:04.300Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.300Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.300Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "cds",
"timestamp": 1632039811947,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:04.301Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.301Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "dcae-sch",
"timestamp": 1632039808004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:04.301Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.301Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "policy-id",
"timestamp": 1632039800414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:04.301Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.302Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.302Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632039811762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:04.302Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.302Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.302Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "ves-openapi-manager",
"timestamp": 1632039810805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:04.303Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.303Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.303Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "cds",
"timestamp": 1632039811947,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:04.303Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.303Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.304Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "dcae-sch",
"timestamp": 1632039808004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:04.304Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.304Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.304Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "policy-id",
"timestamp": 1632039800414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:04.304Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.304Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.304Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632039811762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:04.305Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.305Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.305Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "ves-openapi-manager",
"timestamp": 1632039810805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:04.305Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.305Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.305Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632039813981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:04.306Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.306Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "cds",
"timestamp": 1632039811947,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:04.306Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.306Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "clamp",
"timestamp": 1632039814166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:04.307Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.307Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.307Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "dcae-sch",
"timestamp": 1632039808004,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:04.307Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.307Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.307Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "policy-id",
"timestamp": 1632039800414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar",
"status": "NOTIFIED"
}
2021-09-19T08:24:04.307Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.308Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.308Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632039811762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:04.308Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.308Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.308Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "ves-openapi-manager",
"timestamp": 1632039810805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:04.308Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.308Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.308Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632039813981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json",
"status": "NOTIFIED"
}
2021-09-19T08:24:04.309Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.309Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.309Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "cds",
"timestamp": 1632039811947,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:04.309Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.309Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.309Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "clamp",
"timestamp": 1632039814166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json",
"status": "NOTIFIED"
}
2021-09-19T08:24:04.309Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632039811762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:04.310Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "ves-openapi-manager",
"timestamp": 1632039810805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:04.310Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632039813981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-19T08:24:04.311Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "cds",
"timestamp": 1632039811947,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:04.311Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "clamp",
"timestamp": 1632039814166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:04.312Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632039811762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:04.312Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "ves-openapi-manager",
"timestamp": 1632039810805,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:04.312Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632039813981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:04.313Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "cds",
"timestamp": 1632039811947,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:04.313Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "clamp",
"timestamp": 1632039814166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:04.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632039811762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar",
"status": "NOTIFIED"
}
2021-09-19T08:24:04.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632039813981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-19T08:24:04.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "cds",
"timestamp": 1632039811947,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar",
"status": "NOTIFIED"
}
2021-09-19T08:24:04.315Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "clamp",
"timestamp": 1632039814166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:04.315Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632039813981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:04.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "clamp",
"timestamp": 1632039814166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:04.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "policy-id",
"timestamp": 1632039819949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:24:04.316Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:24:04.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632039813981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar",
"status": "NOTIFIED"
}
2021-09-19T08:24:04.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "clamp",
"timestamp": 1632039814166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar",
"status": "NOTIFIED"
}
2021-09-19T08:24:04.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:04.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "policy-id",
"timestamp": 1632039820964,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-19T08:24:04.317Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:24:04.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632039821532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:24:04.318Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:24:04.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "cds",
"timestamp": 1632039821697,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:24:04.318Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:24:04.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:04.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "policy-id",
"timestamp": 1632039821968,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2021-09-19T08:24:04.393Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2021-09-19T08:24:04.424Z||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-09-19T08:24:04.425Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ...
2021-09-19T08:24:04.441Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:24:04.444Z||pool-3-thread-1|||||INFO|500||cambria reply ok (20 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: 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-09-19T08:24:05.196Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 51f438f4-7950-405b-9c51-3de4415935bd
2021-09-19T08:24:05.220Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51f438f4-7950-405b-9c51-3de4415935bd 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-09-19T08:24:05.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:05.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "cds",
"timestamp": 1632039822731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-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-09-19T08:24:05.263Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 51f438f4-7950-405b-9c51-3de4415935bd
2021-09-19T08:24:05.263Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51f438f4-7950-405b-9c51-3de4415935bd 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-09-19T08:24:05.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:05.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632039822821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:24:05.273Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:24:05.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:05.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "aai-ml",
"timestamp": 1632039822669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:05.274Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:05.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:05.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "aai-ml",
"timestamp": 1632039822669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:05.275Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:05.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:05.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632039824732,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:24:05.275Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:24:05.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:05.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "aai-ml",
"timestamp": 1632039822669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:05.276Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:05.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:05.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632039826028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:24:05.277Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:24:05.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:05.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "aai-ml",
"timestamp": 1632039822669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:05.278Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:05.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:05.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632039827015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-19T08:24:05.283Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:24:05.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:05.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "aai-ml",
"timestamp": 1632039822669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:05.284Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:05.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:05.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632039828020,
"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-09-19T08:24:05.289Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 51f438f4-7950-405b-9c51-3de4415935bd
2021-09-19T08:24:05.289Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51f438f4-7950-405b-9c51-3de4415935bd 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-09-19T08:24:05.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:05.298Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632039828118,
"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-09-19T08:24:05.302Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 51f438f4-7950-405b-9c51-3de4415935bd
2021-09-19T08:24:05.303Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51f438f4-7950-405b-9c51-3de4415935bd 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-09-19T08:24:05.310Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-19T08:24:05.311Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-19T08:24:05.313Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-19T08:24:05.313Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632039843606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json",
"status": "NOTIFIED"
}
2021-09-19T08:24:05.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:05.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "aai-ml",
"timestamp": 1632039822669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:05.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:05.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:05.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632039829124,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json",
"status": "DEPLOY_OK"
}
2021-09-19T08:24:05.316Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:24:05.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:05.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "clamp",
"timestamp": 1632039829375,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:24:05.317Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:24:05.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:05.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "aai-ml",
"timestamp": 1632039822669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar",
"status": "NOTIFIED"
}
2021-09-19T08:24:05.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:24:05.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:05.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "clamp",
"timestamp": 1632039830456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-19T08:24:05.317Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:24:05.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:05.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "clamp",
"timestamp": 1632039831462,
"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-09-19T08:24:05.323Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 51f438f4-7950-405b-9c51-3de4415935bd
2021-09-19T08:24:05.324Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51f438f4-7950-405b-9c51-3de4415935bd 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-09-19T08:24:05.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:24:05.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "aai-ml",
"timestamp": 1632039832652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:24:05.333Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:24:05.413Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-19T08:24:05.414Z||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-09-19T08:24:05.414Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ...
2021-09-19T08:24:05.424Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:24:05.426Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-09-19T08:24:06.313Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-19T08:24:06.314Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-19T08:24:06.316Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-19T08:24:06.316Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632039843606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-19T08:24:06.417Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-19T08:24:06.418Z||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-09-19T08:24:06.418Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ...
2021-09-19T08:24:06.432Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:24:06.432Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-09-19T08:24:07.317Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-19T08:24:07.319Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-19T08:24:07.321Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-19T08:24:07.322Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632039843606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:07.422Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-19T08:24:07.423Z||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-09-19T08:24:07.423Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ...
2021-09-19T08:24:07.436Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:24:07.436Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-19T08:24:08.322Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-19T08:24:08.323Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-19T08:24:08.325Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-19T08:24:08.325Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632039843606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-19T08:24:08.425Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-19T08:24:08.426Z||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-09-19T08:24:08.427Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ...
2021-09-19T08:24:08.443Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:24:08.444Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-19T08:24:09.325Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-19T08:24:09.326Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-19T08:24:09.328Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-19T08:24:09.328Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632039843606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:24:09.428Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-19T08:24:09.429Z||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-09-19T08:24:09.429Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ...
2021-09-19T08:24:09.441Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:24:09.442Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-19T08:24:10.329Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-19T08:24:10.330Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-19T08:24:10.332Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-19T08:24:10.332Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632039843606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar",
"status": "NOTIFIED"
}
2021-09-19T08:24:10.433Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-19T08:24:10.433Z||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-09-19T08:24:10.434Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ...
2021-09-19T08:24:10.460Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:24:10.461Z||pool-9-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2021-09-19T08:24:11.336Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"serviceName": "vFW 2021-09-19 08-19-45",
"serviceVersion": "1.0",
"serviceUUID": "c5cba72c-646e-4cee-86cd-16075f9d8b56",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e67df428-c5b6-44aa-8ebe-3530d5e1c5d6",
"resources": [
{
"resourceInstanceName": "vFW 8f308bb1-0c09 0",
"resourceCustomizationUUID": "490a7a31-ecc3-4834-86fc-8e17cea6a4ac",
"resourceName": "vFW 8f308bb1-0c09",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b2323f64-f995-4905-94b2-9d5554186954",
"resourceInvariantUUID": "3389ab24-fafe-405d-a59a-0a4113c6ece5",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw8f308bb10c090_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json",
"artifactChecksum": "OTA4YzViMGJkMDRlZmNlN2Q0ZTE0ZGIxNjMwNDA2MzY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "26c49a67-3eef-415b-8cbe-27a8b7fbb986",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "79ea268e-2074-407b-9399-d0701f080869",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6f3ea813-6976-42fb-a5ec-15f1d62ad403",
"generatedFromUUID": "79ea268e-2074-407b-9399-d0701f080869"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6f3ea813-6976-42fb-a5ec-15f1d62ad403",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210919081945-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar",
"artifactChecksum": "NDkyMDgwOGViZWNmNWUzNDY0MWQ5MmJlYWU3NTQ2ZDk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "35f55b3d-2cc3-4948-af96-4f1f390dc4da"
}
],
"workloadContext": "Production"
}
2021-09-19T08:24:11.340Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-19T08:24:11.341Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c5cba72c-646e-4cee-86cd-16075f9d8b56 ASDC
2021-09-19T08:24:11.485Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:51f438f4-7950-405b-9c51-3de4415935bd
ServiceName:vFW 2021-09-19 08-19-45
ServiceVersion:1.0
ServiceUUID:c5cba72c-646e-4cee-86cd-16075f9d8b56
ServiceInvariantUUID:e67df428-c5b6-44aa-8ebe-3530d5e1c5d6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210919081945-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar
ArtifactUUID:35f55b3d-2cc3-4948-af96-4f1f390dc4da
ArtifactChecksum:NDkyMDgwOGViZWNmNWUzNDY0MWQ5MmJlYWU3NTQ2ZDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8f308bb1-0c09 0
ResourceCustomizationUUID:490a7a31-ecc3-4834-86fc-8e17cea6a4ac
ResourceInvariantUUID:3389ab24-fafe-405d-a59a-0a4113c6ece5
ResourceName:vFW 8f308bb1-0c09
ResourceType:VF
ResourceUUID:b2323f64-f995-4905-94b2-9d5554186954
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8f308bb10c090_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json
ArtifactUUID:26c49a67-3eef-415b-8cbe-27a8b7fbb986
ArtifactChecksum:OTA4YzViMGJkMDRlZmNlN2Q0ZTE0ZGIxNjMwNDA2MzY=
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/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml
ArtifactUUID:79ea268e-2074-407b-9399-d0701f080869
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/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env
ArtifactUUID:6f3ea813-6976-42fb-a5ec-15f1d62ad403
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/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env
ArtifactUUID:6f3ea813-6976-42fb-a5ec-15f1d62ad403
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-19T08:24:11.486Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c5cba72c-646e-4cee-86cd-16075f9d8b56 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-09-19T08:24:11.695Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-19T08:24:11.696Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-19T08:24:11.697Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-19T08:24:11.697Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 35f55b3d-2cc3-4948-af96-4f1f390dc4da from URL: /sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar
2021-09-19T08:24:11.698Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-19T08:24:11.699Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar
2021-09-19T08:24:17.700Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-19T08:24:17.721Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar 35f55b3d-2cc3-4948-af96-4f1f390dc4da 98745
2021-09-19T08:24:17.723Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar ASDC sendASDCNotification
2021-09-19T08:24:17.723Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar
2021-09-19T08:24:17.738Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-19T08:24:17.740Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-19T08:24:17.742Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-19T08:24:17.742Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632039857722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:24:17.842Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-19T08:24:17.844Z||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-09-19T08:24:17.844Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ...
2021-09-19T08:24:17.855Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:24:17.856Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-19T08:24:18.743Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-19T08:24:18.744Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-19T08:24:18.744Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 35f55b3d-2cc3-4948-af96-4f1f390dc4da, URL: /sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar to file: /app/ASDC/1/service-Vfw20210919081945-csar.csar
2021-09-19T08:24:18.745Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210919081945-csar.csar
2021-09-19T08:24:19.220Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210919081945-csar.csar
2021-09-19T08:24:19.220Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210919081945-csar.csar
2021-09-19T08:24:20.121Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15799559324569645546/Definitions/service-Vfw20210919081945-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
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
2021-09-19T08:24:22.583Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-19T08:24:22.590Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-19T08:24:22.590Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210919081945-csar.csar
2021-09-19T08:24:22.590Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-19T08:24:22.590Z|51f438f4-7950-405b-9c51-3de4415935bd|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-Vfw20210919081945-csar.csar
2021-09-19T08:24:22.591Z|51f438f4-7950-405b-9c51-3de4415935bd|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-Vfw20210919081945-csar.csar
2021-09-19T08:24:22.591Z|51f438f4-7950-405b-9c51-3de4415935bd|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-Vfw20210919081945-csar.csar
2021-09-19T08:24:22.591Z|51f438f4-7950-405b-9c51-3de4415935bd|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-Vfw20210919081945-csar.csar
2021-09-19T08:24:22.591Z|51f438f4-7950-405b-9c51-3de4415935bd|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-Vfw20210919081945-csar.csar
2021-09-19T08:24:22.591Z|51f438f4-7950-405b-9c51-3de4415935bd|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-Vfw20210919081945-csar.csar
2021-09-19T08:24:22.592Z|51f438f4-7950-405b-9c51-3de4415935bd|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-Vfw20210919081945-csar.csar
2021-09-19T08:24:22.592Z|51f438f4-7950-405b-9c51-3de4415935bd|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-Vfw20210919081945-csar.csar
2021-09-19T08:24:22.592Z|51f438f4-7950-405b-9c51-3de4415935bd|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-Vfw20210919081945-csar.csar
2021-09-19T08:24:22.592Z|51f438f4-7950-405b-9c51-3de4415935bd|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-Vfw20210919081945-csar.csar
2021-09-19T08:24:22.592Z|51f438f4-7950-405b-9c51-3de4415935bd|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-Vfw20210919081945-csar.csar
2021-09-19T08:24:22.593Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8f308bb1-0c09 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-Vfw20210919081945-csar.csar
2021-09-19T08:24:22.593Z|51f438f4-7950-405b-9c51-3de4415935bd|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-Vfw20210919081945-csar.csar
2021-09-19T08:24:22.593Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-19T08:24:22.600Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:24:22.601Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-19 08-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-19T08:24:22.606Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vFW 8f308bb1-0c09 0 is matching search criteria
2021-09-19T08:24:22.606Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-19T08:24:22.608Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8f308bb1-0c09 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-19T08:24:22.610Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:24:22.610Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-19 08-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-19T08:24:22.610Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vFW 8f308bb1-0c09 0 is matching search criteria
2021-09-19T08:24:22.611Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-19T08:24:22.611Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8f308bb1-0c09 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-19T08:24:22.611Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:24:22.611Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-19 08-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-19T08:24:22.615Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:24:22.615Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vFW 8f308bb1-0c09 0 is not matching search criteria
2021-09-19T08:24:22.615Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-19T08:24:22.616Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-19T08:24:22.616Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-19T08:24:22.616Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-19T08:24:22.616Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-19T08:24:22.617Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-19T08:24:22.617Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-19T08:24:22.617Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-19T08:24:22.617Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-19T08:24:22.617Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-19T08:24:22.618Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-19T08:24:22.618Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-19T08:24:22.618Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-19T08:24:22.618Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-19T08:24:22.619Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-19T08:24:22.619Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-19T08:24:22.619Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:24:22.619Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-19 08-19-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-19T08:24:22.621Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:24:22.621Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vFW 8f308bb1-0c09 0 is matching search criteria
2021-09-19T08:24:22.621Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8f308bb1-0c09 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-19T08:24:22.622Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:24:22.622Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vFW 8f308bb1-0c09 0 is matching search criteria
2021-09-19T08:24:22.622Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8f308bb1-0c09 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-19T08:24:22.622Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:24:22.623Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vFW 8f308bb1-0c09 0 is matching search criteria
2021-09-19T08:24:22.623Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8f308bb1-0c09 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-19T08:24:22.624Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:24:22.624Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vFW 8f308bb1-0c09 0 is not matching search criteria
2021-09-19T08:24:22.624Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-19T08:24:22.624Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-19T08:24:22.625Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-19T08:24:22.625Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-19T08:24:22.625Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-19T08:24:22.625Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-19T08:24:22.625Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-19T08:24:22.626Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-19T08:24:22.626Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-19T08:24:22.626Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-19T08:24:22.627Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-19T08:24:22.627Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0925740a-ebfe-4b7a-b1fa-b30554e710fb
2021-09-19T08:24:22.627Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:24:22.628Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vFW 8f308bb1-0c09 0 is not matching search criteria
2021-09-19T08:24:22.628Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-19T08:24:22.628Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-19T08:24:22.628Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-19T08:24:22.628Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-19T08:24:22.629Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-19T08:24:22.629Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-19T08:24:22.629Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-19T08:24:22.629Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-19T08:24:22.630Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-19T08:24:22.630Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-19T08:24:22.630Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-19T08:24:22.630Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-19T08:24:22.630Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c9bc8421-c0d4-441f-abf7-33cf2f32a4a5
2021-09-19T08:24:22.631Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:24:22.631Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vFW 8f308bb1-0c09 0 is not matching search criteria
2021-09-19T08:24:22.631Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-19T08:24:22.631Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-19T08:24:22.631Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-19T08:24:22.632Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-19T08:24:22.632Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-19T08:24:22.632Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-19T08:24:22.632Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-19T08:24:22.633Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-19T08:24:22.633Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-19T08:24:22.633Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-19T08:24:22.633Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-19T08:24:22.634Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-19T08:24:22.634Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ea257ca9-5044-468b-8e2e-4f116381c25f
2021-09-19T08:24:22.634Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:24:22.634Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-19 08-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-19T08:24:22.635Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:24:22.635Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-19 08-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-19T08:24:22.635Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:24:22.635Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-19 08-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-19T08:24:22.636Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:24:22.636Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-19 08-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-19T08:24:22.636Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-09-19 08-19-45
Description:catalog service description
Model UUID:c5cba72c-646e-4cee-86cd-16075f9d8b56
Model Version:NULL
Model InvariantUuid:e67df428-c5b6-44aa-8ebe-3530d5e1c5d6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 8f308bb1-0c09
Model UUID:7f82ff3b-f700-43e2-84a5-b343c02b6061
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3389ab24-fafe-405d-a59a-0a4113c6ece5
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:490a7a31-ecc3-4834-86fc-8e17cea6a4ac
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:a677bdcc-9dc7-4d84-b47c-899bb3f8d81b
ModelName:Vfw8f308bb10c09..base_vfw..module-0
ModelUuid:a148792d-5efb-4747-83af-eefb2c103f6f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:0925740a-ebfe-4b7a-b1fa-b30554e710fb
ModelInvariantUuid:5cec0461-1671-4ce1-b4d8-f28a57d6aa4b
ModelName:vFW 8f308bb1-0c09-nodes.vfwCvfc
ModelUuid:56a47cae-0436-47c0-b858-c1eab69114e4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:97b716e8-5b5c-443c-a653-6a49c679bc90
ModelInvariantUuid:7c7e02a8-ee76-47a5-abe1-7fbcd9bba8da
ModelName:Vfw8f308bb10c09.compute.nodes.heat.vfw
ModelUuid:cde1ea22-c81a-4561-a4f1-2565a2f6bbf9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c9bc8421-c0d4-441f-abf7-33cf2f32a4a5
ModelInvariantUuid:70dd193f-67a9-4ca6-ae7c-9c53c5bca717
ModelName:vFW 8f308bb1-0c09-nodes.vsnCvfc
ModelUuid:5e7b2dfd-1883-496e-9c92-0e61adf17ad0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:c265728d-9bd7-4e4f-9e7f-012d6aedfae8
ModelInvariantUuid:bf93ba06-52c5-477a-8a27-a03403406d14
ModelName:Vfw8f308bb10c09.compute.nodes.heat.vsn
ModelUuid:35cce445-ecd8-4100-8eb6-e569c173fbda
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ea257ca9-5044-468b-8e2e-4f116381c25f
ModelInvariantUuid:2835ea11-cd5f-4386-bf17-bc3591a16f8d
ModelName:vFW 8f308bb1-0c09-nodes.vpgCvfc
ModelUuid:de9dbf3b-d4fa-4828-b36f-faf2c7a66151
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:08ceda72-5852-433a-baf9-57e186086f4e
ModelInvariantUuid:4ab0e756-2368-4d85-8745-d8330247027c
ModelName:Vfw8f308bb10c09.compute.nodes.heat.vpg
ModelUuid:631f9e8a-4d20-41a7-9681-09eadc5f2174
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-19T08:24:22.657Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: b2323f64-f995-4905-94b2-9d5554186954
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-19T08:24:23.045Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||vFW 8f308bb1-0c09 0
2021-09-19T08:24:23.052Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b2323f64-f995-4905-94b2-9d5554186954
2021-09-19T08:24:23.053Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 26c49a67-3eef-415b-8cbe-27a8b7fbb986 from URL: /sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json
2021-09-19T08:24:23.053Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-19T08:24:23.053Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json
2021-09-19T08:24:24.207Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-19T08:24:24.208Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json 26c49a67-3eef-415b-8cbe-27a8b7fbb986 785
2021-09-19T08:24:24.208Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json ASDC sendASDCNotification
2021-09-19T08:24:24.208Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json
2021-09-19T08:24:24.208Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-19T08:24:24.209Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-19T08:24:24.211Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-19T08:24:24.212Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632039864208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:24:24.312Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-19T08:24:24.313Z||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-09-19T08:24:24.314Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ...
2021-09-19T08:24:24.330Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:24:24.331Z||pool-11-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-09-19T08:24:25.213Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw8f308bb10c09..base_vfw..module-0",
"vfModuleModelInvariantUUID": "a677bdcc-9dc7-4d84-b47c-899bb3f8d81b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a148792d-5efb-4747-83af-eefb2c103f6f",
"vfModuleModelCustomizationUUID": "42427fb0-85a9-4e50-936f-826a0736668b",
"isBase": true,
"artifacts": [
"79ea268e-2074-407b-9399-d0701f080869",
"6f3ea813-6976-42fb-a5ec-15f1d62ad403"
],
"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-09-19T08:24:25.673Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8f308bb10c09..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a148792d-5efb-4747-83af-eefb2c103f6f
VfModuleModelInvariantUUID:a677bdcc-9dc7-4d84-b47c-899bb3f8d81b
VfModuleModelDescription:NULL
Artifacts UUID List:{
79ea268e-2074-407b-9399-d0701f080869
,
6f3ea813-6976-42fb-a5ec-15f1d62ad403
}
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-09-19T08:24:25.677Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw8f308bb10c09..base_vfw..module-0",
"vfModuleModelInvariantUUID": "a677bdcc-9dc7-4d84-b47c-899bb3f8d81b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a148792d-5efb-4747-83af-eefb2c103f6f",
"vfModuleModelCustomizationUUID": "42427fb0-85a9-4e50-936f-826a0736668b",
"isBase": true,
"artifacts": [
"79ea268e-2074-407b-9399-d0701f080869",
"6f3ea813-6976-42fb-a5ec-15f1d62ad403"
],
"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-09-19T08:24:25.678Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8f308bb10c09..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a148792d-5efb-4747-83af-eefb2c103f6f
VfModuleModelInvariantUUID:a677bdcc-9dc7-4d84-b47c-899bb3f8d81b
VfModuleModelDescription:NULL
Artifacts UUID List:{
79ea268e-2074-407b-9399-d0701f080869
,
6f3ea813-6976-42fb-a5ec-15f1d62ad403
}
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-09-19T08:24:25.678Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 79ea268e-2074-407b-9399-d0701f080869 from URL: /sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml
2021-09-19T08:24:25.678Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-19T08:24:25.678Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml
2021-09-19T08:24:26.043Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-19T08:24:26.044Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml 79ea268e-2074-407b-9399-d0701f080869 20368
2021-09-19T08:24:26.044Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-19T08:24:26.044Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml
2021-09-19T08:24:26.044Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-19T08:24:26.045Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-19T08:24:26.047Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-19T08:24:26.047Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632039866044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:24:26.147Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-19T08:24:26.148Z||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-09-19T08:24:26.148Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ...
2021-09-19T08:24:26.158Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:24:26.158Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-09-19T08:24:27.049Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6f3ea813-6976-42fb-a5ec-15f1d62ad403 from URL: /sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env
2021-09-19T08:24:27.050Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-19T08:24:27.050Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env
2021-09-19T08:24:27.480Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-19T08:24:27.480Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env 6f3ea813-6976-42fb-a5ec-15f1d62ad403 2098
2021-09-19T08:24:27.480Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-19T08:24:27.481Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env
2021-09-19T08:24:27.481Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-19T08:24:27.481Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-19T08:24:27.484Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-19T08:24:27.484Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632039867480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:24:27.584Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-19T08:24:27.585Z||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-09-19T08:24:27.585Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ...
2021-09-19T08:24:27.597Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:24:27.604Z||pool-13-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-09-19T08:24:28.485Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: c5cba72c-646e-4cee-86cd-16075f9d8b56
2021-09-19T08:24:28.485Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8f308bb1-0c09 0 b2323f64-f995-4905-94b2-9d5554186954 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-19T08:24:28.553Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@56ddf71a, org.onap.sdc.toscaparser.api.parameters.Input@8bbfd47, org.onap.sdc.toscaparser.api.parameters.Input@7055c08e, org.onap.sdc.toscaparser.api.parameters.Input@48f57cde, org.onap.sdc.toscaparser.api.parameters.Input@712927fd]
2021-09-19T08:24:28.558Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:24:28.558Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-19 08-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-19T08:24:28.558Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2021-09-19T08:24:28.559Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 490a7a31-ecc3-4834-86fc-8e17cea6a4ac
2021-09-19T08:24:28.559Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 490a7a31-ecc3-4834-86fc-8e17cea6a4ac matches Tosca VF Customization UUID: 490a7a31-ecc3-4834-86fc-8e17cea6a4ac
2021-09-19T08:24:28.559Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 490a7a31-ecc3-4834-86fc-8e17cea6a4ac matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-19T08:24:28.567Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:24:28.567Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-19 08-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-19T08:24:28.569Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 490a7a31-ecc3-4834-86fc-8e17cea6a4ac: {\"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-09-19T08:24:28.569Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6c8c971
2021-09-19T08:24:28.569Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:24:28.569Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-19 08-19-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-19T08:24:28.571Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 42427fb0-85a9-4e50-936f-826a0736668b
2021-09-19T08:24:28.572Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 42427fb0-85a9-4e50-936f-826a0736668b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-19T08:24:28.579Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:24:28.580Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vFW 8f308bb1-0c09 0 is matching search criteria
2021-09-19T08:24:28.580Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8f308bb1-0c09 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-19T08:24:28.608Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:24:28.608Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vFW 8f308bb1-0c09 0 is matching search criteria
2021-09-19T08:24:28.609Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8f308bb1-0c09 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-19T08:24:28.611Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:24:28.611Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vFW 8f308bb1-0c09 0 is not matching search criteria
2021-09-19T08:24:28.611Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-19T08:24:28.611Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-19T08:24:28.611Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-19T08:24:28.612Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-19T08:24:28.612Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-19T08:24:28.612Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-19T08:24:28.612Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-19T08:24:28.613Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-19T08:24:28.613Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-19T08:24:28.613Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-19T08:24:28.613Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-19T08:24:28.613Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0925740a-ebfe-4b7a-b1fa-b30554e710fb
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-19T08:24:28.627Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:24:28.627Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vFW 8f308bb1-0c09 0 is matching search criteria
2021-09-19T08:24:28.627Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8f308bb1-0c09 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-19T08:24:28.627Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:24:28.628Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vFW 8f308bb1-0c09 0 is not matching search criteria
2021-09-19T08:24:28.628Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-19T08:24:28.628Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-19T08:24:28.628Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-19T08:24:28.628Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-19T08:24:28.629Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-19T08:24:28.629Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-19T08:24:28.629Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-19T08:24:28.629Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-19T08:24:28.629Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-19T08:24:28.630Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-19T08:24:28.630Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-19T08:24:28.630Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-19T08:24:28.630Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c9bc8421-c0d4-441f-abf7-33cf2f32a4a5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-19T08:24:28.632Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:24:28.633Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vFW 8f308bb1-0c09 0 is matching search criteria
2021-09-19T08:24:28.633Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8f308bb1-0c09 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-19T08:24:28.636Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:24:28.636Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vFW 8f308bb1-0c09 0 is not matching search criteria
2021-09-19T08:24:28.636Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-19T08:24:28.636Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-19T08:24:28.637Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-19T08:24:28.637Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-19T08:24:28.637Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-19T08:24:28.637Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-19T08:24:28.637Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-19T08:24:28.637Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-19T08:24:28.638Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-19T08:24:28.638Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-19T08:24:28.638Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-19T08:24:28.639Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-19T08:24:28.639Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ea257ca9-5044-468b-8e2e-4f116381c25f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-19T08:24:28.641Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:24:28.641Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vFW 8f308bb1-0c09 0 is matching search criteria
2021-09-19T08:24:28.641Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8f308bb1-0c09 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-19T08:24:28.642Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:24:28.643Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Node template vFW 8f308bb1-0c09 0 is matching search criteria
2021-09-19T08:24:28.643Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8f308bb1-0c09 0] matching following query criteria: sdcType=VF, customizationUUID=490a7a31-ecc3-4834-86fc-8e17cea6a4ac
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-19T08:24:28.645Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:24:28.645Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-19 08-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-19T08:24:28.645Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid c5cba72c-646e-4cee-86cd-16075f9d8b56: vFW 8f308bb1-0c09
2021-09-19T08:24:28.645Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:24:28.646Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-19 08-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-19T08:24:28.646Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:24:28.646Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-19 08-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-19T08:24:28.647Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:24:28.647Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-19 08-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-19T08:24:28.647Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:24:28.647Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-19 08-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-19T08:24:28.648Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:24:28.648Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-09-19 08-19-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-19T08:24:28.648Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2021-09-19 08-19-45
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-09-19T08:24:29.128Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8f308bb1-0c09 b2323f64-f995-4905-94b2-9d5554186954 1 ASDC deployResourceStructure
2021-09-19T08:24:29.129Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json ASDC sendASDCNotification
2021-09-19T08:24:29.129Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json
2021-09-19T08:24:29.129Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-19T08:24:29.129Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-19T08:24:29.132Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-19T08:24:29.133Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632039869129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json",
"status": "DEPLOY_OK"
}
2021-09-19T08:24:29.232Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-19T08:24:29.233Z||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-09-19T08:24:29.233Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ...
2021-09-19T08:24:29.242Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:24:29.242Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-19T08:24:30.134Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-19T08:24:30.134Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml
2021-09-19T08:24:30.134Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-19T08:24:30.135Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-19T08:24:30.136Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-19T08:24:30.136Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632039870134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-19T08:24:30.237Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-19T08:24:30.237Z||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-09-19T08:24:30.237Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ...
2021-09-19T08:24:30.253Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:24:30.254Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-09-19T08:24:31.137Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-19T08:24:31.138Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env
2021-09-19T08:24:31.138Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-19T08:24:31.139Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-19T08:24:31.140Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-19T08:24:31.140Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632039871137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-19T08:24:31.240Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-19T08:24:31.242Z||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-09-19T08:24:31.242Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ...
2021-09-19T08:24:31.252Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:24:31.254Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-09-19T08:24:32.141Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar ASDC sendASDCNotification
2021-09-19T08:24:32.141Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar
2021-09-19T08:24:32.141Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-19T08:24:32.142Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-19T08:24:32.145Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-19T08:24:32.145Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632039872141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-19T08:24:32.245Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-19T08:24:32.246Z||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-09-19T08:24:32.246Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ...
2021-09-19T08:24:32.270Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:24:32.270Z||pool-17-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2021-09-19T08:24:33.147Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51f438f4-7950-405b-9c51-3de4415935bd
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-09-19T08:24:33.172Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51f438f4-7950-405b-9c51-3de4415935bd
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-09-19T08:24:33.177Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-19T08:24:33.177Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-19T08:24:33.178Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-19T08:25:03.178Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51f438f4-7950-405b-9c51-3de4415935bd
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-09-19T08:25:03.191Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51f438f4-7950-405b-9c51-3de4415935bd
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-09-19T08:25:03.194Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-19T08:25:03.194Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-19T08:25:03.194Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-19T08:25:03.612Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:25:03.614Z||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-09-19T08:25:03.615Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:25:03.744Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:25:03.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:25:03.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632039843606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:25:03.746Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:25:33.195Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51f438f4-7950-405b-9c51-3de4415935bd
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-09-19T08:25:33.223Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51f438f4-7950-405b-9c51-3de4415935bd
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-09-19T08:25:33.228Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-19T08:25:33.228Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-19T08:25:33.229Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-19T08:26:03.229Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51f438f4-7950-405b-9c51-3de4415935bd
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-09-19T08:26:03.245Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51f438f4-7950-405b-9c51-3de4415935bd
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-09-19T08:26:03.248Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-19T08:26:03.249Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-19T08:26:03.249Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-19T08:26:03.612Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:26:03.614Z||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-09-19T08:26:03.614Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:26:04.142Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:26:04.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:26:04.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632039843606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json",
"status": "NOTIFIED"
}
2021-09-19T08:26:04.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:26:04.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:26:04.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632039843606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-19T08:26:04.146Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:26:04.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:26:04.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632039843606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:26:04.146Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:26:04.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:26:04.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632039843606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-19T08:26:04.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:26:04.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:26:04.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632039843606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:26:04.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:26:04.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:26:04.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632039843606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar",
"status": "NOTIFIED"
}
2021-09-19T08:26:04.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-09-19T08:26:04.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:26:04.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "aai-ml",
"timestamp": 1632039854973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-19T08:26:04.149Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:26:04.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:26:04.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "aai-ml",
"timestamp": 1632039855981,
"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-09-19T08:26:04.156Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 51f438f4-7950-405b-9c51-3de4415935bd
2021-09-19T08:26:04.156Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51f438f4-7950-405b-9c51-3de4415935bd 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-09-19T08:26:04.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:26:04.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632039857722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:26:04.168Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:26:04.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:26:04.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632039864208,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:26:04.169Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:26:04.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:26:04.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632039866044,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:26:04.169Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:26:04.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:26:04.169Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632039867480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:26:04.170Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:26:04.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:26:04.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632039869129,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/vfw8f308bb10c090_modules.json",
"status": "DEPLOY_OK"
}
2021-09-19T08:26:04.170Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:26:04.170Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:26:04.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632039870134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-09-19T08:26:04.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:26:04.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:26:04.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632039871137,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/resourceInstances/vfw8f308bb10c090/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-09-19T08:26:04.171Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:26:04.172Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-09-19T08:26:04.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632039872141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919081945/1.0/artifacts/service-Vfw20210919081945-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-19T08:26:04.172Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:26:33.250Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51f438f4-7950-405b-9c51-3de4415935bd
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-09-19T08:26:33.283Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51f438f4-7950-405b-9c51-3de4415935bd
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-09-19T08:26:33.288Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-19T08:26:33.288Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-19T08:26:33.288Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-19T08:26:33.289Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-19T08:26:33.289Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-19T08:26:33.290Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-19T08:26:33.290Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-19T08:26:33.290Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-19T08:26:33.290Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-19T08:26:33.290Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-19T08:26:33.291Z|51f438f4-7950-405b-9c51-3de4415935bd|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-09-19T08:26:33.297Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-19T08:27:03.299Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 51f438f4-7950-405b-9c51-3de4415935bd 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-09-19T08:27:03.316Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 51f438f4-7950-405b-9c51-3de4415935bd and serviceModelVersionId: c5cba72c-646e-4cee-86cd-16075f9d8b56
2021-09-19T08:27:03.316Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e67df428-c5b6-44aa-8ebe-3530d5e1c5d6
2021-09-19T08:27:03.613Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:27:03.615Z||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-09-19T08:27:03.615Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:27:13.201Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:27:27.228Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e67df428-c5b6-44aa-8ebe-3530d5e1c5d6/model-vers/model-ver/c5cba72c-646e-4cee-86cd-16075f9d8b56?depth=0
2021-09-19T08:27:27.373Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-19T08:27:27.880Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e67df428-c5b6-44aa-8ebe-3530d5e1c5d6/model-vers/model-ver/c5cba72c-646e-4cee-86cd-16075f9d8b56?depth=0|INFO|500||Invoke
2021-09-19T08:27:27.893Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e67df428-c5b6-44aa-8ebe-3530d5e1c5d6/model-vers/model-ver/c5cba72c-646e-4cee-86cd-16075f9d8b56?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e67df428-c5b6-44aa-8ebe-3530d5e1c5d6/model-vers/model-ver/c5cba72c-646e-4cee-86cd-16075f9d8b56?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[51f438f4-7950-405b-9c51-3de4415935bd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4d8d4fb8-1a28-41ca-98c6-7efb4756579a], X-ECOMP-RequestID=[51f438f4-7950-405b-9c51-3de4415935bd], X-TransactionId=[], X-ONAP-RequestID=[51f438f4-7950-405b-9c51-3de4415935bd], Content-Type=[application/merge-patch+json]}
2021-09-19T08:27:28.032Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e67df428-c5b6-44aa-8ebe-3530d5e1c5d6/model-vers/model-ver/c5cba72c-646e-4cee-86cd-16075f9d8b56?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-19T08:27:28.251Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e67df428-c5b6-44aa-8ebe-3530d5e1c5d6/model-vers/model-ver/c5cba72c-646e-4cee-86cd-16075f9d8b56?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e67df428-c5b6-44aa-8ebe-3530d5e1c5d6/model-vers/model-ver/c5cba72c-646e-4cee-86cd-16075f9d8b56?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210919-08:27:28:037-74340], vertex-id=[352408], Content-Length=[0], Date=[Sun, 19 Sep 2021 08:27:28 GMT], Content-Type=[application/json]}
2021-09-19T08:27:28.252Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e67df428-c5b6-44aa-8ebe-3530d5e1c5d6/model-vers/model-ver/c5cba72c-646e-4cee-86cd-16075f9d8b56?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-09-19T08:27:28.254Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e67df428-c5b6-44aa-8ebe-3530d5e1c5d6/model-vers/model-ver/c5cba72c-646e-4cee-86cd-16075f9d8b56?depth=0|INFO|500||InvokeReturn
2021-09-19T08:27:28.258Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-19T08:27:28.259Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-19T08:27:28.267Z|51f438f4-7950-405b-9c51-3de4415935bd|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-09-19T08:27:28.268Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 51f438f4-7950-405b-9c51-3de4415935bd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-19T08:27:28.269Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-19T08:27:28.270Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-19T08:27:28.272Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-19T08:27:28.272Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040048268,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-19T08:27:28.372Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-19T08:27:28.374Z||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-09-19T08:27:28.374Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ...
2021-09-19T08:27:28.384Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:27:28.384Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 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-09-19T08:27:29.292Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:27:29.293Z||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-09-19T08:27:29.293Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:27:39.570Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:27:39.572Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:27:39.573Z||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-09-19T08:27:39.573Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:27:49.115Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:27:49.116Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:27:49.117Z||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-09-19T08:27:49.117Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:27:58.680Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:28:03.605Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:28:03.606Z||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-09-19T08:28:03.606Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:28:03.612Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:28:03.612Z||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-09-19T08:28:03.612Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:28:04.238Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:28:04.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-19T08:28:04.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "51f438f4-7950-405b-9c51-3de4415935bd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040048268,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-19T08:28:04.241Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:28:13.147Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:29:03.607Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:29:03.611Z|51f438f4-7950-405b-9c51-3de4415935bd|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-09-19T08:29:03.611Z|51f438f4-7950-405b-9c51-3de4415935bd|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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:29:03.612Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:29:03.613Z||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-09-19T08:29:03.613Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:29:13.187Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:29:13.209Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:30:03.606Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:30:03.611Z|51f438f4-7950-405b-9c51-3de4415935bd|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-09-19T08:30:03.611Z|51f438f4-7950-405b-9c51-3de4415935bd|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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:30:03.612Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:30:03.613Z||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-09-19T08:30:03.613Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:30:13.181Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:30:13.187Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:31:03.607Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:31:03.610Z|51f438f4-7950-405b-9c51-3de4415935bd|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-09-19T08:31:03.610Z|51f438f4-7950-405b-9c51-3de4415935bd|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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:31:03.612Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:31:03.612Z||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-09-19T08:31:03.612Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:31:13.189Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:31:13.192Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:32:03.607Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:32:03.611Z|51f438f4-7950-405b-9c51-3de4415935bd|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-09-19T08:32:03.612Z|51f438f4-7950-405b-9c51-3de4415935bd|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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:32:03.612Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:32:03.613Z||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-09-19T08:32:03.613Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:32:03.770Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:32:03.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:32:03.771Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632040313981,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:32:03.773Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:32:03.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:32:03.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "policy-id",
"timestamp": 1632040320414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:32:03.778Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:32:03.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:32:03.781Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632040321761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:32:03.782Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:32:03.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:32:03.782Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "cds",
"timestamp": 1632040321945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:32:03.785Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:32:03.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:32:03.785Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632040313981,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json",
"status": "NOTIFIED"
}
2021-09-19T08:32:03.786Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:32:03.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:32:03.786Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "policy-id",
"timestamp": 1632040320414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:32:03.787Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:32:03.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:32:03.787Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632040321761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:32:03.787Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:32:04.272Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:32:04.273Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-09-19T08:32:04.273Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"95e3ace8-d08f-4e5b-b3f3-3666cf988133","serviceName":"basic_onboard_abEtDy","serviceVersion":"1.0","serviceUUID":"f6e10500-74ff-499b-bd4a-f5a85fe67cdd","serviceDescription":"service","serviceInvariantUUID":"fbbacf9e-1e3d-49ae-803b-e788cf19d353","resources":[{"resourceInstanceName":"basic_onboard_abEtDy 0","resourceName":"basic_onboard_abEtDy","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cd6bf786-7655-40ac-90f4-5566570901ae","resourceInvariantUUID":"e550fe7a-c73c-4ced-85ba-61f0f53a175e","resourceCustomizationUUID":"992f5221-8347-46ef-b3c7-cab6f01cb4c6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vf-license-model.xml","artifactChecksum":"OTVjMGI1NzhjYmI5NjBmYTg5YjkwYWE5YWIyZjVmMDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"70d7210e-d239-49d3-9a4c-9ff6ef804614","artifactVersion":"1"},{"artifactName":"basic_onboard_abetdy0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json","artifactChecksum":"MmNjMWU1YmM2ZDk2MTUwOTlhNDA5NzMyODIxOTBmNWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"df534af0-f4cd-433a-beec-2cd27e0be01e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9a12cd14-4224-4765-913f-446a228dd0df","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3a098037-15a5-454f-9c16-2b7ca8f5936b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2b375e3e-ea87-472b-a801-1bf41851005b","artifactVersion":"2","generatedFromUUID":"9a12cd14-4224-4765-913f-446a228dd0df"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAbetdy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-template.yml","artifactChecksum":"ZjMwMDI2NzFkOTM4YWM0YTM2N2QwYzEzYTllOTA0Mjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2dc75d85-92d9-4678-afe5-98d8e21d5b19","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAbetdy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar","artifactChecksum":"NjZlYjJkNmNjNjNkNGI3ODMxODlhYzE0OTZjYjIxMDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"445513d7-116a-42a1-abce-50e42c389b58","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-19T08:32:04.277Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-19T08:32:04.279Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-19T08:32:04.283Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-19T08:32:04.283Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040323607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:32:04.384Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-19T08:32:04.385Z||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-09-19T08:32:04.385Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ...
2021-09-19T08:32:04.394Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:32:04.394Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-19T08:32:05.284Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-19T08:32:05.284Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-19T08:32:05.287Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-19T08:32:05.287Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040323607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json",
"status": "NOTIFIED"
}
2021-09-19T08:32:05.386Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-19T08:32:05.387Z||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-09-19T08:32:05.387Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ...
2021-09-19T08:32:05.398Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:32:05.398Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-19T08:32:06.292Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-19T08:32:06.292Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-19T08:32:06.294Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-19T08:32:06.294Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040323607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-19T08:32:06.395Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-19T08:32:06.396Z||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-09-19T08:32:06.396Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ...
2021-09-19T08:32:06.405Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:32:06.405Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-19T08:32:07.295Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-19T08:32:07.296Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-19T08:32:07.299Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-19T08:32:07.299Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040323607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:32:07.401Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-19T08:32:07.403Z||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-09-19T08:32:07.403Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ...
2021-09-19T08:32:07.426Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:32:07.426Z||pool-22-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-09-19T08:32:08.301Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-19T08:32:08.303Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-19T08:32:08.306Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-19T08:32:08.306Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040323607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-19T08:32:08.406Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-19T08:32:08.407Z||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-09-19T08:32:08.407Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ...
2021-09-19T08:32:08.416Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:32:08.417Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-19T08:32:09.307Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-19T08:32:09.308Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-19T08:32:09.310Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-19T08:32:09.310Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040323607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:32:09.410Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-19T08:32:09.411Z||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-09-19T08:32:09.411Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ...
2021-09-19T08:32:09.423Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:32:09.425Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-19T08:32:10.311Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-19T08:32:10.312Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-19T08:32:10.314Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-19T08:32:10.315Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040323607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar",
"status": "NOTIFIED"
}
2021-09-19T08:32:10.415Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-19T08:32:10.415Z||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-09-19T08:32:10.416Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ...
2021-09-19T08:32:10.424Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:32:10.424Z||pool-25-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-09-19T08:32:11.316Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"serviceName": "basic_onboard_abEtDy",
"serviceVersion": "1.0",
"serviceUUID": "f6e10500-74ff-499b-bd4a-f5a85fe67cdd",
"serviceDescription": "service",
"serviceInvariantUUID": "fbbacf9e-1e3d-49ae-803b-e788cf19d353",
"resources": [
{
"resourceInstanceName": "basic_onboard_abEtDy 0",
"resourceCustomizationUUID": "992f5221-8347-46ef-b3c7-cab6f01cb4c6",
"resourceName": "basic_onboard_abEtDy",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "cd6bf786-7655-40ac-90f4-5566570901ae",
"resourceInvariantUUID": "e550fe7a-c73c-4ced-85ba-61f0f53a175e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_abetdy0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json",
"artifactChecksum": "MmNjMWU1YmM2ZDk2MTUwOTlhNDA5NzMyODIxOTBmNWM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "df534af0-f4cd-433a-beec-2cd27e0be01e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9a12cd14-4224-4765-913f-446a228dd0df",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2b375e3e-ea87-472b-a801-1bf41851005b",
"generatedFromUUID": "9a12cd14-4224-4765-913f-446a228dd0df"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2b375e3e-ea87-472b-a801-1bf41851005b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardAbetdy-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar",
"artifactChecksum": "NjZlYjJkNmNjNjNkNGI3ODMxODlhYzE0OTZjYjIxMDU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "445513d7-116a-42a1-abce-50e42c389b58"
}
],
"workloadContext": "Production"
}
2021-09-19T08:32:11.316Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-19T08:32:11.317Z|51f438f4-7950-405b-9c51-3de4415935bd|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f6e10500-74ff-499b-bd4a-f5a85fe67cdd ASDC
2021-09-19T08:32:11.318Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:95e3ace8-d08f-4e5b-b3f3-3666cf988133
ServiceName:basic_onboard_abEtDy
ServiceVersion:1.0
ServiceUUID:f6e10500-74ff-499b-bd4a-f5a85fe67cdd
ServiceInvariantUUID:fbbacf9e-1e3d-49ae-803b-e788cf19d353
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardAbetdy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar
ArtifactUUID:445513d7-116a-42a1-abce-50e42c389b58
ArtifactChecksum:NjZlYjJkNmNjNjNkNGI3ODMxODlhYzE0OTZjYjIxMDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_abEtDy 0
ResourceCustomizationUUID:992f5221-8347-46ef-b3c7-cab6f01cb4c6
ResourceInvariantUUID:e550fe7a-c73c-4ced-85ba-61f0f53a175e
ResourceName:basic_onboard_abEtDy
ResourceType:VF
ResourceUUID:cd6bf786-7655-40ac-90f4-5566570901ae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_abetdy0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json
ArtifactUUID:df534af0-f4cd-433a-beec-2cd27e0be01e
ArtifactChecksum:MmNjMWU1YmM2ZDk2MTUwOTlhNDA5NzMyODIxOTBmNWM=
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/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml
ArtifactUUID:9a12cd14-4224-4765-913f-446a228dd0df
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/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env
ArtifactUUID:2b375e3e-ea87-472b-a801-1bf41851005b
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/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env
ArtifactUUID:2b375e3e-ea87-472b-a801-1bf41851005b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-19T08:32:11.318Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f6e10500-74ff-499b-bd4a-f5a85fe67cdd 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-09-19T08:32:11.356Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-19T08:32:11.356Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-19T08:32:11.357Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-19T08:32:11.357Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 445513d7-116a-42a1-abce-50e42c389b58 from URL: /sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar
2021-09-19T08:32:11.357Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-19T08:32:11.357Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar
2021-09-19T08:32:16.868Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-19T08:32:16.872Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar 445513d7-116a-42a1-abce-50e42c389b58 71365
2021-09-19T08:32:16.872Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar ASDC sendASDCNotification
2021-09-19T08:32:16.872Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar
2021-09-19T08:32:16.872Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-19T08:32:16.873Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-19T08:32:16.875Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-19T08:32:16.875Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040336872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:32:16.976Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-19T08:32:16.977Z||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-09-19T08:32:16.977Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ...
2021-09-19T08:32:17.009Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:32:17.009Z||pool-26-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2021-09-19T08:32:17.877Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-19T08:32:17.879Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-09-19T08:32:17.880Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 445513d7-116a-42a1-abce-50e42c389b58, URL: /sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar to file: /app/ASDC/1/service-BasicOnboardAbetdy-csar.csar
2021-09-19T08:32:17.880Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAbetdy-csar.csar
2021-09-19T08:32:17.881Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAbetdy-csar.csar
2021-09-19T08:32:17.881Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAbetdy-csar.csar
2021-09-19T08:32:18.174Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2727940375733838200/Definitions/service-BasicOnboardAbetdy-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-09-19T08:32:19.315Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-19T08:32:19.316Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-19T08:32:19.316Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAbetdy-csar.csar
2021-09-19T08:32:19.316Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-09-19T08:32:19.316Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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-BasicOnboardAbetdy-csar.csar
2021-09-19T08:32:19.317Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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-BasicOnboardAbetdy-csar.csar
2021-09-19T08:32:19.317Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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-BasicOnboardAbetdy-csar.csar
2021-09-19T08:32:19.317Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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-BasicOnboardAbetdy-csar.csar
2021-09-19T08:32:19.317Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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-BasicOnboardAbetdy-csar.csar
2021-09-19T08:32:19.317Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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-BasicOnboardAbetdy-csar.csar
2021-09-19T08:32:19.317Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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-BasicOnboardAbetdy-csar.csar
2021-09-19T08:32:19.317Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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-BasicOnboardAbetdy-csar.csar
2021-09-19T08:32:19.318Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_abEtDy 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-BasicOnboardAbetdy-csar.csar
2021-09-19T08:32:19.318Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-09-19T08:32:19.318Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:32:19.318Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_abEtDy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-19T08:32:19.318Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_abEtDy 0 is matching search criteria
2021-09-19T08:32:19.319Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-19T08:32:19.319Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_abEtDy 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-19T08:32:19.319Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:32:19.320Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_abEtDy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-19T08:32:19.320Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_abEtDy 0 is matching search criteria
2021-09-19T08:32:19.320Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-09-19T08:32:19.320Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_abEtDy 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-19T08:32:19.320Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:32:19.321Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_abEtDy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-19T08:32:19.321Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:32:19.321Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_abEtDy 0 is not matching search criteria
2021-09-19T08:32:19.321Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-09-19T08:32:19.322Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-09-19T08:32:19.322Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-09-19T08:32:19.322Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-19T08:32:19.322Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-19T08:32:19.322Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:32:19.323Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_abEtDy is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-19T08:32:19.323Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:32:19.323Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_abEtDy 0 is matching search criteria
2021-09-19T08:32:19.323Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_abEtDy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-19T08:32:19.324Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:32:19.324Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_abEtDy 0 is matching search criteria
2021-09-19T08:32:19.324Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_abEtDy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-19T08:32:19.324Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:32:19.324Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_abEtDy 0 is matching search criteria
2021-09-19T08:32:19.324Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_abEtDy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-19T08:32:19.325Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:32:19.325Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_abEtDy 0 is not matching search criteria
2021-09-19T08:32:19.325Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-19T08:32:19.325Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-19T08:32:19.325Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7a3bb5cd-6de4-4dac-907b-bfda81ea2127
2021-09-19T08:32:19.326Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:32:19.326Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_abEtDy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-19T08:32:19.326Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:32:19.326Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_abEtDy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-19T08:32:19.327Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:32:19.327Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_abEtDy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-19T08:32:19.327Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:32:19.327Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_abEtDy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-19T08:32:19.327Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_abEtDy
Description:service
Model UUID:f6e10500-74ff-499b-bd4a-f5a85fe67cdd
Model Version:NULL
Model InvariantUuid:fbbacf9e-1e3d-49ae-803b-e788cf19d353
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_abEtDy
Model UUID:bea89784-b4e9-40ed-80e4-25b44f9cf77a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e550fe7a-c73c-4ced-85ba-61f0f53a175e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:992f5221-8347-46ef-b3c7-cab6f01cb4c6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:1f617d51-51b0-4432-a7ca-40e4b7692be3
ModelName:BasicOnboardAbetdy..base_ubuntu18..module-0
ModelUuid:f721197f-1528-4934-8c4c-a6547c0499c6
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:7a3bb5cd-6de4-4dac-907b-bfda81ea2127
ModelInvariantUuid:95fb0c5e-9091-4701-aabf-3e5cce9c0464
ModelName:basic_onboard_abEtDy-nodes.ubuntu18Cvfc
ModelUuid:732a1b5e-b186-4cf4-b7a8-ab3942840fff
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:2ca6276d-2e04-487f-90eb-882133496912
ModelInvariantUuid:ca135fb5-9662-4aae-a2f2-7e89c7f1d797
ModelName:BasicOnboardAbetdy.compute.nodes.heat.ubuntu18
ModelUuid:d391600e-5daa-4e3f-8675-7c07ca8f6631
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-19T08:32:19.335Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: cd6bf786-7655-40ac-90f4-5566570901ae
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-19T08:32:19.339Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||basic_onboard_abEtDy 0
2021-09-19T08:32:19.339Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cd6bf786-7655-40ac-90f4-5566570901ae
2021-09-19T08:32:19.339Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: df534af0-f4cd-433a-beec-2cd27e0be01e from URL: /sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json
2021-09-19T08:32:19.340Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-19T08:32:19.340Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json
2021-09-19T08:32:21.702Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-19T08:32:21.702Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json df534af0-f4cd-433a-beec-2cd27e0be01e 798
2021-09-19T08:32:21.703Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json ASDC sendASDCNotification
2021-09-19T08:32:21.703Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json
2021-09-19T08:32:21.703Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-19T08:32:21.703Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-19T08:32:21.705Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-19T08:32:21.705Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040341703,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:32:21.806Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-19T08:32:21.807Z||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-09-19T08:32:21.807Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ...
2021-09-19T08:32:21.824Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:32:21.826Z||pool-27-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-09-19T08:32:22.706Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardAbetdy..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "1f617d51-51b0-4432-a7ca-40e4b7692be3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f721197f-1528-4934-8c4c-a6547c0499c6",
"vfModuleModelCustomizationUUID": "e4d60a36-6722-44f2-935d-e103250f8193",
"isBase": true,
"artifacts": [
"9a12cd14-4224-4765-913f-446a228dd0df",
"2b375e3e-ea87-472b-a801-1bf41851005b"
],
"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-09-19T08:32:22.711Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAbetdy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f721197f-1528-4934-8c4c-a6547c0499c6
VfModuleModelInvariantUUID:1f617d51-51b0-4432-a7ca-40e4b7692be3
VfModuleModelDescription:NULL
Artifacts UUID List:{
9a12cd14-4224-4765-913f-446a228dd0df
,
2b375e3e-ea87-472b-a801-1bf41851005b
}
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-09-19T08:32:22.713Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardAbetdy..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "1f617d51-51b0-4432-a7ca-40e4b7692be3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f721197f-1528-4934-8c4c-a6547c0499c6",
"vfModuleModelCustomizationUUID": "e4d60a36-6722-44f2-935d-e103250f8193",
"isBase": true,
"artifacts": [
"9a12cd14-4224-4765-913f-446a228dd0df",
"2b375e3e-ea87-472b-a801-1bf41851005b"
],
"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-09-19T08:32:22.713Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardAbetdy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f721197f-1528-4934-8c4c-a6547c0499c6
VfModuleModelInvariantUUID:1f617d51-51b0-4432-a7ca-40e4b7692be3
VfModuleModelDescription:NULL
Artifacts UUID List:{
9a12cd14-4224-4765-913f-446a228dd0df
,
2b375e3e-ea87-472b-a801-1bf41851005b
}
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-09-19T08:32:22.714Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9a12cd14-4224-4765-913f-446a228dd0df from URL: /sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml
2021-09-19T08:32:22.714Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-19T08:32:22.714Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml
2021-09-19T08:32:24.476Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-19T08:32:24.476Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml 9a12cd14-4224-4765-913f-446a228dd0df 5033
2021-09-19T08:32:24.477Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-19T08:32:24.477Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml
2021-09-19T08:32:24.477Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-19T08:32:24.477Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-19T08:32:24.479Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-19T08:32:24.479Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040344477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:32:24.579Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-19T08:32:24.580Z||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-09-19T08:32:24.580Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ...
2021-09-19T08:32:24.595Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:32:24.596Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-19T08:32:25.480Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2b375e3e-ea87-472b-a801-1bf41851005b from URL: /sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env
2021-09-19T08:32:25.480Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-09-19T08:32:25.481Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env
2021-09-19T08:32:26.565Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-09-19T08:32:26.565Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env 2b375e3e-ea87-472b-a801-1bf41851005b 909
2021-09-19T08:32:26.566Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-19T08:32:26.566Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env
2021-09-19T08:32:26.566Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-19T08:32:26.566Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-19T08:32:26.568Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-19T08:32:26.568Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040346566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:32:26.668Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-19T08:32:26.669Z||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-09-19T08:32:26.670Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ...
2021-09-19T08:32:26.679Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:32:26.679Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-19T08:32:27.569Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: f6e10500-74ff-499b-bd4a-f5a85fe67cdd
2021-09-19T08:32:27.570Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_abEtDy 0 cd6bf786-7655-40ac-90f4-5566570901ae ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-19T08:32:27.585Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@533e5788, org.onap.sdc.toscaparser.api.parameters.Input@6fb0a948, org.onap.sdc.toscaparser.api.parameters.Input@32a25da7, org.onap.sdc.toscaparser.api.parameters.Input@46953eec, org.onap.sdc.toscaparser.api.parameters.Input@67b6b3a1]
2021-09-19T08:32:27.587Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:32:27.587Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_abEtDy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-19T08:32:27.587Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2021-09-19T08:32:27.587Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 992f5221-8347-46ef-b3c7-cab6f01cb4c6
2021-09-19T08:32:27.588Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 992f5221-8347-46ef-b3c7-cab6f01cb4c6 matches Tosca VF Customization UUID: 992f5221-8347-46ef-b3c7-cab6f01cb4c6
2021-09-19T08:32:27.588Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 992f5221-8347-46ef-b3c7-cab6f01cb4c6 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-19T08:32:27.590Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:32:27.590Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_abEtDy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-19T08:32:27.591Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 992f5221-8347-46ef-b3c7-cab6f01cb4c6: {\"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-09-19T08:32:27.591Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@42c4ae9b
2021-09-19T08:32:27.591Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:32:27.591Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_abEtDy is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-19T08:32:27.592Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e4d60a36-6722-44f2-935d-e103250f8193
2021-09-19T08:32:27.592Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e4d60a36-6722-44f2-935d-e103250f8193
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-19T08:32:27.594Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:32:27.594Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_abEtDy 0 is matching search criteria
2021-09-19T08:32:27.595Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_abEtDy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-19T08:32:27.595Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:32:27.595Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_abEtDy 0 is matching search criteria
2021-09-19T08:32:27.596Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_abEtDy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-19T08:32:27.596Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:32:27.597Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_abEtDy 0 is not matching search criteria
2021-09-19T08:32:27.597Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-09-19T08:32:27.597Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-09-19T08:32:27.598Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7a3bb5cd-6de4-4dac-907b-bfda81ea2127
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-19T08:32:27.601Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:32:27.601Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_abEtDy 0 is matching search criteria
2021-09-19T08:32:27.601Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_abEtDy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-19T08:32:27.601Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:32:27.602Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_abEtDy 0 is matching search criteria
2021-09-19T08:32:27.602Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_abEtDy 0] matching following query criteria: sdcType=VF, customizationUUID=992f5221-8347-46ef-b3c7-cab6f01cb4c6
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-19T08:32:27.604Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:32:27.604Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_abEtDy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-19T08:32:27.604Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid f6e10500-74ff-499b-bd4a-f5a85fe67cdd: basic_onboard_abEtDy
2021-09-19T08:32:27.604Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:32:27.605Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_abEtDy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-19T08:32:27.605Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:32:27.605Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_abEtDy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-19T08:32:27.605Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:32:27.606Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_abEtDy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-19T08:32:27.606Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:32:27.606Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_abEtDy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-19T08:32:27.606Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:32:27.607Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_abEtDy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-19T08:32:27.607Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_abEtDy
Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_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_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_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_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_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_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_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_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_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_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_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_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_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-09-19T08:32:27.691Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_abEtDy cd6bf786-7655-40ac-90f4-5566570901ae 1 ASDC deployResourceStructure
2021-09-19T08:32:27.692Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json ASDC sendASDCNotification
2021-09-19T08:32:27.692Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json
2021-09-19T08:32:27.692Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-19T08:32:27.692Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-19T08:32:27.694Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-19T08:32:27.694Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040347692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-19T08:32:27.794Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-19T08:32:27.795Z||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-09-19T08:32:27.795Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ...
2021-09-19T08:32:27.803Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:32:27.804Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2021-09-19T08:32:28.695Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-09-19T08:32:28.696Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml
2021-09-19T08:32:28.696Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-19T08:32:28.696Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-19T08:32:28.698Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-19T08:32:28.698Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040348695,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-19T08:32:28.799Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-19T08:32:28.800Z||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-09-19T08:32:28.800Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ...
2021-09-19T08:32:28.810Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:32:28.811Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-19T08:32:29.699Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-09-19T08:32:29.699Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env
2021-09-19T08:32:29.700Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-19T08:32:29.700Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-19T08:32:29.702Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-19T08:32:29.702Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040349699,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-19T08:32:29.802Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-19T08:32:29.803Z||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-09-19T08:32:29.803Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ...
2021-09-19T08:32:29.812Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:32:29.813Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2021-09-19T08:32:30.703Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar ASDC sendASDCNotification
2021-09-19T08:32:30.703Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar
2021-09-19T08:32:30.703Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-09-19T08:32:30.703Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-19T08:32:30.705Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-19T08:32:30.705Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040350702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-19T08:32:30.805Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-19T08:32:30.806Z||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-09-19T08:32:30.806Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ...
2021-09-19T08:32:30.822Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:32:30.823Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-19T08:32:31.706Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95e3ace8-d08f-4e5b-b3f3-3666cf988133
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-09-19T08:32:31.718Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95e3ace8-d08f-4e5b-b3f3-3666cf988133
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-09-19T08:32:31.721Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-19T08:32:31.721Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-19T08:32:31.721Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-19T08:33:01.722Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95e3ace8-d08f-4e5b-b3f3-3666cf988133
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-09-19T08:33:01.744Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95e3ace8-d08f-4e5b-b3f3-3666cf988133
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-09-19T08:33:01.746Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-19T08:33:01.746Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-19T08:33:01.746Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-19T08:33:03.612Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:33:03.618Z||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-09-19T08:33:03.618Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:33:03.651Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:33:03.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:33:03.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "cds",
"timestamp": 1632040321945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:33:03.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:33:31.746Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95e3ace8-d08f-4e5b-b3f3-3666cf988133
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-09-19T08:33:31.760Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95e3ace8-d08f-4e5b-b3f3-3666cf988133
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-09-19T08:33:31.771Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-19T08:33:31.771Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-19T08:33:31.771Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-19T08:34:01.772Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95e3ace8-d08f-4e5b-b3f3-3666cf988133
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-09-19T08:34:01.796Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95e3ace8-d08f-4e5b-b3f3-3666cf988133
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-09-19T08:34:01.798Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-19T08:34:01.799Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-19T08:34:01.800Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-19T08:34:03.613Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:34:03.617Z||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-09-19T08:34:03.617Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:34:03.647Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:34:03.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:34:03.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632040313981,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-19T08:34:03.649Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:34:31.800Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95e3ace8-d08f-4e5b-b3f3-3666cf988133
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-09-19T08:34:31.812Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95e3ace8-d08f-4e5b-b3f3-3666cf988133
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-09-19T08:34:31.824Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-19T08:34:31.824Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-19T08:34:31.825Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-19T08:35:01.826Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95e3ace8-d08f-4e5b-b3f3-3666cf988133
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-09-19T08:35:01.844Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95e3ace8-d08f-4e5b-b3f3-3666cf988133
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-09-19T08:35:01.852Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-19T08:35:01.852Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-09-19T08:35:01.852Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-09-19T08:35:03.614Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:35:03.616Z||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-09-19T08:35:03.616Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:35:04.153Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:35:04.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "policy-id",
"timestamp": 1632040320414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-19T08:35:04.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040323607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:35:04.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632040321761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:35:04.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "cds",
"timestamp": 1632040321945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:35:04.159Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "clamp",
"timestamp": 1632040324167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:35:04.159Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632040313981,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:35:04.159Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "policy-id",
"timestamp": 1632040320414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:35:04.160Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.160Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040323607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json",
"status": "NOTIFIED"
}
2021-09-19T08:35:04.160Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.160Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632040321761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:35:04.160Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "cds",
"timestamp": 1632040321945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:35:04.161Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "clamp",
"timestamp": 1632040324167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json",
"status": "NOTIFIED"
}
2021-09-19T08:35:04.161Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632040313981,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-19T08:35:04.161Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "policy-id",
"timestamp": 1632040320414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:35:04.162Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040323607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-09-19T08:35:04.162Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632040321761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:35:04.162Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "cds",
"timestamp": 1632040321945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:35:04.163Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "clamp",
"timestamp": 1632040324167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:35:04.163Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632040313981,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:35:04.163Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "policy-id",
"timestamp": 1632040320414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:35:04.164Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040323607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:35:04.164Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632040321761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:35:04.164Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "cds",
"timestamp": 1632040321945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:35:04.165Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "clamp",
"timestamp": 1632040324167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:35:04.165Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632040313981,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar",
"status": "NOTIFIED"
}
2021-09-19T08:35:04.165Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "policy-id",
"timestamp": 1632040320414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar",
"status": "NOTIFIED"
}
2021-09-19T08:35:04.166Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040323607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-09-19T08:35:04.166Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632040321761,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar",
"status": "NOTIFIED"
}
2021-09-19T08:35:04.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "cds",
"timestamp": 1632040321945,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar",
"status": "NOTIFIED"
}
2021-09-19T08:35:04.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "dcae-sch",
"timestamp": 1632040328005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:35:04.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "clamp",
"timestamp": 1632040324167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:35:04.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040323607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:35:04.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "dcae-sch",
"timestamp": 1632040328005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:35:04.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632040329658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:35:04.169Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:35:04.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "policy-id",
"timestamp": 1632040329669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:35:04.169Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:35:04.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "clamp",
"timestamp": 1632040324167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:35:04.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040323607,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar",
"status": "NOTIFIED"
}
2021-09-19T08:35:04.170Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "cds",
"timestamp": 1632040330472,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:35:04.170Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:35:04.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632040330578,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:35:04.171Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:35:04.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "dcae-sch",
"timestamp": 1632040328005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:35:04.171Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "policy-id",
"timestamp": 1632040330677,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-19T08:35:04.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:35:04.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "clamp",
"timestamp": 1632040324167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar",
"status": "NOTIFIED"
}
2021-09-19T08:35:04.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "cds",
"timestamp": 1632040331478,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-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-09-19T08:35:04.179Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 95e3ace8-d08f-4e5b-b3f3-3666cf988133
2021-09-19T08:35:04.179Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95e3ace8-d08f-4e5b-b3f3-3666cf988133 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-09-19T08:35:04.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.193Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "ves-openapi-manager",
"timestamp": 1632040330813,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:35:04.193Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "dcae-sch",
"timestamp": 1632040328005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:35:04.194Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "policy-id",
"timestamp": 1632040331682,
"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-09-19T08:35:04.198Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 95e3ace8-d08f-4e5b-b3f3-3666cf988133
2021-09-19T08:35:04.199Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95e3ace8-d08f-4e5b-b3f3-3666cf988133 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-09-19T08:35:04.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.207Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "ves-openapi-manager",
"timestamp": 1632040330813,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:35:04.207Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "dcae-sch",
"timestamp": 1632040328005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:35:04.208Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632040333092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-19T08:35:04.208Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:35:04.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "aai-ml",
"timestamp": 1632040332668,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:35:04.208Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.209Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "ves-openapi-manager",
"timestamp": 1632040330813,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:35:04.209Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.209Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "dcae-sch",
"timestamp": 1632040328005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:35:04.209Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.209Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632040333790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:35:04.209Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:35:04.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632040334096,
"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-09-19T08:35:04.213Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 95e3ace8-d08f-4e5b-b3f3-3666cf988133
2021-09-19T08:35:04.214Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95e3ace8-d08f-4e5b-b3f3-3666cf988133 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-09-19T08:35:04.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "aai-ml",
"timestamp": 1632040332668,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:35:04.222Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "ves-openapi-manager",
"timestamp": 1632040330813,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:35:04.222Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "dcae-sch",
"timestamp": 1632040328005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:35:04.222Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "aai-ml",
"timestamp": 1632040332668,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:35:04.223Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "ves-openapi-manager",
"timestamp": 1632040330813,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:35:04.223Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "aai-ml",
"timestamp": 1632040332668,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:35:04.223Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "ves-openapi-manager",
"timestamp": 1632040330813,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:35:04.224Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.224Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.224Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040336872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:35:04.224Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:35:04.224Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.224Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "aai-ml",
"timestamp": 1632040332668,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:35:04.224Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.224Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.224Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "ves-openapi-manager",
"timestamp": 1632040330813,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:35:04.225Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.225Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.225Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "aai-ml",
"timestamp": 1632040332668,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:35:04.225Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.225Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.225Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "aai-ml",
"timestamp": 1632040332668,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar",
"status": "NOTIFIED"
}
2021-09-19T08:35:04.226Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-09-19T08:35:04.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632040340273,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:35:04.226Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:35:04.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632040341296,
"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-09-19T08:35:04.230Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 95e3ace8-d08f-4e5b-b3f3-3666cf988133
2021-09-19T08:35:04.230Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95e3ace8-d08f-4e5b-b3f3-3666cf988133 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-09-19T08:35:04.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040341703,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:35:04.236Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:35:04.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632040342299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-19T08:35:04.237Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:35:04.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "clamp",
"timestamp": 1632040342496,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:35:04.237Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:35:04.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "aai-ml",
"timestamp": 1632040342516,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:35:04.237Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:35:04.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040344477,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:35:04.238Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:35:04.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "clamp",
"timestamp": 1632040344494,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-19T08:35:04.238Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:35:04.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "clamp",
"timestamp": 1632040345497,
"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-09-19T08:35:04.244Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 95e3ace8-d08f-4e5b-b3f3-3666cf988133
2021-09-19T08:35:04.244Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95e3ace8-d08f-4e5b-b3f3-3666cf988133 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-09-19T08:35:04.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040346566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:35:04.253Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:35:04.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040347692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/basic_onboard_abetdy0_modules.json",
"status": "DEPLOY_OK"
}
2021-09-19T08:35:04.254Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:35:04.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040348695,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-09-19T08:35:04.254Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:35:04.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040349699,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/resourceInstances/basic_onboard_abetdy0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-09-19T08:35:04.254Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:35:04.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040350702,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-19T08:35:04.254Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:35:04.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "aai-ml",
"timestamp": 1632040354261,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardAbetdy/1.0/artifacts/service-BasicOnboardAbetdy-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-19T08:35:04.255Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:35:04.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:35:04.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "aai-ml",
"timestamp": 1632040355266,
"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-09-19T08:35:04.259Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 95e3ace8-d08f-4e5b-b3f3-3666cf988133
2021-09-19T08:35:04.259Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95e3ace8-d08f-4e5b-b3f3-3666cf988133 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-09-19T08:35:31.853Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95e3ace8-d08f-4e5b-b3f3-3666cf988133
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-09-19T08:35:31.867Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95e3ace8-d08f-4e5b-b3f3-3666cf988133
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-09-19T08:35:31.871Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-09-19T08:35:31.871Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-09-19T08:35:31.872Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-09-19T08:35:31.872Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-09-19T08:35:31.872Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-19T08:35:31.873Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-19T08:35:31.873Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-19T08:35:31.873Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-19T08:35:31.873Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-19T08:35:31.873Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-09-19T08:35:31.874Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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-09-19T08:35:31.879Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-09-19T08:36:01.880Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 95e3ace8-d08f-4e5b-b3f3-3666cf988133 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-09-19T08:36:01.894Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 95e3ace8-d08f-4e5b-b3f3-3666cf988133 and serviceModelVersionId: f6e10500-74ff-499b-bd4a-f5a85fe67cdd
2021-09-19T08:36:01.895Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fbbacf9e-1e3d-49ae-803b-e788cf19d353
2021-09-19T08:36:01.898Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fbbacf9e-1e3d-49ae-803b-e788cf19d353/model-vers/model-ver/f6e10500-74ff-499b-bd4a-f5a85fe67cdd?depth=0
2021-09-19T08:36:01.906Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-09-19T08:36:01.980Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fbbacf9e-1e3d-49ae-803b-e788cf19d353/model-vers/model-ver/f6e10500-74ff-499b-bd4a-f5a85fe67cdd?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-09-19T08:36:01.982Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fbbacf9e-1e3d-49ae-803b-e788cf19d353/model-vers/model-ver/f6e10500-74ff-499b-bd4a-f5a85fe67cdd?depth=0|INFO|500||Invoke
2021-09-19T08:36:02.027Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fbbacf9e-1e3d-49ae-803b-e788cf19d353/model-vers/model-ver/f6e10500-74ff-499b-bd4a-f5a85fe67cdd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-09-19T08:36:02.471Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fbbacf9e-1e3d-49ae-803b-e788cf19d353/model-vers/model-ver/f6e10500-74ff-499b-bd4a-f5a85fe67cdd?depth=0|INFO|500||InvokeReturn
2021-09-19T08:36:02.472Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/fbbacf9e-1e3d-49ae-803b-e788cf19d353/model-vers/model-ver/f6e10500-74ff-499b-bd4a-f5a85fe67cdd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210919-08:36:02:020-26603], vertex-id=[188592], Content-Length=[0], Date=[Sun, 19 Sep 2021 08:36:02 GMT], Content-Type=[application/json]}
2021-09-19T08:36:02.473Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2021-09-19T08:36:02.473Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-09-19T08:36:02.473Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-19T08:36:02.480Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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-09-19T08:36:02.481Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 95e3ace8-d08f-4e5b-b3f3-3666cf988133 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-09-19T08:36:02.481Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-09-19T08:36:02.481Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-09-19T08:36:02.484Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-19T08:36:02.484Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040562481,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-19T08:36:02.587Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-09-19T08:36:02.588Z||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-09-19T08:36:02.588Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ...
2021-09-19T08:36:02.609Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:36:02.609Z||pool-34-thread-1|||||INFO|500||cambria reply ok (22 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-09-19T08:36:03.503Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:36:03.504Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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-09-19T08:36:03.504Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:36:03.612Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:36:03.614Z||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-09-19T08:36:03.615Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:36:04.285Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:36:04.286Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-09-19T08:36:04.286Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "95e3ace8-d08f-4e5b-b3f3-3666cf988133",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040562481,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-09-19T08:36:04.291Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:36:14.009Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:36:14.011Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:36:14.013Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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-09-19T08:36:14.013Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:36:23.572Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:36:23.574Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:36:23.575Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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-09-19T08:36:23.575Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:36:33.139Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:36:33.140Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:36:33.141Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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-09-19T08:36:33.141Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:36:42.684Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:37:03.606Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:37:03.608Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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-09-19T08:37:03.609Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:37:03.613Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:37:03.615Z||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-09-19T08:37:03.615Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:37:13.172Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:37:13.183Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:38:03.606Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:38:03.611Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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-09-19T08:38:03.611Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:38:03.612Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:38:03.614Z||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-09-19T08:38:03.614Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:38:13.180Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:38:13.180Z|95e3ace8-d08f-4e5b-b3f3-3666cf988133|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:39:03.606Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:39:03.609Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-09-19T08:39:03.609Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DO82BxnE4EtfzIuv) ...
2021-09-19T08:39:03.612Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-09-19T08:39:03.613Z||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-09-19T08:39:03.613Z||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 DO82BxnE4EtfzIuv) ...
2021-09-19T08:39:04.237Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:39:04.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"6b4f8138-b365-47b2-870b-4f2959923636","serviceName":"vFW 2021-09-19 08-35-32","serviceVersion":"1.0","serviceUUID":"c70ade27-1749-49b2-86be-37124867fb31","serviceDescription":"catalog service description","serviceInvariantUUID":"0d6ab548-e441-42f7-80df-a0c8224ed98f","resources":[{"resourceInstanceName":"vFW ba2c1ca2-1a79 0","resourceName":"vFW ba2c1ca2-1a79","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"937246ad-d083-4742-8be1-6cc5ab1a68b1","resourceInvariantUUID":"19a5ff72-746a-477f-a09e-9df995dc1ab0","resourceCustomizationUUID":"06e84b1c-6262-47ff-a1ed-a20c42558ead","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vf-license-model.xml","artifactChecksum":"M2YyYTM5YzdiMTRlZmI1ZDNiNzU0ZDMxYWE4YTVkZmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"762703f8-fbbf-47c7-a0ed-9797fb8badb1","artifactVersion":"1"},{"artifactName":"vfwba2c1ca21a790_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json","artifactChecksum":"MzE2ZWQ5YWM4ZmU2MGM1ZDExNTYxMzY4ZmMxMTg5ZGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b7d0648e-16ad-4c8a-b9b1-4ad16cf2449a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9ae0149c-eb6f-41c0-9934-d5606db62c21","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vendor-license-model.xml","artifactChecksum":"YmE5YWU2MDY1Yzc0ZTZjOTQwZjQyN2NmMWRmM2FmOTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"398ed8f0-0dd1-41ed-8d08-ecbd92ee284b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c0575a0a-886c-4b93-8ae7-c54ee9ac8f31","artifactVersion":"2","generatedFromUUID":"9ae0149c-eb6f-41c0-9934-d5606db62c21"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210919083532-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-template.yml","artifactChecksum":"YjdjMjE1YWYyNDc0ZmFhN2I3NTgwY2ZlNDJiNWQzMjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"40f53e8e-9e92-4fa2-bf63-8a382397e41c","artifactVersion":"1"},{"artifactName":"service-Vfw20210919083532-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar","artifactChecksum":"ZmYxYzVkNTFlMTU5MzFiOGY1YTVjNGMxOWJjNGM1YmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef89bcf8-3471-45e2-ae21-4deaa5a5b577","artifactVersion":"1"}],"workloadContext":"Production"}
2021-09-19T08:39:04.246Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:39:04.248Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-19T08:39:04.248Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.248Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632040693981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.249Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-19T08:39:04.249Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.249Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.249Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "cds",
"timestamp": 1632040696947,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.249Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.249Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.249Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "ves-openapi-manager",
"timestamp": 1632040690804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.249Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.250Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.250Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "aai-ml",
"timestamp": 1632040692669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.250Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.251Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.252Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "policy-id",
"timestamp": 1632040700414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.252Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.252Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.252Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "cds",
"timestamp": 1632040696947,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.252Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.252Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.252Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632040693981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json",
"status": "NOTIFIED"
}
2021-09-19T08:39:04.252Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.252Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.252Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "ves-openapi-manager",
"timestamp": 1632040690804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.253Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "aai-ml",
"timestamp": 1632040692669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.253Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "policy-id",
"timestamp": 1632040700414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.253Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "cds",
"timestamp": 1632040696947,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.254Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632040693981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-19T08:39:04.254Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "ves-openapi-manager",
"timestamp": 1632040690804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.254Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "aai-ml",
"timestamp": 1632040692669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.255Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "policy-id",
"timestamp": 1632040700414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-19T08:39:04.255Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "ves-openapi-manager",
"timestamp": 1632040690804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.255Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632040693981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.256Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "cds",
"timestamp": 1632040696947,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.256Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "aai-ml",
"timestamp": 1632040692669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.256Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "policy-id",
"timestamp": 1632040700414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.256Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.257Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "cds",
"timestamp": 1632040696947,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.257Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.257Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632040693981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-19T08:39:04.257Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.257Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "ves-openapi-manager",
"timestamp": 1632040690804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.257Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "aai-ml",
"timestamp": 1632040692669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.258Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "policy-id",
"timestamp": 1632040700414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.258Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "cds",
"timestamp": 1632040696947,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.258Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.258Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632040693981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.259Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.259Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-19T08:39:04.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "ves-openapi-manager",
"timestamp": 1632040690804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.259Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040743606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.259Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "aai-ml",
"timestamp": 1632040692669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.259Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "policy-id",
"timestamp": 1632040700414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.260Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "cds",
"timestamp": 1632040696947,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar",
"status": "NOTIFIED"
}
2021-09-19T08:39:04.260Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632040693981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar",
"status": "NOTIFIED"
}
2021-09-19T08:39:04.260Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "ves-openapi-manager",
"timestamp": 1632040690804,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.260Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "aai-ml",
"timestamp": 1632040692669,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar",
"status": "NOTIFIED"
}
2021-09-19T08:39:04.261Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "policy-id",
"timestamp": 1632040700414,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar",
"status": "NOTIFIED"
}
2021-09-19T08:39:04.261Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632040708259,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:39:04.261Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:39:04.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "cds",
"timestamp": 1632040708304,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:39:04.262Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:39:04.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "aai-ml",
"timestamp": 1632040708322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:39:04.262Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:39:04.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "policy-id",
"timestamp": 1632040708397,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:39:04.262Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:39:04.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.263Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "dcae-sch",
"timestamp": 1632040708003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.263Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.263Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "cds",
"timestamp": 1632040709311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-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-09-19T08:39:04.285Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6b4f8138-b365-47b2-870b-4f2959923636
2021-09-19T08:39:04.285Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b4f8138-b365-47b2-870b-4f2959923636 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-09-19T08:39:04.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "policy-id",
"timestamp": 1632040709406,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-19T08:39:04.297Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:39:04.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "dcae-sch",
"timestamp": 1632040708003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632040709987,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:39:04.298Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:39:04.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "policy-id",
"timestamp": 1632040710410,
"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-09-19T08:39:04.303Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6b4f8138-b365-47b2-870b-4f2959923636
2021-09-19T08:39:04.303Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b4f8138-b365-47b2-870b-4f2959923636 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-09-19T08:39:04.312Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.312Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "dcae-sch",
"timestamp": 1632040708003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.312Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.312Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "dcae-sch",
"timestamp": 1632040708003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.313Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632040711760,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.313Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "dcae-sch",
"timestamp": 1632040708003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.313Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632040711760,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.314Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "dcae-sch",
"timestamp": 1632040708003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.314Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632040713789,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:39:04.315Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:39:04.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632040711760,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.315Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "dcae-sch",
"timestamp": 1632040708003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.315Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "clamp",
"timestamp": 1632040714166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.315Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632040714822,
"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-09-19T08:39:04.319Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6b4f8138-b365-47b2-870b-4f2959923636
2021-09-19T08:39:04.319Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b4f8138-b365-47b2-870b-4f2959923636 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-09-19T08:39:04.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632040711760,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.327Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "clamp",
"timestamp": 1632040714166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json",
"status": "NOTIFIED"
}
2021-09-19T08:39:04.327Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "multicloud-k8s-id",
"timestamp": 1632040715833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json",
"status": "DEPLOY_OK"
}
2021-09-19T08:39:04.327Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:39:04.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632040711760,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.328Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "clamp",
"timestamp": 1632040714166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.328Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632040711760,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.328Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "clamp",
"timestamp": 1632040714166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.328Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632040711760,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar",
"status": "NOTIFIED"
}
2021-09-19T08:39:04.329Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "clamp",
"timestamp": 1632040714166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.329Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "clamp",
"timestamp": 1632040714166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:04.329Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "clamp",
"timestamp": 1632040714166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar",
"status": "NOTIFIED"
}
2021-09-19T08:39:04.330Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-09-19T08:39:04.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632040721212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:39:04.330Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:39:04.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "aai-ml",
"timestamp": 1632040722898,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-19T08:39:04.330Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:39:04.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "aai-ml",
"timestamp": 1632040723902,
"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-09-19T08:39:04.335Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6b4f8138-b365-47b2-870b-4f2959923636
2021-09-19T08:39:04.335Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b4f8138-b365-47b2-870b-4f2959923636 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-09-19T08:39:04.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632040724615,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-19T08:39:04.342Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:39:04.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1632040725622,
"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-09-19T08:39:04.347Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6b4f8138-b365-47b2-870b-4f2959923636
2021-09-19T08:39:04.347Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b4f8138-b365-47b2-870b-4f2959923636 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-09-19T08:39:04.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "clamp",
"timestamp": 1632040733583,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:39:04.356Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:39:04.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "clamp",
"timestamp": 1632040735598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar",
"status": "DEPLOY_OK"
}
2021-09-19T08:39:04.357Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-09-19T08:39:04.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-09-19T08:39:04.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "clamp",
"timestamp": 1632040736601,
"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-09-19T08:39:04.360Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-09-19T08:39:04.362Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6b4f8138-b365-47b2-870b-4f2959923636
2021-09-19T08:39:04.362Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b4f8138-b365-47b2-870b-4f2959923636 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=?
2021-09-19T08:39:04.361Z||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-09-19T08:39:04.364Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-09-19T08:39:04.383Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:39:04.384Z||pool-35-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-09-19T08:39:05.260Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-19T08:39:05.261Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-19T08:39:05.262Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-19T08:39:05.263Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040743606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json",
"status": "NOTIFIED"
}
2021-09-19T08:39:05.364Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-19T08:39:05.367Z||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-09-19T08:39:05.367Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ...
2021-09-19T08:39:05.378Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:39:05.379Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-09-19T08:39:06.264Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-19T08:39:06.265Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-19T08:39:06.268Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-19T08:39:06.268Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040743606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-09-19T08:39:06.368Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-19T08:39:06.370Z||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-09-19T08:39:06.370Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ...
2021-09-19T08:39:06.384Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:39:06.385Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-09-19T08:39:07.269Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-19T08:39:07.270Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-19T08:39:07.272Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-19T08:39:07.272Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040743606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:07.372Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-19T08:39:07.373Z||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-09-19T08:39:07.373Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ...
2021-09-19T08:39:07.384Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:39:07.385Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-19T08:39:08.273Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-19T08:39:08.274Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-19T08:39:08.276Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-19T08:39:08.276Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040743606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-09-19T08:39:08.376Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-19T08:39:08.377Z||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-09-19T08:39:08.377Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ...
2021-09-19T08:39:08.387Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:39:08.388Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-19T08:39:09.277Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-19T08:39:09.278Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-19T08:39:09.279Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-19T08:39:09.280Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040743606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-template.yml",
"status": "NOT_NOTIFIED"
}
2021-09-19T08:39:09.380Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-19T08:39:09.380Z||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-09-19T08:39:09.381Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ...
2021-09-19T08:39:09.389Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:39:09.390Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-09-19T08:39:10.283Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2021-09-19T08:39:10.284Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-19T08:39:10.287Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-19T08:39:10.287Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040743606,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar",
"status": "NOTIFIED"
}
2021-09-19T08:39:10.387Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-19T08:39:10.388Z||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-09-19T08:39:10.388Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ...
2021-09-19T08:39:10.399Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:39:10.399Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-19T08:39:11.289Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"serviceName": "vFW 2021-09-19 08-35-32",
"serviceVersion": "1.0",
"serviceUUID": "c70ade27-1749-49b2-86be-37124867fb31",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "0d6ab548-e441-42f7-80df-a0c8224ed98f",
"resources": [
{
"resourceInstanceName": "vFW ba2c1ca2-1a79 0",
"resourceCustomizationUUID": "06e84b1c-6262-47ff-a1ed-a20c42558ead",
"resourceName": "vFW ba2c1ca2-1a79",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "937246ad-d083-4742-8be1-6cc5ab1a68b1",
"resourceInvariantUUID": "19a5ff72-746a-477f-a09e-9df995dc1ab0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwba2c1ca21a790_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json",
"artifactChecksum": "MzE2ZWQ5YWM4ZmU2MGM1ZDExNTYxMzY4ZmMxMTg5ZGY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b7d0648e-16ad-4c8a-b9b1-4ad16cf2449a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9ae0149c-eb6f-41c0-9934-d5606db62c21",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c0575a0a-886c-4b93-8ae7-c54ee9ac8f31",
"generatedFromUUID": "9ae0149c-eb6f-41c0-9934-d5606db62c21"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "c0575a0a-886c-4b93-8ae7-c54ee9ac8f31",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210919083532-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar",
"artifactChecksum": "ZmYxYzVkNTFlMTU5MzFiOGY1YTVjNGMxOWJjNGM1YmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ef89bcf8-3471-45e2-ae21-4deaa5a5b577"
}
],
"workloadContext": "Production"
}
2021-09-19T08:39:11.289Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-09-19T08:39:11.289Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c70ade27-1749-49b2-86be-37124867fb31 ASDC
2021-09-19T08:39:11.290Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:6b4f8138-b365-47b2-870b-4f2959923636
ServiceName:vFW 2021-09-19 08-35-32
ServiceVersion:1.0
ServiceUUID:c70ade27-1749-49b2-86be-37124867fb31
ServiceInvariantUUID:0d6ab548-e441-42f7-80df-a0c8224ed98f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210919083532-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar
ArtifactUUID:ef89bcf8-3471-45e2-ae21-4deaa5a5b577
ArtifactChecksum:ZmYxYzVkNTFlMTU5MzFiOGY1YTVjNGMxOWJjNGM1YmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ba2c1ca2-1a79 0
ResourceCustomizationUUID:06e84b1c-6262-47ff-a1ed-a20c42558ead
ResourceInvariantUUID:19a5ff72-746a-477f-a09e-9df995dc1ab0
ResourceName:vFW ba2c1ca2-1a79
ResourceType:VF
ResourceUUID:937246ad-d083-4742-8be1-6cc5ab1a68b1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwba2c1ca21a790_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json
ArtifactUUID:b7d0648e-16ad-4c8a-b9b1-4ad16cf2449a
ArtifactChecksum:MzE2ZWQ5YWM4ZmU2MGM1ZDExNTYxMzY4ZmMxMTg5ZGY=
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/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml
ArtifactUUID:9ae0149c-eb6f-41c0-9934-d5606db62c21
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/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env
ArtifactUUID:c0575a0a-886c-4b93-8ae7-c54ee9ac8f31
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/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env
ArtifactUUID:c0575a0a-886c-4b93-8ae7-c54ee9ac8f31
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-09-19T08:39:11.290Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c70ade27-1749-49b2-86be-37124867fb31 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-09-19T08:39:11.325Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-19T08:39:11.326Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-19T08:39:11.327Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-19T08:39:11.327Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ef89bcf8-3471-45e2-ae21-4deaa5a5b577 from URL: /sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar
2021-09-19T08:39:11.327Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-19T08:39:11.327Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar
2021-09-19T08:39:15.679Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-19T08:39:15.735Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar ef89bcf8-3471-45e2-ae21-4deaa5a5b577 98768
2021-09-19T08:39:15.736Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar ASDC sendASDCNotification
2021-09-19T08:39:15.737Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar
2021-09-19T08:39:15.737Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-19T08:39:15.737Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-19T08:39:15.740Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-19T08:39:15.740Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040755736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:39:15.840Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-19T08:39:15.841Z||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-09-19T08:39:15.841Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ...
2021-09-19T08:39:15.872Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:39:15.874Z||pool-42-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2021-09-19T08:39:16.741Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-09-19T08:39:16.744Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2021-09-19T08:39:16.744Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: ef89bcf8-3471-45e2-ae21-4deaa5a5b577, URL: /sdc/v1/catalog/services/Vfw20210919083532/1.0/artifacts/service-Vfw20210919083532-csar.csar to file: /app/ASDC/1/service-Vfw20210919083532-csar.csar
2021-09-19T08:39:16.745Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210919083532-csar.csar
2021-09-19T08:39:16.745Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210919083532-csar.csar
2021-09-19T08:39:16.745Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210919083532-csar.csar
2021-09-19T08:39:17.049Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18399054565758034555/Definitions/service-Vfw20210919083532-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-09-19T08:39:19.023Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2021-09-19T08:39:19.023Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-19T08:39:19.023Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210919083532-csar.csar
2021-09-19T08:39:19.023Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-09-19T08:39:19.023Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||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-Vfw20210919083532-csar.csar
2021-09-19T08:39:19.024Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||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-Vfw20210919083532-csar.csar
2021-09-19T08:39:19.024Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||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-Vfw20210919083532-csar.csar
2021-09-19T08:39:19.024Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210919083532-csar.csar
2021-09-19T08:39:19.024Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210919083532-csar.csar
2021-09-19T08:39:19.024Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||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-Vfw20210919083532-csar.csar
2021-09-19T08:39:19.024Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||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-Vfw20210919083532-csar.csar
2021-09-19T08:39:19.024Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||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-Vfw20210919083532-csar.csar
2021-09-19T08:39:19.024Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210919083532-csar.csar
2021-09-19T08:39:19.024Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||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-Vfw20210919083532-csar.csar
2021-09-19T08:39:19.024Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210919083532-csar.csar
2021-09-19T08:39:19.024Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||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-Vfw20210919083532-csar.csar
2021-09-19T08:39:19.024Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ba2c1ca2-1a79 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-Vfw20210919083532-csar.csar
2021-09-19T08:39:19.024Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||WARN|500||####################################################################################################
2021-09-19T08:39:19.025Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:39:19.025Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-19 08-35-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-09-19T08:39:19.025Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vFW ba2c1ca2-1a79 0 is matching search criteria
2021-09-19T08:39:19.025Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-19T08:39:19.026Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ba2c1ca2-1a79 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-19T08:39:19.026Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:39:19.026Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-19 08-35-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-09-19T08:39:19.026Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vFW ba2c1ca2-1a79 0 is matching search criteria
2021-09-19T08:39:19.026Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2021-09-19T08:39:19.027Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ba2c1ca2-1a79 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-09-19T08:39:19.027Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:39:19.027Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-19 08-35-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-19T08:39:19.027Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:39:19.027Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vFW ba2c1ca2-1a79 0 is not matching search criteria
2021-09-19T08:39:19.027Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-19T08:39:19.027Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-19T08:39:19.028Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-19T08:39:19.028Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-19T08:39:19.028Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-19T08:39:19.028Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-19T08:39:19.028Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-19T08:39:19.028Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-19T08:39:19.028Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-19T08:39:19.028Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-19T08:39:19.029Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-19T08:39:19.029Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-19T08:39:19.029Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-19T08:39:19.029Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-19T08:39:19.029Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-19T08:39:19.029Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-09-19T08:39:19.029Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:39:19.029Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-19 08-35-32 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-19T08:39:19.030Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:39:19.030Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vFW ba2c1ca2-1a79 0 is matching search criteria
2021-09-19T08:39:19.031Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ba2c1ca2-1a79 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-19T08:39:19.031Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:39:19.031Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vFW ba2c1ca2-1a79 0 is matching search criteria
2021-09-19T08:39:19.031Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ba2c1ca2-1a79 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-19T08:39:19.031Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:39:19.031Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vFW ba2c1ca2-1a79 0 is matching search criteria
2021-09-19T08:39:19.031Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ba2c1ca2-1a79 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-19T08:39:19.032Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:39:19.032Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vFW ba2c1ca2-1a79 0 is not matching search criteria
2021-09-19T08:39:19.032Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-19T08:39:19.032Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-19T08:39:19.032Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-19T08:39:19.032Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-19T08:39:19.032Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-19T08:39:19.032Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-19T08:39:19.033Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-19T08:39:19.033Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-19T08:39:19.033Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-19T08:39:19.033Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-19T08:39:19.033Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-19T08:39:19.033Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d6c3f82d-f8bc-4835-a396-730710603831
2021-09-19T08:39:19.033Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:39:19.034Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vFW ba2c1ca2-1a79 0 is not matching search criteria
2021-09-19T08:39:19.034Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-19T08:39:19.034Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-19T08:39:19.034Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-19T08:39:19.034Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-19T08:39:19.034Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-19T08:39:19.034Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-19T08:39:19.035Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-19T08:39:19.035Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-09-19T08:39:19.035Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-19T08:39:19.035Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-19T08:39:19.035Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-19T08:39:19.035Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-19T08:39:19.035Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8416d285-a9e2-472d-80f8-8f81547b1df8
2021-09-19T08:39:19.035Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:39:19.036Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vFW ba2c1ca2-1a79 0 is not matching search criteria
2021-09-19T08:39:19.036Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-19T08:39:19.036Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-09-19T08:39:19.036Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-09-19T08:39:19.036Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-09-19T08:39:19.036Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2021-09-19T08:39:19.036Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-09-19T08:39:19.036Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-19T08:39:19.037Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-19T08:39:19.037Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-19T08:39:19.037Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-19T08:39:19.037Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-19T08:39:19.037Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-09-19T08:39:19.037Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ce17083f-e3ca-4598-9b29-fc71c4442d4f
2021-09-19T08:39:19.037Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:39:19.037Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-19 08-35-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-09-19T08:39:19.038Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:39:19.038Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-19 08-35-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-09-19T08:39:19.038Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:39:19.038Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-19 08-35-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-19T08:39:19.038Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:39:19.038Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-19 08-35-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-09-19T08:39:19.038Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-09-19 08-35-32
Description:catalog service description
Model UUID:c70ade27-1749-49b2-86be-37124867fb31
Model Version:NULL
Model InvariantUuid:0d6ab548-e441-42f7-80df-a0c8224ed98f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW ba2c1ca2-1a79
Model UUID:ee97577e-04e4-4732-85e2-c68b7c012f65
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:19a5ff72-746a-477f-a09e-9df995dc1ab0
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:06e84b1c-6262-47ff-a1ed-a20c42558ead
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:49826cd8-b14e-40ef-832e-000ecf3ec96c
ModelName:VfwBa2c1ca21a79..base_vfw..module-0
ModelUuid:8348fe7c-3f51-47dd-abb7-14a9f01f566e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:d6c3f82d-f8bc-4835-a396-730710603831
ModelInvariantUuid:dd589479-575a-4f53-ad47-d788b03dc085
ModelName:vFW ba2c1ca2-1a79-nodes.vfwCvfc
ModelUuid:17f4d4b0-44a8-4bef-b209-347a8482cb29
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:0ee0d317-5de9-449b-ae35-c9f4623dd035
ModelInvariantUuid:f6d15346-5d4c-480f-b254-c8efb6f2e3a1
ModelName:VfwBa2c1ca21a79.compute.nodes.heat.vfw
ModelUuid:f2ab208c-7cf2-41c7-bd23-6a3c6fc54225
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:8416d285-a9e2-472d-80f8-8f81547b1df8
ModelInvariantUuid:d2d110e9-5e05-4cc8-980b-99546c871e7f
ModelName:vFW ba2c1ca2-1a79-nodes.vsnCvfc
ModelUuid:d0083cef-22ff-43f9-aa6e-52d306910fbd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:24aef367-e4c7-414e-97af-9ea23ac640b4
ModelInvariantUuid:039d6e2b-7a05-4a4c-8889-48664cdbb55d
ModelName:VfwBa2c1ca21a79.compute.nodes.heat.vsn
ModelUuid:d6b79262-c628-40ef-b358-7ba24b87d085
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ce17083f-e3ca-4598-9b29-fc71c4442d4f
ModelInvariantUuid:df277eff-0e7e-4ef7-9c51-1b6d62c874e2
ModelName:vFW ba2c1ca2-1a79-nodes.vpgCvfc
ModelUuid:b4dd777e-d9fa-4e1d-9a39-ed885dd8c384
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:9988fae4-f6f2-42f2-98a7-9929d2a0a370
ModelInvariantUuid:79bfabcc-c1f8-402e-9331-c6da52cc9fc0
ModelName:VfwBa2c1ca21a79.compute.nodes.heat.vpg
ModelUuid:a0578412-18a3-46d0-a008-5189db65a1bf
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_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-09-19T08:39:19.045Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 937246ad-d083-4742-8be1-6cc5ab1a68b1
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-19T08:39:19.049Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||vFW ba2c1ca2-1a79 0
2021-09-19T08:39:19.049Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 937246ad-d083-4742-8be1-6cc5ab1a68b1
2021-09-19T08:39:19.049Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b7d0648e-16ad-4c8a-b9b1-4ad16cf2449a from URL: /sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json
2021-09-19T08:39:19.049Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-19T08:39:19.049Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json
2021-09-19T08:39:20.674Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-19T08:39:20.675Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json b7d0648e-16ad-4c8a-b9b1-4ad16cf2449a 785
2021-09-19T08:39:20.675Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json ASDC sendASDCNotification
2021-09-19T08:39:20.675Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json
2021-09-19T08:39:20.675Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-19T08:39:20.676Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-19T08:39:20.679Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-19T08:39:20.679Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040760675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/vfwba2c1ca21a790_modules.json",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:39:20.778Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-09-19T08:39:20.779Z||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-09-19T08:39:20.780Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ...
2021-09-19T08:39:20.791Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:39:20.791Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-09-19T08:39:21.680Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwBa2c1ca21a79..base_vfw..module-0",
"vfModuleModelInvariantUUID": "49826cd8-b14e-40ef-832e-000ecf3ec96c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8348fe7c-3f51-47dd-abb7-14a9f01f566e",
"vfModuleModelCustomizationUUID": "9d30756c-8030-4104-9032-9eff425acbfd",
"isBase": true,
"artifacts": [
"9ae0149c-eb6f-41c0-9934-d5606db62c21",
"c0575a0a-886c-4b93-8ae7-c54ee9ac8f31"
],
"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-09-19T08:39:21.684Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBa2c1ca21a79..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8348fe7c-3f51-47dd-abb7-14a9f01f566e
VfModuleModelInvariantUUID:49826cd8-b14e-40ef-832e-000ecf3ec96c
VfModuleModelDescription:NULL
Artifacts UUID List:{
9ae0149c-eb6f-41c0-9934-d5606db62c21
,
c0575a0a-886c-4b93-8ae7-c54ee9ac8f31
}
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-09-19T08:39:21.687Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwBa2c1ca21a79..base_vfw..module-0",
"vfModuleModelInvariantUUID": "49826cd8-b14e-40ef-832e-000ecf3ec96c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8348fe7c-3f51-47dd-abb7-14a9f01f566e",
"vfModuleModelCustomizationUUID": "9d30756c-8030-4104-9032-9eff425acbfd",
"isBase": true,
"artifacts": [
"9ae0149c-eb6f-41c0-9934-d5606db62c21",
"c0575a0a-886c-4b93-8ae7-c54ee9ac8f31"
],
"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-09-19T08:39:21.687Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwBa2c1ca21a79..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8348fe7c-3f51-47dd-abb7-14a9f01f566e
VfModuleModelInvariantUUID:49826cd8-b14e-40ef-832e-000ecf3ec96c
VfModuleModelDescription:NULL
Artifacts UUID List:{
9ae0149c-eb6f-41c0-9934-d5606db62c21
,
c0575a0a-886c-4b93-8ae7-c54ee9ac8f31
}
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-09-19T08:39:21.687Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9ae0149c-eb6f-41c0-9934-d5606db62c21 from URL: /sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml
2021-09-19T08:39:21.688Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-19T08:39:21.688Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml
2021-09-19T08:39:23.381Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-19T08:39:23.383Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml 9ae0149c-eb6f-41c0-9934-d5606db62c21 20368
2021-09-19T08:39:23.384Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-09-19T08:39:23.384Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml
2021-09-19T08:39:23.384Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-19T08:39:23.384Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-19T08:39:23.387Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-19T08:39:23.387Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040763383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:39:23.487Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-19T08:39:23.487Z||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-09-19T08:39:23.488Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ...
2021-09-19T08:39:23.498Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:39:23.499Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-09-19T08:39:24.388Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c0575a0a-886c-4b93-8ae7-c54ee9ac8f31 from URL: /sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env
2021-09-19T08:39:24.389Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||DistributionClient - download
2021-09-19T08:39:24.389Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env
2021-09-19T08:39:25.580Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2021-09-19T08:39:25.581Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env c0575a0a-886c-4b93-8ae7-c54ee9ac8f31 2098
2021-09-19T08:39:25.581Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env ASDC sendASDCNotification
2021-09-19T08:39:25.581Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env
2021-09-19T08:39:25.581Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2021-09-19T08:39:25.581Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2021-09-19T08:39:25.583Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-09-19T08:39:25.583Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6b4f8138-b365-47b2-870b-4f2959923636",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1632040765581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210919083532/1.0/resourceInstances/vfwba2c1ca21a790/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-09-19T08:39:25.683Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-09-19T08:39:25.684Z||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-09-19T08:39:25.684Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DO82BxnE4EtfzIuv) ...
2021-09-19T08:39:25.694Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-09-19T08:39:25.695Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-09-19T08:39:26.583Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: c70ade27-1749-49b2-86be-37124867fb31
2021-09-19T08:39:26.584Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ba2c1ca2-1a79 0 937246ad-d083-4742-8be1-6cc5ab1a68b1 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-09-19T08:39:26.600Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@9572331, org.onap.sdc.toscaparser.api.parameters.Input@f1d283e, org.onap.sdc.toscaparser.api.parameters.Input@58d8c2b7, org.onap.sdc.toscaparser.api.parameters.Input@32a28f34, org.onap.sdc.toscaparser.api.parameters.Input@2dc6cfa]
2021-09-19T08:39:26.602Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:39:26.602Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-19 08-35-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-09-19T08:39:26.602Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2021-09-19T08:39:26.603Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 06e84b1c-6262-47ff-a1ed-a20c42558ead
2021-09-19T08:39:26.603Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 06e84b1c-6262-47ff-a1ed-a20c42558ead matches Tosca VF Customization UUID: 06e84b1c-6262-47ff-a1ed-a20c42558ead
2021-09-19T08:39:26.603Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 06e84b1c-6262-47ff-a1ed-a20c42558ead matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-09-19T08:39:26.606Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:39:26.606Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-19 08-35-32 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-09-19T08:39:26.607Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 06e84b1c-6262-47ff-a1ed-a20c42558ead: {\"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-09-19T08:39:26.607Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5cc8a84b
2021-09-19T08:39:26.607Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:39:26.607Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-09-19 08-35-32 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-09-19T08:39:26.607Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9d30756c-8030-4104-9032-9eff425acbfd
2021-09-19T08:39:26.608Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9d30756c-8030-4104-9032-9eff425acbfd
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-09-19T08:39:26.610Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:39:26.611Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vFW ba2c1ca2-1a79 0 is matching search criteria
2021-09-19T08:39:26.611Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ba2c1ca2-1a79 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-19T08:39:26.612Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:39:26.612Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vFW ba2c1ca2-1a79 0 is matching search criteria
2021-09-19T08:39:26.612Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ba2c1ca2-1a79 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-19T08:39:26.612Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:39:26.612Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vFW ba2c1ca2-1a79 0 is not matching search criteria
2021-09-19T08:39:26.613Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-09-19T08:39:26.613Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-09-19T08:39:26.613Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-09-19T08:39:26.613Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-09-19T08:39:26.613Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2021-09-19T08:39:26.613Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-09-19T08:39:26.613Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-09-19T08:39:26.614Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-09-19T08:39:26.614Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-09-19T08:39:26.614Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2021-09-19T08:39:26.614Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-09-19T08:39:26.614Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d6c3f82d-f8bc-4835-a396-730710603831
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-09-19T08:39:26.621Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-09-19T08:39:26.621Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Node template vFW ba2c1ca2-1a79 0 is matching search criteria
2021-09-19T08:39:26.621Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ba2c1ca2-1a79 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-09-19T08:39:26.621Z|6b4f8138-b365-47b2-870b-4f2959923636|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery