By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-02-28T11:01:16.467Z||main|||||INFO|500||The following profiles are active: basic
2022-02-28T11:01:39.259Z||main|||||INFO|500||Starting service [Tomcat]
2022-02-28T11:01:39.260Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-02-28T11:01:39.420Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-02-28T11:01:51.486Z||main|||||INFO|500||catdb-pool - Starting...
2022-02-28T11:01:52.179Z||main|||||INFO|500||catdb-pool - Start completed.
2022-02-28T11:01:52.835Z||main|||||INFO|500||reqdb-pool - Starting...
2022-02-28T11:01:52.845Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-02-28T11:01:53.024Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-02-28T11:01:53.285Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-02-28T11:01:54.246Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-02-28T11:02:01.414Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-28T11:02:03.754Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-28T11:02:03.820Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-02-28T11:02:04.494Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-28T11:02:04.619Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-02-28T11:02:05.897Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-28T11:02:06.967Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-02-28T11:02:06.987Z||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$$3899c07d.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-02-28T11:02:06.988Z||main|||||WARN|500||The sdc end point is not alive
2022-02-28T11:02:10.164Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-02-28T11:02:13.191Z||main|||||WARN|500||---
2022-02-28T11:02:13.192Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-02-28T11:02:13.193Z||main|||||WARN|500||---
2022-02-28T11:02:13.639Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-02-28T11:02:18.838Z||main|||||INFO|500||Started Application in 67.722 seconds (JVM running for 76.47)
2022-02-28T11:02:18.860Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-02-28T11:02:18.862Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-02-28T11:02:18.882Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-02-28T11:02:18.906Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-02-28T11:02:18.951Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e496978f-e432-4928-bced-f1f2e354e07e url= /sdc/v1/artifactTypes
2022-02-28T11:02:18.952Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-02-28T11:02:19.197Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-02-28T11:02:19.270Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-02-28T11:02:19.294Z||scheduling-1|||||DEBUG|500||create keys
2022-02-28T11:02:19.302Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-02-28T11:02:19.635Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:02:19.652Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f84ef90f-1921-48a4-bff8-e67db19fc0e9 url= /sdc/v1/registerForDistribution
2022-02-28T11:02:19.949Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= f84ef90f-1921-48a4-bff8-e67db19fc0e9 url= /sdc/v1/registerForDistribution
2022-02-28T11:02:19.950Z||scheduling-1|||||INFO|500||start DistributionClient
2022-02-28T11:02:19.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:02:19.968Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:02:19.985Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-02-28T11:02:19.992Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:02:19.992Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:02:19.992Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:02:19.992Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:02:32.059Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:02:32.218Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:03:19.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:03:19.964Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:03:19.965Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:03:19.969Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:03:19.973Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:03:19.974Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:03:29.550Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:03:29.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:04:19.959Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:04:19.962Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:04:19.963Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:04:19.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:04:19.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:04:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:04:29.527Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:04:29.535Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:05:19.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:05:19.962Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:05:19.963Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:05:19.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:05:19.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:05:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:05:29.527Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:05:29.529Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:06:19.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:06:19.963Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:06:19.963Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:06:19.968Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:06:19.968Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:06:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:06:29.514Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:06:29.514Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:07:19.957Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:07:19.959Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:07:19.959Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:07:19.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:07:19.968Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:07:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:07:29.508Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:07:29.511Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:08:19.957Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:08:19.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:08:19.961Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:08:19.967Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:08:19.968Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:08:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:08:29.510Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:08:29.513Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:09:19.958Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:09:19.962Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:09:19.963Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:09:19.967Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:09:19.968Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:09:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:09:29.511Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:09:29.513Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:10:19.958Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:10:19.964Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:10:19.964Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:10:19.967Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:10:19.968Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:10:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:10:29.511Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:10:29.512Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:11:19.959Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:11:19.962Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:11:19.962Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:11:19.967Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:11:19.968Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:11:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:11:29.512Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:11:29.513Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:11:52.866Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-02-28T11:12:19.957Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:12:19.959Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:12:19.959Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:12:19.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:12:19.968Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:12:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:12:29.508Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:12:29.513Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:13:19.958Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:13:19.961Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:13:19.961Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:13:19.967Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:13:19.968Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:13:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:13:29.537Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:13:29.538Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:14:19.958Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:14:19.961Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:14:19.961Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:14:19.967Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:14:19.968Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:14:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:14:29.505Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:14:29.508Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:15:19.958Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:15:19.963Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:15:19.963Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:15:19.967Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:15:19.968Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:15:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:15:29.516Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:15:29.518Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:16:19.958Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:16:19.962Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:16:19.963Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:16:19.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:16:19.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:16:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:16:29.515Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:16:29.518Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:17:19.957Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:17:19.958Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:17:19.959Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:17:19.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:17:19.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:17:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:17:29.513Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:17:29.512Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:18:19.957Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:18:19.960Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:18:19.960Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:18:19.967Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:18:19.968Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:18:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:18:29.507Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:18:29.507Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:19:19.958Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:19:19.961Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:19:19.961Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:19:19.967Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:19:19.968Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:19:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:19:29.505Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:19:29.508Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:20:19.958Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:20:19.961Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:20:19.961Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:20:19.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:20:19.968Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:20:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:20:29.507Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:20:29.510Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:21:19.958Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:21:19.965Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:21:19.966Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y3Mt9pJufcSETo6p) ...
2022-02-28T11:21:19.967Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:21:19.969Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:21:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:21:29.517Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:21:29.518Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:22:19.959Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:22:19.963Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:22:19.963Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y3Mt9pJufcSETo6p) ...
2022-02-28T11:22:19.968Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:22:19.969Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:22:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:22:29.514Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:22:29.514Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:23:19.957Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:23:19.959Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:23:19.959Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y3Mt9pJufcSETo6p) ...
2022-02-28T11:23:19.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:23:19.968Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:23:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:23:29.515Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:23:29.539Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:24:19.958Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:24:19.960Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:24:19.960Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y3Mt9pJufcSETo6p) ...
2022-02-28T11:24:19.967Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:24:19.968Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:24:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:24:29.505Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:24:29.508Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:25:19.958Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:25:19.960Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:25:19.960Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y3Mt9pJufcSETo6p) ...
2022-02-28T11:25:19.967Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:25:19.968Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:25:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:25:29.511Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:25:29.512Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:26:19.958Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:26:19.960Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:26:19.961Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y3Mt9pJufcSETo6p) ...
2022-02-28T11:26:19.967Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:26:19.968Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:26:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:26:29.518Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:26:29.518Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:27:19.958Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:27:19.962Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:27:19.963Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y3Mt9pJufcSETo6p) ...
2022-02-28T11:27:19.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:27:19.968Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:27:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:27:29.513Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:27:29.513Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:28:19.957Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:28:19.959Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:28:19.959Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y3Mt9pJufcSETo6p) ...
2022-02-28T11:28:19.967Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:28:19.968Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:28:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:28:29.508Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:28:29.512Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:29:19.958Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:29:19.961Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:29:19.961Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y3Mt9pJufcSETo6p) ...
2022-02-28T11:29:19.967Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:29:19.968Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:29:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:29:29.503Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:29:29.506Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:30:19.959Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:30:19.962Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:30:19.963Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y3Mt9pJufcSETo6p) ...
2022-02-28T11:30:19.967Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:30:19.969Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:30:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:30:29.510Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:30:29.512Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:31:19.959Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:31:19.962Z||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.
2022-02-28T11:31:19.962Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:31:19.967Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:31:19.968Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:31:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:31:29.510Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:31:29.512Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:32:19.957Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:32:19.958Z||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.
2022-02-28T11:32:19.958Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:32:19.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:32:19.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:32:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:32:29.508Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:32:29.508Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:33:19.958Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:33:19.960Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:33:19.960Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:33:19.967Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:33:19.968Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:33:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:33:29.504Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:33:29.573Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:34:19.958Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:34:19.960Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:34:19.960Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:34:19.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:34:19.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:34:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:34:29.505Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:34:29.509Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:35:19.958Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:35:19.960Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:35:19.960Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:35:19.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:35:19.968Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:35:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:35:29.507Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:35:29.510Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:36:19.958Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:36:19.962Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:36:19.962Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:36:19.967Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:36:19.968Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:36:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:36:29.512Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:36:29.512Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:37:19.958Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:37:19.961Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:37:19.961Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:37:19.967Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:37:19.968Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:37:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:37:29.506Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:37:29.507Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:38:19.957Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:38:19.958Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:38:19.958Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:38:19.968Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:38:19.968Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:38:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:38:29.505Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:38:29.508Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:39:19.958Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:39:19.960Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:39:19.960Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:39:19.968Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:39:19.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:39:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:39:29.505Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:39:29.506Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:40:19.958Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:40:19.960Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:40:19.960Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:40:19.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:40:19.968Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:40:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:40:29.501Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:40:29.507Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:41:19.958Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:41:19.961Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:41:19.961Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:41:19.968Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:41:19.969Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:41:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:41:29.511Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:41:29.512Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:42:19.958Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:42:19.961Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:42:19.961Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:42:19.967Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:42:19.968Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:42:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:42:29.510Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:42:29.511Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:43:19.957Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:43:19.958Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:43:19.959Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:43:19.967Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:43:19.968Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:43:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:43:29.510Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:43:29.510Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:44:19.958Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:44:19.960Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:44:19.960Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:44:19.968Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:44:19.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:44:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:44:29.507Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:44:29.511Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:45:19.958Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:45:19.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:45:19.961Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:45:19.967Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:45:19.968Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:45:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:45:29.501Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:45:29.503Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:46:19.958Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:46:19.961Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:46:19.961Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:46:19.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:46:19.968Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:46:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:46:29.511Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:46:29.511Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:47:19.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:47:19.962Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:47:19.962Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:47:19.968Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:47:19.968Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:47:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:47:29.513Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:47:29.514Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:48:19.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:48:19.962Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:48:19.962Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:48:19.967Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:48:19.968Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:48:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:48:29.509Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:48:29.511Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:49:19.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:49:19.962Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:49:19.962Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:49:19.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:49:19.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:49:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:49:29.513Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:49:29.513Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:50:19.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:50:19.962Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:50:19.963Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:50:19.967Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:50:19.968Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:50:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:50:29.509Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:50:29.509Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:51:19.957Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:51:19.959Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:51:19.959Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:51:19.967Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:51:19.968Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:51:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:51:29.504Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:51:29.509Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:52:19.957Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:52:19.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:52:19.960Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:52:19.967Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:52:19.968Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:52:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:52:29.503Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:52:29.510Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:53:19.958Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:53:19.960Z||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.
2022-02-28T11:53:19.961Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:53:19.967Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:53:19.968Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:53:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:53:29.505Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:53:29.509Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:54:19.958Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:54:19.962Z||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.
2022-02-28T11:54:19.962Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:54:19.967Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:54:19.969Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:54:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:54:29.508Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:54:29.509Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:55:19.958Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:55:19.962Z||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.
2022-02-28T11:55:19.962Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:55:19.967Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:55:19.968Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:55:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:55:29.508Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:55:29.509Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:56:19.959Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:56:19.963Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:56:19.963Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:56:19.968Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:56:19.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:56:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:56:29.547Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:56:29.547Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:57:19.958Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:57:19.960Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:57:19.960Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:57:19.967Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:57:19.968Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:57:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:57:29.508Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:57:29.510Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:58:19.958Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:58:19.962Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:58:19.963Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:58:19.967Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:58:19.968Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:58:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:58:29.508Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:58:29.511Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:59:19.958Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:59:19.963Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:59:19.963Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y3Mt9pJufcSETo6p) ...
2022-02-28T11:59:19.967Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T11:59:19.968Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T11:59:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T11:59:29.510Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T11:59:29.511Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:00:19.959Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:00:19.963Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:00:19.963Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:00:19.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:00:19.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:00:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:00:29.511Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:00:29.511Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:01:19.958Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:01:19.961Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:01:19.961Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:01:19.967Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:01:19.968Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:01:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:01:29.506Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:01:29.506Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:02:19.958Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:02:19.962Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:02:19.962Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:02:19.968Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:02:19.968Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:02:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:02:29.507Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:02:29.509Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:03:19.958Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:03:19.959Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:03:19.959Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:03:19.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:03:19.968Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:03:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:03:29.511Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:03:29.511Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:04:19.958Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:04:19.960Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:04:19.960Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:04:19.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:04:19.968Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:04:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:04:29.516Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:04:29.517Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:05:19.958Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:05:19.961Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:05:19.961Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:05:19.967Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:05:19.968Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:05:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:05:29.508Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:05:29.510Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:06:19.960Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:06:19.966Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:06:19.967Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:06:19.968Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:06:19.968Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:06:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:06:20.187Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:06:20.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "ves-openapi-manager",
"timestamp": 1646049958210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.251Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "cds",
"timestamp": 1646049956340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.252Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646049955439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "policy-id",
"timestamp": 1646049955058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "ves-openapi-manager",
"timestamp": 1646049958210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "cds",
"timestamp": 1646049956340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646049955439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "policy-id",
"timestamp": 1646049955058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646049962729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "ves-openapi-manager",
"timestamp": 1646049958210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "cds",
"timestamp": 1646049956340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646049955439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "policy-id",
"timestamp": 1646049955058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-28T12:06:20.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646049962729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json",
"status": "NOTIFIED"
}
2022-02-28T12:06:20.260Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "ves-openapi-manager",
"timestamp": 1646049958210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "cds",
"timestamp": 1646049956340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646049955439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "policy-id",
"timestamp": 1646049955058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646049962729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-28T12:06:20.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "ves-openapi-manager",
"timestamp": 1646049958210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "cds",
"timestamp": 1646049956340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646049955439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "policy-id",
"timestamp": 1646049955058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "clamp",
"timestamp": 1646049965676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646049962729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "ves-openapi-manager",
"timestamp": 1646049958210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "cds",
"timestamp": 1646049956340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "policy-id",
"timestamp": 1646049955058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.270Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646049955439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "clamp",
"timestamp": 1646049965676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json",
"status": "NOTIFIED"
}
2022-02-28T12:06:20.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646049962729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-28T12:06:20.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "ves-openapi-manager",
"timestamp": 1646049958210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.273Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "cds",
"timestamp": 1646049956340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T12:06:20.274Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "policy-id",
"timestamp": 1646049955058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T12:06:20.275Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646049955439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T12:06:20.276Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "clamp",
"timestamp": 1646049965676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.276Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646049962729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.278Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "clamp",
"timestamp": 1646049965676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.278Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646049962729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T12:06:20.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646049969486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-28T12:06:20.281Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:06:20.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "cds",
"timestamp": 1646049969497,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-28T12:06:20.281Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:06:20.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "policy-id",
"timestamp": 1646049969491,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-28T12:06:20.282Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:06:20.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "clamp",
"timestamp": 1646049965676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.283Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "cds",
"timestamp": 1646049970519,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-28T12:06:20.491Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b2438da6-b85f-4428-ac72-17be1022ebda
2022-02-28T12:06:20.514Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2438da6-b85f-4428-ac72-17be1022ebda and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-28T12:06:20.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "policy-id",
"timestamp": 1646049970504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-28T12:06:20.538Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:06:20.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646049970569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-28T12:06:20.539Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:06:20.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "clamp",
"timestamp": 1646049965676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.539Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "policy-id",
"timestamp": 1646049971509,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-28T12:06:20.554Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b2438da6-b85f-4428-ac72-17be1022ebda
2022-02-28T12:06:20.554Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2438da6-b85f-4428-ac72-17be1022ebda and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-28T12:06:20.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "aai-ml",
"timestamp": 1646049970983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.569Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646049971773,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-28T12:06:20.570Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:06:20.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "clamp",
"timestamp": 1646049965676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T12:06:20.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "aai-ml",
"timestamp": 1646049970983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646049972970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-28T12:06:20.571Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:06:20.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "aai-ml",
"timestamp": 1646049970983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646049974036,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-28T12:06:20.577Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b2438da6-b85f-4428-ac72-17be1022ebda
2022-02-28T12:06:20.577Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2438da6-b85f-4428-ac72-17be1022ebda and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-28T12:06:20.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "aai-ml",
"timestamp": 1646049970983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646049974799,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-28T12:06:20.588Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:06:20.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646049975039,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-28T12:06:20.588Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:06:20.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "aai-ml",
"timestamp": 1646049970983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646049975804,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-28T12:06:20.595Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b2438da6-b85f-4428-ac72-17be1022ebda
2022-02-28T12:06:20.595Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2438da6-b85f-4428-ac72-17be1022ebda and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-28T12:06:20.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "aai-ml",
"timestamp": 1646049970983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "aai-ml",
"timestamp": 1646049970983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T12:06:20.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:06:20.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "clamp",
"timestamp": 1646049978027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-28T12:06:20.605Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:06:20.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "aai-ml",
"timestamp": 1646049978847,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-28T12:06:20.606Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:06:20.615Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:06:20.616Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T12:06:20.616Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"b2438da6-b85f-4428-ac72-17be1022ebda","serviceName":"vFW 2022-02-28 12-04-06","serviceVersion":"1.0","serviceUUID":"1b7e6758-8a99-4ffe-bbc7-68840996cf92","serviceDescription":"catalog service description","serviceInvariantUUID":"1e881150-2468-4439-897e-5db0903fe5fe","resources":[{"resourceInstanceName":"vFW d5a6894a-c2ad 0","resourceName":"vFW d5a6894a-c2ad","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7dd0c3fd-7adf-492f-a37f-3ffa42347621","resourceInvariantUUID":"5d6e74fc-5f57-44a2-a306-e9488a96f469","resourceCustomizationUUID":"f75cc5bb-9523-475e-9607-6231dfc48196","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vf-license-model.xml","artifactChecksum":"YmMxYzA4OWQzMjg2Y2NlMzBmYWM0MDhmZjM3MWUwODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"642e5017-9344-4577-b3a6-dbc856a4fd90","artifactVersion":"1"},{"artifactName":"vfwd5a6894ac2ad0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json","artifactChecksum":"NmUwYzhkZTY4NDE4ZGY4YzU2MTI1ZTE0ZThhODU0OGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"14bd5e26-c388-4988-b8f9-03597e5682b3","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b452b155-afa0-499e-b128-79285755502f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vendor-license-model.xml","artifactChecksum":"MWI1NjJhZjhmYzAxNWY3NGJjZmIxY2EzNTk2MTU0MTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ae5f48ba-2152-4778-a5f8-5ab8b0ce62d6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9fa941bb-776d-479c-bd53-6114d37e07e0","artifactVersion":"2","generatedFromUUID":"b452b155-afa0-499e-b128-79285755502f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220228120406-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-template.yml","artifactChecksum":"ZDliMzZjYTcxN2JjMDFlMzI0MGExN2VhM2Y2MDkzMWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5f897d28-19c3-4c61-87a4-688b26fbf891","artifactVersion":"1"},{"artifactName":"service-Vfw20220228120406-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar","artifactChecksum":"MTc5ZDM3ZjRlMGYwNzc5OTU1MWZmNGU1ZDk5N2YyOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"32a700a4-23a9-4840-80f6-45b348737095","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-28T12:06:20.623Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:06:20.629Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:06:20.641Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:06:20.641Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646049979959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:06:20.741Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-02-28T12:06:20.746Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T12:06:20.749Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:06:20.765Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:06:20.767Z||pool-3-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-02-28T12:06:21.648Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:06:21.649Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:06:21.651Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:06:21.651Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646049979959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json",
"status": "NOTIFIED"
}
2022-02-28T12:06:21.755Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-02-28T12:06:21.756Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T12:06:21.756Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:06:21.768Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:06:21.768Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:06:22.652Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:06:22.653Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:06:22.655Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:06:22.655Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646049979959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-28T12:06:22.758Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-02-28T12:06:22.760Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T12:06:22.760Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:06:22.777Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:06:22.779Z||pool-5-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:06:23.657Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:06:23.659Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:06:23.669Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:06:23.669Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646049979959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:06:23.774Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-02-28T12:06:23.776Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T12:06:23.776Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:06:23.789Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:06:23.789Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-28T12:06:24.671Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:06:24.675Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:06:24.678Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:06:24.679Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646049979959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-28T12:06:24.779Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:06:24.780Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T12:06:24.781Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:06:24.800Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:06:24.801Z||pool-7-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:06:25.679Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:06:25.680Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:06:25.686Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:06:25.686Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646049979959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:06:25.789Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-02-28T12:06:25.790Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T12:06:25.790Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:06:25.803Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:06:25.803Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-28T12:06:26.687Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:06:26.687Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:06:26.689Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:06:26.690Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646049979959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T12:06:26.791Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-28T12:06:26.793Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T12:06:26.793Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:06:26.807Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:06:26.808Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:06:27.692Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"serviceName": "vFW 2022-02-28 12-04-06",
"serviceVersion": "1.0",
"serviceUUID": "1b7e6758-8a99-4ffe-bbc7-68840996cf92",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "1e881150-2468-4439-897e-5db0903fe5fe",
"resources": [
{
"resourceInstanceName": "vFW d5a6894a-c2ad 0",
"resourceCustomizationUUID": "f75cc5bb-9523-475e-9607-6231dfc48196",
"resourceName": "vFW d5a6894a-c2ad",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7dd0c3fd-7adf-492f-a37f-3ffa42347621",
"resourceInvariantUUID": "5d6e74fc-5f57-44a2-a306-e9488a96f469",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwd5a6894ac2ad0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json",
"artifactChecksum": "NmUwYzhkZTY4NDE4ZGY4YzU2MTI1ZTE0ZThhODU0OGQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "14bd5e26-c388-4988-b8f9-03597e5682b3",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b452b155-afa0-499e-b128-79285755502f",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9fa941bb-776d-479c-bd53-6114d37e07e0",
"generatedFromUUID": "b452b155-afa0-499e-b128-79285755502f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9fa941bb-776d-479c-bd53-6114d37e07e0",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220228120406-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
"artifactChecksum": "MTc5ZDM3ZjRlMGYwNzc5OTU1MWZmNGU1ZDk5N2YyOTc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "32a700a4-23a9-4840-80f6-45b348737095"
}
],
"workloadContext": "Production"
}
2022-02-28T12:06:27.695Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-28T12:06:27.696Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1b7e6758-8a99-4ffe-bbc7-68840996cf92 ASDC
2022-02-28T12:06:27.815Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:b2438da6-b85f-4428-ac72-17be1022ebda
ServiceName:vFW 2022-02-28 12-04-06
ServiceVersion:1.0
ServiceUUID:1b7e6758-8a99-4ffe-bbc7-68840996cf92
ServiceInvariantUUID:1e881150-2468-4439-897e-5db0903fe5fe
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220228120406-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar
ArtifactUUID:32a700a4-23a9-4840-80f6-45b348737095
ArtifactChecksum:MTc5ZDM3ZjRlMGYwNzc5OTU1MWZmNGU1ZDk5N2YyOTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d5a6894a-c2ad 0
ResourceCustomizationUUID:f75cc5bb-9523-475e-9607-6231dfc48196
ResourceInvariantUUID:5d6e74fc-5f57-44a2-a306-e9488a96f469
ResourceName:vFW d5a6894a-c2ad
ResourceType:VF
ResourceUUID:7dd0c3fd-7adf-492f-a37f-3ffa42347621
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd5a6894ac2ad0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json
ArtifactUUID:14bd5e26-c388-4988-b8f9-03597e5682b3
ArtifactChecksum:NmUwYzhkZTY4NDE4ZGY4YzU2MTI1ZTE0ZThhODU0OGQ=
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/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml
ArtifactUUID:b452b155-afa0-499e-b128-79285755502f
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/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env
ArtifactUUID:9fa941bb-776d-479c-bd53-6114d37e07e0
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/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env
ArtifactUUID:9fa941bb-776d-479c-bd53-6114d37e07e0
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-28T12:06:27.816Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1b7e6758-8a99-4ffe-bbc7-68840996cf92 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-28T12:06:27.871Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T12:06:27.872Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-28T12:06:27.873Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-28T12:06:27.874Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 32a700a4-23a9-4840-80f6-45b348737095 from URL: /sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar
2022-02-28T12:06:27.874Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-28T12:06:27.875Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar
2022-02-28T12:06:27.986Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-28T12:06:28.011Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar 32a700a4-23a9-4840-80f6-45b348737095 98981
2022-02-28T12:06:28.014Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar ASDC sendASDCNotification
2022-02-28T12:06:28.014Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar
2022-02-28T12:06:28.015Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T12:06:28.016Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:06:28.017Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:06:28.018Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646049988012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-28T12:06:28.123Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-02-28T12:06:28.124Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T12:06:28.125Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:06:28.137Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:06:28.138Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-28T12:06:29.018Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T12:06:29.019Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-28T12:06:29.020Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 32a700a4-23a9-4840-80f6-45b348737095, URL: /sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar to file: /app/ASDC/1/service-Vfw20220228120406-csar.csar
2022-02-28T12:06:29.020Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220228120406-csar.csar
2022-02-28T12:06:29.118Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220228120406-csar.csar
2022-02-28T12:06:29.118Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220228120406-csar.csar
2022-02-28T12:06:29.984Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8383928606728601220/Definitions/service-Vfw20220228120406-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-02-28T12:06:32.547Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-28T12:06:32.553Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-28T12:06:32.553Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220228120406-csar.csar
2022-02-28T12:06:32.553Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-28T12:06:32.554Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||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-Vfw20220228120406-csar.csar
2022-02-28T12:06:32.554Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||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-Vfw20220228120406-csar.csar
2022-02-28T12:06:32.554Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||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-Vfw20220228120406-csar.csar
2022-02-28T12:06:32.554Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220228120406-csar.csar
2022-02-28T12:06:32.554Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220228120406-csar.csar
2022-02-28T12:06:32.554Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||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-Vfw20220228120406-csar.csar
2022-02-28T12:06:32.554Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||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-Vfw20220228120406-csar.csar
2022-02-28T12:06:32.554Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||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-Vfw20220228120406-csar.csar
2022-02-28T12:06:32.554Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220228120406-csar.csar
2022-02-28T12:06:32.555Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||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-Vfw20220228120406-csar.csar
2022-02-28T12:06:32.555Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d5a6894a-c2ad 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-Vfw20220228120406-csar.csar
2022-02-28T12:06:32.555Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220228120406-csar.csar
2022-02-28T12:06:32.555Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||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-Vfw20220228120406-csar.csar
2022-02-28T12:06:32.555Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-28T12:06:32.567Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:06:32.568Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-28 12-04-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:06:32.572Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vFW d5a6894a-c2ad 0 is matching search criteria
2022-02-28T12:06:32.573Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-28T12:06:32.574Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5a6894a-c2ad 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T12:06:32.576Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:06:32.576Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-28 12-04-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:06:32.576Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vFW d5a6894a-c2ad 0 is matching search criteria
2022-02-28T12:06:32.576Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-28T12:06:32.576Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5a6894a-c2ad 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T12:06:32.577Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:06:32.577Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-28 12-04-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:06:32.580Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:06:32.581Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vFW d5a6894a-c2ad 0 is not matching search criteria
2022-02-28T12:06:32.581Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-28T12:06:32.581Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-28T12:06:32.581Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-28T12:06:32.581Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-28T12:06:32.581Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-28T12:06:32.582Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-28T12:06:32.582Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T12:06:32.582Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-28T12:06:32.582Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-28T12:06:32.582Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-28T12:06:32.582Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-28T12:06:32.583Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-28T12:06:32.583Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-28T12:06:32.583Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-28T12:06:32.583Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T12:06:32.583Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-28T12:06:32.583Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:06:32.584Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-28 12-04-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-28T12:06:32.585Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:06:32.585Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vFW d5a6894a-c2ad 0 is matching search criteria
2022-02-28T12:06:32.585Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5a6894a-c2ad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:06:32.585Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:06:32.585Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vFW d5a6894a-c2ad 0 is matching search criteria
2022-02-28T12:06:32.586Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5a6894a-c2ad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:06:32.586Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:06:32.586Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vFW d5a6894a-c2ad 0 is matching search criteria
2022-02-28T12:06:32.586Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5a6894a-c2ad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:06:32.586Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:06:32.586Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vFW d5a6894a-c2ad 0 is not matching search criteria
2022-02-28T12:06:32.587Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-28T12:06:32.587Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-28T12:06:32.587Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-28T12:06:32.587Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-28T12:06:32.587Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-28T12:06:32.587Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-28T12:06:32.588Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-28T12:06:32.588Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-28T12:06:32.588Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-28T12:06:32.588Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-28T12:06:32.588Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T12:06:32.588Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e7d6c881-998e-449a-9302-030b12cb4347
2022-02-28T12:06:32.588Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:06:32.589Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vFW d5a6894a-c2ad 0 is not matching search criteria
2022-02-28T12:06:32.589Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-28T12:06:32.589Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-28T12:06:32.589Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-28T12:06:32.589Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-28T12:06:32.589Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-28T12:06:32.590Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-28T12:06:32.590Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T12:06:32.590Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-28T12:06:32.590Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-28T12:06:32.590Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-28T12:06:32.590Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-28T12:06:32.590Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T12:06:32.591Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=05f22cdd-0fcc-4a79-957d-e7e417936306
2022-02-28T12:06:32.591Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:06:32.591Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vFW d5a6894a-c2ad 0 is not matching search criteria
2022-02-28T12:06:32.591Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-28T12:06:32.591Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-28T12:06:32.591Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-28T12:06:32.591Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-28T12:06:32.592Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-28T12:06:32.592Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-28T12:06:32.592Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T12:06:32.592Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-28T12:06:32.592Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-28T12:06:32.592Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-28T12:06:32.592Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-28T12:06:32.593Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-28T12:06:32.593Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a5cdc7d9-ffc6-498d-8180-87d729bd91b6
2022-02-28T12:06:32.593Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:06:32.593Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-28 12-04-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:06:32.593Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:06:32.593Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-28 12-04-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:06:32.594Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:06:32.594Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-28 12-04-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:06:32.594Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:06:32.594Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-28 12-04-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:06:32.594Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-02-28 12-04-06
Description:catalog service description
Model UUID:1b7e6758-8a99-4ffe-bbc7-68840996cf92
Model Version:NULL
Model InvariantUuid:1e881150-2468-4439-897e-5db0903fe5fe
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW d5a6894a-c2ad
Model UUID:218d7162-0144-4e0e-9214-b61d14ed3df1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5d6e74fc-5f57-44a2-a306-e9488a96f469
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:f75cc5bb-9523-475e-9607-6231dfc48196
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:ec71b9f8-0733-4b24-8764-2468f4a7c0b9
ModelName:VfwD5a6894aC2ad..base_vfw..module-0
ModelUuid:710baf38-c28e-4033-897a-a2afd25c3c7b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e7d6c881-998e-449a-9302-030b12cb4347
ModelInvariantUuid:784bec44-57e9-4c9e-8596-a0aafcb0bd3b
ModelName:vFW d5a6894a-c2ad-nodes.vfwCvfc
ModelUuid:75b22437-6b18-4274-a236-1d4b19c6caf9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:dc58d6b3-0e2b-4c12-82c6-9a2573259f52
ModelInvariantUuid:b3655d02-22e8-452a-851f-abd84446df01
ModelName:VfwD5a6894aC2ad.compute.nodes.heat.vfw
ModelUuid:91a1d948-20a1-4cc5-af16-efafb8cd4ce2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:05f22cdd-0fcc-4a79-957d-e7e417936306
ModelInvariantUuid:9fdf5f68-2130-4b0d-b3d3-fbf63469406b
ModelName:vFW d5a6894a-c2ad-nodes.vsnCvfc
ModelUuid:ce8d71d7-03a4-4106-9403-5f589d0f840c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:3e08d491-c269-4ae9-8470-57035d764f45
ModelInvariantUuid:acd696fb-7a52-49aa-90a6-46a727cbb8d3
ModelName:VfwD5a6894aC2ad.compute.nodes.heat.vsn
ModelUuid:36abcfae-3ddb-4f9a-a594-35842356def9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a5cdc7d9-ffc6-498d-8180-87d729bd91b6
ModelInvariantUuid:566fac8d-753b-4ee2-9f8e-d709a51a3576
ModelName:vFW d5a6894a-c2ad-nodes.vpgCvfc
ModelUuid:932d16e7-fec3-48cd-9543-bb4445d98186
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:7dd9c3c9-4cf9-4b04-827a-1eed82003448
ModelInvariantUuid:32fee54f-cfcb-48e8-a197-e3c0f63cfeac
ModelName:VfwD5a6894aC2ad.compute.nodes.heat.vpg
ModelUuid:78621afa-b918-40e1-b6b8-2ee678774904
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-28T12:06:32.606Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 7dd0c3fd-7adf-492f-a37f-3ffa42347621
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-28T12:06:32.705Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||vFW d5a6894a-c2ad 0
2022-02-28T12:06:32.714Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7dd0c3fd-7adf-492f-a37f-3ffa42347621
2022-02-28T12:06:32.715Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 14bd5e26-c388-4988-b8f9-03597e5682b3 from URL: /sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json
2022-02-28T12:06:32.715Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-28T12:06:32.715Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json
2022-02-28T12:06:32.792Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-28T12:06:32.792Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json 14bd5e26-c388-4988-b8f9-03597e5682b3 785
2022-02-28T12:06:32.793Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json ASDC sendASDCNotification
2022-02-28T12:06:32.793Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json
2022-02-28T12:06:32.793Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T12:06:32.793Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:06:32.796Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:06:32.796Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646049992792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-28T12:06:32.899Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-02-28T12:06:32.900Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T12:06:32.900Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:06:32.913Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:06:32.913Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:06:33.797Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD5a6894aC2ad..base_vfw..module-0",
"vfModuleModelInvariantUUID": "ec71b9f8-0733-4b24-8764-2468f4a7c0b9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "710baf38-c28e-4033-897a-a2afd25c3c7b",
"vfModuleModelCustomizationUUID": "23af1849-3c5e-44fe-b6a3-205ca134b49b",
"isBase": true,
"artifacts": [
"b452b155-afa0-499e-b128-79285755502f",
"9fa941bb-776d-479c-bd53-6114d37e07e0"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-02-28T12:06:33.812Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD5a6894aC2ad..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:710baf38-c28e-4033-897a-a2afd25c3c7b
VfModuleModelInvariantUUID:ec71b9f8-0733-4b24-8764-2468f4a7c0b9
VfModuleModelDescription:NULL
Artifacts UUID List:{
b452b155-afa0-499e-b128-79285755502f
,
9fa941bb-776d-479c-bd53-6114d37e07e0
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-02-28T12:06:33.814Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD5a6894aC2ad..base_vfw..module-0",
"vfModuleModelInvariantUUID": "ec71b9f8-0733-4b24-8764-2468f4a7c0b9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "710baf38-c28e-4033-897a-a2afd25c3c7b",
"vfModuleModelCustomizationUUID": "23af1849-3c5e-44fe-b6a3-205ca134b49b",
"isBase": true,
"artifacts": [
"b452b155-afa0-499e-b128-79285755502f",
"9fa941bb-776d-479c-bd53-6114d37e07e0"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-02-28T12:06:33.815Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD5a6894aC2ad..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:710baf38-c28e-4033-897a-a2afd25c3c7b
VfModuleModelInvariantUUID:ec71b9f8-0733-4b24-8764-2468f4a7c0b9
VfModuleModelDescription:NULL
Artifacts UUID List:{
b452b155-afa0-499e-b128-79285755502f
,
9fa941bb-776d-479c-bd53-6114d37e07e0
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-02-28T12:06:33.815Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b452b155-afa0-499e-b128-79285755502f from URL: /sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml
2022-02-28T12:06:33.815Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-28T12:06:33.816Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml
2022-02-28T12:06:33.930Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-28T12:06:33.931Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml b452b155-afa0-499e-b128-79285755502f 20368
2022-02-28T12:06:33.931Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-28T12:06:33.931Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml
2022-02-28T12:06:33.932Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T12:06:33.932Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:06:33.934Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:06:33.934Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646049993931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-28T12:06:34.034Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:06:34.035Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T12:06:34.035Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:06:34.048Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:06:34.048Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:06:34.934Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9fa941bb-776d-479c-bd53-6114d37e07e0 from URL: /sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env
2022-02-28T12:06:34.936Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-28T12:06:34.936Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env
2022-02-28T12:06:35.140Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-28T12:06:35.140Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env 9fa941bb-776d-479c-bd53-6114d37e07e0 2098
2022-02-28T12:06:35.141Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-28T12:06:35.141Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env
2022-02-28T12:06:35.141Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T12:06:35.141Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:06:35.144Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:06:35.144Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646049995141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-28T12:06:35.248Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-02-28T12:06:35.249Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T12:06:35.249Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:06:35.262Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:06:35.263Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-28T12:06:36.145Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 1b7e6758-8a99-4ffe-bbc7-68840996cf92
2022-02-28T12:06:36.145Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d5a6894a-c2ad 0 7dd0c3fd-7adf-492f-a37f-3ffa42347621 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-28T12:06:36.190Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45f0fcb3, org.onap.sdc.toscaparser.api.parameters.Input@54a5a94, org.onap.sdc.toscaparser.api.parameters.Input@5ce0472, org.onap.sdc.toscaparser.api.parameters.Input@7dc3fc4a, org.onap.sdc.toscaparser.api.parameters.Input@3f948225]
2022-02-28T12:06:36.195Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:06:36.195Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-28 12-04-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:06:36.195Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-02-28T12:06:36.196Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= f75cc5bb-9523-475e-9607-6231dfc48196
2022-02-28T12:06:36.196Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f75cc5bb-9523-475e-9607-6231dfc48196 matches Tosca VF Customization UUID: f75cc5bb-9523-475e-9607-6231dfc48196
2022-02-28T12:06:36.196Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: f75cc5bb-9523-475e-9607-6231dfc48196 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-02-28T12:06:36.202Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:06:36.203Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-28 12-04-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:06:36.204Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id f75cc5bb-9523-475e-9607-6231dfc48196: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-02-28T12:06:36.204Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6824b380
2022-02-28T12:06:36.204Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:06:36.205Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-28 12-04-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-28T12:06:36.205Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 23af1849-3c5e-44fe-b6a3-205ca134b49b
2022-02-28T12:06:36.206Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 23af1849-3c5e-44fe-b6a3-205ca134b49b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-02-28T12:06:36.211Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:06:36.212Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vFW d5a6894a-c2ad 0 is matching search criteria
2022-02-28T12:06:36.212Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5a6894a-c2ad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:06:36.213Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:06:36.213Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vFW d5a6894a-c2ad 0 is matching search criteria
2022-02-28T12:06:36.213Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5a6894a-c2ad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:06:36.213Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:06:36.214Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vFW d5a6894a-c2ad 0 is not matching search criteria
2022-02-28T12:06:36.214Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-28T12:06:36.214Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-28T12:06:36.214Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-28T12:06:36.214Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-28T12:06:36.215Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-28T12:06:36.215Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-28T12:06:36.215Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-28T12:06:36.216Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-28T12:06:36.216Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-28T12:06:36.216Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-28T12:06:36.216Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T12:06:36.216Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e7d6c881-998e-449a-9302-030b12cb4347
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-02-28T12:06:36.223Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:06:36.224Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vFW d5a6894a-c2ad 0 is matching search criteria
2022-02-28T12:06:36.224Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5a6894a-c2ad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:06:36.224Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:06:36.225Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vFW d5a6894a-c2ad 0 is not matching search criteria
2022-02-28T12:06:36.225Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-28T12:06:36.225Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-28T12:06:36.225Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-28T12:06:36.226Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-28T12:06:36.226Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-28T12:06:36.226Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-28T12:06:36.226Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T12:06:36.226Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-28T12:06:36.227Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-28T12:06:36.227Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-28T12:06:36.227Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-28T12:06:36.227Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T12:06:36.228Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=05f22cdd-0fcc-4a79-957d-e7e417936306
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-02-28T12:06:36.230Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:06:36.230Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vFW d5a6894a-c2ad 0 is matching search criteria
2022-02-28T12:06:36.230Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5a6894a-c2ad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:06:36.232Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:06:36.233Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vFW d5a6894a-c2ad 0 is not matching search criteria
2022-02-28T12:06:36.233Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-28T12:06:36.233Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-28T12:06:36.234Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-28T12:06:36.234Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-28T12:06:36.234Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-28T12:06:36.234Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-28T12:06:36.235Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T12:06:36.235Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-28T12:06:36.235Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-28T12:06:36.235Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-28T12:06:36.236Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-28T12:06:36.236Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-28T12:06:36.236Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a5cdc7d9-ffc6-498d-8180-87d729bd91b6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-02-28T12:06:36.238Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:06:36.238Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vFW d5a6894a-c2ad 0 is matching search criteria
2022-02-28T12:06:36.238Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5a6894a-c2ad 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:06:36.239Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:06:36.241Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Node template vFW d5a6894a-c2ad 0 is matching search criteria
2022-02-28T12:06:36.242Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW d5a6894a-c2ad 0] matching following query criteria: sdcType=VF, customizationUUID=f75cc5bb-9523-475e-9607-6231dfc48196
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-28T12:06:36.243Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:06:36.244Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-28 12-04-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:06:36.244Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 1b7e6758-8a99-4ffe-bbc7-68840996cf92: vFW d5a6894a-c2ad
2022-02-28T12:06:36.244Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:06:36.244Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-28 12-04-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:06:36.245Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:06:36.245Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-28 12-04-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:06:36.245Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:06:36.245Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-28 12-04-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:06:36.246Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:06:36.246Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-28 12-04-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:06:36.246Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:06:36.246Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-02-28 12-04-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:06:36.247Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-02-28 12-04-06
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-28T12:06:36.487Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d5a6894a-c2ad 7dd0c3fd-7adf-492f-a37f-3ffa42347621 1 ASDC deployResourceStructure
2022-02-28T12:06:36.487Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json ASDC sendASDCNotification
2022-02-28T12:06:36.488Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json
2022-02-28T12:06:36.488Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T12:06:36.488Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:06:36.489Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:06:36.490Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646049996487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-28T12:06:36.590Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:06:36.591Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T12:06:36.591Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:06:36.624Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:06:36.624Z||pool-14-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:06:37.491Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-28T12:06:37.491Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml
2022-02-28T12:06:37.492Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T12:06:37.492Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:06:37.494Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:06:37.494Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646049997491,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-02-28T12:06:37.594Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:06:37.596Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T12:06:37.596Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:06:37.608Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:06:37.609Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:06:38.495Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-28T12:06:38.496Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env
2022-02-28T12:06:38.496Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T12:06:38.496Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:06:38.498Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:06:38.498Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646049998495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-02-28T12:06:38.598Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:06:38.599Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T12:06:38.600Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:06:38.611Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:06:38.612Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:06:39.499Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar ASDC sendASDCNotification
2022-02-28T12:06:39.500Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar
2022-02-28T12:06:39.500Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T12:06:39.501Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:06:39.503Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:06:39.503Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646049999499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-28T12:06:39.603Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-28T12:06:39.604Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T12:06:39.605Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:06:39.618Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:06:39.618Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:06:40.504Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2438da6-b85f-4428-ac72-17be1022ebda
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:06:40.524Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2438da6-b85f-4428-ac72-17be1022ebda
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:06:40.526Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T12:06:40.527Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T12:06:40.527Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T12:07:10.527Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2438da6-b85f-4428-ac72-17be1022ebda
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:07:10.538Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2438da6-b85f-4428-ac72-17be1022ebda
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:07:10.541Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T12:07:10.541Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T12:07:10.541Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T12:07:19.967Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:07:19.969Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:07:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:07:20.000Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:07:20.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:07:20.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "clamp",
"timestamp": 1646049980046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-28T12:07:20.002Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:07:40.542Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2438da6-b85f-4428-ac72-17be1022ebda
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:07:40.574Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2438da6-b85f-4428-ac72-17be1022ebda
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:07:40.578Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T12:07:40.578Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T12:07:40.578Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T12:08:10.578Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2438da6-b85f-4428-ac72-17be1022ebda
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:08:10.590Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2438da6-b85f-4428-ac72-17be1022ebda
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:08:10.593Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T12:08:10.594Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T12:08:10.594Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T12:08:19.969Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:08:19.970Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:08:19.970Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:08:20.496Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:08:20.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:08:20.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646049979959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:08:20.499Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:08:20.499Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:08:20.499Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "clamp",
"timestamp": 1646049981052,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-28T12:08:20.505Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b2438da6-b85f-4428-ac72-17be1022ebda
2022-02-28T12:08:20.505Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2438da6-b85f-4428-ac72-17be1022ebda and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-28T12:08:20.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:08:20.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646049979959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json",
"status": "NOTIFIED"
}
2022-02-28T12:08:20.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:08:20.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:08:20.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646049979959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-28T12:08:20.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:08:20.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:08:20.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646049979959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:08:20.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:08:20.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:08:20.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646049979959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-28T12:08:20.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:08:20.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:08:20.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646049979959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:08:20.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:08:20.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:08:20.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646049979959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T12:08:20.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-02-28T12:08:20.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:08:20.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646049988012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-28T12:08:20.519Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:08:20.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:08:20.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646049992792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-28T12:08:20.520Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:08:20.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:08:20.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646049993931,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-28T12:08:20.520Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:08:20.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:08:20.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "aai-ml",
"timestamp": 1646049993937,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-28T12:08:20.520Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:08:20.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:08:20.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "aai-ml",
"timestamp": 1646049994966,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-28T12:08:20.525Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b2438da6-b85f-4428-ac72-17be1022ebda
2022-02-28T12:08:20.525Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2438da6-b85f-4428-ac72-17be1022ebda and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-28T12:08:20.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:08:20.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646049995141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-28T12:08:20.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:08:20.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:08:20.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646049996487,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/vfwd5a6894ac2ad0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-28T12:08:20.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:08:20.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:08:20.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646049997491,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-02-28T12:08:20.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:08:20.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:08:20.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646049998495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/resourceInstances/vfwd5a6894ac2ad0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-02-28T12:08:20.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:08:20.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-02-28T12:08:20.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646049999499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228120406/1.0/artifacts/service-Vfw20220228120406-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-28T12:08:20.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:08:40.595Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2438da6-b85f-4428-ac72-17be1022ebda
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:08:40.620Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2438da6-b85f-4428-ac72-17be1022ebda
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:08:40.623Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T12:08:40.623Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-28T12:08:40.623Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-28T12:08:40.624Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-28T12:08:40.624Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-28T12:08:40.625Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-28T12:08:40.625Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-28T12:08:40.625Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-28T12:08:40.625Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-28T12:08:40.625Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-28T12:08:40.625Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-28T12:08:40.631Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-28T12:09:10.632Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b2438da6-b85f-4428-ac72-17be1022ebda and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-28T12:09:10.645Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b2438da6-b85f-4428-ac72-17be1022ebda and serviceModelVersionId: 1b7e6758-8a99-4ffe-bbc7-68840996cf92
2022-02-28T12:09:10.645Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1e881150-2468-4439-897e-5db0903fe5fe
2022-02-28T12:09:19.967Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:09:19.968Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:09:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:09:25.379Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1e881150-2468-4439-897e-5db0903fe5fe/model-vers/model-ver/1b7e6758-8a99-4ffe-bbc7-68840996cf92?depth=0
2022-02-28T12:09:25.490Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-02-28T12:09:26.009Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e881150-2468-4439-897e-5db0903fe5fe/model-vers/model-ver/1b7e6758-8a99-4ffe-bbc7-68840996cf92?depth=0|INFO|500||Invoke
2022-02-28T12:09:26.017Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e881150-2468-4439-897e-5db0903fe5fe/model-vers/model-ver/1b7e6758-8a99-4ffe-bbc7-68840996cf92?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e881150-2468-4439-897e-5db0903fe5fe/model-vers/model-ver/1b7e6758-8a99-4ffe-bbc7-68840996cf92?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b2438da6-b85f-4428-ac72-17be1022ebda], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bb58a892-3733-4234-b705-424bf589ddac], X-ECOMP-RequestID=[b2438da6-b85f-4428-ac72-17be1022ebda], X-TransactionId=[], X-ONAP-RequestID=[b2438da6-b85f-4428-ac72-17be1022ebda], Content-Type=[application/merge-patch+json]}
2022-02-28T12:09:26.150Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e881150-2468-4439-897e-5db0903fe5fe/model-vers/model-ver/1b7e6758-8a99-4ffe-bbc7-68840996cf92?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-02-28T12:09:26.969Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e881150-2468-4439-897e-5db0903fe5fe/model-vers/model-ver/1b7e6758-8a99-4ffe-bbc7-68840996cf92?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e881150-2468-4439-897e-5db0903fe5fe/model-vers/model-ver/1b7e6758-8a99-4ffe-bbc7-68840996cf92?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220228-12:09:26:167-2490], vertex-id=[147672], Content-Length=[0], Date=[Mon, 28 Feb 2022 12:09:26 GMT], Content-Type=[application/json]}
2022-02-28T12:09:26.970Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e881150-2468-4439-897e-5db0903fe5fe/model-vers/model-ver/1b7e6758-8a99-4ffe-bbc7-68840996cf92?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-28T12:09:26.971Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e881150-2468-4439-897e-5db0903fe5fe/model-vers/model-ver/1b7e6758-8a99-4ffe-bbc7-68840996cf92?depth=0|INFO|500||InvokeReturn
2022-02-28T12:09:26.975Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-28T12:09:26.975Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-28T12:09:26.982Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-02-28T12:09:26.983Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b2438da6-b85f-4428-ac72-17be1022ebda and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-28T12:09:26.984Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-28T12:09:26.984Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:09:26.987Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:09:26.987Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050166983,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-28T12:09:27.087Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:09:27.088Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T12:09:27.088Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:09:27.100Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:09:27.100Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:09:27.715Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:09:27.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-28T12:09:27.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b2438da6-b85f-4428-ac72-17be1022ebda",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050166983,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-28T12:09:27.717Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-28T12:09:28.001Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:09:28.002Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:09:28.002Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:09:38.541Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:09:38.542Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:09:38.543Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:09:38.543Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:09:48.082Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:09:48.082Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:09:48.084Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:09:48.084Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:09:57.644Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:10:19.958Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:10:19.960Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:10:19.960Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:10:19.968Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:10:19.969Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:10:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:10:29.503Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:10:29.509Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:11:19.959Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:11:19.964Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:11:19.964Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:11:19.967Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:11:19.968Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:11:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:11:29.518Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:11:29.518Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:12:19.958Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:12:19.959Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:12:19.959Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:12:19.968Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:12:19.968Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:12:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:12:29.505Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:12:29.509Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:13:19.958Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:13:19.960Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:13:19.961Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:13:19.967Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:13:19.968Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:13:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:13:29.508Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:13:29.510Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:14:19.958Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:14:19.961Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:14:19.961Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:14:19.967Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:14:19.968Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:14:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:14:29.506Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:14:29.508Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:15:19.958Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:15:19.967Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:15:19.970Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:15:19.971Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:15:19.972Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:15:19.972Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:15:29.135Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:15:29.136Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-28T12:15:29.137Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"3725b389-e9c6-482d-bca9-756fc1cb915b","serviceName":"basic_onboard_YUIHDq","serviceVersion":"1.0","serviceUUID":"38c06656-a162-4fd1-a788-8fc6e9819c50","serviceDescription":"service","serviceInvariantUUID":"71f7de69-e046-4904-8419-123aa7f9e1ed","resources":[{"resourceInstanceName":"basic_onboard_YUIHDq 0","resourceName":"basic_onboard_YUIHDq","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"467e926e-6d1b-49fc-814b-8352d7e3ed34","resourceInvariantUUID":"38870bfe-aea8-452e-8022-02f03797184f","resourceCustomizationUUID":"b25d6f86-ca6d-4b54-8aee-fa58c8abea58","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/vf-license-model.xml","artifactChecksum":"NTM1MGEzN2E5Mzk5M2EwN2U3MGFjNDYwZjg3ODFhYTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"446d89a1-2d2e-404c-b8ea-ebf4fa02ef9b","artifactVersion":"1"},{"artifactName":"basic_onboard_yuihdq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json","artifactChecksum":"ZTlmZjYyNjVkNWMwNTA4Y2U1MDFiYTkzNThmOTUxZGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a1bf4fa5-539b-4e56-ada7-50a5add73ff4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a035cd99-a98c-4b9f-a943-037d06655ed2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"17084840-5e6d-4af5-ab85-638013b02c66","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5a373938-439a-4cd6-b8c0-c239a3a7fbde","artifactVersion":"2","generatedFromUUID":"a035cd99-a98c-4b9f-a943-037d06655ed2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYuihdq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-template.yml","artifactChecksum":"MDRlMmU5NGUxY2FkNGMyYmZmODAzODFkYmJjMDIzZTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b36ab22e-dae4-4e22-a303-2a1699f663cc","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYuihdq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar","artifactChecksum":"YzJlNGE2YWM3M2VhYWI3MzA3MDUwYTY5YTg0ZmJiNDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d1b6c1e7-5cd2-4d55-804c-09c388af47a2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-28T12:15:29.140Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:15:29.140Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:15:29.144Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:15:29.144Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050519958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:15:29.244Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:15:29.245Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T12:15:29.245Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:15:29.283Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:15:29.284Z||pool-19-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":25,"count":1}
2022-02-28T12:15:29.399Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:15:29.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T12:15:29.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646050522729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:15:29.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-28T12:15:29.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T12:15:29.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050519958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:15:29.402Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-28T12:15:30.144Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:15:30.146Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:15:30.149Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:15:30.149Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050519958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json",
"status": "NOTIFIED"
}
2022-02-28T12:15:30.249Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:15:30.250Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T12:15:30.250Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:15:30.264Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:15:30.265Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:15:31.149Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:15:31.151Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:15:31.154Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:15:31.154Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050519958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-28T12:15:31.254Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:15:31.255Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T12:15:31.255Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:15:31.266Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:15:31.267Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:15:32.155Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:15:32.155Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:15:32.158Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:15:32.158Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050519958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:15:32.259Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-28T12:15:32.260Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T12:15:32.261Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:15:32.273Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:15:32.273Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-02-28T12:15:33.159Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:15:33.159Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:15:33.161Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:15:33.161Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050519958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-28T12:15:33.262Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-28T12:15:33.263Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T12:15:33.263Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:15:33.279Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:15:33.280Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:15:34.162Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:15:34.163Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:15:34.165Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:15:34.165Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050519958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:15:34.265Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:15:34.266Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T12:15:34.267Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:15:34.276Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:15:34.276Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:15:35.167Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:15:35.167Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:15:35.169Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:15:35.171Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050519958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T12:15:35.270Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-28T12:15:35.272Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T12:15:35.273Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:15:35.284Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:15:35.285Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:15:36.173Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"serviceName": "basic_onboard_YUIHDq",
"serviceVersion": "1.0",
"serviceUUID": "38c06656-a162-4fd1-a788-8fc6e9819c50",
"serviceDescription": "service",
"serviceInvariantUUID": "71f7de69-e046-4904-8419-123aa7f9e1ed",
"resources": [
{
"resourceInstanceName": "basic_onboard_YUIHDq 0",
"resourceCustomizationUUID": "b25d6f86-ca6d-4b54-8aee-fa58c8abea58",
"resourceName": "basic_onboard_YUIHDq",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "467e926e-6d1b-49fc-814b-8352d7e3ed34",
"resourceInvariantUUID": "38870bfe-aea8-452e-8022-02f03797184f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_yuihdq0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json",
"artifactChecksum": "ZTlmZjYyNjVkNWMwNTA4Y2U1MDFiYTkzNThmOTUxZGE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a1bf4fa5-539b-4e56-ada7-50a5add73ff4",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a035cd99-a98c-4b9f-a943-037d06655ed2",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5a373938-439a-4cd6-b8c0-c239a3a7fbde",
"generatedFromUUID": "a035cd99-a98c-4b9f-a943-037d06655ed2"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5a373938-439a-4cd6-b8c0-c239a3a7fbde",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardYuihdq-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
"artifactChecksum": "YzJlNGE2YWM3M2VhYWI3MzA3MDUwYTY5YTg0ZmJiNDA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d1b6c1e7-5cd2-4d55-804c-09c388af47a2"
}
],
"workloadContext": "Production"
}
2022-02-28T12:15:36.173Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-28T12:15:36.173Z|b2438da6-b85f-4428-ac72-17be1022ebda|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 38c06656-a162-4fd1-a788-8fc6e9819c50 ASDC
2022-02-28T12:15:36.174Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:3725b389-e9c6-482d-bca9-756fc1cb915b
ServiceName:basic_onboard_YUIHDq
ServiceVersion:1.0
ServiceUUID:38c06656-a162-4fd1-a788-8fc6e9819c50
ServiceInvariantUUID:71f7de69-e046-4904-8419-123aa7f9e1ed
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYuihdq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar
ArtifactUUID:d1b6c1e7-5cd2-4d55-804c-09c388af47a2
ArtifactChecksum:YzJlNGE2YWM3M2VhYWI3MzA3MDUwYTY5YTg0ZmJiNDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_YUIHDq 0
ResourceCustomizationUUID:b25d6f86-ca6d-4b54-8aee-fa58c8abea58
ResourceInvariantUUID:38870bfe-aea8-452e-8022-02f03797184f
ResourceName:basic_onboard_YUIHDq
ResourceType:VF
ResourceUUID:467e926e-6d1b-49fc-814b-8352d7e3ed34
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_yuihdq0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json
ArtifactUUID:a1bf4fa5-539b-4e56-ada7-50a5add73ff4
ArtifactChecksum:ZTlmZjYyNjVkNWMwNTA4Y2U1MDFiYTkzNThmOTUxZGE=
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/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a035cd99-a98c-4b9f-a943-037d06655ed2
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/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env
ArtifactUUID:5a373938-439a-4cd6-b8c0-c239a3a7fbde
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/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env
ArtifactUUID:5a373938-439a-4cd6-b8c0-c239a3a7fbde
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-28T12:15:36.174Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 38c06656-a162-4fd1-a788-8fc6e9819c50 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-28T12:15:36.213Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T12:15:36.214Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-28T12:15:36.215Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-28T12:15:36.215Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d1b6c1e7-5cd2-4d55-804c-09c388af47a2 from URL: /sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar
2022-02-28T12:15:36.215Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-28T12:15:36.215Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar
2022-02-28T12:15:36.728Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-28T12:15:36.731Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar d1b6c1e7-5cd2-4d55-804c-09c388af47a2 71589
2022-02-28T12:15:36.732Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar ASDC sendASDCNotification
2022-02-28T12:15:36.732Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar
2022-02-28T12:15:36.732Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T12:15:36.732Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:15:36.734Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:15:36.734Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050536732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-28T12:15:36.835Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-28T12:15:36.836Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T12:15:36.836Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:15:36.847Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:15:36.848Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:15:37.735Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T12:15:37.736Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-02-28T12:15:37.736Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: d1b6c1e7-5cd2-4d55-804c-09c388af47a2, URL: /sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar to file: /app/ASDC/1/service-BasicOnboardYuihdq-csar.csar
2022-02-28T12:15:37.737Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYuihdq-csar.csar
2022-02-28T12:15:37.738Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYuihdq-csar.csar
2022-02-28T12:15:37.738Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYuihdq-csar.csar
2022-02-28T12:15:38.100Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10316970535465549016/Definitions/service-BasicOnboardYuihdq-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-02-28T12:15:39.357Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-28T12:15:39.358Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-28T12:15:39.358Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYuihdq-csar.csar
2022-02-28T12:15:39.358Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-28T12:15:39.358Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||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-BasicOnboardYuihdq-csar.csar
2022-02-28T12:15:39.359Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||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-BasicOnboardYuihdq-csar.csar
2022-02-28T12:15:39.359Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||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-BasicOnboardYuihdq-csar.csar
2022-02-28T12:15:39.359Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||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-BasicOnboardYuihdq-csar.csar
2022-02-28T12:15:39.359Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYuihdq-csar.csar
2022-02-28T12:15:39.359Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYuihdq-csar.csar
2022-02-28T12:15:39.360Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||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-BasicOnboardYuihdq-csar.csar
2022-02-28T12:15:39.360Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||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-BasicOnboardYuihdq-csar.csar
2022-02-28T12:15:39.360Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_YUIHDq 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-BasicOnboardYuihdq-csar.csar
2022-02-28T12:15:39.360Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-02-28T12:15:39.360Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:15:39.361Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YUIHDq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:15:39.361Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YUIHDq 0 is matching search criteria
2022-02-28T12:15:39.361Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-28T12:15:39.362Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YUIHDq 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T12:15:39.362Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:15:39.362Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YUIHDq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:15:39.362Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YUIHDq 0 is matching search criteria
2022-02-28T12:15:39.363Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-02-28T12:15:39.363Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YUIHDq 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T12:15:39.363Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:15:39.363Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YUIHDq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:15:39.364Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:15:39.364Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YUIHDq 0 is not matching search criteria
2022-02-28T12:15:39.364Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-02-28T12:15:39.364Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-02-28T12:15:39.365Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-02-28T12:15:39.365Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-28T12:15:39.365Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-28T12:15:39.365Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:15:39.365Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YUIHDq is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-28T12:15:39.366Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:15:39.366Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YUIHDq 0 is matching search criteria
2022-02-28T12:15:39.366Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YUIHDq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:15:39.367Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:15:39.367Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YUIHDq 0 is matching search criteria
2022-02-28T12:15:39.367Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YUIHDq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:15:39.367Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:15:39.368Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YUIHDq 0 is matching search criteria
2022-02-28T12:15:39.368Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YUIHDq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:15:39.368Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:15:39.368Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YUIHDq 0 is not matching search criteria
2022-02-28T12:15:39.369Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-28T12:15:39.369Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-28T12:15:39.369Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e376809e-e049-4b19-90ba-14d144df1309
2022-02-28T12:15:39.369Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:15:39.370Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YUIHDq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:15:39.370Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:15:39.370Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YUIHDq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:15:39.370Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:15:39.370Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YUIHDq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:15:39.371Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:15:39.371Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YUIHDq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:15:39.371Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_YUIHDq
Description:service
Model UUID:38c06656-a162-4fd1-a788-8fc6e9819c50
Model Version:NULL
Model InvariantUuid:71f7de69-e046-4904-8419-123aa7f9e1ed
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_YUIHDq
Model UUID:0099a1fd-358d-43c5-b384-cfe5a7b76592
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:38870bfe-aea8-452e-8022-02f03797184f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b25d6f86-ca6d-4b54-8aee-fa58c8abea58
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:ee3eb353-1e49-4adc-bd58-4bc058daaf0a
ModelName:BasicOnboardYuihdq..base_ubuntu18..module-0
ModelUuid:6940d77f-4b5d-4fcb-8d3c-f52eae465138
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e376809e-e049-4b19-90ba-14d144df1309
ModelInvariantUuid:0b42fe12-5742-4ad0-be94-1f0bceb6ea96
ModelName:basic_onboard_YUIHDq-nodes.ubuntu18Cvfc
ModelUuid:4b189536-92c5-4ca3-85c2-40332e24091e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:0e6931fd-4b7b-4d7f-a838-a7d238878de9
ModelInvariantUuid:aba3fd5c-dae6-49e8-9d2c-12ce5b92db95
ModelName:BasicOnboardYuihdq.compute.nodes.heat.ubuntu18
ModelUuid:eb307303-7c60-4bb7-93fa-71771743bfd7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-28T12:15:39.379Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 467e926e-6d1b-49fc-814b-8352d7e3ed34
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-28T12:15:39.384Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||basic_onboard_YUIHDq 0
2022-02-28T12:15:39.384Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 467e926e-6d1b-49fc-814b-8352d7e3ed34
2022-02-28T12:15:39.384Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a1bf4fa5-539b-4e56-ada7-50a5add73ff4 from URL: /sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json
2022-02-28T12:15:39.384Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-28T12:15:39.385Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json
2022-02-28T12:15:39.439Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-28T12:15:39.440Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json a1bf4fa5-539b-4e56-ada7-50a5add73ff4 798
2022-02-28T12:15:39.440Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json ASDC sendASDCNotification
2022-02-28T12:15:39.441Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json
2022-02-28T12:15:39.441Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T12:15:39.441Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:15:39.443Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:15:39.444Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050539440,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-28T12:15:39.544Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:15:39.545Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T12:15:39.545Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:15:39.557Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:15:39.558Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:15:40.444Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYuihdq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "ee3eb353-1e49-4adc-bd58-4bc058daaf0a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6940d77f-4b5d-4fcb-8d3c-f52eae465138",
"vfModuleModelCustomizationUUID": "77633d46-1b02-4eff-b9dd-a6750150f995",
"isBase": true,
"artifacts": [
"a035cd99-a98c-4b9f-a943-037d06655ed2",
"5a373938-439a-4cd6-b8c0-c239a3a7fbde"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-02-28T12:15:40.450Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYuihdq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6940d77f-4b5d-4fcb-8d3c-f52eae465138
VfModuleModelInvariantUUID:ee3eb353-1e49-4adc-bd58-4bc058daaf0a
VfModuleModelDescription:NULL
Artifacts UUID List:{
a035cd99-a98c-4b9f-a943-037d06655ed2
,
5a373938-439a-4cd6-b8c0-c239a3a7fbde
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-02-28T12:15:40.452Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYuihdq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "ee3eb353-1e49-4adc-bd58-4bc058daaf0a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6940d77f-4b5d-4fcb-8d3c-f52eae465138",
"vfModuleModelCustomizationUUID": "77633d46-1b02-4eff-b9dd-a6750150f995",
"isBase": true,
"artifacts": [
"a035cd99-a98c-4b9f-a943-037d06655ed2",
"5a373938-439a-4cd6-b8c0-c239a3a7fbde"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-02-28T12:15:40.452Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYuihdq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6940d77f-4b5d-4fcb-8d3c-f52eae465138
VfModuleModelInvariantUUID:ee3eb353-1e49-4adc-bd58-4bc058daaf0a
VfModuleModelDescription:NULL
Artifacts UUID List:{
a035cd99-a98c-4b9f-a943-037d06655ed2
,
5a373938-439a-4cd6-b8c0-c239a3a7fbde
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-02-28T12:15:40.452Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a035cd99-a98c-4b9f-a943-037d06655ed2 from URL: /sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml
2022-02-28T12:15:40.452Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-28T12:15:40.453Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml
2022-02-28T12:15:40.497Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-28T12:15:40.498Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml a035cd99-a98c-4b9f-a943-037d06655ed2 5033
2022-02-28T12:15:40.498Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-28T12:15:40.499Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml
2022-02-28T12:15:40.499Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T12:15:40.499Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:15:40.501Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:15:40.501Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050540498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-28T12:15:40.601Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:15:40.602Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T12:15:40.602Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:15:40.615Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:15:40.615Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:15:41.502Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5a373938-439a-4cd6-b8c0-c239a3a7fbde from URL: /sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env
2022-02-28T12:15:41.502Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-02-28T12:15:41.502Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env
2022-02-28T12:15:41.567Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-02-28T12:15:41.568Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env 5a373938-439a-4cd6-b8c0-c239a3a7fbde 909
2022-02-28T12:15:41.569Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-28T12:15:41.569Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env
2022-02-28T12:15:41.569Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T12:15:41.570Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:15:41.572Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:15:41.572Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050541568,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-28T12:15:41.672Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:15:41.673Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T12:15:41.673Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:15:41.685Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:15:41.686Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:15:42.573Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 38c06656-a162-4fd1-a788-8fc6e9819c50
2022-02-28T12:15:42.573Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_YUIHDq 0 467e926e-6d1b-49fc-814b-8352d7e3ed34 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-28T12:15:42.589Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@622ba34c, org.onap.sdc.toscaparser.api.parameters.Input@6b9d6ef1, org.onap.sdc.toscaparser.api.parameters.Input@2fe822e2, org.onap.sdc.toscaparser.api.parameters.Input@b89d3d6, org.onap.sdc.toscaparser.api.parameters.Input@34073028]
2022-02-28T12:15:42.590Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:15:42.590Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YUIHDq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:15:42.591Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-02-28T12:15:42.591Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= b25d6f86-ca6d-4b54-8aee-fa58c8abea58
2022-02-28T12:15:42.591Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b25d6f86-ca6d-4b54-8aee-fa58c8abea58 matches Tosca VF Customization UUID: b25d6f86-ca6d-4b54-8aee-fa58c8abea58
2022-02-28T12:15:42.591Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: b25d6f86-ca6d-4b54-8aee-fa58c8abea58 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-02-28T12:15:42.594Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:15:42.594Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YUIHDq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:15:42.595Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id b25d6f86-ca6d-4b54-8aee-fa58c8abea58: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-02-28T12:15:42.595Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1fae9e18
2022-02-28T12:15:42.595Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:15:42.595Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YUIHDq is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-28T12:15:42.596Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 77633d46-1b02-4eff-b9dd-a6750150f995
2022-02-28T12:15:42.596Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 77633d46-1b02-4eff-b9dd-a6750150f995
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-02-28T12:15:42.600Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:15:42.600Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YUIHDq 0 is matching search criteria
2022-02-28T12:15:42.600Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YUIHDq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:15:42.600Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:15:42.600Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YUIHDq 0 is matching search criteria
2022-02-28T12:15:42.601Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YUIHDq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:15:42.601Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:15:42.601Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YUIHDq 0 is not matching search criteria
2022-02-28T12:15:42.601Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-28T12:15:42.601Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-28T12:15:42.601Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e376809e-e049-4b19-90ba-14d144df1309
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-02-28T12:15:42.603Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:15:42.604Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YUIHDq 0 is matching search criteria
2022-02-28T12:15:42.604Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YUIHDq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:15:42.604Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:15:42.604Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YUIHDq 0 is matching search criteria
2022-02-28T12:15:42.604Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YUIHDq 0] matching following query criteria: sdcType=VF, customizationUUID=b25d6f86-ca6d-4b54-8aee-fa58c8abea58
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-28T12:15:42.606Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:15:42.606Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YUIHDq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:15:42.606Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 38c06656-a162-4fd1-a788-8fc6e9819c50: basic_onboard_YUIHDq
2022-02-28T12:15:42.606Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:15:42.606Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YUIHDq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:15:42.606Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:15:42.607Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YUIHDq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:15:42.607Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:15:42.607Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YUIHDq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:15:42.607Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:15:42.607Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YUIHDq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:15:42.607Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:15:42.608Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YUIHDq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:15:42.608Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_YUIHDq
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-28T12:15:42.683Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_YUIHDq 467e926e-6d1b-49fc-814b-8352d7e3ed34 1 ASDC deployResourceStructure
2022-02-28T12:15:42.683Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json ASDC sendASDCNotification
2022-02-28T12:15:42.683Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json
2022-02-28T12:15:42.683Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T12:15:42.684Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:15:42.685Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:15:42.685Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050542683,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-28T12:15:42.786Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:15:42.787Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T12:15:42.787Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:15:42.798Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:15:42.799Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:15:43.686Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-28T12:15:43.687Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml
2022-02-28T12:15:43.687Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T12:15:43.687Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:15:43.689Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:15:43.689Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050543686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-02-28T12:15:43.789Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:15:43.790Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T12:15:43.790Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:15:43.803Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:15:43.804Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:15:44.690Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-28T12:15:44.691Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env
2022-02-28T12:15:44.691Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T12:15:44.691Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:15:44.693Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:15:44.694Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050544690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-02-28T12:15:44.794Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:15:44.795Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T12:15:44.795Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:15:44.805Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:15:44.806Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:15:45.694Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar ASDC sendASDCNotification
2022-02-28T12:15:45.695Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar
2022-02-28T12:15:45.695Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-28T12:15:45.695Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:15:45.697Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:15:45.698Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050545694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-28T12:15:45.798Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:15:45.799Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T12:15:45.799Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:15:45.811Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:15:45.813Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:15:46.698Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3725b389-e9c6-482d-bca9-756fc1cb915b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:15:46.711Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3725b389-e9c6-482d-bca9-756fc1cb915b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:15:46.714Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T12:15:46.714Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T12:15:46.714Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T12:16:16.715Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3725b389-e9c6-482d-bca9-756fc1cb915b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:16:16.740Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3725b389-e9c6-482d-bca9-756fc1cb915b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:16:16.742Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T12:16:16.742Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T12:16:16.743Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T12:16:19.968Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:16:19.969Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:16:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:16:19.997Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:16:19.997Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-28T12:16:19.997Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646050525439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:16:19.999Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-28T12:16:46.743Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3725b389-e9c6-482d-bca9-756fc1cb915b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:16:46.754Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3725b389-e9c6-482d-bca9-756fc1cb915b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:16:46.759Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T12:16:46.759Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T12:16:46.759Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T12:17:16.759Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3725b389-e9c6-482d-bca9-756fc1cb915b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:17:16.769Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3725b389-e9c6-482d-bca9-756fc1cb915b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:17:16.772Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T12:17:16.772Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T12:17:16.772Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T12:17:19.968Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:17:19.969Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:17:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:17:19.996Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:17:19.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:17:19.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "cds",
"timestamp": 1646050526340,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:17:19.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:17:46.776Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3725b389-e9c6-482d-bca9-756fc1cb915b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:17:46.801Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3725b389-e9c6-482d-bca9-756fc1cb915b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:17:46.804Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T12:17:46.805Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T12:17:46.805Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T12:18:16.805Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3725b389-e9c6-482d-bca9-756fc1cb915b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:18:16.815Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3725b389-e9c6-482d-bca9-756fc1cb915b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:18:16.823Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T12:18:16.823Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-28T12:18:16.823Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-28T12:18:19.968Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:18:19.969Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:18:19.970Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:18:20.500Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:18:20.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646050522729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json",
"status": "NOTIFIED"
}
2022-02-28T12:18:20.505Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050519958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json",
"status": "NOTIFIED"
}
2022-02-28T12:18:20.505Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646050525439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.505Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "cds",
"timestamp": 1646050526340,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.506Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050519958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-28T12:18:20.506Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646050522729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-28T12:18:20.506Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646050525439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "cds",
"timestamp": 1646050526340,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646050522729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050519958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.508Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646050525439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.508Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "cds",
"timestamp": 1646050526340,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.508Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646050522729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-28T12:18:20.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050519958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-28T12:18:20.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646050525439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "cds",
"timestamp": 1646050526340,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646050522729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050519958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646050525439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "cds",
"timestamp": 1646050526340,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646050522729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T12:18:20.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050519958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T12:18:20.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "cds",
"timestamp": 1646050526340,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T12:18:20.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646050525439,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T12:18:20.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "policy-id",
"timestamp": 1646050535057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "clamp",
"timestamp": 1646050535676,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646050536520,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-28T12:18:20.513Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:18:20.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050536732,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-28T12:18:20.514Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:18:20.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "policy-id",
"timestamp": 1646050535057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.514Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "cds",
"timestamp": 1646050536802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-28T12:18:20.514Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:18:20.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646050536832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-28T12:18:20.515Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:18:20.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "clamp",
"timestamp": 1646050535676,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json",
"status": "NOTIFIED"
}
2022-02-28T12:18:20.515Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "policy-id",
"timestamp": 1646050535057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-28T12:18:20.515Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "cds",
"timestamp": 1646050537808,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-28T12:18:20.522Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3725b389-e9c6-482d-bca9-756fc1cb915b
2022-02-28T12:18:20.522Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3725b389-e9c6-482d-bca9-756fc1cb915b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-28T12:18:20.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646050537811,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-28T12:18:20.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:18:20.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "clamp",
"timestamp": 1646050535676,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.539Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.539Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.539Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "policy-id",
"timestamp": 1646050535057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "ves-openapi-manager",
"timestamp": 1646050538210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.540Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646050538934,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-28T12:18:20.541Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:18:20.541Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646050539292,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-28T12:18:20.542Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:18:20.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "clamp",
"timestamp": 1646050535676,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050539440,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-28T12:18:20.543Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:18:20.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "policy-id",
"timestamp": 1646050535057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.544Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.544Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "ves-openapi-manager",
"timestamp": 1646050538210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.544Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.545Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.545Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646050539980,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-28T12:18:20.550Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3725b389-e9c6-482d-bca9-756fc1cb915b
2022-02-28T12:18:20.550Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3725b389-e9c6-482d-bca9-756fc1cb915b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-28T12:18:20.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646050540297,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-28T12:18:20.563Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3725b389-e9c6-482d-bca9-756fc1cb915b
2022-02-28T12:18:20.563Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3725b389-e9c6-482d-bca9-756fc1cb915b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-28T12:18:20.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "clamp",
"timestamp": 1646050535676,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.572Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050540498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-28T12:18:20.573Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:18:20.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "policy-id",
"timestamp": 1646050535057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.573Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "ves-openapi-manager",
"timestamp": 1646050538210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.574Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646050540985,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-28T12:18:20.574Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:18:20.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "clamp",
"timestamp": 1646050535676,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.575Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050541568,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-28T12:18:20.575Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:18:20.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "aai-ml",
"timestamp": 1646050540983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "policy-id",
"timestamp": 1646050535057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T12:18:20.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "ves-openapi-manager",
"timestamp": 1646050538210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "clamp",
"timestamp": 1646050535676,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T12:18:20.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "aai-ml",
"timestamp": 1646050540983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050542683,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/basic_onboard_yuihdq0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-28T12:18:20.578Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:18:20.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "ves-openapi-manager",
"timestamp": 1646050538210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "policy-id",
"timestamp": 1646050543048,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-28T12:18:20.579Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:18:20.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "aai-ml",
"timestamp": 1646050540983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050543686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-02-28T12:18:20.580Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:18:20.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "ves-openapi-manager",
"timestamp": 1646050538210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "policy-id",
"timestamp": 1646050544054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-28T12:18:20.581Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:18:20.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "aai-ml",
"timestamp": 1646050540983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050544690,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-02-28T12:18:20.582Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:18:20.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "ves-openapi-manager",
"timestamp": 1646050538210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "policy-id",
"timestamp": 1646050545057,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-28T12:18:20.588Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3725b389-e9c6-482d-bca9-756fc1cb915b
2022-02-28T12:18:20.588Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3725b389-e9c6-482d-bca9-756fc1cb915b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-28T12:18:20.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "aai-ml",
"timestamp": 1646050540983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/resourceInstances/basic_onboard_yuihdq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.596Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050545694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-28T12:18:20.596Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:18:20.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "aai-ml",
"timestamp": 1646050540983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:18:20.597Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.597Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "aai-ml",
"timestamp": 1646050540983,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T12:18:20.597Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-02-28T12:18:20.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.597Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "aai-ml",
"timestamp": 1646050548741,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-28T12:18:20.598Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:18:20.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "clamp",
"timestamp": 1646050554100,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-28T12:18:20.598Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:18:20.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "clamp",
"timestamp": 1646050556109,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-28T12:18:20.598Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:18:20.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "clamp",
"timestamp": 1646050557114,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-28T12:18:20.603Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3725b389-e9c6-482d-bca9-756fc1cb915b
2022-02-28T12:18:20.603Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3725b389-e9c6-482d-bca9-756fc1cb915b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-28T12:18:20.610Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.610Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "aai-ml",
"timestamp": 1646050557630,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuihdq/1.0/artifacts/service-BasicOnboardYuihdq-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-28T12:18:20.610Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:18:20.610Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-28T12:18:20.611Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "aai-ml",
"timestamp": 1646050558634,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-28T12:18:20.615Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3725b389-e9c6-482d-bca9-756fc1cb915b
2022-02-28T12:18:20.615Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3725b389-e9c6-482d-bca9-756fc1cb915b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-28T12:18:46.825Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3725b389-e9c6-482d-bca9-756fc1cb915b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:18:46.853Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3725b389-e9c6-482d-bca9-756fc1cb915b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-02-28T12:18:46.858Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-28T12:18:46.858Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-28T12:18:46.859Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-28T12:18:46.859Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-28T12:18:46.859Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-28T12:18:46.860Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-28T12:18:46.860Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-28T12:18:46.860Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-28T12:18:46.860Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-28T12:18:46.861Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-28T12:18:46.861Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-28T12:18:46.869Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-28T12:19:16.870Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3725b389-e9c6-482d-bca9-756fc1cb915b and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-02-28T12:19:16.877Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3725b389-e9c6-482d-bca9-756fc1cb915b and serviceModelVersionId: 38c06656-a162-4fd1-a788-8fc6e9819c50
2022-02-28T12:19:16.877Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 71f7de69-e046-4904-8419-123aa7f9e1ed
2022-02-28T12:19:16.879Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/71f7de69-e046-4904-8419-123aa7f9e1ed/model-vers/model-ver/38c06656-a162-4fd1-a788-8fc6e9819c50?depth=0
2022-02-28T12:19:16.888Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-02-28T12:19:16.954Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71f7de69-e046-4904-8419-123aa7f9e1ed/model-vers/model-ver/38c06656-a162-4fd1-a788-8fc6e9819c50?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-02-28T12:19:16.957Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71f7de69-e046-4904-8419-123aa7f9e1ed/model-vers/model-ver/38c06656-a162-4fd1-a788-8fc6e9819c50?depth=0|INFO|500||Invoke
2022-02-28T12:19:16.989Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71f7de69-e046-4904-8419-123aa7f9e1ed/model-vers/model-ver/38c06656-a162-4fd1-a788-8fc6e9819c50?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-02-28T12:19:17.524Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71f7de69-e046-4904-8419-123aa7f9e1ed/model-vers/model-ver/38c06656-a162-4fd1-a788-8fc6e9819c50?depth=0|INFO|500||InvokeReturn
2022-02-28T12:19:17.525Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/71f7de69-e046-4904-8419-123aa7f9e1ed/model-vers/model-ver/38c06656-a162-4fd1-a788-8fc6e9819c50?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220228-12:19:17:004-10006], vertex-id=[245968], Content-Length=[0], Date=[Mon, 28 Feb 2022 12:19:17 GMT], Content-Type=[application/json]}
2022-02-28T12:19:17.525Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-02-28T12:19:17.525Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-28T12:19:17.525Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-28T12:19:17.531Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-02-28T12:19:17.532Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3725b389-e9c6-482d-bca9-756fc1cb915b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-28T12:19:17.532Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-28T12:19:17.533Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:19:17.536Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:19:17.536Z|3725b389-e9c6-482d-bca9-756fc1cb915b|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050757532,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-28T12:19:17.636Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:19:17.637Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T12:19:17.638Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:19:17.654Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:19:17.655Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-28T12:19:18.551Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:19:18.552Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:19:18.552Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:19:19.968Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:19:19.969Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:19:19.969Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:19:20.596Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:19:20.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-28T12:19:20.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3725b389-e9c6-482d-bca9-756fc1cb915b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050757532,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-28T12:19:20.598Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:19:29.491Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:19:29.491Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:19:29.492Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:19:29.492Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:19:39.041Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:19:39.041Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:19:39.042Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:19:39.042Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:19:48.587Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:19:48.588Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:19:48.588Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:19:48.588Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:19:58.132Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:20:19.958Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:20:19.961Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:20:19.961Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:20:19.967Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:20:19.968Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:20:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:20:29.505Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:20:29.515Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:21:19.959Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:21:19.963Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:21:19.963Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:21:19.967Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:21:19.968Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:21:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:21:29.511Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:21:29.514Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:22:19.957Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:22:19.958Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:22:19.959Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:22:19.967Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-28T12:22:19.968Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-28T12:22:19.968Z||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 y3Mt9pJufcSETo6p) ...
2022-02-28T12:22:20.589Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:22:20.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"856986ae-cfa3-4d5b-b833-1ca3f7246c52","serviceName":"vFW 2022-02-28 12-20-13","serviceVersion":"1.0","serviceUUID":"6cb7af6f-11d3-484c-9ba5-065fc87b3b5d","serviceDescription":"catalog service description","serviceInvariantUUID":"36c1aa34-f40c-4a38-adad-d305554149cb","resources":[{"resourceInstanceName":"vFW 7894610e-7ee6 0","resourceName":"vFW 7894610e-7ee6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"126738da-827d-4ce2-8cf9-87a08bd96e71","resourceInvariantUUID":"06dda9eb-08b4-4966-ae08-2fb7d063c8f0","resourceCustomizationUUID":"5a1ad7d9-6955-4c89-8e9b-d131a283616e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vf-license-model.xml","artifactChecksum":"ZTAzZTY3ODI0MjY0ZWNlMGQzZTQ3Y2U5Njk5NzVlNTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"730b6fa8-0dea-4168-b81f-d7eb629142ba","artifactVersion":"1"},{"artifactName":"vfw7894610e7ee60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json","artifactChecksum":"OGE4OGZiYzk3Njc1OTYxMWM3ZTBmZGNkYzFhZDgzODg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c42c9f11-55f9-4f14-91c9-bd54aa6fd3e0","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8101efd6-cf59-4e35-9825-ba9fc9def0f5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vendor-license-model.xml","artifactChecksum":"N2IwNDMyOTJiNWVkNjhmNjFjOTgzM2JjYmUxMTQ3ZTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d9b26105-edf4-47a1-9e8e-99e026873ef8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e78f2396-bea6-43ff-bba1-fbd8484ddb7d","artifactVersion":"2","generatedFromUUID":"8101efd6-cf59-4e35-9825-ba9fc9def0f5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220228122013-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-template.yml","artifactChecksum":"ZjM4YjU1YWVhNDA5Yzk5MWExMzljOGMyZWU5ZTgwNzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b23a2f19-276c-4188-8e58-3f76d67b32c6","artifactVersion":"1"},{"artifactName":"service-Vfw20220228122013-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar","artifactChecksum":"MGU2NWQ5NTFmMTBjNGE5OGNjZjZiY2U0ZTIzYTdiZTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a71e4969-77a7-4ca0-af29-9e4d847eaf1b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-28T12:22:20.598Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:22:20.599Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:22:20.603Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:22:20.603Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050939957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.641Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:22:20.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "aai-ml",
"timestamp": 1646050900983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646050902729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "cds",
"timestamp": 1646050901340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "cds",
"timestamp": 1646050901340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646050902729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json",
"status": "NOTIFIED"
}
2022-02-28T12:22:20.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "aai-ml",
"timestamp": 1646050900983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "cds",
"timestamp": 1646050901340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "aai-ml",
"timestamp": 1646050900983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646050902729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-28T12:22:20.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "cds",
"timestamp": 1646050901340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646050902729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "aai-ml",
"timestamp": 1646050900983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "cds",
"timestamp": 1646050901340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646050902729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-28T12:22:20.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "aai-ml",
"timestamp": 1646050900983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "cds",
"timestamp": 1646050901340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646050902729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "aai-ml",
"timestamp": 1646050900983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "aai-ml",
"timestamp": 1646050900983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T12:22:20.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646050902729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T12:22:20.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "cds",
"timestamp": 1646050901340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T12:22:20.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "policy-id",
"timestamp": 1646050915058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646050915439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "policy-id",
"timestamp": 1646050915058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646050916999,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-28T12:22:20.655Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:22:20.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "cds",
"timestamp": 1646050917037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-28T12:22:20.655Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:22:20.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646050915439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "aai-ml",
"timestamp": 1646050917141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-28T12:22:20.656Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:22:20.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "policy-id",
"timestamp": 1646050915058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-28T12:22:20.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "cds",
"timestamp": 1646050918042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-28T12:22:20.674Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 856986ae-cfa3-4d5b-b833-1ca3f7246c52
2022-02-28T12:22:20.674Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 856986ae-cfa3-4d5b-b833-1ca3f7246c52 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-28T12:22:20.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.682Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646050915439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.683Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646050918134,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-28T12:22:20.683Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:22:20.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "policy-id",
"timestamp": 1646050915058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.683Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "ves-openapi-manager",
"timestamp": 1646050918210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.683Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646050915439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.684Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646050919197,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-28T12:22:20.684Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:22:20.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "policy-id",
"timestamp": 1646050915058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.684Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "ves-openapi-manager",
"timestamp": 1646050918210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646050915439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646050920224,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-28T12:22:20.690Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 856986ae-cfa3-4d5b-b833-1ca3f7246c52
2022-02-28T12:22:20.690Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 856986ae-cfa3-4d5b-b833-1ca3f7246c52 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-28T12:22:20.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "policy-id",
"timestamp": 1646050915058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "ves-openapi-manager",
"timestamp": 1646050918210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646050915439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646050921227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json",
"status": "DEPLOY_OK"
}
2022-02-28T12:22:20.701Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:22:20.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "policy-id",
"timestamp": 1646050915058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T12:22:20.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "ves-openapi-manager",
"timestamp": 1646050918210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646050915439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T12:22:20.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "ves-openapi-manager",
"timestamp": 1646050918210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "policy-id",
"timestamp": 1646050923028,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-28T12:22:20.702Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:22:20.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646050923633,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-28T12:22:20.702Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:22:20.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "ves-openapi-manager",
"timestamp": 1646050918210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "policy-id",
"timestamp": 1646050924034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-28T12:22:20.703Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:22:20.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.703Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-28T12:22:20.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "ves-openapi-manager",
"timestamp": 1646050918210,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.704Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "policy-id",
"timestamp": 1646050925037,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2022-02-28T12:22:20.704Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T12:22:20.704Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-28T12:22:20.708Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 856986ae-cfa3-4d5b-b833-1ca3f7246c52
2022-02-28T12:22:20.708Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 856986ae-cfa3-4d5b-b833-1ca3f7246c52 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-28T12:22:20.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "clamp",
"timestamp": 1646050925676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.715Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646050926897,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-28T12:22:20.716Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:22:20.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "clamp",
"timestamp": 1646050925676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json",
"status": "NOTIFIED"
}
2022-02-28T12:22:20.716Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646050927903,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
2022-02-28T12:22:20.717Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-28T12:22:20.718Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:22:20.720Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 856986ae-cfa3-4d5b-b833-1ca3f7246c52
2022-02-28T12:22:20.721Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 856986ae-cfa3-4d5b-b833-1ca3f7246c52 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-28T12:22:20.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "clamp",
"timestamp": 1646050925676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.728Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "aai-ml",
"timestamp": 1646050928429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-28T12:22:20.728Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-28T12:22:20.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "clamp",
"timestamp": 1646050925676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.728Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "aai-ml",
"timestamp": 1646050929433,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-28T12:22:20.733Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 856986ae-cfa3-4d5b-b833-1ca3f7246c52
2022-02-28T12:22:20.733Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 856986ae-cfa3-4d5b-b833-1ca3f7246c52 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-28T12:22:20.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "clamp",
"timestamp": 1646050925676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.740Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "clamp",
"timestamp": 1646050925676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:22:20.741Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:20.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-28T12:22:20.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "clamp",
"timestamp": 1646050925676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T12:22:20.741Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-02-28T12:22:21.604Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:22:21.607Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:22:21.609Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:22:21.609Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050939957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json",
"status": "NOTIFIED"
}
2022-02-28T12:22:21.710Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:22:21.711Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T12:22:21.711Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:22:21.725Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:22:21.725Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:22:22.610Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:22:22.611Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:22:22.613Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:22:22.613Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050939957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-28T12:22:22.713Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:22:22.714Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T12:22:22.714Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:22:22.727Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:22:22.727Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:22:23.617Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:22:23.619Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:22:23.623Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:22:23.623Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050939957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:22:23.723Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:22:23.725Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T12:22:23.725Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:22:23.739Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:22:23.741Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-02-28T12:22:24.626Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:22:24.629Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:22:24.633Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:22:24.634Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050939957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-28T12:22:24.734Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:22:24.736Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T12:22:24.737Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:22:24.748Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:22:24.749Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:22:25.635Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:22:25.636Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:22:25.639Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:22:25.639Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050939957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-28T12:22:25.739Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:22:25.740Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T12:22:25.740Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:22:25.751Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:22:25.751Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:22:26.640Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-28T12:22:26.641Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:22:26.643Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:22:26.643Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050939957,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar",
"status": "NOTIFIED"
}
2022-02-28T12:22:26.746Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-02-28T12:22:26.747Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T12:22:26.748Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:22:26.762Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:22:26.763Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:22:27.646Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"serviceName": "vFW 2022-02-28 12-20-13",
"serviceVersion": "1.0",
"serviceUUID": "6cb7af6f-11d3-484c-9ba5-065fc87b3b5d",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "36c1aa34-f40c-4a38-adad-d305554149cb",
"resources": [
{
"resourceInstanceName": "vFW 7894610e-7ee6 0",
"resourceCustomizationUUID": "5a1ad7d9-6955-4c89-8e9b-d131a283616e",
"resourceName": "vFW 7894610e-7ee6",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "126738da-827d-4ce2-8cf9-87a08bd96e71",
"resourceInvariantUUID": "06dda9eb-08b4-4966-ae08-2fb7d063c8f0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw7894610e7ee60_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json",
"artifactChecksum": "OGE4OGZiYzk3Njc1OTYxMWM3ZTBmZGNkYzFhZDgzODg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c42c9f11-55f9-4f14-91c9-bd54aa6fd3e0",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8101efd6-cf59-4e35-9825-ba9fc9def0f5",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e78f2396-bea6-43ff-bba1-fbd8484ddb7d",
"generatedFromUUID": "8101efd6-cf59-4e35-9825-ba9fc9def0f5"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e78f2396-bea6-43ff-bba1-fbd8484ddb7d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220228122013-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar",
"artifactChecksum": "MGU2NWQ5NTFmMTBjNGE5OGNjZjZiY2U0ZTIzYTdiZTY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a71e4969-77a7-4ca0-af29-9e4d847eaf1b"
}
],
"workloadContext": "Production"
}
2022-02-28T12:22:27.646Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-28T12:22:27.647Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6cb7af6f-11d3-484c-9ba5-065fc87b3b5d ASDC
2022-02-28T12:22:27.648Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:856986ae-cfa3-4d5b-b833-1ca3f7246c52
ServiceName:vFW 2022-02-28 12-20-13
ServiceVersion:1.0
ServiceUUID:6cb7af6f-11d3-484c-9ba5-065fc87b3b5d
ServiceInvariantUUID:36c1aa34-f40c-4a38-adad-d305554149cb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220228122013-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar
ArtifactUUID:a71e4969-77a7-4ca0-af29-9e4d847eaf1b
ArtifactChecksum:MGU2NWQ5NTFmMTBjNGE5OGNjZjZiY2U0ZTIzYTdiZTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7894610e-7ee6 0
ResourceCustomizationUUID:5a1ad7d9-6955-4c89-8e9b-d131a283616e
ResourceInvariantUUID:06dda9eb-08b4-4966-ae08-2fb7d063c8f0
ResourceName:vFW 7894610e-7ee6
ResourceType:VF
ResourceUUID:126738da-827d-4ce2-8cf9-87a08bd96e71
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7894610e7ee60_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json
ArtifactUUID:c42c9f11-55f9-4f14-91c9-bd54aa6fd3e0
ArtifactChecksum:OGE4OGZiYzk3Njc1OTYxMWM3ZTBmZGNkYzFhZDgzODg=
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/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.yaml
ArtifactUUID:8101efd6-cf59-4e35-9825-ba9fc9def0f5
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/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env
ArtifactUUID:e78f2396-bea6-43ff-bba1-fbd8484ddb7d
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/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env
ArtifactUUID:e78f2396-bea6-43ff-bba1-fbd8484ddb7d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-28T12:22:27.648Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6cb7af6f-11d3-484c-9ba5-065fc87b3b5d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-28T12:22:27.684Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T12:22:27.685Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-28T12:22:27.685Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-28T12:22:27.686Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a71e4969-77a7-4ca0-af29-9e4d847eaf1b from URL: /sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar
2022-02-28T12:22:27.686Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-28T12:22:27.686Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar
2022-02-28T12:22:27.769Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-28T12:22:27.774Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar a71e4969-77a7-4ca0-af29-9e4d847eaf1b 98957
2022-02-28T12:22:27.774Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar ASDC sendASDCNotification
2022-02-28T12:22:27.774Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar
2022-02-28T12:22:27.775Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T12:22:27.775Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:22:27.777Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:22:27.777Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050947774,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-28T12:22:27.877Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:22:27.878Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T12:22:27.879Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:22:27.892Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:22:27.893Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-02-28T12:22:28.778Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-28T12:22:28.779Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-02-28T12:22:28.779Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: a71e4969-77a7-4ca0-af29-9e4d847eaf1b, URL: /sdc/v1/catalog/services/Vfw20220228122013/1.0/artifacts/service-Vfw20220228122013-csar.csar to file: /app/ASDC/1/service-Vfw20220228122013-csar.csar
2022-02-28T12:22:28.780Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220228122013-csar.csar
2022-02-28T12:22:28.781Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220228122013-csar.csar
2022-02-28T12:22:28.781Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220228122013-csar.csar
2022-02-28T12:22:29.042Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3612061850972732104/Definitions/service-Vfw20220228122013-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-02-28T12:22:31.147Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-28T12:22:31.147Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-28T12:22:31.147Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220228122013-csar.csar
2022-02-28T12:22:31.148Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-28T12:22:31.148Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||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-Vfw20220228122013-csar.csar
2022-02-28T12:22:31.148Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||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-Vfw20220228122013-csar.csar
2022-02-28T12:22:31.148Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220228122013-csar.csar
2022-02-28T12:22:31.148Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220228122013-csar.csar
2022-02-28T12:22:31.148Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220228122013-csar.csar
2022-02-28T12:22:31.148Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||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-Vfw20220228122013-csar.csar
2022-02-28T12:22:31.148Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220228122013-csar.csar
2022-02-28T12:22:31.148Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||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-Vfw20220228122013-csar.csar
2022-02-28T12:22:31.148Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220228122013-csar.csar
2022-02-28T12:22:31.148Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||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-Vfw20220228122013-csar.csar
2022-02-28T12:22:31.149Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7894610e-7ee6 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-Vfw20220228122013-csar.csar
2022-02-28T12:22:31.149Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220228122013-csar.csar
2022-02-28T12:22:31.149Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220228122013-csar.csar
2022-02-28T12:22:31.149Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-02-28T12:22:31.149Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:22:31.149Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-28 12-20-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:22:31.149Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vFW 7894610e-7ee6 0 is matching search criteria
2022-02-28T12:22:31.150Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-28T12:22:31.150Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7894610e-7ee6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T12:22:31.151Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:22:31.151Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-28 12-20-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:22:31.151Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vFW 7894610e-7ee6 0 is matching search criteria
2022-02-28T12:22:31.151Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-02-28T12:22:31.151Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7894610e-7ee6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-28T12:22:31.152Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:22:31.152Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-28 12-20-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:22:31.152Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:22:31.152Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vFW 7894610e-7ee6 0 is not matching search criteria
2022-02-28T12:22:31.152Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-28T12:22:31.153Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-28T12:22:31.153Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-28T12:22:31.153Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-28T12:22:31.153Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-28T12:22:31.153Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-28T12:22:31.153Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T12:22:31.153Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-28T12:22:31.153Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-28T12:22:31.154Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-28T12:22:31.154Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-28T12:22:31.154Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-28T12:22:31.154Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-28T12:22:31.154Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-28T12:22:31.154Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T12:22:31.154Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-28T12:22:31.154Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:22:31.155Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-28 12-20-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-28T12:22:31.155Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:22:31.155Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vFW 7894610e-7ee6 0 is matching search criteria
2022-02-28T12:22:31.155Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7894610e-7ee6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:22:31.155Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:22:31.156Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vFW 7894610e-7ee6 0 is matching search criteria
2022-02-28T12:22:31.156Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7894610e-7ee6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:22:31.156Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:22:31.156Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vFW 7894610e-7ee6 0 is matching search criteria
2022-02-28T12:22:31.156Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7894610e-7ee6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:22:31.156Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:22:31.157Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vFW 7894610e-7ee6 0 is not matching search criteria
2022-02-28T12:22:31.157Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-28T12:22:31.157Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-28T12:22:31.157Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-28T12:22:31.157Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-28T12:22:31.157Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-28T12:22:31.157Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-28T12:22:31.157Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-28T12:22:31.158Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-28T12:22:31.158Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-28T12:22:31.158Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-28T12:22:31.158Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T12:22:31.158Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5d633fe5-a1e7-439b-b561-6e6e60a88c50
2022-02-28T12:22:31.158Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:22:31.158Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vFW 7894610e-7ee6 0 is not matching search criteria
2022-02-28T12:22:31.159Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-28T12:22:31.159Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-28T12:22:31.159Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-28T12:22:31.159Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-28T12:22:31.159Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-28T12:22:31.159Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-28T12:22:31.159Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T12:22:31.160Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-28T12:22:31.160Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-28T12:22:31.160Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-28T12:22:31.160Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-28T12:22:31.160Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T12:22:31.160Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d659779e-3c0f-4933-9729-b8bc3f82666f
2022-02-28T12:22:31.160Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:22:31.161Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vFW 7894610e-7ee6 0 is not matching search criteria
2022-02-28T12:22:31.161Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-28T12:22:31.161Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-28T12:22:31.161Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-28T12:22:31.161Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-28T12:22:31.161Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-28T12:22:31.161Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-28T12:22:31.162Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T12:22:31.162Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-28T12:22:31.162Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-28T12:22:31.162Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-28T12:22:31.162Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-28T12:22:31.162Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-28T12:22:31.162Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c49b37e7-51cc-41d3-ade1-54a180cf129d
2022-02-28T12:22:31.163Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:22:31.163Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-28 12-20-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:22:31.163Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:22:31.163Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-28 12-20-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:22:31.163Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:22:31.163Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-28 12-20-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:22:31.164Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:22:31.164Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-28 12-20-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:22:31.164Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-02-28 12-20-13
Description:catalog service description
Model UUID:6cb7af6f-11d3-484c-9ba5-065fc87b3b5d
Model Version:NULL
Model InvariantUuid:36c1aa34-f40c-4a38-adad-d305554149cb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 7894610e-7ee6
Model UUID:528d3bc6-dec0-434a-93cd-17b13a2bb731
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:06dda9eb-08b4-4966-ae08-2fb7d063c8f0
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5a1ad7d9-6955-4c89-8e9b-d131a283616e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:a898d878-0b96-4bff-87e4-92bbee2b586a
ModelName:Vfw7894610e7ee6..base_vfw..module-0
ModelUuid:3743233d-ab64-46c2-a88d-3e44f03fda8d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:5d633fe5-a1e7-439b-b561-6e6e60a88c50
ModelInvariantUuid:b3f4b975-1f5d-43f8-b231-955c5a58f6d1
ModelName:vFW 7894610e-7ee6-nodes.vfwCvfc
ModelUuid:3b5ed19f-e40e-4794-9f40-e39ed026a1e7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:1a009ef7-403d-4ce7-8474-6653211915c7
ModelInvariantUuid:548f9d87-f46f-40c1-8a32-8ea2a78a4cce
ModelName:Vfw7894610e7ee6.compute.nodes.heat.vfw
ModelUuid:dcb31993-0fd5-40a2-8a89-83e25abf6142
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d659779e-3c0f-4933-9729-b8bc3f82666f
ModelInvariantUuid:7be9ef93-457f-42c1-b6b0-8a6917922183
ModelName:vFW 7894610e-7ee6-nodes.vsnCvfc
ModelUuid:cf4d3616-cb92-4f32-ab88-451e83376f77
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:be1a911e-e407-494d-8a4c-d7e85a22cb20
ModelInvariantUuid:19115f8d-2384-4037-a810-62c94763fb94
ModelName:Vfw7894610e7ee6.compute.nodes.heat.vsn
ModelUuid:535520d1-ff6a-4229-b4c2-99eaf4b934a6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c49b37e7-51cc-41d3-ade1-54a180cf129d
ModelInvariantUuid:8b48bccf-b413-4b7f-acc8-c5f577af7288
ModelName:vFW 7894610e-7ee6-nodes.vpgCvfc
ModelUuid:9fed9528-470f-4ff2-aca4-c8e61fe8b5f3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:a4ba9d6c-a0f0-4779-ba45-e98b3ac2e41f
ModelInvariantUuid:24e5260e-0530-4796-a01e-8a52e2cfda54
ModelName:Vfw7894610e7ee6.compute.nodes.heat.vpg
ModelUuid:08d648c4-6542-4049-8833-df3fd3689ac0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-28T12:22:31.171Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 126738da-827d-4ce2-8cf9-87a08bd96e71
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-28T12:22:31.176Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||vFW 7894610e-7ee6 0
2022-02-28T12:22:31.176Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 126738da-827d-4ce2-8cf9-87a08bd96e71
2022-02-28T12:22:31.176Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c42c9f11-55f9-4f14-91c9-bd54aa6fd3e0 from URL: /sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json
2022-02-28T12:22:31.176Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-28T12:22:31.176Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json
2022-02-28T12:22:31.288Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-28T12:22:31.289Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json c42c9f11-55f9-4f14-91c9-bd54aa6fd3e0 785
2022-02-28T12:22:31.289Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json ASDC sendASDCNotification
2022-02-28T12:22:31.289Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json
2022-02-28T12:22:31.289Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T12:22:31.289Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:22:31.291Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:22:31.292Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050951289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/vfw7894610e7ee60_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-28T12:22:31.392Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:22:31.393Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T12:22:31.393Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:22:31.407Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:22:31.408Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-02-28T12:22:32.292Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7894610e7ee6..base_vfw..module-0",
"vfModuleModelInvariantUUID": "a898d878-0b96-4bff-87e4-92bbee2b586a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3743233d-ab64-46c2-a88d-3e44f03fda8d",
"vfModuleModelCustomizationUUID": "4bdbb3be-7596-4f5e-9841-c47d251fd8de",
"isBase": true,
"artifacts": [
"8101efd6-cf59-4e35-9825-ba9fc9def0f5",
"e78f2396-bea6-43ff-bba1-fbd8484ddb7d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-02-28T12:22:32.298Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7894610e7ee6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3743233d-ab64-46c2-a88d-3e44f03fda8d
VfModuleModelInvariantUUID:a898d878-0b96-4bff-87e4-92bbee2b586a
VfModuleModelDescription:NULL
Artifacts UUID List:{
8101efd6-cf59-4e35-9825-ba9fc9def0f5
,
e78f2396-bea6-43ff-bba1-fbd8484ddb7d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-02-28T12:22:32.300Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw7894610e7ee6..base_vfw..module-0",
"vfModuleModelInvariantUUID": "a898d878-0b96-4bff-87e4-92bbee2b586a",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3743233d-ab64-46c2-a88d-3e44f03fda8d",
"vfModuleModelCustomizationUUID": "4bdbb3be-7596-4f5e-9841-c47d251fd8de",
"isBase": true,
"artifacts": [
"8101efd6-cf59-4e35-9825-ba9fc9def0f5",
"e78f2396-bea6-43ff-bba1-fbd8484ddb7d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-02-28T12:22:32.300Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7894610e7ee6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3743233d-ab64-46c2-a88d-3e44f03fda8d
VfModuleModelInvariantUUID:a898d878-0b96-4bff-87e4-92bbee2b586a
VfModuleModelDescription:NULL
Artifacts UUID List:{
8101efd6-cf59-4e35-9825-ba9fc9def0f5
,
e78f2396-bea6-43ff-bba1-fbd8484ddb7d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-02-28T12:22:32.301Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8101efd6-cf59-4e35-9825-ba9fc9def0f5 from URL: /sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.yaml
2022-02-28T12:22:32.301Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-28T12:22:32.301Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.yaml
2022-02-28T12:22:32.465Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-28T12:22:32.466Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.yaml 8101efd6-cf59-4e35-9825-ba9fc9def0f5 20368
2022-02-28T12:22:32.466Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-28T12:22:32.466Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.yaml
2022-02-28T12:22:32.466Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T12:22:32.466Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:22:32.468Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:22:32.468Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050952466,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-28T12:22:32.568Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:22:32.570Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T12:22:32.570Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:22:32.585Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:22:32.586Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":2,"count":1}
2022-02-28T12:22:33.469Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e78f2396-bea6-43ff-bba1-fbd8484ddb7d from URL: /sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env
2022-02-28T12:22:33.470Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-02-28T12:22:33.470Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env
2022-02-28T12:22:33.522Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-02-28T12:22:33.523Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env e78f2396-bea6-43ff-bba1-fbd8484ddb7d 2098
2022-02-28T12:22:33.523Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-28T12:22:33.524Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env
2022-02-28T12:22:33.524Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-28T12:22:33.524Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-02-28T12:22:33.527Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-28T12:22:33.527Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "856986ae-cfa3-4d5b-b833-1ca3f7246c52",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646050953523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220228122013/1.0/resourceInstances/vfw7894610e7ee60/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-28T12:22:33.627Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-28T12:22:33.628Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-28T12:22:33.628Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as y3Mt9pJufcSETo6p) ...
2022-02-28T12:22:33.639Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-28T12:22:33.640Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-28T12:22:34.528Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 6cb7af6f-11d3-484c-9ba5-065fc87b3b5d
2022-02-28T12:22:34.529Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7894610e-7ee6 0 126738da-827d-4ce2-8cf9-87a08bd96e71 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-28T12:22:34.548Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@127bd90d, org.onap.sdc.toscaparser.api.parameters.Input@277b3a49, org.onap.sdc.toscaparser.api.parameters.Input@44fbae0b, org.onap.sdc.toscaparser.api.parameters.Input@38fe1c15, org.onap.sdc.toscaparser.api.parameters.Input@748109b6]
2022-02-28T12:22:34.551Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:22:34.551Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-28 12-20-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:22:34.551Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-02-28T12:22:34.552Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 5a1ad7d9-6955-4c89-8e9b-d131a283616e
2022-02-28T12:22:34.552Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5a1ad7d9-6955-4c89-8e9b-d131a283616e matches Tosca VF Customization UUID: 5a1ad7d9-6955-4c89-8e9b-d131a283616e
2022-02-28T12:22:34.552Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 5a1ad7d9-6955-4c89-8e9b-d131a283616e matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-02-28T12:22:34.554Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:22:34.555Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-28 12-20-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-28T12:22:34.556Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 5a1ad7d9-6955-4c89-8e9b-d131a283616e: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-02-28T12:22:34.557Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5b920873
2022-02-28T12:22:34.557Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:22:34.557Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-02-28 12-20-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-28T12:22:34.557Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4bdbb3be-7596-4f5e-9841-c47d251fd8de
2022-02-28T12:22:34.557Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4bdbb3be-7596-4f5e-9841-c47d251fd8de
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-02-28T12:22:34.560Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:22:34.560Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vFW 7894610e-7ee6 0 is matching search criteria
2022-02-28T12:22:34.561Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7894610e-7ee6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:22:34.561Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:22:34.561Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vFW 7894610e-7ee6 0 is matching search criteria
2022-02-28T12:22:34.561Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7894610e-7ee6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:22:34.561Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:22:34.561Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vFW 7894610e-7ee6 0 is not matching search criteria
2022-02-28T12:22:34.562Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-28T12:22:34.562Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-28T12:22:34.562Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-28T12:22:34.563Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-28T12:22:34.563Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-28T12:22:34.563Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-28T12:22:34.563Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-28T12:22:34.563Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-28T12:22:34.564Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-28T12:22:34.564Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-28T12:22:34.564Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-28T12:22:34.590Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5d633fe5-a1e7-439b-b561-6e6e60a88c50
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-02-28T12:22:34.596Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-28T12:22:34.597Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Node template vFW 7894610e-7ee6 0 is matching search criteria
2022-02-28T12:22:34.597Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 7894610e-7ee6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-28T12:22:34.597Z|856986ae-cfa3-4d5b-b833-1ca3f7246c52|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery